cdktf-cdktf-provider-pagerduty 12.1.1__py3-none-any.whl → 13.0.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +5 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.0.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +17 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +56 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +17 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +17 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +29 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +17 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +26 -22
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +20 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +32 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +20 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +14 -10
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +14 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +17 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +17 -13
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +14 -10
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +14 -10
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +14 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +14 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +41 -37
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +36 -32
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +14 -10
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +14 -10
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +14 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +14 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +17 -13
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +14 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +20 -16
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +595 -0
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +14 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +20 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +14 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +14 -10
  36. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +39 -35
  37. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +23 -19
  38. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +181 -177
  39. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +14 -10
  40. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +45 -41
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +190 -186
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +96 -92
  43. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +20 -16
  44. cdktf_cdktf_provider_pagerduty/extension/__init__.py +29 -25
  45. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +47 -43
  46. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +29 -25
  47. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +20 -16
  48. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +49 -45
  49. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +26 -22
  50. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +23 -19
  51. cdktf_cdktf_provider_pagerduty/provider/__init__.py +35 -31
  52. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +59 -55
  53. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +20 -16
  54. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +129 -125
  55. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +51 -47
  56. cdktf_cdktf_provider_pagerduty/service/__init__.py +126 -122
  57. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +31 -27
  58. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +121 -117
  59. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +94 -90
  60. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +35 -31
  61. cdktf_cdktf_provider_pagerduty/tag/__init__.py +14 -10
  62. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +20 -16
  63. cdktf_cdktf_provider_pagerduty/team/__init__.py +23 -19
  64. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +20 -16
  65. cdktf_cdktf_provider_pagerduty/user/__init__.py +38 -34
  66. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +29 -25
  67. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +23 -19
  68. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +45 -41
  69. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/LICENSE +1 -1
  70. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/METADATA +5 -5
  71. cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/RECORD +74 -0
  72. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.1.1.jsii.tgz +0 -0
  73. cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/RECORD +0 -73
  74. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/WHEEL +0 -0
  75. {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.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.3.1/docs/resources/slack_connection).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_slack_connection`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.1/docs/resources/slack_connection pagerduty_slack_connection}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.1/docs/resources/slack_connection pagerduty_slack_connection} Resource.
51
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.
55
+ :param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.4.0/docs/resources/slack_connection#config SlackConnection#config}
57
+ :param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.4.0/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.4.0/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.4.0/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.4.0/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.3.1/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.4.0/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__:
@@ -135,6 +135,10 @@ class SlackConnection(
135
135
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
136
136
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
137
137
 
138
+ @jsii.member(jsii_name="synthesizeHclAttributes")
139
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
140
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
141
+
138
142
  @jsii.python.classproperty
139
143
  @jsii.member(jsii_name="tfResourceType")
140
144
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -312,13 +316,13 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
312
316
  :param lifecycle:
313
317
  :param provider:
314
318
  :param provisioners:
315
- :param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.3.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.3.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.3.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.3.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.3.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.3.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.
319
+ :param channel_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.
320
+ :param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#config SlackConnection#config}
321
+ :param notification_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.
322
+ :param source_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#source_id SlackConnection#source_id}.
323
+ :param source_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#source_type SlackConnection#source_type}.
324
+ :param workspace_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.
325
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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
326
  '''
323
327
  if isinstance(lifecycle, dict):
324
328
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -429,7 +433,7 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
429
433
 
430
434
  @builtins.property
431
435
  def channel_id(self) -> builtins.str:
432
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.'''
436
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#channel_id SlackConnection#channel_id}.'''
433
437
  result = self._values.get("channel_id")
434
438
  assert result is not None, "Required property 'channel_id' is missing"
435
439
  return typing.cast(builtins.str, result)
@@ -440,7 +444,7 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
440
444
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SlackConnectionConfigA"]]:
441
445
  '''config block.
442
446
 
443
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/slack_connection#config SlackConnection#config}
447
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#config SlackConnection#config}
444
448
  '''
445
449
  result = self._values.get("config")
446
450
  assert result is not None, "Required property 'config' is missing"
@@ -448,35 +452,35 @@ class SlackConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
448
452
 
449
453
  @builtins.property
450
454
  def notification_type(self) -> builtins.str:
451
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.'''
455
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#notification_type SlackConnection#notification_type}.'''
452
456
  result = self._values.get("notification_type")
453
457
  assert result is not None, "Required property 'notification_type' is missing"
454
458
  return typing.cast(builtins.str, result)
455
459
 
456
460
  @builtins.property
457
461
  def source_id(self) -> builtins.str:
458
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/slack_connection#source_id SlackConnection#source_id}.'''
462
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#source_id SlackConnection#source_id}.'''
459
463
  result = self._values.get("source_id")
460
464
  assert result is not None, "Required property 'source_id' is missing"
461
465
  return typing.cast(builtins.str, result)
462
466
 
463
467
  @builtins.property
464
468
  def source_type(self) -> builtins.str:
465
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/slack_connection#source_type SlackConnection#source_type}.'''
469
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#source_type SlackConnection#source_type}.'''
466
470
  result = self._values.get("source_type")
467
471
  assert result is not None, "Required property 'source_type' is missing"
468
472
  return typing.cast(builtins.str, result)
469
473
 
470
474
  @builtins.property
471
475
  def workspace_id(self) -> builtins.str:
472
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.'''
476
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#workspace_id SlackConnection#workspace_id}.'''
473
477
  result = self._values.get("workspace_id")
474
478
  assert result is not None, "Required property 'workspace_id' is missing"
475
479
  return typing.cast(builtins.str, result)
476
480
 
477
481
  @builtins.property
478
482
  def id(self) -> typing.Optional[builtins.str]:
479
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/slack_connection#id SlackConnection#id}.
483
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#id SlackConnection#id}.
480
484
 
481
485
  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
486
  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 +518,9 @@ class SlackConnectionConfigA:
514
518
  urgency: typing.Optional[builtins.str] = None,
515
519
  ) -> None:
516
520
  '''
517
- :param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/slack_connection#events SlackConnection#events}.
518
- :param priorities: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/slack_connection#priorities SlackConnection#priorities}.
519
- :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/slack_connection#urgency SlackConnection#urgency}.
521
+ :param events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#events SlackConnection#events}.
522
+ :param priorities: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#priorities SlackConnection#priorities}.
523
+ :param urgency: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#urgency SlackConnection#urgency}.
520
524
  '''
521
525
  if __debug__:
522
526
  type_hints = typing.get_type_hints(_typecheckingstub__2da15be02e1e09e6a62d11b5322e481cbba374710c29dc9bd7ea2231db26d7de)
@@ -533,20 +537,20 @@ class SlackConnectionConfigA:
533
537
 
534
538
  @builtins.property
535
539
  def events(self) -> typing.List[builtins.str]:
536
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/slack_connection#events SlackConnection#events}.'''
540
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#events SlackConnection#events}.'''
537
541
  result = self._values.get("events")
538
542
  assert result is not None, "Required property 'events' is missing"
539
543
  return typing.cast(typing.List[builtins.str], result)
540
544
 
541
545
  @builtins.property
542
546
  def priorities(self) -> typing.Optional[typing.List[builtins.str]]:
543
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/slack_connection#priorities SlackConnection#priorities}.'''
547
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#priorities SlackConnection#priorities}.'''
544
548
  result = self._values.get("priorities")
545
549
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
546
550
 
547
551
  @builtins.property
548
552
  def urgency(self) -> typing.Optional[builtins.str]:
549
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/slack_connection#urgency SlackConnection#urgency}.'''
553
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/slack_connection#urgency SlackConnection#urgency}.'''
550
554
  result = self._values.get("urgency")
551
555
  return typing.cast(typing.Optional[builtins.str], result)
552
556
 
@@ -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.3.1/docs/resources/tag).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_tag`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.1/docs/resources/tag pagerduty_tag}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.1/docs/resources/tag pagerduty_tag} Resource.
46
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.1/docs/resources/tag#label Tag#label}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.
50
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/tag#label Tag#label}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.1/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.4.0/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__:
@@ -107,6 +107,10 @@ class Tag(
107
107
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
108
108
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
109
109
 
110
+ @jsii.member(jsii_name="synthesizeHclAttributes")
111
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
112
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
113
+
110
114
  @jsii.python.classproperty
111
115
  @jsii.member(jsii_name="tfResourceType")
112
116
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -194,8 +198,8 @@ class TagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
194
198
  :param lifecycle:
195
199
  :param provider:
196
200
  :param provisioners:
197
- :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/tag#label Tag#label}.
198
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.
201
+ :param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/tag#label Tag#label}.
202
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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
203
  '''
200
204
  if isinstance(lifecycle, dict):
201
205
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -296,14 +300,14 @@ class TagConfig(_cdktf_9a9027ec.TerraformMetaArguments):
296
300
 
297
301
  @builtins.property
298
302
  def label(self) -> builtins.str:
299
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/tag#label Tag#label}.'''
303
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/tag#label Tag#label}.'''
300
304
  result = self._values.get("label")
301
305
  assert result is not None, "Required property 'label' is missing"
302
306
  return typing.cast(builtins.str, result)
303
307
 
304
308
  @builtins.property
305
309
  def id(self) -> typing.Optional[builtins.str]:
306
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/tag#id Tag#id}.
310
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/tag#id Tag#id}.
307
311
 
308
312
  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
313
  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.3.1/docs/resources/tag_assignment).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_tag_assignment`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.1/docs/resources/tag_assignment pagerduty_tag_assignment}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.1/docs/resources/tag_assignment pagerduty_tag_assignment} Resource.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.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.3.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.3.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.3.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.
52
+ :param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.4.0/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.4.0/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.4.0/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.3.1/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.4.0/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__:
@@ -113,6 +113,10 @@ class TagAssignment(
113
113
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
114
114
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
115
115
 
116
+ @jsii.member(jsii_name="synthesizeHclAttributes")
117
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
118
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
119
+
116
120
  @jsii.python.classproperty
117
121
  @jsii.member(jsii_name="tfResourceType")
118
122
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -228,10 +232,10 @@ class TagAssignmentConfig(_cdktf_9a9027ec.TerraformMetaArguments):
228
232
  :param lifecycle:
229
233
  :param provider:
230
234
  :param provisioners:
231
- :param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.3.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.3.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.3.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
+ :param entity_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.
236
+ :param entity_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.
237
+ :param tag_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.
238
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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
239
  '''
236
240
  if isinstance(lifecycle, dict):
237
241
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -336,28 +340,28 @@ class TagAssignmentConfig(_cdktf_9a9027ec.TerraformMetaArguments):
336
340
 
337
341
  @builtins.property
338
342
  def entity_id(self) -> builtins.str:
339
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.'''
343
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/tag_assignment#entity_id TagAssignment#entity_id}.'''
340
344
  result = self._values.get("entity_id")
341
345
  assert result is not None, "Required property 'entity_id' is missing"
342
346
  return typing.cast(builtins.str, result)
343
347
 
344
348
  @builtins.property
345
349
  def entity_type(self) -> builtins.str:
346
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.'''
350
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/tag_assignment#entity_type TagAssignment#entity_type}.'''
347
351
  result = self._values.get("entity_type")
348
352
  assert result is not None, "Required property 'entity_type' is missing"
349
353
  return typing.cast(builtins.str, result)
350
354
 
351
355
  @builtins.property
352
356
  def tag_id(self) -> builtins.str:
353
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.'''
357
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/tag_assignment#tag_id TagAssignment#tag_id}.'''
354
358
  result = self._values.get("tag_id")
355
359
  assert result is not None, "Required property 'tag_id' is missing"
356
360
  return typing.cast(builtins.str, result)
357
361
 
358
362
  @builtins.property
359
363
  def id(self) -> typing.Optional[builtins.str]:
360
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/tag_assignment#id TagAssignment#id}.
364
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/tag_assignment#id TagAssignment#id}.
361
365
 
362
366
  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
367
  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.3.1/docs/resources/team).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_team`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.1/docs/resources/team pagerduty_team}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.1/docs/resources/team pagerduty_team} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.3.1/docs/resources/team#name Team#name}.
