cdktf-cdktf-provider-pagerduty 13.4.1__py3-none-any.whl → 13.6.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.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 +29 -72
  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 +17 -60
  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_standards/__init__.py +7 -7
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +30 -10
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +35 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
  39. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
  40. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
  41. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +918 -208
  42. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +927 -217
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
  46. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
  47. cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
  48. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
  49. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
  50. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
  51. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
  52. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
  53. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
  54. cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
  55. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
  56. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
  57. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
  58. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
  59. cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
  60. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
  61. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
  62. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
  63. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
  64. cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
  65. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
  66. cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
  67. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
  68. cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
  69. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
  70. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
  71. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
  72. {cdktf_cdktf_provider_pagerduty-13.4.1.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/METADATA +5 -5
  73. cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +77 -0
  74. {cdktf_cdktf_provider_pagerduty-13.4.1.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/WHEEL +1 -1
  75. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.4.1.jsii.tgz +0 -0
  76. cdktf_cdktf_provider_pagerduty-13.4.1.dist-info/RECORD +0 -77
  77. {cdktf_cdktf_provider_pagerduty-13.4.1.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/LICENSE +0 -0
  78. {cdktf_cdktf_provider_pagerduty-13.4.1.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_automation_actions_runner`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class AutomationActionsRunner(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.automationActionsRunner.AutomationActionsRunner",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -48,17 +48,17 @@ class AutomationActionsRunner(
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.8.1/docs/resources/automation_actions_runner pagerduty_automation_actions_runner} Resource.
51
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner pagerduty_automation_actions_runner} 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 name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}.
56
- :param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}.
57
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}.
58
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#id AutomationActionsRunner#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.
59
- :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}.
60
- :param runbook_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}.
61
- :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}.
55
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}.
56
+ :param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}.
57
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}.
58
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#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.
59
+ :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}.
60
+ :param runbook_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}.
61
+ :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}.
62
62
  :param connection:
63
63
  :param count:
64
64
  :param depends_on:
@@ -103,7 +103,7 @@ class AutomationActionsRunner(
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 AutomationActionsRunner to import.
106
- :param import_from_id: The id of the existing AutomationActionsRunner that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing AutomationActionsRunner that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#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 AutomationActionsRunner to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -324,13 +324,13 @@ class AutomationActionsRunnerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
324
324
  :param lifecycle:
325
325
  :param provider:
326
326
  :param provisioners:
327
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}.
328
- :param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}.
329
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}.
330
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#id AutomationActionsRunner#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.
331
- :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}.
332
- :param runbook_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}.
333
- :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}.
327
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}.
328
+ :param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}.
329
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}.
330
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#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.
331
+ :param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}.
332
+ :param runbook_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}.
333
+ :param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}.
334
334
  '''
335
335
  if isinstance(lifecycle, dict):
336
336
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -445,27 +445,27 @@ class AutomationActionsRunnerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
445
445
 
446
446
  @builtins.property
447
447
  def name(self) -> builtins.str:
448
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}.'''
448
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}.'''
449
449
  result = self._values.get("name")
450
450
  assert result is not None, "Required property 'name' is missing"
451
451
  return typing.cast(builtins.str, result)
452
452
 
453
453
  @builtins.property
454
454
  def runner_type(self) -> builtins.str:
455
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}.'''
455
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}.'''
456
456
  result = self._values.get("runner_type")
457
457
  assert result is not None, "Required property 'runner_type' is missing"
458
458
  return typing.cast(builtins.str, result)
459
459
 
460
460
  @builtins.property
461
461
  def description(self) -> typing.Optional[builtins.str]:
462
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}.'''
462
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}.'''
463
463
  result = self._values.get("description")
464
464
  return typing.cast(typing.Optional[builtins.str], result)
465
465
 
466
466
  @builtins.property
467
467
  def id(self) -> typing.Optional[builtins.str]:
468
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}.
468
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}.
469
469
 
470
470
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
471
471
  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.
@@ -475,19 +475,19 @@ class AutomationActionsRunnerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
475
475
 
476
476
  @builtins.property
477
477
  def last_seen(self) -> typing.Optional[builtins.str]:
478
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}.'''
478
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}.'''
479
479
  result = self._values.get("last_seen")
480
480
  return typing.cast(typing.Optional[builtins.str], result)
481
481
 
482
482
  @builtins.property
483
483
  def runbook_api_key(self) -> typing.Optional[builtins.str]:
484
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}.'''
484
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}.'''
485
485
  result = self._values.get("runbook_api_key")
486
486
  return typing.cast(typing.Optional[builtins.str], result)
487
487
 
488
488
  @builtins.property
489
489
  def runbook_base_uri(self) -> typing.Optional[builtins.str]:
490
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}.'''
490
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}.'''
491
491
  result = self._values.get("runbook_base_uri")
492
492
  return typing.cast(typing.Optional[builtins.str], result)
493
493
 
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_automation_actions_runner_team_association`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_runner_team_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner_team_association).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_runner_team_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner_team_association).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class AutomationActionsRunnerTeamAssociation(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.automationActionsRunnerTeamAssociation.AutomationActionsRunnerTeamAssociation",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -44,13 +44,13 @@ class AutomationActionsRunnerTeamAssociation(
44
44
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
45
45
  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,
46
46
  ) -> None:
47
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association} Resource.
47
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association} Resource.
48
48
 
