cdktf-cdktf-provider-pagerduty 13.11.5__py3-none-any.whl → 13.11.7__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cdktf_cdktf_provider_pagerduty/__init__.py +19 -4
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +18 -3
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.7.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +68 -53
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +41 -26
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +35 -20
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +44 -29
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +51 -36
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +35 -20
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +213 -198
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +49 -34
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +66 -51
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +222 -207
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +49 -34
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +108 -93
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +38 -23
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +56 -41
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +41 -26
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +61 -46
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +47 -32
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +35 -20
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +50 -35
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +71 -56
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +141 -126
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +63 -48
- cdktf_cdktf_provider_pagerduty/service/__init__.py +138 -123
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +37 -22
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +133 -118
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +106 -91
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +47 -32
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +23 -8
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +29 -14
- cdktf_cdktf_provider_pagerduty/team/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +32 -17
- cdktf_cdktf_provider_pagerduty/user/__init__.py +50 -35
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +41 -26
- cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +36 -21
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +35 -20
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +57 -42
- {cdktf_cdktf_provider_pagerduty-13.11.5.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/METADATA +6 -6
- cdktf_cdktf_provider_pagerduty-13.11.7.dist-info/RECORD +82 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.5.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.11.5.dist-info/RECORD +0 -82
- {cdktf_cdktf_provider_pagerduty-13.11.5.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.11.5.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.11.5.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
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.15.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action_team_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -16,7 +16,22 @@ import jsii
|
|
16
16
|
import publication
|
17
17
|
import typing_extensions
|
18
18
|
|
19
|
-
|
19
|
+
import typeguard
|
20
|
+
from importlib.metadata import version as _metadata_package_version
|
21
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
22
|
+
|
23
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
24
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
25
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
26
|
+
else:
|
27
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
28
|
+
pass
|
29
|
+
else:
|
30
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
31
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
32
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
33
|
+
else:
|
34
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
20
35
|
|
21
36
|
from .._jsii import *
|
22
37
|
|
@@ -29,7 +44,7 @@ class AutomationActionsActionTeamAssociation(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.automationActionsActionTeamAssociation.AutomationActionsActionTeamAssociation",
|
31
46
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -47,13 +62,13 @@ class AutomationActionsActionTeamAssociation(
|
|
47
62
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
48
63
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
49
64
|
) -> None:
|
50
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
65
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association pagerduty_automation_actions_action_team_association} Resource.
|
51
66
|
|
52
67
|
:param scope: The scope in which to define this construct.
|
53
68
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
54
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
55
|
-
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
56
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
69
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}.
|
70
|
+
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}.
|
71
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
|
57
72
|
:param connection:
|
58
73
|
:param count:
|
59
74
|
:param depends_on:
|
@@ -94,7 +109,7 @@ class AutomationActionsActionTeamAssociation(
|
|
94
109
|
|
95
110
|
:param scope: The scope in which to define this construct.
|
96
111
|
:param import_to_id: The construct id used in the generated config for the AutomationActionsActionTeamAssociation to import.
|
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.15.
|
112
|
+
: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.15.7/docs/resources/automation_actions_action_team_association#import import section} in the documentation of this resource for the id to use
|
98
113
|
:param provider: ? Optional instance of the provider where the AutomationActionsActionTeamAssociation to import is found.
|
99
114
|
'''
|
100
115
|
if __debug__:
|
@@ -215,9 +230,9 @@ class AutomationActionsActionTeamAssociationConfig(
|
|
215
230
|
:param lifecycle:
|
216
231
|
:param provider:
|
217
232
|
:param provisioners:
|
218
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
219
|
-
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
220
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
233
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}.
|
234
|
+
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}.
|
235
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
|
221
236
|
'''
|
222
237
|
if isinstance(lifecycle, dict):
|
223
238
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -320,21 +335,21 @@ class AutomationActionsActionTeamAssociationConfig(
|
|
320
335
|
|
321
336
|
@builtins.property
|
322
337
|
def action_id(self) -> builtins.str:
|
323
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
338
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#action_id AutomationActionsActionTeamAssociation#action_id}.'''
|
324
339
|
result = self._values.get("action_id")
|
325
340
|
assert result is not None, "Required property 'action_id' is missing"
|
326
341
|
return typing.cast(builtins.str, result)
|
327
342
|
|
328
343
|
@builtins.property
|
329
344
|
def team_id(self) -> builtins.str:
|
330
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
345
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#team_id AutomationActionsActionTeamAssociation#team_id}.'''
|
331
346
|
result = self._values.get("team_id")
|
332
347
|
assert result is not None, "Required property 'team_id' is missing"
|
333
348
|
return typing.cast(builtins.str, result)
|
334
349
|
|
335
350
|
@builtins.property
|
336
351
|
def id(self) -> typing.Optional[builtins.str]:
|
337
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
352
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_action_team_association#id AutomationActionsActionTeamAssociation#id}.
|
338
353
|
|
339
354
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
340
355
|
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
|
r'''
|
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.15.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -16,7 +16,22 @@ import jsii
|
|
16
16
|
import publication
|
17
17
|
import typing_extensions
|
18
18
|
|
19
|
-
|
19
|
+
import typeguard
|
20
|
+
from importlib.metadata import version as _metadata_package_version
|
21
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
22
|
+
|
23
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
24
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
25
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
26
|
+
else:
|
27
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
28
|
+
pass
|
29
|
+
else:
|
30
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
31
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
32
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
33
|
+
else:
|
34
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
20
35
|
|
21
36
|
from .._jsii import *
|
22
37
|
|
@@ -29,7 +44,7 @@ class AutomationActionsRunner(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.automationActionsRunner.AutomationActionsRunner",
|
31
46
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner pagerduty_automation_actions_runner}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -51,17 +66,17 @@ class AutomationActionsRunner(
|
|
51
66
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
52
67
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
53
68
|
) -> None:
|
54
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
69
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner pagerduty_automation_actions_runner} Resource.
|
55
70
|
|
56
71
|
:param scope: The scope in which to define this construct.
|
57
72
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
58
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
59
|
-
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
60
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
61
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
62
|
-
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
63
|
-
:param runbook_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
64
|
-
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
73
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}.
|
74
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}.
|
75
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}.
|
76
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
|
77
|
+
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}.
|
78
|
+
:param runbook_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}.
|
79
|
+
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}.
|
65
80
|
:param connection:
|
66
81
|
:param count:
|
67
82
|
:param depends_on:
|
@@ -106,7 +121,7 @@ class AutomationActionsRunner(
|
|
106
121
|
|
107
122
|
:param scope: The scope in which to define this construct.
|
108
123
|
:param import_to_id: The construct id used in the generated config for the AutomationActionsRunner to import.
|
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.15.
|
124
|
+
: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.15.7/docs/resources/automation_actions_runner#import import section} in the documentation of this resource for the id to use
|
110
125
|
:param provider: ? Optional instance of the provider where the AutomationActionsRunner to import is found.
|
111
126
|
'''
|
112
127
|
if __debug__:
|
@@ -327,13 +342,13 @@ class AutomationActionsRunnerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
327
342
|
:param lifecycle:
|
328
343
|
:param provider:
|
329
344
|
:param provisioners:
|
330
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
331
|
-
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
332
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
333
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
334
|
-
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
335
|
-
:param runbook_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
336
|
-
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
345
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}.
|
346
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}.
|
347
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}.
|
348
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
|
349
|
+
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}.
|
350
|
+
:param runbook_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}.
|
351
|
+
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}.
|
337
352
|
'''
|
338
353
|
if isinstance(lifecycle, dict):
|
339
354
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -448,27 +463,27 @@ class AutomationActionsRunnerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
448
463
|
|
449
464
|
@builtins.property
|
450
465
|
def name(self) -> builtins.str:
|
451
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
466
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#name AutomationActionsRunner#name}.'''
|
452
467
|
result = self._values.get("name")
|
453
468
|
assert result is not None, "Required property 'name' is missing"
|
454
469
|
return typing.cast(builtins.str, result)
|
455
470
|
|
456
471
|
@builtins.property
|
457
472
|
def runner_type(self) -> builtins.str:
|
458
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
473
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runner_type AutomationActionsRunner#runner_type}.'''
|
459
474
|
result = self._values.get("runner_type")
|
460
475
|
assert result is not None, "Required property 'runner_type' is missing"
|
461
476
|
return typing.cast(builtins.str, result)
|
462
477
|
|
463
478
|
@builtins.property
|
464
479
|
def description(self) -> typing.Optional[builtins.str]:
|
465
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
480
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#description AutomationActionsRunner#description}.'''
|
466
481
|
result = self._values.get("description")
|
467
482
|
return typing.cast(typing.Optional[builtins.str], result)
|
468
483
|
|
469
484
|
@builtins.property
|
470
485
|
def id(self) -> typing.Optional[builtins.str]:
|
471
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
486
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#id AutomationActionsRunner#id}.
|
472
487
|
|
473
488
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
474
489
|
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.
|
@@ -478,19 +493,19 @@ class AutomationActionsRunnerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
478
493
|
|
479
494
|
@builtins.property
|
480
495
|
def last_seen(self) -> typing.Optional[builtins.str]:
|
481
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
496
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#last_seen AutomationActionsRunner#last_seen}.'''
|
482
497
|
result = self._values.get("last_seen")
|
483
498
|
return typing.cast(typing.Optional[builtins.str], result)
|
484
499
|
|
485
500
|
@builtins.property
|
486
501
|
def runbook_api_key(self) -> typing.Optional[builtins.str]:
|
487
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
502
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_api_key AutomationActionsRunner#runbook_api_key}.'''
|
488
503
|
result = self._values.get("runbook_api_key")
|
489
504
|
return typing.cast(typing.Optional[builtins.str], result)
|
490
505
|
|
491
506
|
@builtins.property
|
492
507
|
def runbook_base_uri(self) -> typing.Optional[builtins.str]:
|
493
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
508
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner#runbook_base_uri AutomationActionsRunner#runbook_base_uri}.'''
|
494
509
|
result = self._values.get("runbook_base_uri")
|
495
510
|
return typing.cast(typing.Optional[builtins.str], result)
|
496
511
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
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.15.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_runner_team_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -16,7 +16,22 @@ import jsii
|
|
16
16
|
import publication
|
17
17
|
import typing_extensions
|
18
18
|
|
19
|
-
|
19
|
+
import typeguard
|
20
|
+
from importlib.metadata import version as _metadata_package_version
|
21
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
22
|
+
|
23
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
24
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
25
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
26
|
+
else:
|
27
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
28
|
+
pass
|
29
|
+
else:
|
30
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
31
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
32
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
33
|
+
else:
|
34
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
20
35
|
|
21
36
|
from .._jsii import *
|
22
37
|
|
@@ -29,7 +44,7 @@ class AutomationActionsRunnerTeamAssociation(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.automationActionsRunnerTeamAssociation.AutomationActionsRunnerTeamAssociation",
|
31
46
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -47,13 +62,13 @@ class AutomationActionsRunnerTeamAssociation(
|
|
47
62
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
48
63
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
49
64
|
) -> None:
|
50
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
65
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association pagerduty_automation_actions_runner_team_association} Resource.
|
51
66
|
|
52
67
|
:param scope: The scope in which to define this construct.
|
53
68
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
54
|
-
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
55
|
-
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
56
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
69
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}.
|
70
|
+
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}.
|
71
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
|
57
72
|
:param connection:
|
58
73
|
:param count:
|
59
74
|
:param depends_on:
|
@@ -94,7 +109,7 @@ class AutomationActionsRunnerTeamAssociation(
|
|
94
109
|
|
95
110
|
:param scope: The scope in which to define this construct.
|
96
111
|
:param import_to_id: The construct id used in the generated config for the AutomationActionsRunnerTeamAssociation to import.
|
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.15.
|
112
|
+
: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.15.7/docs/resources/automation_actions_runner_team_association#import import section} in the documentation of this resource for the id to use
|
98
113
|
:param provider: ? Optional instance of the provider where the AutomationActionsRunnerTeamAssociation to import is found.
|
99
114
|
'''
|
100
115
|
if __debug__:
|
@@ -215,9 +230,9 @@ class AutomationActionsRunnerTeamAssociationConfig(
|
|
215
230
|
:param lifecycle:
|
216
231
|
:param provider:
|
217
232
|
:param provisioners:
|
218
|
-
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
219
|
-
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
220
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
233
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}.
|
234
|
+
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}.
|
235
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/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.
|
221
236
|
'''
|
222
237
|
if isinstance(lifecycle, dict):
|
223
238
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -320,21 +335,21 @@ class AutomationActionsRunnerTeamAssociationConfig(
|
|
320
335
|
|
321
336
|
@builtins.property
|
322
337
|
def runner_id(self) -> builtins.str:
|
323
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
338
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#runner_id AutomationActionsRunnerTeamAssociation#runner_id}.'''
|
324
339
|
result = self._values.get("runner_id")
|
325
340
|
assert result is not None, "Required property 'runner_id' is missing"
|
326
341
|
return typing.cast(builtins.str, result)
|
327
342
|
|
328
343
|
@builtins.property
|
329
344
|
def team_id(self) -> builtins.str:
|
330
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
345
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#team_id AutomationActionsRunnerTeamAssociation#team_id}.'''
|
331
346
|
result = self._values.get("team_id")
|
332
347
|
assert result is not None, "Required property 'team_id' is missing"
|
333
348
|
return typing.cast(builtins.str, result)
|
334
349
|
|
335
350
|
@builtins.property
|
336
351
|
def id(self) -> typing.Optional[builtins.str]:
|
337
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
352
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/automation_actions_runner_team_association#id AutomationActionsRunnerTeamAssociation#id}.
|
338
353
|
|
339
354
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
340
355
|
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
|
r'''
|
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.15.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -16,7 +16,22 @@ import jsii
|
|
16
16
|
import publication
|
17
17
|
import typing_extensions
|
18
18
|
|
19
|
-
|
19
|
+
import typeguard
|
20
|
+
from importlib.metadata import version as _metadata_package_version
|
21
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
22
|
+
|
23
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
24
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
25
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
26
|
+
else:
|
27
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
28
|
+
pass
|
29
|
+
else:
|
30
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
31
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
32
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
33
|
+
else:
|
34
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
20
35
|
|
21
36
|
from .._jsii import *
|
22
37
|
|
@@ -29,7 +44,7 @@ class BusinessService(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.businessService.BusinessService",
|
31
46
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service pagerduty_business_service}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -49,15 +64,15 @@ class BusinessService(
|
|
49
64
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
50
65
|
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,
|
51
66
|
) -> None:
|
52
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
67
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service pagerduty_business_service} Resource.
|
53
68
|
|
54
69
|
:param scope: The scope in which to define this construct.
|
55
70
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
56
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
57
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
58
|
-
:param point_of_contact: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
59
|
-
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
60
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
71
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}.
|
72
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}.
|
73
|
+
:param point_of_contact: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}.
|
74
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}.
|
75
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}.
|
61
76
|
:param connection:
|
62
77
|
:param count:
|
63
78
|
:param depends_on:
|
@@ -100,7 +115,7 @@ class BusinessService(
|
|
100
115
|
|
101
116
|
:param scope: The scope in which to define this construct.
|
102
117
|
: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.15.
|
118
|
+
: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.15.7/docs/resources/business_service#import import section} in the documentation of this resource for the id to use
|
104
119
|
:param provider: ? Optional instance of the provider where the BusinessService to import is found.
|
105
120
|
'''
|
106
121
|
if __debug__:
|
@@ -289,11 +304,11 @@ class BusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
289
304
|
:param lifecycle:
|
290
305
|
:param provider:
|
291
306
|
:param provisioners:
|
292
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
293
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
294
|
-
:param point_of_contact: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
295
|
-
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
296
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
307
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}.
|
308
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}.
|
309
|
+
:param point_of_contact: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}.
|
310
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}.
|
311
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}.
|
297
312
|
'''
|
298
313
|
if isinstance(lifecycle, dict):
|
299
314
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -403,32 +418,32 @@ class BusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
403
418
|
|
404
419
|
@builtins.property
|
405
420
|
def name(self) -> builtins.str:
|
406
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
421
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#name BusinessService#name}.'''
|
407
422
|
result = self._values.get("name")
|
408
423
|
assert result is not None, "Required property 'name' is missing"
|
409
424
|
return typing.cast(builtins.str, result)
|
410
425
|
|
411
426
|
@builtins.property
|
412
427
|
def description(self) -> typing.Optional[builtins.str]:
|
413
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
428
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#description BusinessService#description}.'''
|
414
429
|
result = self._values.get("description")
|
415
430
|
return typing.cast(typing.Optional[builtins.str], result)
|
416
431
|
|
417
432
|
@builtins.property
|
418
433
|
def point_of_contact(self) -> typing.Optional[builtins.str]:
|
419
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
434
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#point_of_contact BusinessService#point_of_contact}.'''
|
420
435
|
result = self._values.get("point_of_contact")
|
421
436
|
return typing.cast(typing.Optional[builtins.str], result)
|
422
437
|
|
423
438
|
@builtins.property
|
424
439
|
def team(self) -> typing.Optional[builtins.str]:
|
425
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
440
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#team BusinessService#team}.'''
|
426
441
|
result = self._values.get("team")
|
427
442
|
return typing.cast(typing.Optional[builtins.str], result)
|
428
443
|
|
429
444
|
@builtins.property
|
430
445
|
def type(self) -> typing.Optional[builtins.str]:
|
431
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
446
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/business_service#type BusinessService#type}.'''
|
432
447
|
result = self._values.get("type")
|
433
448
|
return typing.cast(typing.Optional[builtins.str], result)
|
434
449
|
|