cdktf-cdktf-provider-pagerduty 13.5.0__py3-none-any.whl → 13.6.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +6 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +20 -60
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +33 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +38 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
  39. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
  40. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
  46. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
  47. cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
  48. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
  49. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
  50. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
  51. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
  52. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
  53. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
  54. cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
  55. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
  56. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
  57. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
  58. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
  59. cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
  60. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
  61. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
  62. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
  63. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
  64. cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
  65. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
  66. cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
  67. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
  68. cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
  69. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
  70. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
  71. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
  72. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/METADATA +5 -5
  73. cdktf_cdktf_provider_pagerduty-13.6.1.dist-info/RECORD +77 -0
  74. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/WHEEL +1 -1
  75. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.5.0.jsii.tgz +0 -0
  76. cdktf_cdktf_provider_pagerduty-13.5.0.dist-info/RECORD +0 -77
  77. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/LICENSE +0 -0
  78. {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
1
1
  '''
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.9.0/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.10.1/docs/data-sources/automation_actions_action).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyAutomationActionsAction(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyAutomationActionsAction.DataPagerdutyAutomationActionsAction",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -49,18 +52,18 @@ class DataPagerdutyAutomationActionsAction(
49
52
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
50
53
  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,
51
54
  ) -> None:
52
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action} Data Source.
55
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action pagerduty_automation_actions_action} Data Source.
53
56
 
54
57
  :param scope: The scope in which to define this construct.
55
58
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
56
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.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.
57
- :param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
58
- :param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
59
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
60
- :param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
61
- :param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
62
- :param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
63
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
59
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
60
+ :param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
61
+ :param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
62
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
63
+ :param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
64
+ :param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
65
+ :param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
66
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
64
67
  :param connection:
65
68
  :param count:
66
69
  :param depends_on:
@@ -106,7 +109,7 @@ class DataPagerdutyAutomationActionsAction(
106
109
 
107
110
  :param scope: The scope in which to define this construct.
108
111
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyAutomationActionsAction to import.
109
- :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.9.0/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use
112
+ :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.10.1/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use
110
113
  :param provider: ? Optional instance of the provider where the DataPagerdutyAutomationActionsAction to import is found.
111
114
  '''
112
115
  if __debug__:
@@ -529,14 +532,14 @@ class DataPagerdutyAutomationActionsActionConfig(
529
532
  :param lifecycle:
530
533
  :param provider:
531
534
  :param provisioners:
532
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.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.
533
- :param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
534
- :param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
535
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
536
- :param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
537
- :param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
538
- :param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
539
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
535
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
536
+ :param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
537
+ :param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
538
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
539
+ :param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
540
+ :param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
541
+ :param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
542
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
540
543
  '''
541
544
  if isinstance(lifecycle, dict):
542
545
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -655,7 +658,7 @@ class DataPagerdutyAutomationActionsActionConfig(
655
658
 
656
659
  @builtins.property
657
660
  def id(self) -> builtins.str:
658
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}.
661
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}.
659
662
 
660
663
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
661
664
  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.
@@ -666,43 +669,43 @@ class DataPagerdutyAutomationActionsActionConfig(
666
669
 
667
670
  @builtins.property
668
671
  def action_classification(self) -> typing.Optional[builtins.str]:
669
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.'''
672
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.'''
670
673
  result = self._values.get("action_classification")
671
674
  return typing.cast(typing.Optional[builtins.str], result)
672
675
 
673
676
  @builtins.property
674
677
  def creation_time(self) -> typing.Optional[builtins.str]:
675
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.'''
678
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.'''
676
679
  result = self._values.get("creation_time")
677
680
  return typing.cast(typing.Optional[builtins.str], result)
678
681
 
679
682
  @builtins.property
680
683
  def description(self) -> typing.Optional[builtins.str]:
681
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.'''
684
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.'''
682
685
  result = self._values.get("description")
683
686
  return typing.cast(typing.Optional[builtins.str], result)
684
687
 
685
688
  @builtins.property
686
689
  def modify_time(self) -> typing.Optional[builtins.str]:
687
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.'''
690
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.'''
688
691
  result = self._values.get("modify_time")
689
692
  return typing.cast(typing.Optional[builtins.str], result)
690
693
 
691
694
  @builtins.property
692
695
  def runner_id(self) -> typing.Optional[builtins.str]:
693
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.'''
696
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.'''
694
697
  result = self._values.get("runner_id")
695
698
  return typing.cast(typing.Optional[builtins.str], result)
696
699
 
697
700
  @builtins.property
698
701
  def runner_type(self) -> typing.Optional[builtins.str]:
699
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.'''
702
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.'''
700
703
  result = self._values.get("runner_type")
701
704
  return typing.cast(typing.Optional[builtins.str], result)
702
705
 
703
706
  @builtins.property
704
707
  def type(self) -> typing.Optional[builtins.str]:
705
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.'''
708
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.'''
706
709
  result = self._values.get("type")
707
710
  return typing.cast(typing.Optional[builtins.str], result)
708
711
 
@@ -1,8 +1,11 @@
1
1
  '''
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.9.0/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.10.1/docs/data-sources/automation_actions_runner).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyAutomationActionsRunner(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyAutomationActionsRunner.DataPagerdutyAutomationActionsRunner",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -45,14 +48,14 @@ class DataPagerdutyAutomationActionsRunner(
45
48
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
49
  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,
47
50
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner} Data Source.
51
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner} Data Source.
49
52
 