49
49
  :param scope: The scope in which to define this construct.
50
50
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
51
- :param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}.
52
- :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}.
53
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
51
+ :param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}.
52
+ :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}.
53
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#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.
54
54
  :param connection:
55
55
  :param count:
56
56
  :param depends_on:
@@ -91,7 +91,7 @@ class AutomationActionsRunnerTeamAssociation(
91
91
 
92
92
  :param scope: The scope in which to define this construct.
93
93
  :param import_to_id: The construct id used in the generated config for the AutomationActionsRunnerTeamAssociation to import.
94
- :param import_from_id: The id of the existing AutomationActionsRunnerTeamAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing AutomationActionsRunnerTeamAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use
95
95
  :param provider: ? Optional instance of the provider where the AutomationActionsRunnerTeamAssociation to import is found.
96
96
  '''
97
97
  if __debug__:
@@ -212,9 +212,9 @@ class AutomationActionsRunnerTeamAssociationConfig(
212
212
  :param lifecycle:
213
213
  :param provider:
214
214
  :param provisioners:
215
- :param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}.
216
- :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}.
217
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#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.
215
+ :param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}.
216
+ :param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}.
217
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
218
218
  '''
219
219
  if isinstance(lifecycle, dict):
220
220
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -317,21 +317,21 @@ class AutomationActionsRunnerTeamAssociationConfig(
317
317
 
318
318
  @builtins.property
319
319
  def runner_id(self) -> builtins.str:
320
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}.'''
320
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}.'''
321
321
  result = self._values.get("runner_id")
322
322
  assert result is not None, "Required property 'runner_id' is missing"
323
323
  return typing.cast(builtins.str, result)
324
324
 
325
325
  @builtins.property
326
326
  def team_id(self) -> builtins.str:
327
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}.'''
327
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}.'''
328
328
  result = self._values.get("team_id")
329
329
  assert result is not None, "Required property 'team_id' is missing"
330
330
  return typing.cast(builtins.str, result)
331
331
 
332
332
  @builtins.property
333
333
  def id(self) -> typing.Optional[builtins.str]:
334
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}.
334
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}.
335
335
 
