cdktf-cdktf-provider-pagerduty 13.6.0__py3-none-any.whl → 13.6.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_pagerduty/__init__.py +6 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.6.1.dist-info/RECORD +77 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_automation_actions_action_team_association`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action_team_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action_team_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_team_association).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class AutomationActionsActionTeamAssociation(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.automationActionsActionTeamAssociation.AutomationActionsActionTeamAssociation",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -44,13 +47,13 @@ class AutomationActionsActionTeamAssociation(
|
|
44
47
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
45
48
|
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
49
|
) -> None:
|
47
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
50
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association} Resource.
|
48
51
|
|
49
52
|
:param scope: The scope in which to define this construct.
|
50
53
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
51
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
52
|
-
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}.
|
55
|
+
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}.
|
56
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#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
57
|
:param connection:
|
55
58
|
:param count:
|
56
59
|
:param depends_on:
|
@@ -91,7 +94,7 @@ class AutomationActionsActionTeamAssociation(
|
|
91
94
|
|
92
95
|
:param scope: The scope in which to define this construct.
|
93
96
|
:param import_to_id: The construct id used in the generated config for the AutomationActionsActionTeamAssociation to import.
|
94
|
-
:param import_from_id: The id of the existing AutomationActionsActionTeamAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
97
|
+
:param import_from_id: The id of the existing AutomationActionsActionTeamAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use
|
95
98
|
:param provider: ? Optional instance of the provider where the AutomationActionsActionTeamAssociation to import is found.
|
96
99
|
'''
|
97
100
|
if __debug__:
|
@@ -212,9 +215,9 @@ class AutomationActionsActionTeamAssociationConfig(
|
|
212
215
|
:param lifecycle:
|
213
216
|
:param provider:
|
214
217
|
:param provisioners:
|
215
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
216
|
-
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
217
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
218
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}.
|
219
|
+
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}.
|
220
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#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
221
|
'''
|
219
222
|
if isinstance(lifecycle, dict):
|
220
223
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -317,21 +320,21 @@ class AutomationActionsActionTeamAssociationConfig(
|
|
317
320
|
|
318
321
|
@builtins.property
|
319
322
|
def action_id(self) -> builtins.str:
|
320
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
323
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}.'''
|
321
324
|
result = self._values.get("action_id")
|
322
325
|
assert result is not None, "Required property 'action_id' is missing"
|
323
326
|
return typing.cast(builtins.str, result)
|
324
327
|
|
325
328
|
@builtins.property
|
326
329
|
def team_id(self) -> builtins.str:
|
327
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
330
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}.'''
|
328
331
|
result = self._values.get("team_id")
|
329
332
|
assert result is not None, "Required property 'team_id' is missing"
|
330
333
|
return typing.cast(builtins.str, result)
|
331
334
|
|
332
335
|
@builtins.property
|
333
336
|
def id(self) -> typing.Optional[builtins.str]:
|
334
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
337
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}.
|
335
338
|
|
336
339
|
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
340
|
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,8 +1,11 @@
|
|
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.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class AutomationActionsRunner(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.automationActionsRunner.AutomationActionsRunner",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -48,17 +51,17 @@ class AutomationActionsRunner(
|
|
48
51
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
49
52
|
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
53
|
) -> None:
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner pagerduty_automation_actions_runner} Resource.
|
52
55
|
|
53
56
|
:param scope: The scope in which to define this construct.
|
54
57
|
: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.10.
|
56
|
-
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
57
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
58
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
59
|
-
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
60
|
-
:param runbook_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
61
|
-
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
58
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}.
|
59
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}.
|
60
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}.
|
61
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
62
|
+
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}.
|
63
|
+
:param runbook_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}.
|
64
|
+
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}.
|
62
65
|
:param connection:
|
63
66
|
:param count:
|
64
67
|
:param depends_on:
|
@@ -103,7 +106,7 @@ class AutomationActionsRunner(
|
|
103
106
|
|
104
107
|
:param scope: The scope in which to define this construct.
|
105
108
|
: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.10.
|
109
|
+
: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.1/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use
|
107
110
|
:param provider: ? Optional instance of the provider where the AutomationActionsRunner to import is found.
|
108
111
|
'''
|
109
112
|
if __debug__:
|
@@ -324,13 +327,13 @@ class AutomationActionsRunnerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
324
327
|
:param lifecycle:
|
325
328
|
:param provider:
|
326
329
|
:param provisioners:
|
327
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
328
|
-
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
329
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
330
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
331
|
-
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
332
|
-
:param runbook_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
333
|
-
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
330
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}.
|
331
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}.
|
332
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}.
|
333
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
334
|
+
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}.
|
335
|
+
:param runbook_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}.
|
336
|
+
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}.
|
334
337
|
'''
|
335
338
|
if isinstance(lifecycle, dict):
|
336
339
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -445,27 +448,27 @@ class AutomationActionsRunnerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
445
448
|
|
446
449
|
@builtins.property
|
447
450
|
def name(self) -> builtins.str:
|
448
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
451
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}.'''
|
449
452
|
result = self._values.get("name")
|
450
453
|
assert result is not None, "Required property 'name' is missing"
|
451
454
|
return typing.cast(builtins.str, result)
|
452
455
|
|
453
456
|
@builtins.property
|
454
457
|
def runner_type(self) -> builtins.str:
|
455
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
458
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}.'''
|
456
459
|
result = self._values.get("runner_type")
|
457
460
|
assert result is not None, "Required property 'runner_type' is missing"
|
458
461
|
return typing.cast(builtins.str, result)
|
459
462
|
|
460
463
|
@builtins.property
|
461
464
|
def description(self) -> typing.Optional[builtins.str]:
|
462
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
465
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}.'''
|
463
466
|
result = self._values.get("description")
|
464
467
|
return typing.cast(typing.Optional[builtins.str], result)
|
465
468
|
|
466
469
|
@builtins.property
|
467
470
|
def id(self) -> typing.Optional[builtins.str]:
|
468
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
471
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}.
|
469
472
|
|
470
473
|
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
474
|
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 +478,19 @@ class AutomationActionsRunnerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
475
478
|
|
476
479
|
@builtins.property
|
477
480
|
def last_seen(self) -> typing.Optional[builtins.str]:
|
478
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
481
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}.'''
|
479
482
|
result = self._values.get("last_seen")
|
480
483
|
return typing.cast(typing.Optional[builtins.str], result)
|
481
484
|
|
482
485
|
@builtins.property
|
483
486
|
def runbook_api_key(self) -> typing.Optional[builtins.str]:
|
484
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
487
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}.'''
|
485
488
|
result = self._values.get("runbook_api_key")
|
486
489
|
return typing.cast(typing.Optional[builtins.str], result)
|
487
490
|
|
488
491
|
@builtins.property
|
489
492
|
def runbook_base_uri(self) -> typing.Optional[builtins.str]:
|
490
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
493
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}.'''
|
491
494
|
result = self._values.get("runbook_base_uri")
|
492
495
|
return typing.cast(typing.Optional[builtins.str], result)
|
493
496
|
|
@@ -1,8 +1,11 @@
|
|
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.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_runner_team_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner_team_association).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class AutomationActionsRunnerTeamAssociation(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.automationActionsRunnerTeamAssociation.AutomationActionsRunnerTeamAssociation",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -44,13 +47,13 @@ class AutomationActionsRunnerTeamAssociation(
|
|
44
47
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
45
48
|
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
49
|
) -> None:
|
47
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
50
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association} Resource.
|
48
51
|
|
49
52
|
:param scope: The scope in which to define this construct.
|
50
53
|
: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.10.
|
52
|
-
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}.
|
55
|
+
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}.
|
56
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
54
57
|
:param connection:
|
55
58
|
:param count:
|
56
59
|
:param depends_on:
|
@@ -91,7 +94,7 @@ class AutomationActionsRunnerTeamAssociation(
|
|
91
94
|
|
92
95
|
:param scope: The scope in which to define this construct.
|
93
96
|
: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.10.
|
97
|
+
: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.1/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use
|
95
98
|
:param provider: ? Optional instance of the provider where the AutomationActionsRunnerTeamAssociation to import is found.
|
96
99
|
'''
|
97
100
|
if __debug__:
|
@@ -212,9 +215,9 @@ class AutomationActionsRunnerTeamAssociationConfig(
|
|
212
215
|
:param lifecycle:
|
213
216
|
:param provider:
|
214
217
|
:param provisioners:
|
215
|
-
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
216
|
-
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
217
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
218
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}.
|
219
|
+
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}.
|
220
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
218
221
|
'''
|
219
222
|
if isinstance(lifecycle, dict):
|
220
223
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -317,21 +320,21 @@ class AutomationActionsRunnerTeamAssociationConfig(
|
|
317
320
|
|
318
321
|
@builtins.property
|
319
322
|
def runner_id(self) -> builtins.str:
|
320
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
323
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}.'''
|
321
324
|
result = self._values.get("runner_id")
|
322
325
|
assert result is not None, "Required property 'runner_id' is missing"
|
323
326
|
return typing.cast(builtins.str, result)
|
324
327
|
|
325
328
|
@builtins.property
|
326
329
|
def team_id(self) -> builtins.str:
|
327
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
330
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}.'''
|
328
331
|
result = self._values.get("team_id")
|
329
332
|
assert result is not None, "Required property 'team_id' is missing"
|
330
333
|
return typing.cast(builtins.str, result)
|
331
334
|
|
332
335
|
@builtins.property
|
333
336
|
def id(self) -> typing.Optional[builtins.str]:
|
334
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
337
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}.
|
335
338
|
|
336
339
|
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
340
|
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,8 +1,11 @@
|
|
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.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class BusinessService(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.businessService.BusinessService",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service pagerduty_business_service}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -46,15 +49,15 @@ class BusinessService(
|
|
46
49
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
47
50
|
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
51
|
) -> None:
|
49
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
52
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service pagerduty_business_service} Resource.
|
50
53
|
|
51
54
|
:param scope: The scope in which to define this construct.
|
52
55
|
: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.
|
54
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
-
:param point_of_contact: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
56
|
-
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
57
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
56
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#name BusinessService#name}.
|
57
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#description BusinessService#description}.
|
58
|
+
:param point_of_contact: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}.
|
59
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#team BusinessService#team}.
|
60
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#type BusinessService#type}.
|
58
61
|
:param connection:
|
59
62
|
:param count:
|
60
63
|
:param depends_on:
|
@@ -97,7 +100,7 @@ class BusinessService(
|
|
97
100
|
|
98
101
|
:param scope: The scope in which to define this construct.
|
99
102
|
:param import_to_id: The construct id used in the generated config for the BusinessService to import.
|
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.
|
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.10.1/docs/resources/business_service#import import section} in the documentation of this resource for the id to use
|
101
104
|
:param provider: ? Optional instance of the provider where the BusinessService to import is found.
|
102
105
|
'''
|
103
106
|
if __debug__:
|
@@ -286,11 +289,11 @@ class BusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
286
289
|
:param lifecycle:
|
287
290
|
:param provider:
|
288
291
|
:param provisioners:
|
289
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
290
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
291
|
-
:param point_of_contact: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
292
|
-
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
293
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
292
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#name BusinessService#name}.
|
293
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#description BusinessService#description}.
|
294
|
+
:param point_of_contact: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}.
|
295
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#team BusinessService#team}.
|
296
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#type BusinessService#type}.
|
294
297
|
'''
|
295
298
|
if isinstance(lifecycle, dict):
|
296
299
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -400,32 +403,32 @@ class BusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
400
403
|
|
401
404
|
@builtins.property
|
402
405
|
def name(self) -> builtins.str:
|
403
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
406
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#name BusinessService#name}.'''
|
404
407
|
result = self._values.get("name")
|
405
408
|
assert result is not None, "Required property 'name' is missing"
|
406
409
|
return typing.cast(builtins.str, result)
|
407
410
|
|
408
411
|
@builtins.property
|
409
412
|
def description(self) -> typing.Optional[builtins.str]:
|
410
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
413
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#description BusinessService#description}.'''
|
411
414
|
result = self._values.get("description")
|
412
415
|
return typing.cast(typing.Optional[builtins.str], result)
|
413
416
|
|
414
417
|
@builtins.property
|
415
418
|
def point_of_contact(self) -> typing.Optional[builtins.str]:
|
416
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
419
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}.'''
|
417
420
|
result = self._values.get("point_of_contact")
|
418
421
|
return typing.cast(typing.Optional[builtins.str], result)
|
419
422
|
|
420
423
|
@builtins.property
|
421
424
|
def team(self) -> typing.Optional[builtins.str]:
|
422
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
425
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#team BusinessService#team}.'''
|
423
426
|
result = self._values.get("team")
|
424
427
|
return typing.cast(typing.Optional[builtins.str], result)
|
425
428
|
|
426
429
|
@builtins.property
|
427
430
|
def type(self) -> typing.Optional[builtins.str]:
|
428
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
431
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service#type BusinessService#type}.'''
|
429
432
|
result = self._values.get("type")
|
430
433
|
return typing.cast(typing.Optional[builtins.str], result)
|
431
434
|
|
@@ -1,8 +1,11 @@
|
|
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.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_business_service_subscriber`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service_subscriber).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class BusinessServiceSubscriber(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.businessServiceSubscriber.BusinessServiceSubscriber",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service_subscriber pagerduty_business_service_subscriber}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -45,14 +48,14 @@ class BusinessServiceSubscriber(
|
|
45
48
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
46
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,
|
47
50
|
) -> None:
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service_subscriber pagerduty_business_service_subscriber} Resource.
|
49
52
|
|
50
53
|
:param scope: The scope in which to define this construct.
|
51
54
|
: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.10.
|
53
|
-
:param subscriber_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
-
:param subscriber_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
+
:param business_service_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}.
|
56
|
+
:param subscriber_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}.
|
57
|
+
:param subscriber_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}.
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
56
59
|
:param connection:
|
57
60
|
:param count:
|
58
61
|
:param depends_on:
|
@@ -94,7 +97,7 @@ class BusinessServiceSubscriber(
|
|
94
97
|
|
95
98
|
:param scope: The scope in which to define this construct.
|
96
99
|
: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.10.
|
100
|
+
: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.1/docs/resources/business_service_subscriber#import import section} in the documentation of this resource for the id to use
|
98
101
|
:param provider: ? Optional instance of the provider where the BusinessServiceSubscriber to import is found.
|
99
102
|
'''
|
100
103
|
if __debug__:
|
@@ -232,10 +235,10 @@ class BusinessServiceSubscriberConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
232
235
|
:param lifecycle:
|
233
236
|
:param provider:
|
234
237
|
:param provisioners:
|
235
|
-
:param business_service_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
236
|
-
:param subscriber_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
237
|
-
:param subscriber_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
238
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
238
|
+
:param business_service_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}.
|
239
|
+
:param subscriber_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}.
|
240
|
+
:param subscriber_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}.
|
241
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
239
242
|
'''
|
240
243
|
if isinstance(lifecycle, dict):
|
241
244
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -340,28 +343,28 @@ class BusinessServiceSubscriberConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
340
343
|
|
341
344
|
@builtins.property
|
342
345
|
def business_service_id(self) -> builtins.str:
|
343
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
346
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service_subscriber#business_service_id BusinessServiceSubscriber#business_service_id}.'''
|
344
347
|
result = self._values.get("business_service_id")
|
345
348
|
assert result is not None, "Required property 'business_service_id' is missing"
|
346
349
|
return typing.cast(builtins.str, result)
|
347
350
|
|
348
351
|
@builtins.property
|
349
352
|
def subscriber_id(self) -> builtins.str:
|
350
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
353
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service_subscriber#subscriber_id BusinessServiceSubscriber#subscriber_id}.'''
|
351
354
|
result = self._values.get("subscriber_id")
|
352
355
|
assert result is not None, "Required property 'subscriber_id' is missing"
|
353
356
|
return typing.cast(builtins.str, result)
|
354
357
|
|
355
358
|
@builtins.property
|
356
359
|
def subscriber_type(self) -> builtins.str:
|
357
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
360
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service_subscriber#subscriber_type BusinessServiceSubscriber#subscriber_type}.'''
|
358
361
|
result = self._values.get("subscriber_type")
|
359
362
|
assert result is not None, "Required property 'subscriber_type' is missing"
|
360
363
|
return typing.cast(builtins.str, result)
|
361
364
|
|
362
365
|
@builtins.property
|
363
366
|
def id(self) -> typing.Optional[builtins.str]:
|
364
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
367
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/business_service_subscriber#id BusinessServiceSubscriber#id}.
|
365
368
|
|
366
369
|
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
370
|
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.
|