cdktf-cdktf-provider-pagerduty 13.11.6__py3-none-any.whl → 13.12.0__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 +23 -4
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +18 -3
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.12.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +26 -11
- cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +787 -0
- 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_alert_grouping_setting/__init__.py +598 -0
- 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.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/METADATA +6 -6
- cdktf_cdktf_provider_pagerduty-13.12.0.dist-info/RECORD +84 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.11.6.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.11.6.dist-info/RECORD +0 -82
- {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.12.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `pagerduty_team_membership`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_team_membership`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_team_membership`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership).
|
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 TeamMembership(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.teamMembership.TeamMembership",
|
31
46
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership pagerduty_team_membership}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -48,14 +63,14 @@ class TeamMembership(
|
|
48
63
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
49
64
|
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
65
|
) -> None:
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership pagerduty_team_membership} Resource.
|
52
67
|
|
53
68
|
:param scope: The scope in which to define this construct.
|
54
69
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
55
|
-
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
56
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
57
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
58
|
-
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
70
|
+
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}.
|
71
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}.
|
72
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
73
|
+
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}.
|
59
74
|
:param connection:
|
60
75
|
:param count:
|
61
76
|
:param depends_on:
|
@@ -97,7 +112,7 @@ class TeamMembership(
|
|
97
112
|
|
98
113
|
:param scope: The scope in which to define this construct.
|
99
114
|
:param import_to_id: The construct id used in the generated config for the TeamMembership to import.
|
100
|
-
:param import_from_id: The id of the existing TeamMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
115
|
+
:param import_from_id: The id of the existing TeamMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use
|
101
116
|
:param provider: ? Optional instance of the provider where the TeamMembership to import is found.
|
102
117
|
'''
|
103
118
|
if __debug__:
|
@@ -239,10 +254,10 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
239
254
|
:param lifecycle:
|
240
255
|
:param provider:
|
241
256
|
:param provisioners:
|
242
|
-
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
243
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
244
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
245
|
-
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
257
|
+
:param team_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}.
|
258
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}.
|
259
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
260
|
+
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}.
|
246
261
|
'''
|
247
262
|
if isinstance(lifecycle, dict):
|
248
263
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -348,21 +363,21 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
348
363
|
|
349
364
|
@builtins.property
|
350
365
|
def team_id(self) -> builtins.str:
|
351
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
366
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#team_id TeamMembership#team_id}.'''
|
352
367
|
result = self._values.get("team_id")
|
353
368
|
assert result is not None, "Required property 'team_id' is missing"
|
354
369
|
return typing.cast(builtins.str, result)
|
355
370
|
|
356
371
|
@builtins.property
|
357
372
|
def user_id(self) -> builtins.str:
|
358
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
373
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#user_id TeamMembership#user_id}.'''
|
359
374
|
result = self._values.get("user_id")
|
360
375
|
assert result is not None, "Required property 'user_id' is missing"
|
361
376
|
return typing.cast(builtins.str, result)
|
362
377
|
|
363
378
|
@builtins.property
|
364
379
|
def id(self) -> typing.Optional[builtins.str]:
|
365
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
380
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#id TeamMembership#id}.
|
366
381
|
|
367
382
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
368
383
|
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.
|
@@ -372,7 +387,7 @@ class TeamMembershipConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
372
387
|
|
373
388
|
@builtins.property
|
374
389
|
def role(self) -> typing.Optional[builtins.str]:
|
375
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
390
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/team_membership#role TeamMembership#role}.'''
|
376
391
|
result = self._values.get("role")
|
377
392
|
return typing.cast(typing.Optional[builtins.str], result)
|
378
393
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `pagerduty_user`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_user`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user).
|
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 User(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.user.User",
|
31
46
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user pagerduty_user}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -54,20 +69,20 @@ class User(
|
|
54
69
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
55
70
|
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,
|
56
71
|
) -> None:
|
57
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
72
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user pagerduty_user} Resource.
|
58
73
|
|
59
74
|
:param scope: The scope in which to define this construct.
|
60
75
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
61
|
-
:param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
62
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
63
|
-
:param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
64
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
65
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
66
|
-
:param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
67
|
-
:param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
68
|
-
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
69
|
-
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
70
|
-
:param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
76
|
+
:param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}.
|
77
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}.
|
78
|
+
:param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}.
|
79
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}.
|
80
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#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.
|
81
|
+
:param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}.
|
82
|
+
:param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}.
|
83
|
+
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}.
|
84
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}.
|
85
|
+
:param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}.
|
71
86
|
:param connection:
|
72
87
|
:param count:
|
73
88
|
:param depends_on:
|
@@ -115,7 +130,7 @@ class User(
|
|
115
130
|
|
116
131
|
:param scope: The scope in which to define this construct.
|
117
132
|
:param import_to_id: The construct id used in the generated config for the User to import.
|
118
|
-
:param import_from_id: The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
133
|
+
:param import_from_id: The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#import import section} in the documentation of this resource for the id to use
|
119
134
|
:param provider: ? Optional instance of the provider where the User to import is found.
|
120
135
|
'''
|
121
136
|
if __debug__:
|
@@ -410,16 +425,16 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
410
425
|
:param lifecycle:
|
411
426
|
:param provider:
|
412
427
|
:param provisioners:
|
413
|
-
:param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
414
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
415
|
-
:param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
416
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
417
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
418
|
-
:param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
419
|
-
:param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
420
|
-
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
421
|
-
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
422
|
-
:param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
428
|
+
:param email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}.
|
429
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}.
|
430
|
+
:param color: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}.
|
431
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}.
|
432
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#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.
|
433
|
+
:param job_title: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}.
|
434
|
+
:param license: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}.
|
435
|
+
:param role: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}.
|
436
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}.
|
437
|
+
:param time_zone: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}.
|
423
438
|
'''
|
424
439
|
if isinstance(lifecycle, dict):
|
425
440
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -543,33 +558,33 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
543
558
|
|
544
559
|
@builtins.property
|
545
560
|
def email(self) -> builtins.str:
|
546
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
561
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#email User#email}.'''
|
547
562
|
result = self._values.get("email")
|
548
563
|
assert result is not None, "Required property 'email' is missing"
|
549
564
|
return typing.cast(builtins.str, result)
|
550
565
|
|
551
566
|
@builtins.property
|
552
567
|
def name(self) -> builtins.str:
|
553
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
568
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#name User#name}.'''
|
554
569
|
result = self._values.get("name")
|
555
570
|
assert result is not None, "Required property 'name' is missing"
|
556
571
|
return typing.cast(builtins.str, result)
|
557
572
|
|
558
573
|
@builtins.property
|
559
574
|
def color(self) -> typing.Optional[builtins.str]:
|
560
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
575
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#color User#color}.'''
|
561
576
|
result = self._values.get("color")
|
562
577
|
return typing.cast(typing.Optional[builtins.str], result)
|
563
578
|
|
564
579
|
@builtins.property
|
565
580
|
def description(self) -> typing.Optional[builtins.str]:
|
566
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
581
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#description User#description}.'''
|
567
582
|
result = self._values.get("description")
|
568
583
|
return typing.cast(typing.Optional[builtins.str], result)
|
569
584
|
|
570
585
|
@builtins.property
|
571
586
|
def id(self) -> typing.Optional[builtins.str]:
|
572
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
587
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#id User#id}.
|
573
588
|
|
574
589
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
575
590
|
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.
|
@@ -579,31 +594,31 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
579
594
|
|
580
595
|
@builtins.property
|
581
596
|
def job_title(self) -> typing.Optional[builtins.str]:
|
582
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
597
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#job_title User#job_title}.'''
|
583
598
|
result = self._values.get("job_title")
|
584
599
|
return typing.cast(typing.Optional[builtins.str], result)
|
585
600
|
|
586
601
|
@builtins.property
|
587
602
|
def license(self) -> typing.Optional[builtins.str]:
|
588
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
603
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#license User#license}.'''
|
589
604
|
result = self._values.get("license")
|
590
605
|
return typing.cast(typing.Optional[builtins.str], result)
|
591
606
|
|
592
607
|
@builtins.property
|
593
608
|
def role(self) -> typing.Optional[builtins.str]:
|
594
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
609
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#role User#role}.'''
|
595
610
|
result = self._values.get("role")
|
596
611
|
return typing.cast(typing.Optional[builtins.str], result)
|
597
612
|
|
598
613
|
@builtins.property
|
599
614
|
def teams(self) -> typing.Optional[typing.List[builtins.str]]:
|
600
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
615
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#teams User#teams}.'''
|
601
616
|
result = self._values.get("teams")
|
602
617
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
603
618
|
|
604
619
|
@builtins.property
|
605
620
|
def time_zone(self) -> typing.Optional[builtins.str]:
|
606
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
621
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user#time_zone User#time_zone}.'''
|
607
622
|
result = self._values.get("time_zone")
|
608
623
|
return typing.cast(typing.Optional[builtins.str], result)
|
609
624
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `pagerduty_user_contact_method`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method).
|
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 UserContactMethod(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.userContactMethod.UserContactMethod",
|
31
46
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method pagerduty_user_contact_method}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -51,17 +66,17 @@ class UserContactMethod(
|
|
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.
|
69
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method pagerduty_user_contact_method} 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 address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
59
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
60
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
61
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
62
|
-
:param country_code: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
63
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
64
|
-
:param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
73
|
+
:param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}.
|
74
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}.
|
75
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}.
|
76
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.
|
77
|
+
:param country_code: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.
|
78
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#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.
|
79
|
+
:param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.
|
65
80
|
:param connection:
|
66
81
|
:param count:
|
67
82
|
:param depends_on:
|
@@ -106,7 +121,7 @@ class UserContactMethod(
|
|
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 UserContactMethod to import.
|
109
|
-
:param import_from_id: The id of the existing UserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
124
|
+
:param import_from_id: The id of the existing UserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#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 UserContactMethod to import is found.
|
111
126
|
'''
|
112
127
|
if __debug__:
|
@@ -326,13 +341,13 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
326
341
|
:param lifecycle:
|
327
342
|
:param provider:
|
328
343
|
:param provisioners:
|
329
|
-
:param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
330
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
331
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
332
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
333
|
-
:param country_code: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
334
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
335
|
-
:param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
344
|
+
:param address: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}.
|
345
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}.
|
346
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}.
|
347
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.
|
348
|
+
:param country_code: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.
|
349
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#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.
|
350
|
+
:param send_short_email: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.
|
336
351
|
'''
|
337
352
|
if isinstance(lifecycle, dict):
|
338
353
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -445,41 +460,41 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
445
460
|
|
446
461
|
@builtins.property
|
447
462
|
def address(self) -> builtins.str:
|
448
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
463
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#address UserContactMethod#address}.'''
|
449
464
|
result = self._values.get("address")
|
450
465
|
assert result is not None, "Required property 'address' is missing"
|
451
466
|
return typing.cast(builtins.str, result)
|
452
467
|
|
453
468
|
@builtins.property
|
454
469
|
def label(self) -> builtins.str:
|
455
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
470
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#label UserContactMethod#label}.'''
|
456
471
|
result = self._values.get("label")
|
457
472
|
assert result is not None, "Required property 'label' is missing"
|
458
473
|
return typing.cast(builtins.str, result)
|
459
474
|
|
460
475
|
@builtins.property
|
461
476
|
def type(self) -> builtins.str:
|
462
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
477
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#type UserContactMethod#type}.'''
|
463
478
|
result = self._values.get("type")
|
464
479
|
assert result is not None, "Required property 'type' is missing"
|
465
480
|
return typing.cast(builtins.str, result)
|
466
481
|
|
467
482
|
@builtins.property
|
468
483
|
def user_id(self) -> builtins.str:
|
469
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
484
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#user_id UserContactMethod#user_id}.'''
|
470
485
|
result = self._values.get("user_id")
|
471
486
|
assert result is not None, "Required property 'user_id' is missing"
|
472
487
|
return typing.cast(builtins.str, result)
|
473
488
|
|
474
489
|
@builtins.property
|
475
490
|
def country_code(self) -> typing.Optional[jsii.Number]:
|
476
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
491
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#country_code UserContactMethod#country_code}.'''
|
477
492
|
result = self._values.get("country_code")
|
478
493
|
return typing.cast(typing.Optional[jsii.Number], result)
|
479
494
|
|
480
495
|
@builtins.property
|
481
496
|
def id(self) -> typing.Optional[builtins.str]:
|
482
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
497
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#id UserContactMethod#id}.
|
483
498
|
|
484
499
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
485
500
|
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.
|
@@ -491,7 +506,7 @@ class UserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
491
506
|
def send_short_email(
|
492
507
|
self,
|
493
508
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
494
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
509
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.16.0/docs/resources/user_contact_method#send_short_email UserContactMethod#send_short_email}.'''
|
495
510
|
result = self._values.get("send_short_email")
|
496
511
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
497
512
|
|