54
- :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.3.1/docs/resources/team#description Team#description}.
56
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.3.1/docs/resources/team#parent Team#parent}.
53
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team#name Team#name}.
54
+ :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team#default_role Team#default_role}.
55
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team#description Team#description}.
56
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.4.0/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.3.1/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.4.0/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__:
@@ -128,6 +128,10 @@ class Team(
128
128
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
129
129
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
130
130
 
131
+ @jsii.member(jsii_name="synthesizeHclAttributes")
132
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
133
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
134
+
131
135
  @jsii.python.classproperty
132
136
  @jsii.member(jsii_name="tfResourceType")
133
137
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -267,11 +271,11 @@ class TeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
267
271
  :param lifecycle:
268
272
  :param provider:
269
273
  :param provisioners:
270
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team#name Team#name}.
271
- :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.3.1/docs/resources/team#description Team#description}.
273
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.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.3.1/docs/resources/team#parent Team#parent}.
274
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team#name Team#name}.
275
+ :param default_role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team#default_role Team#default_role}.
276
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team#description Team#description}.
277
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/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.
278
+ :param parent: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team#parent Team#parent}.
275
279
  '''
276
280
  if isinstance(lifecycle, dict):
277
281
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -381,26 +385,26 @@ class TeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
381
385
 
382
386
  @builtins.property
383
387
  def name(self) -> builtins.str:
384
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team#name Team#name}.'''
388
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team#name Team#name}.'''
385
389
  result = self._values.get("name")
386
390
  assert result is not None, "Required property 'name' is missing"
387
391
  return typing.cast(builtins.str, result)
388
392
 
389
393
  @builtins.property
390
394
  def default_role(self) -> typing.Optional[builtins.str]:
391
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team#default_role Team#default_role}.'''
395
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team#default_role Team#default_role}.'''
392
396
  result = self._values.get("default_role")
393
397
  return typing.cast(typing.Optional[builtins.str], result)
394
398
 
395
399
  @builtins.property
396
400
  def description(self) -> typing.Optional[builtins.str]:
397
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team#description Team#description}.'''
401
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team#description Team#description}.'''
398
402
  result = self._values.get("description")
399
403
  return typing.cast(typing.Optional[builtins.str], result)
400
404
 
401
405
  @builtins.property
402
406
  def id(self) -> typing.Optional[builtins.str]:
403
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team#id Team#id}.
407
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team#id Team#id}.
404
408
 
405
409
  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
410
  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 +414,7 @@ class TeamConfig(_cdktf_9a9027ec.TerraformMetaArguments):
410
414
 
411
415
  @builtins.property
412
416
  def parent(self) -> typing.Optional[builtins.str]:
413
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.3.1/docs/resources/team#parent Team#parent}.'''
417
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/resources/team#parent Team#parent}.'''
414
418
  result = self._values.get("parent")
415
419
  return typing.cast(typing.Optional[builtins.str], result)
416
420