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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +2 -2
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.5.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +30 -30
  36. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  37. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
  38. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  40. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  42. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  43. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  44. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  45. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  46. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  47. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +1073 -53
  48. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  49. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  50. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  51. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  52. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  53. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  54. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  55. cdktf_cdktf_provider_pagerduty/service/__init__.py +170 -121
  56. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  57. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  58. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  59. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  60. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  61. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  62. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  63. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  64. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  65. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  66. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  67. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  68. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/METADATA +6 -7
  69. cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/RECORD +73 -0
  70. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/WHEEL +1 -1
  71. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.4.jsii.tgz +0 -0
  72. cdktf_cdktf_provider_pagerduty-12.0.4.dist-info/RECORD +0 -73
  73. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/LICENSE +0 -0
  74. {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_slack_connection`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_slack_connection`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_slack_connection`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class SlackConnection(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.slackConnection.SlackConnection",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection pagerduty_slack_connection}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection pagerduty_slack_connection}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -48,17 +48,17 @@ class SlackConnection(
48
48
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
49
49
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
50
50
  ) -> None:
51
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection pagerduty_slack_connection} Resource.
51
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection pagerduty_slack_connection} Resource.
52
52
 
53
53
  :param scope: The scope in which to define this construct.
54
54
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
55
- :param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.
56
- :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#config SlackConnection#config}
57
- :param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.
58
- :param source_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#source_id SlackConnection#source_id}.
59
- :param source_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#source_type SlackConnection#source_type}.
60
- :param workspace_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.
61
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.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.
55
+ :param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.
56
+ :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#config SlackConnection#config}
57
+ :param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.
58
+ :param source_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#source_id SlackConnection#source_id}.
59
+ :param source_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#source_type SlackConnection#source_type}.
60
+ :param workspace_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.
61
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.
62
62
  :param connection:
63
63
  :param count:
64
64
  :param depends_on:
@@ -103,7 +103,7 @@ class SlackConnection(
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 SlackConnection to import.
106
- :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.1.2/docs/resources/slack_connection#import import section} in the documentation of this resource for the id to use
106
+ :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.2.1/docs/resources/slack_connection#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 SlackConnection to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -312,13 +312,13 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
312
312
  :param lifecycle:
313
313
  :param provider:
314
314
  :param provisioners:
315
- :param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.
316
- :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#config SlackConnection#config}
317
- :param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.
318
- :param source_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#source_id SlackConnection#source_id}.
319
- :param source_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#source_type SlackConnection#source_type}.
320
- :param workspace_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.
321
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.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.
315
+ :param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.
316
+ :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#config SlackConnection#config}
317
+ :param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.
318
+ :param source_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#source_id SlackConnection#source_id}.
319
+ :param source_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#source_type SlackConnection#source_type}.
320
+ :param workspace_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.
321
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.
322
322
  '''
323
323
  if isinstance(lifecycle, dict):
324
324
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -429,7 +429,7 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
429
429
 
430
430
  @builtins.property
431
431
  def channel_id(self) -> builtins.str:
432
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.'''
432
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.'''
433
433
  result = self._values.get("channel_id")
434
434
  assert result is not None, "Required property 'channel_id' is missing"
435
435
  return typing.cast(builtins.str, result)
@@ -440,7 +440,7 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
440
440
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SlackConnectionConfigA"]]:
441
441
  '''config block.
442
442
 
443
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#config SlackConnection#config}
443
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#config SlackConnection#config}
444
444
  '''
445
445
  result = self._values.get("config")
446
446
  assert result is not None, "Required property 'config' is missing"
@@ -448,35 +448,35 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
448
448
 
449
449
  @builtins.property
450
450
  def notification_type(self) -> builtins.str:
451
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.'''
451
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.'''
452
452
  result = self._values.get("notification_type")
453
453
  assert result is not None, "Required property 'notification_type' is missing"
454
454
  return typing.cast(builtins.str, result)
455
455
 
456
456
  @builtins.property
457
457
  def source_id(self) -> builtins.str:
458
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#source_id SlackConnection#source_id}.'''
458
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#source_id SlackConnection#source_id}.'''
459
459
  result = self._values.get("source_id")
460
460
  assert result is not None, "Required property 'source_id' is missing"
461
461
  return typing.cast(builtins.str, result)
462
462
 
463
463
  @builtins.property
464
464
  def source_type(self) -> builtins.str:
465
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#source_type SlackConnection#source_type}.'''
465
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#source_type SlackConnection#source_type}.'''
466
466
  result = self._values.get("source_type")
467
467
  assert result is not None, "Required property 'source_type' is missing"
468
468
  return typing.cast(builtins.str, result)
469
469
 
470
470
  @builtins.property
471
471
  def workspace_id(self) -> builtins.str:
472
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.'''
472
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.'''
473
473
  result = self._values.get("workspace_id")
474
474
  assert result is not None, "Required property 'workspace_id' is missing"
475
475
  return typing.cast(builtins.str, result)
476
476
 
477
477
  @builtins.property
478
478
  def id(self) -> typing.Optional[builtins.str]:
479
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#id SlackConnection#id}.
479
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#id SlackConnection#id}.
480
480
 
481
481
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
482
482
  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.
@@ -514,9 +514,9 @@ class SlackConnectionConfigA:
514
514
  urgency: typing.Optional[builtins.str] = None,
515
515
  ) -> None:
516
516
  '''
517
- :param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#events SlackConnection#events}.
518
- :param priorities: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#priorities SlackConnection#priorities}.
519
- :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#urgency SlackConnection#urgency}.
517
+ :param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#events SlackConnection#events}.
518
+ :param priorities: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#priorities SlackConnection#priorities}.
519
+ :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#urgency SlackConnection#urgency}.
520
520
  '''
521
521
  if __debug__:
522
522
  type_hints = typing.get_type_hints(_typecheckingstub__2da15be02e1e09e6a62d11b5322e481cbba374710c29dc9bd7ea2231db26d7de)
@@ -533,20 +533,20 @@ class SlackConnectionConfigA:
533
533
 
534
534
  @builtins.property
535
535
  def events(self) -> typing.List[builtins.str]:
536
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#events SlackConnection#events}.'''
536
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#events SlackConnection#events}.'''
537
537
  result = self._values.get("events")
538
538
  assert result is not None, "Required property 'events' is missing"
539
539
  return typing.cast(typing.List[builtins.str], result)
540
540
 
541
541
  @builtins.property
542
542
  def priorities(self) -> typing.Optional[typing.List[builtins.str]]:
543
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#priorities SlackConnection#priorities}.'''
543
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#priorities SlackConnection#priorities}.'''
544
544
  result = self._values.get("priorities")
545
545
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
546
546
 
547
547
  @builtins.property
548
548
  def urgency(self) -> typing.Optional[builtins.str]:
549
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/slack_connection#urgency SlackConnection#urgency}.'''
549
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/slack_connection#urgency SlackConnection#urgency}.'''
550
550
  result = self._values.get("urgency")
551
551
  return typing.cast(typing.Optional[builtins.str], result)
552
552
 
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_tag`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class Tag(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.tag.Tag",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag pagerduty_tag}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag pagerduty_tag}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class Tag(
43
43
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
44
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
45
45
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag pagerduty_tag} Resource.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag pagerduty_tag} Resource.
47
47
 
