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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +7 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.12.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
  5. cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +787 -0
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  10. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  11. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
  12. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_alert_grouping_setting/__init__.py +598 -0
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +7 -7
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +13 -13
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +7 -7
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +7 -7
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  41. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  42. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  43. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  44. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +197 -197
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +50 -50
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +206 -206
  50. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
  51. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  52. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  53. cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
  54. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
  55. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  56. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  57. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
  58. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
  59. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  60. cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
  61. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  62. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  63. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  64. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  65. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  66. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +21 -21
  67. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  68. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  69. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  70. cdktf_cdktf_provider_pagerduty/tag/__init__.py +7 -7
  71. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
  72. cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
  73. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  74. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  75. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  76. cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +20 -20
  77. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  78. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  79. {cdktf_cdktf_provider_pagerduty-13.11.7.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/METADATA +6 -6
  80. cdktf_cdktf_provider_pagerduty-13.12.0.dist-info/RECORD +84 -0
  81. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.7.jsii.tgz +0 -0
  82. cdktf_cdktf_provider_pagerduty-13.11.7.dist-info/RECORD +0 -82
  83. {cdktf_cdktf_provider_pagerduty-13.11.7.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/LICENSE +0 -0
  84. {cdktf_cdktf_provider_pagerduty-13.11.7.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/WHEEL +0 -0
  85. {cdktf_cdktf_provider_pagerduty-13.11.7.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_automation_actions_action`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_action`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_action`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutyAutomationActionsAction(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyAutomationActionsAction.DataPagerdutyAutomationActionsAction",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -67,18 +67,18 @@ class DataPagerdutyAutomationActionsAction(
67
67
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
68
68
  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,
69
69
  ) -> None:
70
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action pagerduty_automation_actions_action} Data Source.
70
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action} Data Source.
71
71
 
72
72
  :param scope: The scope in which to define this construct.
73
73
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
74
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#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.
75
- :param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
76
- :param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
77
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
78
- :param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
79
- :param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
80
- :param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
81
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
74
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#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.
75
+ :param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
76
+ :param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
77
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
78
+ :param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
79
+ :param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
80
+ :param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
81
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
82
82
  :param connection:
83
83
  :param count:
84
84
  :param depends_on:
@@ -124,7 +124,7 @@ class DataPagerdutyAutomationActionsAction(
124
124
 
125
125
  :param scope: The scope in which to define this construct.
126
126
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyAutomationActionsAction to import.
127
- :param import_from_id: The id of the existing DataPagerdutyAutomationActionsAction that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use
127
+ :param import_from_id: The id of the existing DataPagerdutyAutomationActionsAction that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use
128
128
  :param provider: ? Optional instance of the provider where the DataPagerdutyAutomationActionsAction to import is found.
129
129
  '''
130
130
  if __debug__:
@@ -547,14 +547,14 @@ class DataPagerdutyAutomationActionsActionConfig(
547
547
  :param lifecycle:
548
548
  :param provider:
549
549
  :param provisioners:
550
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#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.
551
- :param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
552
- :param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
553
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
554
- :param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
555
- :param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
556
- :param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
557
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
550
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#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.
551
+ :param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
552
+ :param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
553
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
554
+ :param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
555
+ :param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
556
+ :param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
557
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
558
558
  '''
559
559
  if isinstance(lifecycle, dict):
560
560
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -673,7 +673,7 @@ class DataPagerdutyAutomationActionsActionConfig(
673
673
 
674
674
  @builtins.property
675
675
  def id(self) -> builtins.str:
676
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}.
676
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}.
677
677
 
678
678
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
679
679
  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.
@@ -684,43 +684,43 @@ class DataPagerdutyAutomationActionsActionConfig(
684
684
 
685
685
  @builtins.property
686
686
  def action_classification(self) -> typing.Optional[builtins.str]:
687
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.'''
687
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.'''
688
688
  result = self._values.get("action_classification")
689
689
  return typing.cast(typing.Optional[builtins.str], result)
690
690
 
691
691
  @builtins.property
692
692
  def creation_time(self) -> typing.Optional[builtins.str]:
693
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.'''
693
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.'''
694
694
  result = self._values.get("creation_time")
695
695
  return typing.cast(typing.Optional[builtins.str], result)
696
696
 
697
697
  @builtins.property
698
698
  def description(self) -> typing.Optional[builtins.str]:
699
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.'''
699
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.'''
700
700
  result = self._values.get("description")
701
701
  return typing.cast(typing.Optional[builtins.str], result)
702
702
 
703
703
  @builtins.property
704
704
  def modify_time(self) -> typing.Optional[builtins.str]:
705
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.'''
705
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.'''
706
706
  result = self._values.get("modify_time")
707
707
  return typing.cast(typing.Optional[builtins.str], result)
708
708
 
709
709
  @builtins.property
710
710
  def runner_id(self) -> typing.Optional[builtins.str]:
711
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.'''
711
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.'''
712
712
  result = self._values.get("runner_id")
713
713
  return typing.cast(typing.Optional[builtins.str], result)
714
714
 
715
715
  @builtins.property
716
716
  def runner_type(self) -> typing.Optional[builtins.str]:
717
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.'''
717
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.'''
718
718
  result = self._values.get("runner_type")
719
719
  return typing.cast(typing.Optional[builtins.str], result)
720
720
 
721
721
  @builtins.property
722
722
  def type(self) -> typing.Optional[builtins.str]:
723
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.'''
723
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.'''
724
724
  result = self._values.get("type")
725
725
  return typing.cast(typing.Optional[builtins.str], result)
726
726
 
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_automation_actions_runner`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutyAutomationActionsRunner(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyAutomationActionsRunner.DataPagerdutyAutomationActionsRunner",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -63,14 +63,14 @@ class DataPagerdutyAutomationActionsRunner(
63
63
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
64
64
  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,
65
65
  ) -> None:
66
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner} Data Source.
66
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner} Data Source.
67
67
 
68
68
  :param scope: The scope in which to define this construct.
69
69
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
70
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#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.
71
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
72
- :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
73
- :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
70
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#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.
71
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
72
+ :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
73
+ :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
74
74
  :param connection:
75
75
  :param count:
76
76
  :param depends_on:
@@ -112,7 +112,7 @@ class DataPagerdutyAutomationActionsRunner(
112
112
 
113
113
  :param scope: The scope in which to define this construct.
114
114
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyAutomationActionsRunner to import.
115
- :param import_from_id: The id of the existing DataPagerdutyAutomationActionsRunner that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use
115
+ :param import_from_id: The id of the existing DataPagerdutyAutomationActionsRunner that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use
116
116
  :param provider: ? Optional instance of the provider where the DataPagerdutyAutomationActionsRunner to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -280,10 +280,10 @@ class DataPagerdutyAutomationActionsRunnerConfig(
280
280
  :param lifecycle:
281
281
  :param provider:
282
282
  :param provisioners:
283
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#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.
284
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
285
- :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
286
- :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
283
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#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.
284
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
285
+ :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
286
+ :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
287
287
  '''
288
288
  if isinstance(lifecycle, dict):
289
289
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -390,7 +390,7 @@ class DataPagerdutyAutomationActionsRunnerConfig(
390
390
 
391
391
  @builtins.property
392
392
  def id(self) -> builtins.str:
393
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}.
393
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}.
394
394
 
395
395
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
396
396
  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.
@@ -401,19 +401,19 @@ class DataPagerdutyAutomationActionsRunnerConfig(
401
401
 
402
402
  @builtins.property
403
403
  def description(self) -> typing.Optional[builtins.str]:
404
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.'''
404
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.'''
405
405
  result = self._values.get("description")
406
406
  return typing.cast(typing.Optional[builtins.str], result)
407
407
 
408
408
  @builtins.property
409
409
  def last_seen(self) -> typing.Optional[builtins.str]:
410
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.'''
410
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.'''
411
411
  result = self._values.get("last_seen")
412
412
  return typing.cast(typing.Optional[builtins.str], result)
413
413
 
414
414
  @builtins.property
415
415
  def runbook_base_uri(self) -> typing.Optional[builtins.str]:
416
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.'''
416
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.'''
417
417
  result = self._values.get("runbook_base_uri")
418
418
  return typing.cast(typing.Optional[builtins.str], result)
419
419
 
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_business_service`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutyBusinessService(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyBusinessService.DataPagerdutyBusinessService",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service pagerduty_business_service}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service pagerduty_business_service}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataPagerdutyBusinessService(
60
60
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
61
61
  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,
62
62
  ) -> None:
63
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service pagerduty_business_service} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service pagerduty_business_service} Data Source.
64
64
 
65
65
  :param scope: The scope in which to define this construct.
66
66
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
67
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
67
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataPagerdutyBusinessService(
103
103
 
104
104
  :param scope: The scope in which to define this construct.
105
105
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyBusinessService to import.
106
- :param import_from_id: The id of the existing DataPagerdutyBusinessService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing DataPagerdutyBusinessService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use
107
107
  :param provider: ? Optional instance of the provider where the DataPagerdutyBusinessService to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -190,7 +190,7 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
190
190
  :param lifecycle:
191
191
  :param provider:
192
192
  :param provisioners:
193
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
193
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
194
194
  '''
195
195
  if isinstance(lifecycle, dict):
196
196
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -288,7 +288,7 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
288
288
 
289
289
  @builtins.property
290
290
  def name(self) -> builtins.str:
291
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.'''
291
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.'''
292
292
  result = self._values.get("name")
293
293
  assert result is not None, "Required property 'name' is missing"
294
294
  return typing.cast(builtins.str, result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_escalation_policy`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutyEscalationPolicy(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEscalationPolicy.DataPagerdutyEscalationPolicy",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy pagerduty_escalation_policy}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy pagerduty_escalation_policy}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -61,12 +61,12 @@ class DataPagerdutyEscalationPolicy(
61
61
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
62
62
  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,
63
63
  ) -> None:
64
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy pagerduty_escalation_policy} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy pagerduty_escalation_policy} Data Source.
65
65
 
66
66
  :param scope: The scope in which to define this construct.
67
67
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
68
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
69
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#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.
68
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
69
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#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.
70
70
  :param connection:
71
71
  :param count:
72
72
  :param depends_on:
@@ -106,7 +106,7 @@ class DataPagerdutyEscalationPolicy(
106
106
 
107
107
  :param scope: The scope in which to define this construct.
108
108
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyEscalationPolicy to import.
109
- :param import_from_id: The id of the existing DataPagerdutyEscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing DataPagerdutyEscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use
110
110
  :param provider: ? Optional instance of the provider where the DataPagerdutyEscalationPolicy to import is found.
111
111
  '''
112
112
  if __debug__:
@@ -206,8 +206,8 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
206
206
  :param lifecycle:
207
207
  :param provider:
208
208
  :param provisioners:
209
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
210
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#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.
209
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
210
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#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.
211
211
  '''
212
212
  if isinstance(lifecycle, dict):
213
213
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -308,14 +308,14 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
308
308
 
309
309
  @builtins.property
310
310
  def name(self) -> builtins.str:
311
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.'''
311
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.'''
312
312
  result = self._values.get("name")
313
313
  assert result is not None, "Required property 'name' is missing"
314
314
  return typing.cast(builtins.str, result)
315
315
 
316
316
  @builtins.property
317
317
  def id(self) -> typing.Optional[builtins.str]:
318
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}.
318
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}.
319
319
 
320
320
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
321
321
  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.
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_event_orchestration`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutyEventOrchestration(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestration.DataPagerdutyEventOrchestration",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration pagerduty_event_orchestration}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration pagerduty_event_orchestration}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -62,13 +62,13 @@ class DataPagerdutyEventOrchestration(
62
62
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
63
63
  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,
64
64
  ) -> None:
65
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration pagerduty_event_orchestration} Data Source.
65
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration pagerduty_event_orchestration} Data Source.
66
66
 
67
67
  :param scope: The scope in which to define this construct.
68
68
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
69
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
70
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#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.
71
- :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
69
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
70
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#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.
71
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
72
72
  :param connection:
73
73
  :param count:
74
74
  :param depends_on:
@@ -109,7 +109,7 @@ class DataPagerdutyEventOrchestration(
109
109
 
110
110
  :param scope: The scope in which to define this construct.
111
111
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestration to import.
112
- :param import_from_id: The id of the existing DataPagerdutyEventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use
112
+ :param import_from_id: The id of the existing DataPagerdutyEventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use
113
113
  :param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestration to import is found.
114
114
  '''
115
115
  if __debug__:
@@ -240,9 +240,9 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
240
240
  :param lifecycle:
241
241
  :param provider:
242
242
  :param provisioners:
243
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
244
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#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.
245
- :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
243
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
244
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#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.
245
+ :param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
246
246
  '''
247
247
  if isinstance(lifecycle, dict):
248
248
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -346,14 +346,14 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
346
346
 
347
347
  @builtins.property
348
348
  def name(self) -> builtins.str:
349
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.'''
349
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.'''
350
350
  result = self._values.get("name")
351
351
  assert result is not None, "Required property 'name' is missing"
352
352
  return typing.cast(builtins.str, result)
353
353
 
354
354
  @builtins.property
355
355
  def id(self) -> typing.Optional[builtins.str]:
356
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}.
356
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}.
357
357
 
358
358
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
359
359
  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.
@@ -367,7 +367,7 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
367
367
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]]:
368
368
  '''integration block.
369
369
 
370
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
370
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
371
371
  '''
