cdktf-cdktf-provider-pagerduty 13.15.1__py3-none-any.whl → 13.15.2__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.2.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.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.2.dist-info}/METADATA +4 -4
  86. cdktf_cdktf_provider_pagerduty-13.15.2.dist-info/RECORD +90 -0
  87. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.1.jsii.tgz +0 -0
  88. cdktf_cdktf_provider_pagerduty-13.15.1.dist-info/RECORD +0 -90
  89. {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.2.dist-info}/LICENSE +0 -0
  90. {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.2.dist-info}/WHEEL +0 -0
  91. {cdktf_cdktf_provider_pagerduty-13.15.1.dist-info → cdktf_cdktf_provider_pagerduty-13.15.2.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `pagerduty_slack_connection`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_slack_connection`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_slack_connection`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class SlackConnection(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.slackConnection.SlackConnection",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection pagerduty_slack_connection}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection pagerduty_slack_connection}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -66,17 +66,17 @@ class SlackConnection(
66
66
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
67
67
  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,
68
68
  ) -> None:
69
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection pagerduty_slack_connection} Resource.
69
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection pagerduty_slack_connection} Resource.
70
70
 
71
71
  :param scope: The scope in which to define this construct.
72
72
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
73
- :param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.
74
- :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#config SlackConnection#config}
75
- :param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.
76
- :param source_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#source_id SlackConnection#source_id}.
77
- :param source_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#source_type SlackConnection#source_type}.
78
- :param workspace_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.
79
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#id SlackConnection#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.
73
+ :param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.
74
+ :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#config SlackConnection#config}
75
+ :param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.
76
+ :param source_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#source_id SlackConnection#source_id}.
77
+ :param source_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#source_type SlackConnection#source_type}.
78
+ :param workspace_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.
79
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#id SlackConnection#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.
80
80
  :param connection:
81
81
  :param count:
82
82
  :param depends_on:
@@ -121,7 +121,7 @@ class SlackConnection(
121
121
 
122
122
  :param scope: The scope in which to define this construct.
123
123
  :param import_to_id: The construct id used in the generated config for the SlackConnection to import.
124
- :param import_from_id: The id of the existing SlackConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use
124
+ :param import_from_id: The id of the existing SlackConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use
125
125
  :param provider: ? Optional instance of the provider where the SlackConnection to import is found.
126
126
  '''
127
127
  if __debug__:
@@ -334,13 +334,13 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
334
334
  :param lifecycle:
335
335
  :param provider:
336
336
  :param provisioners:
337
- :param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.
338
- :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#config SlackConnection#config}
339
- :param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.
340
- :param source_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#source_id SlackConnection#source_id}.
341
- :param source_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#source_type SlackConnection#source_type}.
342
- :param workspace_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.
343
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#id SlackConnection#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.
337
+ :param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.
338
+ :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#config SlackConnection#config}
339
+ :param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.
340
+ :param source_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#source_id SlackConnection#source_id}.
341
+ :param source_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#source_type SlackConnection#source_type}.
342
+ :param workspace_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.
343
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#id SlackConnection#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.
344
344
  '''
345
345
  if isinstance(lifecycle, dict):
346
346
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -451,7 +451,7 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
451
451
 
452
452
  @builtins.property
453
453
  def channel_id(self) -> builtins.str:
454
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.'''
454
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.'''
455
455
  result = self._values.get("channel_id")
456
456
  assert result is not None, "Required property 'channel_id' is missing"
457
457
  return typing.cast(builtins.str, result)
@@ -462,7 +462,7 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
462
462
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SlackConnectionConfigA"]]:
463
463
  '''config block.
464
464
 
465
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#config SlackConnection#config}
465
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#config SlackConnection#config}
466
466
  '''
467
467
  result = self._values.get("config")
468
468
  assert result is not None, "Required property 'config' is missing"
@@ -470,35 +470,35 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
470
470
 
471
471
  @builtins.property
472
472
  def notification_type(self) -> builtins.str:
473
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.'''
473
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.'''
474
474
  result = self._values.get("notification_type")
475
475
  assert result is not None, "Required property 'notification_type' is missing"
476
476
  return typing.cast(builtins.str, result)
477
477
 
478
478
  @builtins.property
479
479
  def source_id(self) -> builtins.str:
480
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#source_id SlackConnection#source_id}.'''
480
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#source_id SlackConnection#source_id}.'''
481
481
  result = self._values.get("source_id")
482
482
  assert result is not None, "Required property 'source_id' is missing"
483
483
  return typing.cast(builtins.str, result)
484
484
 
485
485
  @builtins.property
486
486
  def source_type(self) -> builtins.str:
487
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#source_type SlackConnection#source_type}.'''
487
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#source_type SlackConnection#source_type}.'''
488
488
  result = self._values.get("source_type")
489
489
  assert result is not None, "Required property 'source_type' is missing"
490
490
  return typing.cast(builtins.str, result)
491
491
 
492
492
  @builtins.property
493
493
  def workspace_id(self) -> builtins.str:
494
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.'''
494
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.'''
495
495
  result = self._values.get("workspace_id")
496
496
  assert result is not None, "Required property 'workspace_id' is missing"
497
497
  return typing.cast(builtins.str, result)
498
498
 
499
499
  @builtins.property
500
500
  def id(self) -> typing.Optional[builtins.str]:
501
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#id SlackConnection#id}.
501
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#id SlackConnection#id}.
502
502
 
503
503
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
504
504
  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,9 +536,9 @@ class SlackConnectionConfigA:
536
536
  urgency: typing.Optional[builtins.str] = None,
537
537
  ) -> None:
