cdktf-cdktf-provider-pagerduty 13.11.6__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.6.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.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.11.7.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.11.6.dist-info → cdktf_cdktf_provider_pagerduty-13.11.7.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.11.6.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
|
# `data_pagerduty_user_contact_method`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_user_contact_method`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/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 DataPagerdutyUserContactMethod(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUserContactMethod.DataPagerdutyUserContactMethod",
|
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/data-sources/user_contact_method pagerduty_user_contact_method}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -48,14 +63,14 @@ class DataPagerdutyUserContactMethod(
|
|
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.15.
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method pagerduty_user_contact_method} Data Source.
|
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 label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
56
|
-
:param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
57
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
58
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
70
|
+
:param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
|
71
|
+
:param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
|
72
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
|
73
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
59
74
|
:param connection:
|
60
75
|
:param count:
|
61
76
|
:param depends_on:
|
@@ -97,7 +112,7 @@ class DataPagerdutyUserContactMethod(
|
|
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 DataPagerdutyUserContactMethod to import.
|
100
|
-
:param import_from_id: The id of the existing DataPagerdutyUserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
115
|
+
:param import_from_id: The id of the existing DataPagerdutyUserContactMethod that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#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 DataPagerdutyUserContactMethod to import is found.
|
102
117
|
'''
|
103
118
|
if __debug__:
|
@@ -265,10 +280,10 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
|
|
265
280
|
:param lifecycle:
|
266
281
|
:param provider:
|
267
282
|
:param provisioners:
|
268
|
-
:param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
269
|
-
:param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
270
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
271
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
283
|
+
:param label: The name of the contact method to find in the PagerDuty API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
|
284
|
+
:param type: The type of the contact method. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
|
285
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.
|
286
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#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.
|
272
287
|
'''
|
273
288
|
if isinstance(lifecycle, dict):
|
274
289
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -375,7 +390,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
|
|
375
390
|
def label(self) -> builtins.str:
|
376
391
|
'''The name of the contact method to find in the PagerDuty API.
|
377
392
|
|
378
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
393
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#label DataPagerdutyUserContactMethod#label}
|
379
394
|
'''
|
380
395
|
result = self._values.get("label")
|
381
396
|
assert result is not None, "Required property 'label' is missing"
|
@@ -385,7 +400,7 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
|
|
385
400
|
def type(self) -> builtins.str:
|
386
401
|
'''The type of the contact method.
|
387
402
|
|
388
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
403
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#type DataPagerdutyUserContactMethod#type}
|
389
404
|
'''
|
390
405
|
result = self._values.get("type")
|
391
406
|
assert result is not None, "Required property 'type' is missing"
|
@@ -393,14 +408,14 @@ class DataPagerdutyUserContactMethodConfig(_cdktf_9a9027ec.TerraformMetaArgument
|
|
393
408
|
|
394
409
|
@builtins.property
|
395
410
|
def user_id(self) -> builtins.str:
|
396
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
411
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#user_id DataPagerdutyUserContactMethod#user_id}.'''
|
397
412
|
result = self._values.get("user_id")
|
398
413
|
assert result is not None, "Required property 'user_id' is missing"
|
399
414
|
return typing.cast(builtins.str, result)
|
400
415
|
|
401
416
|
@builtins.property
|
402
417
|
def id(self) -> typing.Optional[builtins.str]:
|
403
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
418
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/user_contact_method#id DataPagerdutyUserContactMethod#id}.
|
404
419
|
|
405
420
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
406
421
|
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
|
# `data_pagerduty_users`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_users`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users).
|
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 DataPagerdutyUsers(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyUsers.DataPagerdutyUsers",
|
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/data-sources/users pagerduty_users}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -46,12 +61,12 @@ class DataPagerdutyUsers(
|
|
46
61
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
47
62
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
48
63
|
) -> None:
|
49
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
64
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users pagerduty_users} Data Source.
|
50
65
|
|
51
66
|
:param scope: The scope in which to define this construct.
|
52
67
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
53
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
54
|
-
:param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
68
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#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.
|
69
|
+
:param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
|
55
70
|
:param connection:
|
56
71
|
:param count:
|
57
72
|
:param depends_on:
|
@@ -91,7 +106,7 @@ class DataPagerdutyUsers(
|
|
91
106
|
|
92
107
|
:param scope: The scope in which to define this construct.
|
93
108
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyUsers to import.
|
94
|
-
:param import_from_id: The id of the existing DataPagerdutyUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
109
|
+
:param import_from_id: The id of the existing DataPagerdutyUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
|
95
110
|
:param provider: ? Optional instance of the provider where the DataPagerdutyUsers to import is found.
|
96
111
|
'''
|
97
112
|
if __debug__:
|
@@ -200,8 +215,8 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
200
215
|
:param lifecycle:
|
201
216
|
:param provider:
|
202
217
|
:param provisioners:
|
203
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
204
|
-
:param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
218
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#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.
|
219
|
+
:param team_ids: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.
|
205
220
|
'''
|
206
221
|
if isinstance(lifecycle, dict):
|
207
222
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -302,7 +317,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
302
317
|
|
303
318
|
@builtins.property
|
304
319
|
def id(self) -> typing.Optional[builtins.str]:
|
305
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
320
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#id DataPagerdutyUsers#id}.
|
306
321
|
|
307
322
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
308
323
|
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.
|
@@ -312,7 +327,7 @@ class DataPagerdutyUsersConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
312
327
|
|
313
328
|
@builtins.property
|
314
329
|
def team_ids(self) -> typing.Optional[typing.List[builtins.str]]:
|
315
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
330
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/users#team_ids DataPagerdutyUsers#team_ids}.'''
|
316
331
|
result = self._values.get("team_ids")
|
317
332
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
318
333
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_vendor`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_vendor`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor).
|
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 DataPagerdutyVendor(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyVendor.DataPagerdutyVendor",
|
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/data-sources/vendor pagerduty_vendor}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -46,12 +61,12 @@ class DataPagerdutyVendor(
|
|
46
61
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
47
62
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
48
63
|
) -> None:
|
49
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
64
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor pagerduty_vendor} Data Source.
|
50
65
|
|
51
66
|
:param scope: The scope in which to define this construct.
|
52
67
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
53
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
54
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
68
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
|
69
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
55
70
|
:param connection:
|
56
71
|
:param count:
|
57
72
|
:param depends_on:
|
@@ -91,7 +106,7 @@ class DataPagerdutyVendor(
|
|
91
106
|
|
92
107
|
:param scope: The scope in which to define this construct.
|
93
108
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyVendor to import.
|
94
|
-
:param import_from_id: The id of the existing DataPagerdutyVendor that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
109
|
+
:param import_from_id: The id of the existing DataPagerdutyVendor that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#import import section} in the documentation of this resource for the id to use
|
95
110
|
:param provider: ? Optional instance of the provider where the DataPagerdutyVendor to import is found.
|
96
111
|
'''
|
97
112
|
if __debug__:
|
@@ -196,8 +211,8 @@ class DataPagerdutyVendorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
196
211
|
:param lifecycle:
|
197
212
|
:param provider:
|
198
213
|
:param provisioners:
|
199
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
200
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
214
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}.
|
215
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
201
216
|
'''
|
202
217
|
if isinstance(lifecycle, dict):
|
203
218
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -298,14 +313,14 @@ class DataPagerdutyVendorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
298
313
|
|
299
314
|
@builtins.property
|
300
315
|
def name(self) -> builtins.str:
|
301
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
316
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#name DataPagerdutyVendor#name}.'''
|
302
317
|
result = self._values.get("name")
|
303
318
|
assert result is not None, "Required property 'name' is missing"
|
304
319
|
return typing.cast(builtins.str, result)
|
305
320
|
|
306
321
|
@builtins.property
|
307
322
|
def id(self) -> typing.Optional[builtins.str]:
|
308
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
323
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/data-sources/vendor#id DataPagerdutyVendor#id}.
|
309
324
|
|
310
325
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
311
326
|
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_escalation_policy`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy).
|
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 EscalationPolicy(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.escalationPolicy.EscalationPolicy",
|
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/escalation_policy pagerduty_escalation_policy}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -50,16 +65,16 @@ class EscalationPolicy(
|
|
50
65
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
51
66
|
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,
|
52
67
|
) -> None:
|
53
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
68
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy pagerduty_escalation_policy} Resource.
|
54
69
|
|
55
70
|
:param scope: The scope in which to define this construct.
|
56
71
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
57
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
58
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
59
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
60
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
61
|
-
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
62
|
-
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
72
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}.
|
73
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#rule EscalationPolicy#rule}
|
74
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}.
|
75
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#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.
|
76
|
+
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
|
77
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
|
63
78
|
:param connection:
|
64
79
|
:param count:
|
65
80
|
:param depends_on:
|
@@ -103,7 +118,7 @@ class EscalationPolicy(
|
|
103
118
|
|
104
119
|
:param scope: The scope in which to define this construct.
|
105
120
|
:param import_to_id: The construct id used in the generated config for the EscalationPolicy to import.
|
106
|
-
:param import_from_id: The id of the existing EscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
121
|
+
:param import_from_id: The id of the existing EscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#import import section} in the documentation of this resource for the id to use
|
107
122
|
:param provider: ? Optional instance of the provider where the EscalationPolicy to import is found.
|
108
123
|
'''
|
109
124
|
if __debug__:
|
@@ -299,12 +314,12 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
299
314
|
:param lifecycle:
|
300
315
|
:param provider:
|
301
316
|
:param provisioners:
|
302
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
303
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
304
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
305
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
306
|
-
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
307
|
-
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
317
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#name EscalationPolicy#name}.
|
318
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#rule EscalationPolicy#rule}
|
319
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}.
|
320
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#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.
|
321
|
+
:param num_loops: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.
|
322
|
+
:param teams: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}.
|
308
323
|
'''
|
309
324
|
if isinstance(lifecycle, dict):
|
310
325
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -416,7 +431,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
416
431
|
|
417
432
|
@builtins.property
|
418
433
|
def name(self) -> 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/escalation_policy#name EscalationPolicy#name}.'''
|
420
435
|
result = self._values.get("name")
|
421
436
|
assert result is not None, "Required property 'name' is missing"
|
422
437
|
return typing.cast(builtins.str, result)
|
@@ -427,7 +442,7 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
427
442
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRule"]]:
|
428
443
|
'''rule block.
|
429
444
|
|
430
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
445
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#rule EscalationPolicy#rule}
|
431
446
|
'''
|
432
447
|
result = self._values.get("rule")
|
433
448
|
assert result is not None, "Required property 'rule' is missing"
|
@@ -435,13 +450,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
435
450
|
|
436
451
|
@builtins.property
|
437
452
|
def description(self) -> typing.Optional[builtins.str]:
|
438
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
453
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#description EscalationPolicy#description}.'''
|
439
454
|
result = self._values.get("description")
|
440
455
|
return typing.cast(typing.Optional[builtins.str], result)
|
441
456
|
|
442
457
|
@builtins.property
|
443
458
|
def id(self) -> typing.Optional[builtins.str]:
|
444
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
459
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}.
|
445
460
|
|
446
461
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
447
462
|
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.
|
@@ -451,13 +466,13 @@ class EscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
451
466
|
|
452
467
|
@builtins.property
|
453
468
|
def num_loops(self) -> typing.Optional[jsii.Number]:
|
454
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
469
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#num_loops EscalationPolicy#num_loops}.'''
|
455
470
|
result = self._values.get("num_loops")
|
456
471
|
return typing.cast(typing.Optional[jsii.Number], result)
|
457
472
|
|
458
473
|
@builtins.property
|
459
474
|
def teams(self) -> typing.Optional[typing.List[builtins.str]]:
|
460
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
475
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#teams EscalationPolicy#teams}.'''
|
461
476
|
result = self._values.get("teams")
|
462
477
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
463
478
|
|
@@ -491,9 +506,9 @@ class EscalationPolicyRule:
|
|
491
506
|
escalation_rule_assignment_strategy: typing.Optional[typing.Union["EscalationPolicyRuleEscalationRuleAssignmentStrategy", typing.Dict[builtins.str, typing.Any]]] = None,
|
492
507
|
) -> None:
|
493
508
|
'''
|
494
|
-
:param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
495
|
-
:param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
496
|
-
:param escalation_rule_assignment_strategy: escalation_rule_assignment_strategy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
509
|
+
:param escalation_delay_in_minutes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.
|
510
|
+
:param target: target block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#target EscalationPolicy#target}
|
511
|
+
:param escalation_rule_assignment_strategy: escalation_rule_assignment_strategy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
|
497
512
|
'''
|
498
513
|
if isinstance(escalation_rule_assignment_strategy, dict):
|
499
514
|
escalation_rule_assignment_strategy = EscalationPolicyRuleEscalationRuleAssignmentStrategy(**escalation_rule_assignment_strategy)
|
@@ -511,7 +526,7 @@ class EscalationPolicyRule:
|
|
511
526
|
|
512
527
|
@builtins.property
|
513
528
|
def escalation_delay_in_minutes(self) -> jsii.Number:
|
514
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
529
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_delay_in_minutes EscalationPolicy#escalation_delay_in_minutes}.'''
|
515
530
|
result = self._values.get("escalation_delay_in_minutes")
|
516
531
|
assert result is not None, "Required property 'escalation_delay_in_minutes' is missing"
|
517
532
|
return typing.cast(jsii.Number, result)
|
@@ -522,7 +537,7 @@ class EscalationPolicyRule:
|
|
522
537
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EscalationPolicyRuleTarget"]]:
|
523
538
|
'''target block.
|
524
539
|
|
525
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
540
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#target EscalationPolicy#target}
|
526
541
|
'''
|
527
542
|
result = self._values.get("target")
|
528
543
|
assert result is not None, "Required property 'target' is missing"
|
@@ -534,7 +549,7 @@ class EscalationPolicyRule:
|
|
534
549
|
) -> typing.Optional["EscalationPolicyRuleEscalationRuleAssignmentStrategy"]:
|
535
550
|
'''escalation_rule_assignment_strategy block.
|
536
551
|
|
537
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
552
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#escalation_rule_assignment_strategy EscalationPolicy#escalation_rule_assignment_strategy}
|
538
553
|
'''
|
539
554
|
result = self._values.get("escalation_rule_assignment_strategy")
|
540
555
|
return typing.cast(typing.Optional["EscalationPolicyRuleEscalationRuleAssignmentStrategy"], result)
|
@@ -559,7 +574,7 @@ class EscalationPolicyRule:
|
|
559
574
|
class EscalationPolicyRuleEscalationRuleAssignmentStrategy:
|
560
575
|
def __init__(self, *, type: typing.Optional[builtins.str] = None) -> None:
|
561
576
|
'''
|
562
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
577
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}.
|
563
578
|
'''
|
564
579
|
if __debug__:
|
565
580
|
type_hints = typing.get_type_hints(_typecheckingstub__953269d9978a1ac8c7b1b4bdc9c54e0cf3573db2ea304992783d4c98b969f97b)
|
@@ -570,7 +585,7 @@ class EscalationPolicyRuleEscalationRuleAssignmentStrategy:
|
|
570
585
|
|
571
586
|
@builtins.property
|
572
587
|
def type(self) -> typing.Optional[builtins.str]:
|
573
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
588
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
|
574
589
|
result = self._values.get("type")
|
575
590
|
return typing.cast(typing.Optional[builtins.str], result)
|
576
591
|
|
@@ -768,7 +783,7 @@ class EscalationPolicyRuleOutputReference(
|
|
768
783
|
type: typing.Optional[builtins.str] = None,
|
769
784
|
) -> None:
|
770
785
|
'''
|
771
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
786
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}.
|
772
787
|
'''
|
773
788
|
value = EscalationPolicyRuleEscalationRuleAssignmentStrategy(type=type)
|
774
789
|
|
@@ -870,8 +885,8 @@ class EscalationPolicyRuleTarget:
|
|
870
885
|
type: typing.Optional[builtins.str] = None,
|
871
886
|
) -> None:
|
872
887
|
'''
|
873
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
874
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
888
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#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.
|
889
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}.
|
875
890
|
'''
|
876
891
|
if __debug__:
|
877
892
|
type_hints = typing.get_type_hints(_typecheckingstub__91245a021fb5ad03ae28631b76500e61df26d8627bfd6c053e1e58f9547396db)
|
@@ -885,7 +900,7 @@ class EscalationPolicyRuleTarget:
|
|
885
900
|
|
886
901
|
@builtins.property
|
887
902
|
def id(self) -> builtins.str:
|
888
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
903
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#id EscalationPolicy#id}.
|
889
904
|
|
890
905
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
891
906
|
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.
|
@@ -896,7 +911,7 @@ class EscalationPolicyRuleTarget:
|
|
896
911
|
|
897
912
|
@builtins.property
|
898
913
|
def type(self) -> typing.Optional[builtins.str]:
|
899
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
914
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/escalation_policy#type EscalationPolicy#type}.'''
|
900
915
|
result = self._values.get("type")
|
901
916
|
return typing.cast(typing.Optional[builtins.str], result)
|
902
917
|
|