336
336
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
337
337
  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_business_service`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,16 +26,15 @@ class BusinessService(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.businessService.BusinessService",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service pagerduty_business_service}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service pagerduty_business_service}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
33
33
  scope: _constructs_77d1e7e8.Construct,
34
- id_: builtins.str,
34
+ id: builtins.str,
35
35
  *,
36
36
  name: builtins.str,
37
37
  description: typing.Optional[builtins.str] = None,
38
- id: typing.Optional[builtins.str] = None,
39
38
  point_of_contact: typing.Optional[builtins.str] = None,
40
39
  team: typing.Optional[builtins.str] = None,
41
40
  type: typing.Optional[builtins.str] = None,
@@ -47,16 +46,15 @@ class BusinessService(
47
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
48
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,
49
48
  ) -> None:
50
- '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service pagerduty_business_service} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service pagerduty_business_service} Resource.
51
50
 
52
51
  :param scope: The scope in which to define this construct.
53
- :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
54
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#name BusinessService#name}.
55
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#description BusinessService#description}.
56
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#id BusinessService#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 point_of_contact: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}.
58
- :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#team BusinessService#team}.
59
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#type BusinessService#type}.
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.10.0/docs/resources/business_service#name BusinessService#name}.
54
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#description BusinessService#description}.
55
+ :param point_of_contact: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}.
56
+ :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#team BusinessService#team}.
57
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#type BusinessService#type}.
60
58
  :param connection:
61
59
  :param count:
62
60
  :param depends_on:
@@ -68,11 +66,10 @@ class BusinessService(
68
66
  if __debug__:
69
67
  type_hints = typing.get_type_hints(_typecheckingstub__38a6f3c2f1d292b9f7c92089174bc2ca77ce47c72d931cd58e751ebfdadcd13b)
70
68
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
71
- check_type(argname="argument id_", value=id_, expected_type=type_hints["id_"])
69
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
72
70
  config = BusinessServiceConfig(
73
71
  name=name,
74
72
  description=description,
75
- id=id,
76
73
  point_of_contact=point_of_contact,
77
74
  team=team,
78
75
  type=type,
@@ -85,7 +82,7 @@ class BusinessService(
85
82
  provisioners=provisioners,
86
83
  )
87
84
 
88
- jsii.create(self.__class__, self, [scope, id_, config])
85
+ jsii.create(self.__class__, self, [scope, id, config])
89
86
 
90
87
  @jsii.member(jsii_name="generateConfigForImport")
91
88
  @builtins.classmethod
@@ -100,7 +97,7 @@ class BusinessService(
100
97
 
101
98
  :param scope: The scope in which to define this construct.
102
99
  :param import_to_id: The construct id used in the generated config for the BusinessService to import.
103
- :param import_from_id: The id of the existing BusinessService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#import import section} in the documentation of this resource for the id to use
100
+ :param import_from_id: The id of the existing BusinessService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#import import section} in the documentation of this resource for the id to use
104
101
  :param provider: ? Optional instance of the provider where the BusinessService to import is found.
105
102
  '''
106
103
  if __debug__:
@@ -115,10 +112,6 @@ class BusinessService(
115
112
  def reset_description(self) -> None:
116
113
  return typing.cast(None, jsii.invoke(self, "resetDescription", []))
117
114
 
118
- @jsii.member(jsii_name="resetId")
119
- def reset_id(self) -> None:
120
- return typing.cast(None, jsii.invoke(self, "resetId", []))
121
-
122
115
  @jsii.member(jsii_name="resetPointOfContact")
123
116
  def reset_point_of_contact(self) -> None:
124
117
  return typing.cast(None, jsii.invoke(self, "resetPointOfContact", []))
@@ -149,6 +142,11 @@ class BusinessService(
149
142
  def html_url(self) -> builtins.str:
150
143
  return typing.cast(builtins.str, jsii.get(self, "htmlUrl"))
151
144
 
145
+ @builtins.property
146
+ @jsii.member(jsii_name="id")
147
+ def id(self) -> builtins.str:
148
+ return typing.cast(builtins.str, jsii.get(self, "id"))
149
+
152
150
  @builtins.property
153
151
  @jsii.member(jsii_name="selfAttribute")
154
152
  def self_attribute(self) -> builtins.str:
@@ -164,11 +162,6 @@ class BusinessService(
164
162
  def description_input(self) -> typing.Optional[builtins.str]:
165
163
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "descriptionInput"))
166
164
 
167
- @builtins.property
168
- @jsii.member(jsii_name="idInput")
169
- def id_input(self) -> typing.Optional[builtins.str]:
170
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
171
-
172
165
  @builtins.property
173
166
  @jsii.member(jsii_name="nameInput")
174
167
  def name_input(self) -> typing.Optional[builtins.str]:
@@ -201,18 +194,6 @@ class BusinessService(
201
194
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
202
195
  jsii.set(self, "description", value)
203
196
 
204
- @builtins.property
205
- @jsii.member(jsii_name="id")
206
- def id(self) -> builtins.str:
207
- return typing.cast(builtins.str, jsii.get(self, "id"))
208
-
209
- @id.setter
210
- def id(self, value: builtins.str) -> None:
211
- if __debug__:
212
- type_hints = typing.get_type_hints(_typecheckingstub__b33e06b18add16c61da60bce710b7e66a54b5ab223a7598c4fc54bf4f724bd36)
213
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
214
- jsii.set(self, "id", value)
215
-
216
197
  @builtins.property
217
198
  @jsii.member(jsii_name="name")
218
199
  def name(self) -> builtins.str:
@@ -275,7 +256,6 @@ class BusinessService(
275
256
  "provisioners": "provisioners",
276
257
  "name": "name",
277
258
  "description": "description",
278
- "id": "id",
279
259
  "point_of_contact": "pointOfContact",
280
260
  "team": "team",
281
261
  "type": "type",
@@ -294,7 +274,6 @@ class BusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
294
274
  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,
295
275
  name: builtins.str,
296
276
  description: typing.Optional[builtins.str] = None,
297
- id: typing.Optional[builtins.str] = None,
298
277
  point_of_contact: typing.Optional[builtins.str] = None,
299
278
  team: typing.Optional[builtins.str] = None,
300
279
  type: typing.Optional[builtins.str] = None,
@@ -307,12 +286,11 @@ class BusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
307
286
  :param lifecycle:
308
287
  :param provider:
309
288
  :param provisioners:
310
- :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#name BusinessService#name}.
311
- :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#description BusinessService#description}.
312
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#id BusinessService#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.
313
- :param point_of_contact: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}.
314
- :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#team BusinessService#team}.
315
- :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#type BusinessService#type}.
289
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#name BusinessService#name}.
290
+ :param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#description BusinessService#description}.
291
+ :param point_of_contact: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}.
292
+ :param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#team BusinessService#team}.
293
+ :param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#type BusinessService#type}.
316
294
  '''
317
295
  if isinstance(lifecycle, dict):
318
296
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -327,7 +305,6 @@ class BusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
327
305
  check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
328
306
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
329
307
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
330
- check_type(argname="argument id", value=id, expected_type=type_hints["id"])
331
308
  check_type(argname="argument point_of_contact", value=point_of_contact, expected_type=type_hints["point_of_contact"])
332
309
  check_type(argname="argument team", value=team, expected_type=type_hints["team"])
333
310
  check_type(argname="argument type", value=type, expected_type=type_hints["type"])
@@ -350,8 +327,6 @@ class BusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
350
327
  self._values["provisioners"] = provisioners
351
328
  if description is not None:
352
329
  self._values["description"] = description
353
- if id is not None:
354
- self._values["id"] = id
355
330
  if point_of_contact is not None:
356
331
  self._values["point_of_contact"] = point_of_contact
357
332
  if team is not None:
@@ -425,42 +400,32 @@ class BusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
425
400
 
426
401
  @builtins.property
427
402
  def name(self) -> builtins.str:
428
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#name BusinessService#name}.'''
403
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#name BusinessService#name}.'''
429
404
  result = self._values.get("name")
430
405
  assert result is not None, "Required property 'name' is missing"
431
406
  return typing.cast(builtins.str, result)
432
407
 
433
408
  @builtins.property
434
409
  def description(self) -> typing.Optional[builtins.str]:
435
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#description BusinessService#description}.'''
410
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#description BusinessService#description}.'''
436
411
  result = self._values.get("description")
437
412
  return typing.cast(typing.Optional[builtins.str], result)
438
413
 
439
- @builtins.property
440
- def id(self) -> typing.Optional[builtins.str]:
441
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#id BusinessService#id}.
442
-
443
- Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
444
- 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.
445
- '''
446
- result = self._values.get("id")
447
- return typing.cast(typing.Optional[builtins.str], result)
448
-
449
414
  @builtins.property
450
415
  def point_of_contact(self) -> typing.Optional[builtins.str]:
451
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}.'''
416
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}.'''
452
417
  result = self._values.get("point_of_contact")
453
418
  return typing.cast(typing.Optional[builtins.str], result)
454
419
 
455
420
  @builtins.property
456
421
  def team(self) -> typing.Optional[builtins.str]:
457
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#team BusinessService#team}.'''
422
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#team BusinessService#team}.'''
458
423
  result = self._values.get("team")
459
424
  return typing.cast(typing.Optional[builtins.str], result)
460
425
 
461
426
  @builtins.property
462
427
  def type(self) -> typing.Optional[builtins.str]:
463
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service#type BusinessService#type}.'''
428
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service#type BusinessService#type}.'''
464
429
  result = self._values.get("type")
465
430
  return typing.cast(typing.Optional[builtins.str], result)
466
431
 
@@ -485,11 +450,10 @@ publication.publish()
485
450
 
486
451
  def _typecheckingstub__38a6f3c2f1d292b9f7c92089174bc2ca77ce47c72d931cd58e751ebfdadcd13b(
487
452
  scope: _constructs_77d1e7e8.Construct,
488
- id_: builtins.str,
453
+ id: builtins.str,
489
454
  *,
490
455
  name: builtins.str,
491
456
  description: typing.Optional[builtins.str] = None,
492
- id: typing.Optional[builtins.str] = None,
493
457
  point_of_contact: typing.Optional[builtins.str] = None,
494
458
  team: typing.Optional[builtins.str] = None,
495
459
  type: typing.Optional[builtins.str] = None,
@@ -519,12 +483,6 @@ def _typecheckingstub__570ac7af52f7c6707537ead7c5aab0b17b973ddb2f65faddd9355ba58
519
483
  """Type checking stubs"""
520
484
  pass
521
485
 
522
- def _typecheckingstub__b33e06b18add16c61da60bce710b7e66a54b5ab223a7598c4fc54bf4f724bd36(
523
- value: builtins.str,
524
- ) -> None:
525
- """Type checking stubs"""
526
- pass
527
-
528
486
  def _typecheckingstub__412283a2a0feaea16e970c0aa555f6e7f06f13cb48f49fc56f55c8735fb4876c(
529
487
  value: builtins.str,
530
488
  ) -> None:
@@ -560,7 +518,6 @@ def _typecheckingstub__b96f587e19d5a5d8fd2c52b2ed93fa89a9cab3a3ccee1df0a587e2755
560
518
  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,
561
519
  name: builtins.str,
562
520
  description: typing.Optional[builtins.str] = None,
563
- id: typing.Optional[builtins.str] = None,
564
521
  point_of_contact: typing.Optional[builtins.str] = None,
565
522
  team: typing.Optional[builtins.str] = None,
566
523
  type: typing.Optional[builtins.str] = None,
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `pagerduty_business_service_subscriber`
3
3
 
4
- Refer to the Terraform Registry for docs: [`pagerduty_business_service_subscriber`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber).
4
+ Refer to the Terraform Registry for docs: [`pagerduty_business_service_subscriber`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class BusinessServiceSubscriber(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-pagerduty.businessServiceSubscriber.BusinessServiceSubscriber",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber pagerduty_business_service_subscriber}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber pagerduty_business_service_subscriber}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -45,14 +45,14 @@ class BusinessServiceSubscriber(
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.8.1/docs/resources/business_service_subscriber pagerduty_business_service_subscriber} Resource.
48
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber pagerduty_business_service_subscriber} 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 business_service_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}.
53
- :param subscriber_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}.
54
- :param subscriber_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}.
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#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 business_service_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}.
53
+ :param subscriber_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}.
54
+ :param subscriber_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}.
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#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 BusinessServiceSubscriber(
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 BusinessServiceSubscriber to import.
97
- :param import_from_id: The id of the existing BusinessServiceSubscriber that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use
97
+ :param import_from_id: The id of the existing BusinessServiceSubscriber that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber#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 BusinessServiceSubscriber to import is found.
99
99
  '''
100
100
  if __debug__:
@@ -232,10 +232,10 @@ class BusinessServiceSubscriberConfig(_cdktf_9a9027ec.TerraformMetaArguments):
232
232
  :param lifecycle:
233
233
  :param provider:
234
234
  :param provisioners:
235
- :param business_service_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}.
236
- :param subscriber_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}.
237
- :param subscriber_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}.
238
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#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 business_service_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}.
236
+ :param subscriber_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}.
237
+ :param subscriber_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}.
238
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#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.
239
239
  '''
240
240
  if isinstance(lifecycle, dict):
241
241
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -340,28 +340,28 @@ class BusinessServiceSubscriberConfig(_cdktf_9a9027ec.TerraformMetaArguments):
340
340
 
341
341
  @builtins.property
342
342
  def business_service_id(self) -> builtins.str:
343
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}.'''
343
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}.'''
344
344
  result = self._values.get("business_service_id")
345
345
  assert result is not None, "Required property 'business_service_id' is missing"
346
346
  return typing.cast(builtins.str, result)
347
347
 
348
348
  @builtins.property
349
349
  def subscriber_id(self) -> builtins.str:
350
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}.'''
350
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}.'''
351
351
  result = self._values.get("subscriber_id")
352
352
  assert result is not None, "Required property 'subscriber_id' is missing"
353
353
  return typing.cast(builtins.str, result)
354
354
 
355
355
  @builtins.property
356
356
  def subscriber_type(self) -> builtins.str:
357
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}.'''
357
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}.'''
358
358
  result = self._values.get("subscriber_type")
359
359
  assert result is not None, "Required property 'subscriber_type' is missing"
360
360
  return typing.cast(builtins.str, result)
361
361
 
362
362
  @builtins.property
363
363
  def id(self) -> typing.Optional[builtins.str]:
364
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.8.1/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}.
364
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}.
365
365
 
366
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.
367
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.