538
538
  '''
539
- :param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#events SlackConnection#events}.
540
- :param priorities: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#priorities SlackConnection#priorities}.
541
- :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#urgency SlackConnection#urgency}.
539
+ :param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#events SlackConnection#events}.
540
+ :param priorities: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#priorities SlackConnection#priorities}.
541
+ :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#urgency SlackConnection#urgency}.
542
542
  '''
543
543
  if __debug__:
544
544
  type_hints = typing.get_type_hints(_typecheckingstub__2da15be02e1e09e6a62d11b5322e481cbba374710c29dc9bd7ea2231db26d7de)
@@ -555,20 +555,20 @@ class SlackConnectionConfigA:
555
555
 
556
556
  @builtins.property
557
557
  def events(self) -> typing.List[builtins.str]:
558
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#events SlackConnection#events}.'''
558
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#events SlackConnection#events}.'''
559
559
  result = self._values.get("events")
560
560
  assert result is not None, "Required property 'events' is missing"
561
561
  return typing.cast(typing.List[builtins.str], result)
562
562
 
563
563
  @builtins.property
564
564
  def priorities(self) -> typing.Optional[typing.List[builtins.str]]:
565
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#priorities SlackConnection#priorities}.'''
565
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#priorities SlackConnection#priorities}.'''
566
566
  result = self._values.get("priorities")
567
567
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
568
568
 
569
569
  @builtins.property
570
570
  def urgency(self) -> typing.Optional[builtins.str]:
571
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/slack_connection#urgency SlackConnection#urgency}.'''
571
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/slack_connection#urgency SlackConnection#urgency}.'''
572
572
  result = self._values.get("urgency")
573
573
  return typing.cast(typing.Optional[builtins.str], result)
574
574
 
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `pagerduty_tag`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class Tag(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.tag.Tag",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag pagerduty_tag}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag pagerduty_tag}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class Tag(
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.2/docs/resources/tag pagerduty_tag} Resource.
63
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag pagerduty_tag} Resource.
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: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag#label Tag#label}.
67
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag#label Tag#label}.
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class Tag(
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 Tag to import.
106
- :param import_from_id: The id of the existing Tag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/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 Tag that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/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 Tag to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -195,7 +195,7 @@ class TagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
195
195
  :param lifecycle:
196
196
  :param provider:
197
197
  :param provisioners:
198
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag#label Tag#label}.
198
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag#label Tag#label}.
199
199
  '''
200
200
  if isinstance(lifecycle, dict):
201
201
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -293,7 +293,7 @@ class TagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
293
293
 
294
294
  @builtins.property
295
295
  def label(self) -> builtins.str:
296
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag#label Tag#label}.'''
296
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag#label Tag#label}.'''
297
297
  result = self._values.get("label")
298
298
  assert result is not None, "Required property 'label' is missing"
299
299
  return typing.cast(builtins.str, result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `pagerduty_tag_assignment`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_tag_assignment`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag_assignment).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_tag_assignment`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag_assignment).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class TagAssignment(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.tagAssignment.TagAssignment",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag_assignment pagerduty_tag_assignment}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag_assignment pagerduty_tag_assignment}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -62,13 +62,13 @@ class TagAssignment(
62
62
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
63
63
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
64
64
  ) -> None:
65
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag_assignment pagerduty_tag_assignment} Resource.
65
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag_assignment pagerduty_tag_assignment} Resource.
66
66
 