48
48
  :param scope: The scope in which to define this construct.
49
49
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag#label Tag#label}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag#id Tag#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.
50
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag#label Tag#label}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag#id Tag#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
52
52
  :param connection:
53
53
  :param count:
54
54
  :param depends_on:
@@ -88,7 +88,7 @@ class Tag(
88
88
 
89
89
  :param scope: The scope in which to define this construct.
90
90
  :param import_to_id: The construct id used in the generated config for the Tag to import.
91
- :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.1.2/docs/resources/tag#import import section} in the documentation of this resource for the id to use
91
+ :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.2.1/docs/resources/tag#import import section} in the documentation of this resource for the id to use
92
92
  :param provider: ? Optional instance of the provider where the Tag to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -194,8 +194,8 @@ class TagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
194
194
  :param lifecycle:
195
195
  :param provider:
196
196
  :param provisioners:
197
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag#label Tag#label}.
198
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag#id Tag#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.
197
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag#label Tag#label}.
198
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag#id Tag#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.
199
199
  '''
200
200
  if isinstance(lifecycle, dict):
201
201
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -296,14 +296,14 @@ class TagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
296
296
 
297
297
  @builtins.property
298
298
  def label(self) -> builtins.str:
299
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag#label Tag#label}.'''
299
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag#label Tag#label}.'''
300
300
  result = self._values.get("label")
301
301
  assert result is not None, "Required property 'label' is missing"
302
302
  return typing.cast(builtins.str, result)
303
303
 
304
304
  @builtins.property
305
305
  def id(self) -> typing.Optional[builtins.str]:
306
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag#id Tag#id}.
306
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag#id Tag#id}.
307
307
 
308
308
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
309
309
  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
  '''
2
2
  # `pagerduty_tag_assignment`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_tag_assignment`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_tag_assignment`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class TagAssignment(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.tagAssignment.TagAssignment",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment pagerduty_tag_assignment}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment pagerduty_tag_assignment}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -45,14 +45,14 @@ class TagAssignment(
45
45
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
46
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
47
47
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment pagerduty_tag_assignment} Resource.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment pagerduty_tag_assignment} Resource.
49
49
 
50
50
  :param scope: The scope in which to define this construct.
51
51
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.
53
- :param entity_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.
54
- :param tag_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment#id TagAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
52
+ :param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.
53
+ :param entity_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.
54
+ :param tag_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment#id TagAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
56
  :param connection:
57
57
  :param count:
58
58
  :param depends_on:
@@ -94,7 +94,7 @@ class TagAssignment(
94
94
 
95
95
  :param scope: The scope in which to define this construct.
96
96
  :param import_to_id: The construct id used in the generated config for the TagAssignment to import.
97
- :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.1.2/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use
97
+ :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.2.1/docs/resources/tag_assignment#import import section} in the documentation of this resource for the id to use
98
98
  :param provider: ? Optional instance of the provider where the TagAssignment to import is found.
99
99
  '''
100
100
  if __debug__:
@@ -228,10 +228,10 @@ class TagAssignmentConfig(_cdktf_9a9027ec.TerraformMetaArguments):
228
228
  :param lifecycle:
229
229
  :param provider:
230
230
  :param provisioners:
231
- :param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.
232
- :param entity_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.
233
- :param tag_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.
234
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment#id TagAssignment#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.
231
+ :param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.
232
+ :param entity_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.
233
+ :param tag_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.
234
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment#id TagAssignment#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.
235
235
  '''
236
236
  if isinstance(lifecycle, dict):
237
237
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -336,28 +336,28 @@ class TagAssignmentConfig(_cdktf_9a9027ec.TerraformMetaArguments):
336
336
 
337
337
  @builtins.property
338
338
  def entity_id(self) -> builtins.str:
339
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.'''
339
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.'''
340
340
  result = self._values.get("entity_id")
341
341
  assert result is not None, "Required property 'entity_id' is missing"
342
342
  return typing.cast(builtins.str, result)
343
343
 
344
344
  @builtins.property
345
345
  def entity_type(self) -> builtins.str:
346
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.'''
346
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.'''
347
347
  result = self._values.get("entity_type")
348
348
  assert result is not None, "Required property 'entity_type' is missing"
349
349
  return typing.cast(builtins.str, result)
350
350
 
351
351
  @builtins.property
352
352
  def tag_id(self) -> builtins.str:
353
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.'''
353
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.'''
354
354
  result = self._values.get("tag_id")
355
355
  assert result is not None, "Required property 'tag_id' is missing"
356
356
  return typing.cast(builtins.str, result)
357
357
 
358
358
  @builtins.property
359
359
  def id(self) -> typing.Optional[builtins.str]:
360
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/tag_assignment#id TagAssignment#id}.
360
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/tag_assignment#id TagAssignment#id}.
361
361
 
362
362
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
363
363
  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
  '''
2
2
  # `pagerduty_team`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class Team(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.team.Team",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team pagerduty_team}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team pagerduty_team}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -46,15 +46,15 @@ class Team(
46
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
47
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
48
48
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team pagerduty_team} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team pagerduty_team} Resource.
50
50
 