50
53
  :param scope: The scope in which to define this construct.
51
54
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.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.
53
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
54
- :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
55
- :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
56
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
57
+ :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
58
+ :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
56
59
  :param connection:
57
60
  :param count:
58
61
  :param depends_on:
@@ -94,7 +97,7 @@ class DataPagerdutyAutomationActionsRunner(
94
97
 
95
98
  :param scope: The scope in which to define this construct.
96
99
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyAutomationActionsRunner to import.
97
- :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.9.0/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use
100
+ :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.10.1/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use
98
101
  :param provider: ? Optional instance of the provider where the DataPagerdutyAutomationActionsRunner to import is found.
99
102
  '''
100
103
  if __debug__:
@@ -262,10 +265,10 @@ class DataPagerdutyAutomationActionsRunnerConfig(
262
265
  :param lifecycle:
263
266
  :param provider:
264
267
  :param provisioners:
265
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.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.
266
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
267
- :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
268
- :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
268
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
269
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
270
+ :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
271
+ :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
269
272
  '''
270
273
  if isinstance(lifecycle, dict):
271
274
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -372,7 +375,7 @@ class DataPagerdutyAutomationActionsRunnerConfig(
372
375
 
373
376
  @builtins.property
374
377
  def id(self) -> builtins.str:
375
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}.
378
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}.
376
379
 
377
380
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
378
381
  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.
