cdktf-cdktf-provider-pagerduty 13.15.2__py3-none-any.whl → 13.15.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.3.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
  5. cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +31 -31
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -55
  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 +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -31
  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_type/__init__.py +7 -7
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type_custom_field/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_jira_cloud_account_mapping/__init__.py +7 -7
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +13 -13
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +7 -7
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +7 -7
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  41. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
  42. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  43. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  44. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  45. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  46. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  47. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +197 -197
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
  50. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  51. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +50 -50
  52. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +206 -206
  53. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
  54. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  55. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  56. cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
  57. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
  58. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  59. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  60. cdktf_cdktf_provider_pagerduty/incident_type/__init__.py +19 -19
  61. cdktf_cdktf_provider_pagerduty/incident_type_custom_field/__init__.py +31 -31
  62. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
  63. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
  64. cdktf_cdktf_provider_pagerduty/jira_cloud_account_mapping_rule/__init__.py +99 -99
  65. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  66. cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
  67. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  68. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  69. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  70. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  71. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  72. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +21 -21
  73. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  74. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  75. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  76. cdktf_cdktf_provider_pagerduty/tag/__init__.py +7 -7
  77. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
  78. cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
  79. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  80. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  81. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  82. cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +20 -20
  83. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  84. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  85. {cdktf_cdktf_provider_pagerduty-13.15.2.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/METADATA +4 -4
  86. cdktf_cdktf_provider_pagerduty-13.15.3.dist-info/RECORD +90 -0
  87. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.2.jsii.tgz +0 -0
  88. cdktf_cdktf_provider_pagerduty-13.15.2.dist-info/RECORD +0 -90
  89. {cdktf_cdktf_provider_pagerduty-13.15.2.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/LICENSE +0 -0
  90. {cdktf_cdktf_provider_pagerduty-13.15.2.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/WHEEL +0 -0
  91. {cdktf_cdktf_provider_pagerduty-13.15.2.dist-info → cdktf_cdktf_provider_pagerduty-13.15.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_ruleset`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_ruleset`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/ruleset).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_ruleset`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/ruleset).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutyRuleset(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyRuleset.DataPagerdutyRuleset",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/ruleset pagerduty_ruleset}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/ruleset pagerduty_ruleset}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -61,12 +61,12 @@ class DataPagerdutyRuleset(
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.19.3/docs/data-sources/ruleset pagerduty_ruleset} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/ruleset pagerduty_ruleset} 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.19.3/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
69
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/ruleset#id DataPagerdutyRuleset#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.19.4/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
69
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/ruleset#id DataPagerdutyRuleset#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 DataPagerdutyRuleset(
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 DataPagerdutyRuleset to import.
109
- :param import_from_id: The id of the existing DataPagerdutyRuleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/ruleset#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing DataPagerdutyRuleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/ruleset#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 DataPagerdutyRuleset to import is found.
111
111
  '''
112
112
  if __debug__:
@@ -211,8 +211,8 @@ class DataPagerdutyRulesetConfig(_cdktf_9a9027ec.TerraformMetaArguments):
211
211
  :param lifecycle:
212
212
  :param provider:
213
213
  :param provisioners:
214
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
215
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/ruleset#id DataPagerdutyRuleset#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.
214
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.
215
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/ruleset#id DataPagerdutyRuleset#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.
216
216
  '''
217
217
  if isinstance(lifecycle, dict):
218
218
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -313,14 +313,14 @@ class DataPagerdutyRulesetConfig(_cdktf_9a9027ec.TerraformMetaArguments):
313
313
 
314
314
  @builtins.property
315
315
  def name(self) -> builtins.str:
316
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.'''
316
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/ruleset#name DataPagerdutyRuleset#name}.'''
317
317
  result = self._values.get("name")
318
318
  assert result is not None, "Required property 'name' is missing"
319
319
  return typing.cast(builtins.str, result)
320
320
 
321
321
  @builtins.property
322
322
  def id(self) -> typing.Optional[builtins.str]:
323
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}.
323
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/ruleset#id DataPagerdutyRuleset#id}.
324
324
 
325
325
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
326
326
  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_schedule`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/schedule).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_schedule`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/schedule).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutySchedule(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutySchedule.DataPagerdutySchedule",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/schedule pagerduty_schedule}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/schedule pagerduty_schedule}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -61,12 +61,12 @@ class DataPagerdutySchedule(
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.19.3/docs/data-sources/schedule pagerduty_schedule} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/schedule pagerduty_schedule} 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.19.3/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
69
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/schedule#id DataPagerdutySchedule#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.19.4/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
69
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/schedule#id DataPagerdutySchedule#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 DataPagerdutySchedule(
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 DataPagerdutySchedule to import.
109
- :param import_from_id: The id of the existing DataPagerdutySchedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/schedule#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing DataPagerdutySchedule that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/schedule#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 DataPagerdutySchedule to import is found.
111
111
  '''
112
112
  if __debug__:
@@ -206,8 +206,8 @@ class DataPagerdutyScheduleConfig(_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.19.3/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
210
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/schedule#id DataPagerdutySchedule#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.19.4/docs/data-sources/schedule#name DataPagerdutySchedule#name}.
210
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/schedule#id DataPagerdutySchedule#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 DataPagerdutyScheduleConfig(_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.19.3/docs/data-sources/schedule#name DataPagerdutySchedule#name}.'''
311
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/schedule#name DataPagerdutySchedule#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.19.3/docs/data-sources/schedule#id DataPagerdutySchedule#id}.
318
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/schedule#id DataPagerdutySchedule#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_service`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/service).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutyService(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyService.DataPagerdutyService",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/service pagerduty_service}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service pagerduty_service}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataPagerdutyService(
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.19.3/docs/data-sources/service pagerduty_service} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service pagerduty_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.19.3/docs/data-sources/service#name DataPagerdutyService#name}.
67
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service#name DataPagerdutyService#name}.
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataPagerdutyService(
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 DataPagerdutyService to import.
106
- :param import_from_id: The id of the existing DataPagerdutyService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/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 DataPagerdutyService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/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 DataPagerdutyService to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -220,7 +220,7 @@ class DataPagerdutyServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
220
220
  :param lifecycle:
221
221
  :param provider:
222
222
  :param provisioners:
223
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/service#name DataPagerdutyService#name}.
223
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service#name DataPagerdutyService#name}.
224
224
  '''
225
225
  if isinstance(lifecycle, dict):
226
226
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -318,7 +318,7 @@ class DataPagerdutyServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
318
318
 
319
319
  @builtins.property
320
320
  def name(self) -> builtins.str:
321
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/service#name DataPagerdutyService#name}.'''
321
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service#name DataPagerdutyService#name}.'''
322
322
  result = self._values.get("name")
323
323
  assert result is not None, "Required property 'name' is missing"
324
324
  return typing.cast(builtins.str, result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_service_integration`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_service_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/service_integration).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_service_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service_integration).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutyServiceIntegration(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyServiceIntegration.DataPagerdutyServiceIntegration",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/service_integration pagerduty_service_integration}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service_integration pagerduty_service_integration}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -61,12 +61,12 @@ class DataPagerdutyServiceIntegration(
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.19.3/docs/data-sources/service_integration pagerduty_service_integration} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service_integration pagerduty_service_integration} 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 integration_summary: examples "Amazon CloudWatch", "New Relic". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
69
- :param service_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.
68
+ :param integration_summary: examples "Amazon CloudWatch", "New Relic". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
69
+ :param service_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.
70
70
  :param connection:
71
71
  :param count:
72
72
  :param depends_on:
@@ -106,7 +106,7 @@ class DataPagerdutyServiceIntegration(
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 DataPagerdutyServiceIntegration to import.
109
- :param import_from_id: The id of the existing DataPagerdutyServiceIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/service_integration#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing DataPagerdutyServiceIntegration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service_integration#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 DataPagerdutyServiceIntegration to import is found.
111
111
  '''
112
112
  if __debug__:
@@ -212,8 +212,8 @@ class DataPagerdutyServiceIntegrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
212
212
  :param lifecycle:
213
213
  :param provider:
214
214
  :param provisioners:
215
- :param integration_summary: examples "Amazon CloudWatch", "New Relic". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
216
- :param service_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.
215
+ :param integration_summary: examples "Amazon CloudWatch", "New Relic". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
216
+ :param service_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.
217
217
  '''
218
218
  if isinstance(lifecycle, dict):
219
219
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -315,7 +315,7 @@ class DataPagerdutyServiceIntegrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
315
315
  def integration_summary(self) -> builtins.str:
316
316
  '''examples "Amazon CloudWatch", "New Relic".
317
317
 
318
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
318
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service_integration#integration_summary DataPagerdutyServiceIntegration#integration_summary}
319
319
  '''
320
320
  result = self._values.get("integration_summary")
321
321
  assert result is not None, "Required property 'integration_summary' is missing"
@@ -323,7 +323,7 @@ class DataPagerdutyServiceIntegrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
323
323
 
324
324
  @builtins.property
325
325
  def service_name(self) -> builtins.str:
326
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.'''
326
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/service_integration#service_name DataPagerdutyServiceIntegration#service_name}.'''
327
327
  result = self._values.get("service_name")
328
328
  assert result is not None, "Required property 'service_name' is missing"
329
329
  return typing.cast(builtins.str, result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_standards`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_standards`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_standards`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutyStandards(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandards.DataPagerdutyStandards",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards pagerduty_standards}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards pagerduty_standards}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataPagerdutyStandards(
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.19.3/docs/data-sources/standards pagerduty_standards} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards pagerduty_standards} 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 resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.
67
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataPagerdutyStandards(
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 DataPagerdutyStandards to import.
106
- :param import_from_id: The id of the existing DataPagerdutyStandards that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing DataPagerdutyStandards that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards#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 DataPagerdutyStandards to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -189,7 +189,7 @@ class DataPagerdutyStandardsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
189
189
  :param lifecycle:
190
190
  :param provider:
191
191
  :param provisioners:
192
- :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.
192
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.
193
193
  '''
194
194
  if isinstance(lifecycle, dict):
195
195
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -287,7 +287,7 @@ class DataPagerdutyStandardsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
287
287
 
288
288
  @builtins.property
289
289
  def resource_type(self) -> typing.Optional[builtins.str]:
290
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.'''
290
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards#resource_type DataPagerdutyStandards#resource_type}.'''
291
291
  result = self._values.get("resource_type")
292
292
  return typing.cast(typing.Optional[builtins.str], result)
293
293
 
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_standards_resource_scores`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resource_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resource_scores).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resource_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resource_scores).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutyStandardsResourceScores(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandardsResourceScores.DataPagerdutyStandardsResourceScores",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -61,12 +61,12 @@ class DataPagerdutyStandardsResourceScores(
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.19.3/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resource_scores pagerduty_standards_resource_scores} 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 id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#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.
69
- :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.
68
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#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.
69
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.
70
70
  :param connection:
71
71
  :param count:
72
72
  :param depends_on:
@@ -106,7 +106,7 @@ class DataPagerdutyStandardsResourceScores(
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 DataPagerdutyStandardsResourceScores to import.
109
- :param import_from_id: The id of the existing DataPagerdutyStandardsResourceScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resource_scores#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing DataPagerdutyStandardsResourceScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resource_scores#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 DataPagerdutyStandardsResourceScores to import is found.
111
111
  '''
112
112
  if __debug__:
@@ -214,8 +214,8 @@ class DataPagerdutyStandardsResourceScoresConfig(
214
214
  :param lifecycle:
215
215
  :param provider:
216
216
  :param provisioners:
217
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#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.
218
- :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.
217
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#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.
218
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.
219
219
  '''
220
220
  if isinstance(lifecycle, dict):
221
221
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -315,7 +315,7 @@ class DataPagerdutyStandardsResourceScoresConfig(
315
315
 
316
316
  @builtins.property
317
317
  def id(self) -> builtins.str:
318
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#id}.
318
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resource_scores#id DataPagerdutyStandardsResourceScores#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.
@@ -326,7 +326,7 @@ class DataPagerdutyStandardsResourceScoresConfig(
326
326
 
327
327
  @builtins.property
328
328
  def resource_type(self) -> builtins.str:
329
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.'''
329
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resource_scores#resource_type DataPagerdutyStandardsResourceScores#resource_type}.'''
330
330
  result = self._values.get("resource_type")
331
331
  assert result is not None, "Required property 'resource_type' is missing"
332
332
  return typing.cast(builtins.str, result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_standards_resources_scores`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resources_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resources_scores).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_standards_resources_scores`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resources_scores).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutyStandardsResourcesScores(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyStandardsResourcesScores.DataPagerdutyStandardsResourcesScores",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -61,12 +61,12 @@ class DataPagerdutyStandardsResourcesScores(
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.19.3/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resources_scores pagerduty_standards_resources_scores} 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 ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.
69
- :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.
68
+ :param ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.
69
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.
70
70
  :param connection:
71
71
  :param count:
72
72
  :param depends_on:
@@ -106,7 +106,7 @@ class DataPagerdutyStandardsResourcesScores(
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 DataPagerdutyStandardsResourcesScores to import.
109
- :param import_from_id: The id of the existing DataPagerdutyStandardsResourcesScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resources_scores#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing DataPagerdutyStandardsResourcesScores that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resources_scores#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 DataPagerdutyStandardsResourcesScores to import is found.
111
111
  '''
112
112
  if __debug__:
@@ -209,8 +209,8 @@ class DataPagerdutyStandardsResourcesScoresConfig(
209
209
  :param lifecycle:
210
210
  :param provider:
211
211
  :param provisioners:
212
- :param ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.
213
- :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.
212
+ :param ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.
213
+ :param resource_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.
214
214
  '''
215
215
  if isinstance(lifecycle, dict):
216
216
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -310,14 +310,14 @@ class DataPagerdutyStandardsResourcesScoresConfig(
310
310
 
311
311
  @builtins.property
312
312
  def ids(self) -> typing.List[builtins.str]:
313
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.'''
313
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resources_scores#ids DataPagerdutyStandardsResourcesScores#ids}.'''
314
314
  result = self._values.get("ids")
315
315
  assert result is not None, "Required property 'ids' is missing"
316
316
  return typing.cast(typing.List[builtins.str], result)
317
317
 
318
318
  @builtins.property
319
319
  def resource_type(self) -> builtins.str:
320
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.'''
320
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/standards_resources_scores#resource_type DataPagerdutyStandardsResourcesScores#resource_type}.'''
321
321
  result = self._values.get("resource_type")
322
322
  assert result is not None, "Required property 'resource_type' is missing"
323
323
  return typing.cast(builtins.str, result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_pagerduty_tag`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/tag).
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/tag).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataPagerdutyTag(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.dataPagerdutyTag.DataPagerdutyTag",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/tag pagerduty_tag}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/tag pagerduty_tag}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataPagerdutyTag(
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.19.3/docs/data-sources/tag pagerduty_tag} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/tag pagerduty_tag} 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 label: The label of the tag to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/tag#label DataPagerdutyTag#label}
67
+ :param label: The label of the tag to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/tag#label DataPagerdutyTag#label}
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataPagerdutyTag(
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 DataPagerdutyTag to import.
106
- :param import_from_id: The id of the existing DataPagerdutyTag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/tag#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing DataPagerdutyTag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/tag#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 DataPagerdutyTag to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -185,7 +185,7 @@ class DataPagerdutyTagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
185
185
  :param lifecycle:
186
186
  :param provider:
187
187
  :param provisioners:
188
- :param label: The label of the tag to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/tag#label DataPagerdutyTag#label}
188
+ :param label: The label of the tag to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/tag#label DataPagerdutyTag#label}
189
189
  '''
190
190
  if isinstance(lifecycle, dict):
191
191
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -285,7 +285,7 @@ class DataPagerdutyTagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
285
285
  def label(self) -> builtins.str:
286
286
  '''The label of the tag to find in the PagerDuty API.
287
287
 
288
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/data-sources/tag#label DataPagerdutyTag#label}
288
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.4/docs/data-sources/tag#label DataPagerdutyTag#label}
289
289
  '''
290
290
  result = self._values.get("label")
291
291
  assert result is not None, "Required property 'label' is missing"