51
51
  :param scope: The scope in which to define this construct.
52
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
53
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#name Team#name}.
54
- :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#default_role Team#default_role}.
55
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#description Team#description}.
56
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#id Team#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
57
- :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#parent Team#parent}.
53
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#name Team#name}.
54
+ :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#default_role Team#default_role}.
55
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#description Team#description}.
56
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#id Team#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
57
+ :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#parent Team#parent}.
58
58
  :param connection:
59
59
  :param count:
60
60
  :param depends_on:
@@ -97,7 +97,7 @@ class Team(
97
97
 
98
98
  :param scope: The scope in which to define this construct.
99
99
  :param import_to_id: The construct id used in the generated config for the Team to import.
100
- :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.1.2/docs/resources/team#import import section} in the documentation of this resource for the id to use
100
+ :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.2.1/docs/resources/team#import import section} in the documentation of this resource for the id to use
101
101
  :param provider: ? Optional instance of the provider where the Team to import is found.
102
102
  '''
103
103
  if __debug__:
@@ -267,11 +267,11 @@ class TeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
267
267
  :param lifecycle:
268
268
  :param provider:
269
269
  :param provisioners:
270
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#name Team#name}.
271
- :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#default_role Team#default_role}.
272
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#description Team#description}.
273
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#id Team#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.
274
- :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#parent Team#parent}.
270
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#name Team#name}.
271
+ :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#default_role Team#default_role}.
272
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#description Team#description}.
273
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#id Team#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.
274
+ :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#parent Team#parent}.
275
275
  '''
276
276
  if isinstance(lifecycle, dict):
277
277
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -381,26 +381,26 @@ class TeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
381
381
 
382
382
  @builtins.property
383
383
  def name(self) -> builtins.str:
384
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#name Team#name}.'''
384
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#name Team#name}.'''
385
385
  result = self._values.get("name")
386
386
  assert result is not None, "Required property 'name' is missing"
387
387
  return typing.cast(builtins.str, result)
388
388
 
389
389
  @builtins.property
390
390
  def default_role(self) -> typing.Optional[builtins.str]:
391
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#default_role Team#default_role}.'''
391
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#default_role Team#default_role}.'''
392
392
  result = self._values.get("default_role")
393
393
  return typing.cast(typing.Optional[builtins.str], result)
394
394
 
395
395
  @builtins.property
396
396
  def description(self) -> typing.Optional[builtins.str]:
397
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#description Team#description}.'''
397
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#description Team#description}.'''
398
398
  result = self._values.get("description")
399
399
  return typing.cast(typing.Optional[builtins.str], result)
400
400
 
401
401
  @builtins.property
402
402
  def id(self) -> typing.Optional[builtins.str]:
403
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#id Team#id}.
403
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#id Team#id}.
404
404
 
405
405
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
406
406
  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.
@@ -410,7 +410,7 @@ class TeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
410
410
 
411
411
  @builtins.property
412
412
  def parent(self) -> typing.Optional[builtins.str]:
413
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team#parent Team#parent}.'''
413
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team#parent Team#parent}.'''
414
414
  result = self._values.get("parent")
415
415
  return typing.cast(typing.Optional[builtins.str], result)
416
416
 
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_team_membership`
3
3
 
4
- Refer to the Terraform Registory for docs: [`pagerduty_team_membership`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team_membership).
4
+ Refer to the Terraform Registory for docs: [`pagerduty_team_membership`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team_membership).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class TeamMembership(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.teamMembership.TeamMembership",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team_membership pagerduty_team_membership}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team_membership pagerduty_team_membership}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -45,14 +45,14 @@ class TeamMembership(
45
45
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
46
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
47
47
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team_membership pagerduty_team_membership} Resource.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team_membership pagerduty_team_membership} Resource.
49
49
 
50
50
  :param scope: The scope in which to define this construct.
51
51
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team_membership#team_id TeamMembership#team_id}.
53
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team_membership#user_id TeamMembership#user_id}.
54
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.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.
55
- :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team_membership#role TeamMembership#role}.
52
+ :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team_membership#team_id TeamMembership#team_id}.
53
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team_membership#user_id TeamMembership#user_id}.
54
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.
55
+ :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team_membership#role TeamMembership#role}.
56
56
  :param connection:
57
57
  :param count:
58
58
  :param depends_on:
@@ -94,7 +94,7 @@ class TeamMembership(
94
94
 
95
95
  :param scope: The scope in which to define this construct.
96
96
  :param import_to_id: The construct id used in the generated config for the TeamMembership to import.
97
- :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.1.2/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use
97
+ :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.2.1/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use
98
98
  :param provider: ? Optional instance of the provider where the TeamMembership to import is found.
99
99
  '''
100
100
  if __debug__:
@@ -232,10 +232,10 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
232
232
  :param lifecycle:
233
233
  :param provider:
234
234
  :param provisioners:
235
- :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team_membership#team_id TeamMembership#team_id}.
236
- :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team_membership#user_id TeamMembership#user_id}.
237
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.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.
238
- :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team_membership#role TeamMembership#role}.
235
+ :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team_membership#team_id TeamMembership#team_id}.
236
+ :param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team_membership#user_id TeamMembership#user_id}.
237
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.
238
+ :param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team_membership#role TeamMembership#role}.
239
239
  '''
240
240
  if isinstance(lifecycle, dict):
241
241
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -341,21 +341,21 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
341
341
 
342
342
  @builtins.property
343
343
  def team_id(self) -> builtins.str:
344
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team_membership#team_id TeamMembership#team_id}.'''
344
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team_membership#team_id TeamMembership#team_id}.'''
345
345
  result = self._values.get("team_id")
346
346
  assert result is not None, "Required property 'team_id' is missing"
347
347
  return typing.cast(builtins.str, result)
348
348
 
349
349
  @builtins.property
350
350
  def user_id(self) -> builtins.str:
351
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team_membership#user_id TeamMembership#user_id}.'''
351
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team_membership#user_id TeamMembership#user_id}.'''
352
352
  result = self._values.get("user_id")
353
353
  assert result is not None, "Required property 'user_id' is missing"
354
354
  return typing.cast(builtins.str, result)
355
355
 
356
356
  @builtins.property
357
357
  def id(self) -> typing.Optional[builtins.str]:
358
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team_membership#id TeamMembership#id}.
358
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team_membership#id TeamMembership#id}.
359
359
 
360
360
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
361
361
  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.
@@ -365,7 +365,7 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
365
365
 
366
366
  @builtins.property
367
367
  def role(self) -> typing.Optional[builtins.str]:
368
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/team_membership#role TeamMembership#role}.'''
368
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/team_membership#role TeamMembership#role}.'''
369
369
  result = self._values.get("role")
370
370
  return typing.cast(typing.Optional[builtins.str], result)
371
371