@@ -383,19 +386,19 @@ class DataPagerdutyAutomationActionsRunnerConfig(
383
386
 
384
387
  @builtins.property
385
388
  def description(self) -> typing.Optional[builtins.str]:
386
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.'''
389
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.'''
387
390
  result = self._values.get("description")
388
391
  return typing.cast(typing.Optional[builtins.str], result)
389
392
 
390
393
  @builtins.property
391
394
  def last_seen(self) -> typing.Optional[builtins.str]:
392
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.'''
395
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.'''
393
396
  result = self._values.get("last_seen")
394
397
  return typing.cast(typing.Optional[builtins.str], result)
395
398
 
396
399
  @builtins.property
397
400
  def runbook_base_uri(self) -> typing.Optional[builtins.str]:
398
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.'''
401
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.'''
399
402
  result = self._values.get("runbook_base_uri")
400
403
  return typing.cast(typing.Optional[builtins.str], result)
401
404
 
@@ -1,8 +1,11 @@
1
1
  '''
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.9.0/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.10.1/docs/data-sources/business_service).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,15 +29,14 @@ class DataPagerdutyBusinessService(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyBusinessService.DataPagerdutyBusinessService",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/business_service pagerduty_business_service}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/business_service pagerduty_business_service}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
33
36
  scope: _constructs_77d1e7e8.Construct,
34
- id_: builtins.str,
37
+ id: builtins.str,
35
38
  *,
36
39
  name: builtins.str,
37
- id: typing.Optional[builtins.str] = None,
38
40
  connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
39
41
  count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
40
42
  depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
@@ -43,12 +45,11 @@ class DataPagerdutyBusinessService(
43
45
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
46
  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,
45
47
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/business_service pagerduty_business_service} Data Source.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/business_service pagerduty_business_service} Data Source.
47
49
 
48
50
  :param scope: The scope in which to define this construct.
49
- :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/business_service#id DataPagerdutyBusinessService#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.
51
+ :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
52
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
52
53
  :param connection:
53
54
  :param count:
54
55
  :param depends_on:
@@ -60,10 +61,9 @@ class DataPagerdutyBusinessService(
60
61
  if __debug__:
61
62
  type_hints = typing.get_type_hints(_typecheckingstub__d481be7177169d95ad12acffb27f53e04d6f66f963a3aa7a0867fb5e516aa35b)
62
63
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
63
- check_type(argname="argument id_", value=id_, expected_type=type_hints["id_"])
64
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
64
65
  config = DataPagerdutyBusinessServiceConfig(
65
66
  name=name,
66
- id=id,
67
67
  connection=connection,
68
68
  count=count,
69
69
  depends_on=depends_on,
@@ -73,7 +73,7 @@ class DataPagerdutyBusinessService(
73
73
  provisioners=provisioners,
74
74
  )
75
75
 
76
- jsii.create(self.__class__, self, [scope, id_, config])
76
+ jsii.create(self.__class__, self, [scope, id, config])
77
77
 
78
78
  @jsii.member(jsii_name="generateConfigForImport")
79
79
  @builtins.classmethod
@@ -88,7 +88,7 @@ class DataPagerdutyBusinessService(
88
88
 
89
89
  :param scope: The scope in which to define this construct.
90
90
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyBusinessService to import.
91
- :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.9.0/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use
91
+ :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.10.1/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use
92
92
  :param provider: ? Optional instance of the provider where the DataPagerdutyBusinessService to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -99,10 +99,6 @@ class DataPagerdutyBusinessService(
99
99
  check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
100
100
  return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
101
101
 
102
- @jsii.member(jsii_name="resetId")
103
- def reset_id(self) -> None:
104
- return typing.cast(None, jsii.invoke(self, "resetId", []))
105
-
106
102
  @jsii.member(jsii_name="synthesizeAttributes")
107
103
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
108
104
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
@@ -116,33 +112,21 @@ class DataPagerdutyBusinessService(
116
112
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
117
113
  return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
118
114
 
115
+ @builtins.property
116
+ @jsii.member(jsii_name="id")
117
+ def id(self) -> builtins.str:
118
+ return typing.cast(builtins.str, jsii.get(self, "id"))
119
+
119
120
  @builtins.property
120
121
  @jsii.member(jsii_name="type")
121
122
  def type(self) -> builtins.str:
122
123
  return typing.cast(builtins.str, jsii.get(self, "type"))
123
124
 
124
- @builtins.property
125
- @jsii.member(jsii_name="idInput")
126
- def id_input(self) -> typing.Optional[builtins.str]:
127
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
128
-
129
125
  @builtins.property
130
126
  @jsii.member(jsii_name="nameInput")
131
127
  def name_input(self) -> typing.Optional[builtins.str]:
132
128
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
133
129
 
134
- @builtins.property
135
- @jsii.member(jsii_name="id")
136
- def id(self) -> builtins.str:
137
- return typing.cast(builtins.str, jsii.get(self, "id"))
138
-
139
- @id.setter
140
- def id(self, value: builtins.str) -> None:
141
- if __debug__:
142
- type_hints = typing.get_type_hints(_typecheckingstub__01cb42821f1c6eb16be8b0af5269cb666db3e68f8d4ac5f25007af41eca59c3b)
143
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
144
- jsii.set(self, "id", value)
145
-
146
130
  @builtins.property
147
131
  @jsii.member(jsii_name="name")
148
132
  def name(self) -> builtins.str:
@@ -168,7 +152,6 @@ class DataPagerdutyBusinessService(
168
152
  "provider": "provider",
169
153
  "provisioners": "provisioners",
170
154
  "name": "name",
171
- "id": "id",
172
155
  },
173
156
  )
174
157
  class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
@@ -183,7 +166,6 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
183
166
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
184
167
  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,
185
168
  name: builtins.str,
186
- id: typing.Optional[builtins.str] = None,
187
169
  ) -> None:
188
170
  '''
189
171
  :param connection:
@@ -193,8 +175,7 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
193
175
  :param lifecycle:
194
176
  :param provider:
195
177
  :param provisioners:
196
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
197
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/business_service#id DataPagerdutyBusinessService#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.
178
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
198
179
  '''
199
180
  if isinstance(lifecycle, dict):
200
181
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -208,7 +189,6 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
208
189
  check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
209
190
  check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
210
191
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
211
- check_type(argname="argument id", value=id, expected_type=type_hints["id"])
212
192
  self._values: typing.Dict[builtins.str, typing.Any] = {
213
193
  "name": name,
214
194
  }
@@ -226,8 +206,6 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
226
206
  self._values["provider"] = provider
227
207
  if provisioners is not None:
228
208
  self._values["provisioners"] = provisioners
229
- if id is not None:
230
- self._values["id"] = id
231
209
 
232
210
  @builtins.property
233
211
  def connection(
@@ -295,21 +273,11 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
295
273
 
296
274
  @builtins.property
297
275
  def name(self) -> builtins.str:
298
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.'''
276
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.'''
299
277
  result = self._values.get("name")
300
278
  assert result is not None, "Required property 'name' is missing"
301
279
  return typing.cast(builtins.str, result)
302
280
 
303
- @builtins.property
304
- def id(self) -> typing.Optional[builtins.str]:
305
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/business_service#id DataPagerdutyBusinessService#id}.
306
-
307
- Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
308
- 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.
309
- '''
310
- result = self._values.get("id")
311
- return typing.cast(typing.Optional[builtins.str], result)
312
-
313
281
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
314
282
  return isinstance(rhs, self.__class__) and rhs._values == self._values
315
283
 
@@ -331,10 +299,9 @@ publication.publish()
331
299
 
332
300
  def _typecheckingstub__d481be7177169d95ad12acffb27f53e04d6f66f963a3aa7a0867fb5e516aa35b(
333
301
  scope: _constructs_77d1e7e8.Construct,
334
- id_: builtins.str,
302
+ id: builtins.str,
335
303
  *,
336
304
  name: builtins.str,
337
- id: typing.Optional[builtins.str] = None,
338
305
  connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
339
306
  count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
340
307
  depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
@@ -355,12 +322,6 @@ def _typecheckingstub__fd92eebe73e38d3a2beca4d06caac83f96824a6905eabbfda0b39ea26
355
322
  """Type checking stubs"""
356
323
  pass
357
324
 
358
- def _typecheckingstub__01cb42821f1c6eb16be8b0af5269cb666db3e68f8d4ac5f25007af41eca59c3b(
359
- value: builtins.str,
360
- ) -> None:
361
- """Type checking stubs"""
362
- pass
363
-
364
325
  def _typecheckingstub__25cdc5770fbd978c2c108c429035770b68bf374f4043638d9f98b4ad312d8b19(
365
326
  value: builtins.str,
366
327
  ) -> None:
@@ -377,7 +338,6 @@ def _typecheckingstub__40aaf4c36ed802980355a539eee06f381e78dba8d88a61922ae5cbc25
377
338
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
378
339
  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,
379
340
  name: builtins.str,
380
- id: typing.Optional[builtins.str] = None,
381
341
  ) -> None:
382
342
  """Type checking stubs"""
383
343
  pass
@@ -1,8 +1,11 @@
1
1
  '''
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.9.0/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.10.1/docs/data-sources/escalation_policy).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class DataPagerdutyEscalationPolicy(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEscalationPolicy.DataPagerdutyEscalationPolicy",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/escalation_policy pagerduty_escalation_policy}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/escalation_policy pagerduty_escalation_policy}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -43,12 +46,12 @@ class DataPagerdutyEscalationPolicy(
43
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
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,
45
48
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/escalation_policy pagerduty_escalation_policy} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/escalation_policy pagerduty_escalation_policy} Data Source.
47
50
 
48
51
  :param scope: The scope in which to define this construct.
49
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.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.
53
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
52
55
  :param connection:
53
56
  :param count:
54
57
  :param depends_on:
@@ -88,7 +91,7 @@ class DataPagerdutyEscalationPolicy(
88
91
 
89
92
  :param scope: The scope in which to define this construct.
90
93
  :param import_to_id: The construct id used in the generated config for the DataPagerdutyEscalationPolicy to import.
91
- :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.9.0/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use
94
+ :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.10.1/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use
92
95
  :param provider: ? Optional instance of the provider where the DataPagerdutyEscalationPolicy to import is found.
93
96
  '''
94
97
  if __debug__:
@@ -188,8 +191,8 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
188
191
  :param lifecycle:
189
192
  :param provider:
190
193
  :param provisioners:
191
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
192
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.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.
194
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
195
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
193
196
  '''
194
197
  if isinstance(lifecycle, dict):
195
198
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -290,14 +293,14 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
290
293
 
291
294
  @builtins.property
292
295
  def name(self) -> builtins.str:
293
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.'''
296
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.'''
294
297
  result = self._values.get("name")
295
298
  assert result is not None, "Required property 'name' is missing"
296
299
  return typing.cast(builtins.str, result)
297
300
 
298
301
  @builtins.property
299
302
  def id(self) -> typing.Optional[builtins.str]:
300
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}.
303
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}.
301
304
 
302
305
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
303
306
  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.