67
67
  :param scope: The scope in which to define this construct.
68
68
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
69
- :param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.
70
- :param entity_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.
71
- :param tag_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.
69
+ :param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.
70
+ :param entity_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.
71
+ :param tag_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.
72
72
  :param connection:
73
73
  :param count:
74
74
  :param depends_on:
@@ -109,7 +109,7 @@ class TagAssignment(
109
109
 
110
110
  :param scope: The scope in which to define this construct.
111
111
  :param import_to_id: The construct id used in the generated config for the TagAssignment to import.
112
- :param import_from_id: The id of the existing TagAssignment that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use
112
+ :param import_from_id: The id of the existing TagAssignment that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use
113
113
  :param provider: ? Optional instance of the provider where the TagAssignment to import is found.
114
114
  '''
115
115
  if __debug__:
@@ -229,9 +229,9 @@ class TagAssignmentConfig(_cdktf_9a9027ec.TerraformMetaArguments):
229
229
  :param lifecycle:
230
230
  :param provider:
231
231
  :param provisioners:
232
- :param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.
233
- :param entity_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.
234
- :param tag_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.
232
+ :param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.
233
+ :param entity_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.
234
+ :param tag_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.
235
235
  '''
236
236
  if isinstance(lifecycle, dict):
237
237
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -333,21 +333,21 @@ class TagAssignmentConfig(_cdktf_9a9027ec.TerraformMetaArguments):
333
333
 
334
334
  @builtins.property
335
335
  def entity_id(self) -> builtins.str:
336
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.'''
336
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.'''
337
337
  result = self._values.get("entity_id")
338
338
  assert result is not None, "Required property 'entity_id' is missing"
339
339
  return typing.cast(builtins.str, result)
340
340
 
341
341
  @builtins.property
342
342
  def entity_type(self) -> builtins.str:
343
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.'''
343
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.'''
344
344
  result = self._values.get("entity_type")
345
345
  assert result is not None, "Required property 'entity_type' is missing"
346
346
  return typing.cast(builtins.str, result)
347
347
 
348
348
  @builtins.property
349
349
  def tag_id(self) -> builtins.str:
350
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.'''
350
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.'''
351
351
  result = self._values.get("tag_id")
352
352
  assert result is not None, "Required property 'tag_id' is missing"
353
353
  return typing.cast(builtins.str, result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `pagerduty_team`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class Team(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.team.Team",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team pagerduty_team}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team pagerduty_team}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -63,14 +63,14 @@ class Team(
63
63
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
64
64
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
65
65
  ) -> None:
66
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team pagerduty_team} Resource.
66
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team pagerduty_team} Resource.
67
67
 
68
68
  :param scope: The scope in which to define this construct.
69
69
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
70
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team#name Team#name}.
71
- :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team#default_role Team#default_role}.
72
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team#description Team#description}.
73
- :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team#parent Team#parent}.
70
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team#name Team#name}.
71
+ :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team#default_role Team#default_role}.
72
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team#description Team#description}.
73
+ :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team#parent Team#parent}.
74
74
  :param connection:
75
75
  :param count:
76
76
  :param depends_on:
@@ -112,7 +112,7 @@ class Team(
112
112
 
113
113
  :param scope: The scope in which to define this construct.
114
114
  :param import_to_id: The construct id used in the generated config for the Team to import.
115
- :param import_from_id: The id of the existing Team that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team#import import section} in the documentation of this resource for the id to use
115
+ :param import_from_id: The id of the existing Team that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team#import import section} in the documentation of this resource for the id to use
116
116
  :param provider: ? Optional instance of the provider where the Team to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -268,10 +268,10 @@ class TeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
268
268
  :param lifecycle:
269
269
  :param provider:
270
270
  :param provisioners:
271
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team#name Team#name}.
272
- :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team#default_role Team#default_role}.
273
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team#description Team#description}.
274
- :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team#parent Team#parent}.
271
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team#name Team#name}.
272
+ :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team#default_role Team#default_role}.
273
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team#description Team#description}.
274
+ :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team#parent Team#parent}.
275
275
  '''
276
276
  if isinstance(lifecycle, dict):
277
277
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -378,26 +378,26 @@ class TeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
378
378
 
379
379
  @builtins.property
380
380
  def name(self) -> builtins.str:
381
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team#name Team#name}.'''
381
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team#name Team#name}.'''
382
382
  result = self._values.get("name")
383
383
  assert result is not None, "Required property 'name' is missing"
384
384
  return typing.cast(builtins.str, result)
385
385
 
386
386
  @builtins.property
387
387
  def default_role(self) -> typing.Optional[builtins.str]:
388
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team#default_role Team#default_role}.'''
388
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team#default_role Team#default_role}.'''
389
389
  result = self._values.get("default_role")
390
390
  return typing.cast(typing.Optional[builtins.str], result)
391
391
 
392
392
  @builtins.property
393
393
  def description(self) -> typing.Optional[builtins.str]:
394
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team#description Team#description}.'''
394
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team#description Team#description}.'''
395
395
  result = self._values.get("description")
396
396
  return typing.cast(typing.Optional[builtins.str], result)
397
397
 
398
398
  @builtins.property
399
399
  def parent(self) -> typing.Optional[builtins.str]:
400
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team#parent Team#parent}.'''
400
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team#parent Team#parent}.'''
401
401
  result = self._values.get("parent")
402
402
  return typing.cast(typing.Optional[builtins.str], result)
403
403
 
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `pagerduty_team_membership`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_team_membership`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_team_membership`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class TeamMembership(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-pagerduty.teamMembership.TeamMembership",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership pagerduty_team_membership}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership pagerduty_team_membership}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -63,14 +63,14 @@ class TeamMembership(
63
63
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
64
64
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
65
65
  ) -> None:
66
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership pagerduty_team_membership} Resource.
66
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership pagerduty_team_membership} Resource.
67
67
 
68
68
  :param scope: The scope in which to define this construct.
69
69
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
70
- :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership#team_id TeamMembership#team_id}.
71
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership#user_id TeamMembership#user_id}.
72
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership#id TeamMembership#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.
73
- :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership#role TeamMembership#role}.
70
+ :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership#team_id TeamMembership#team_id}.
71
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership#user_id TeamMembership#user_id}.
72
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership#id TeamMembership#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.
73
+ :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership#role TeamMembership#role}.
74
74
  :param connection:
75
75
  :param count:
76
76
  :param depends_on:
@@ -112,7 +112,7 @@ class TeamMembership(
112
112
 
113
113
  :param scope: The scope in which to define this construct.
114
114
  :param import_to_id: The construct id used in the generated config for the TeamMembership to import.
115
- :param import_from_id: The id of the existing TeamMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use
115
+ :param import_from_id: The id of the existing TeamMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use
116
116
  :param provider: ? Optional instance of the provider where the TeamMembership to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -254,10 +254,10 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
254
254
  :param lifecycle:
255
255
  :param provider:
256
256
  :param provisioners:
257
- :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership#team_id TeamMembership#team_id}.
258
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership#user_id TeamMembership#user_id}.
259
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership#id TeamMembership#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.
260
- :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership#role TeamMembership#role}.
257
+ :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership#team_id TeamMembership#team_id}.
258
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership#user_id TeamMembership#user_id}.
259
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership#id TeamMembership#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.
260
+ :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership#role TeamMembership#role}.
261
261
  '''
262
262
  if isinstance(lifecycle, dict):
263
263
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -363,21 +363,21 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
363
363
 
364
364
  @builtins.property
365
365
  def team_id(self) -> builtins.str:
366
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership#team_id TeamMembership#team_id}.'''
366
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership#team_id TeamMembership#team_id}.'''
367
367
  result = self._values.get("team_id")
368
368
  assert result is not None, "Required property 'team_id' is missing"
369
369
  return typing.cast(builtins.str, result)
370
370
 
371
371
  @builtins.property
372
372
  def user_id(self) -> builtins.str:
373
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership#user_id TeamMembership#user_id}.'''
373
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership#user_id TeamMembership#user_id}.'''
374
374
  result = self._values.get("user_id")
375
375
  assert result is not None, "Required property 'user_id' is missing"
376
376
  return typing.cast(builtins.str, result)
377
377
 
378
378
  @builtins.property
379
379
  def id(self) -> typing.Optional[builtins.str]:
380
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership#id TeamMembership#id}.
380
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership#id TeamMembership#id}.
381
381
 
382
382
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
383
383
  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.
@@ -387,7 +387,7 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
387
387
 
388
388
  @builtins.property
389
389
  def role(self) -> typing.Optional[builtins.str]:
390
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.2/docs/resources/team_membership#role TeamMembership#role}.'''
390
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/team_membership#role TeamMembership#role}.'''
391
391
  result = self._values.get("role")
392
392
  return typing.cast(typing.Optional[builtins.str], result)
393
393