372
372
  result = self._values.get("integration")
373
373
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]], result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_event_orchestration_global_cache_variable`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_global_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_global_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariable(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationGlobalCacheVariable.DataPagerdutyEventOrchestrationGlobalCacheVariable",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -62,13 +62,13 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariable(
62
62
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
63
63
  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,
64
64
  ) -> None:
65
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} Data Source.
65
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable} Data Source.
66
66
 
67
67
  :param scope: The scope in which to define this construct.
68
68
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
69
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.
70
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#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.
71
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.
69
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.
70
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#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.
71
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.
72
72
  :param connection:
73
73
  :param count:
74
74
  :param depends_on:
@@ -109,7 +109,7 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariable(
109
109
 
110
110
  :param scope: The scope in which to define this construct.
111
111
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrationGlobalCacheVariable to import.
112
- :param import_from_id: The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use
112
+ :param import_from_id: The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#import import section} in the documentation of this resource for the id to use
113
113
  :param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrationGlobalCacheVariable to import is found.
114
114
  '''
115
115
  if __debug__:
@@ -399,9 +399,9 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariableConfig(
399
399
  :param lifecycle:
400
400
  :param provider:
401
401
  :param provisioners:
402
- :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.
403
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#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.
404
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.
402
+ :param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.
403
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#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.
404
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.
405
405
  '''
406
406
  if isinstance(lifecycle, dict):
407
407
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -505,14 +505,14 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariableConfig(
505
505
 
506
506
  @builtins.property
507
507
  def event_orchestration(self) -> builtins.str:
508
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.'''
508
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.'''
509
509
  result = self._values.get("event_orchestration")
510
510
  assert result is not None, "Required property 'event_orchestration' is missing"
511
511
  return typing.cast(builtins.str, result)
512
512
 
513
513
  @builtins.property
514
514
  def id(self) -> typing.Optional[builtins.str]:
515
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}.
515
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#id}.
516
516
 
517
517
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
518
518
  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.
@@ -522,7 +522,7 @@ class DataPagerdutyEventOrchestrationGlobalCacheVariableConfig(
522
522
 
523
523
  @builtins.property
524
524
  def name(self) -> typing.Optional[builtins.str]:
525
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.'''
525
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/data-sources/event_orchestration_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.'''
526
526
  result = self._values.get("name")
527
527
  return typing.cast(typing.Optional[builtins.str], result)
528
528