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
|
# `pagerduty_incident_custom_field`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field).
|
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 IncidentCustomField(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.incidentCustomField.IncidentCustomField",
|
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/incident_custom_field pagerduty_incident_custom_field}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -51,17 +66,17 @@ class IncidentCustomField(
|
|
51
66
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
52
67
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
53
68
|
) -> None:
|
54
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
69
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field pagerduty_incident_custom_field} 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 data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
59
|
-
:param display_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
60
|
-
:param field_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
61
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
62
|
-
:param default_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
63
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
64
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
73
|
+
:param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}.
|
74
|
+
:param display_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}.
|
75
|
+
:param field_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}.
|
76
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}.
|
77
|
+
:param default_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}.
|
78
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}.
|
79
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#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.
|
65
80
|
:param connection:
|
66
81
|
:param count:
|
67
82
|
:param depends_on:
|
@@ -106,7 +121,7 @@ class IncidentCustomField(
|
|
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 IncidentCustomField to import.
|
109
|
-
:param import_from_id: The id of the existing IncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
124
|
+
:param import_from_id: The id of the existing IncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#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 IncidentCustomField to import is found.
|
111
126
|
'''
|
112
127
|
if __debug__:
|
@@ -309,13 +324,13 @@ class IncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
309
324
|
:param lifecycle:
|
310
325
|
:param provider:
|
311
326
|
:param provisioners:
|
312
|
-
:param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
313
|
-
:param display_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
314
|
-
:param field_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
315
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
316
|
-
:param default_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
317
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
318
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
327
|
+
:param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}.
|
328
|
+
:param display_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}.
|
329
|
+
:param field_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}.
|
330
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}.
|
331
|
+
:param default_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}.
|
332
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}.
|
333
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#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.
|
319
334
|
'''
|
320
335
|
if isinstance(lifecycle, dict):
|
321
336
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -428,47 +443,47 @@ class IncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
428
443
|
|
429
444
|
@builtins.property
|
430
445
|
def data_type(self) -> builtins.str:
|
431
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
446
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}.'''
|
432
447
|
result = self._values.get("data_type")
|
433
448
|
assert result is not None, "Required property 'data_type' is missing"
|
434
449
|
return typing.cast(builtins.str, result)
|
435
450
|
|
436
451
|
@builtins.property
|
437
452
|
def display_name(self) -> 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/incident_custom_field#display_name IncidentCustomField#display_name}.'''
|
439
454
|
result = self._values.get("display_name")
|
440
455
|
assert result is not None, "Required property 'display_name' is missing"
|
441
456
|
return typing.cast(builtins.str, result)
|
442
457
|
|
443
458
|
@builtins.property
|
444
459
|
def field_type(self) -> builtins.str:
|
445
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
460
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}.'''
|
446
461
|
result = self._values.get("field_type")
|
447
462
|
assert result is not None, "Required property 'field_type' is missing"
|
448
463
|
return typing.cast(builtins.str, result)
|
449
464
|
|
450
465
|
@builtins.property
|
451
466
|
def name(self) -> builtins.str:
|
452
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
467
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#name IncidentCustomField#name}.'''
|
453
468
|
result = self._values.get("name")
|
454
469
|
assert result is not None, "Required property 'name' is missing"
|
455
470
|
return typing.cast(builtins.str, result)
|
456
471
|
|
457
472
|
@builtins.property
|
458
473
|
def default_value(self) -> typing.Optional[builtins.str]:
|
459
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
474
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}.'''
|
460
475
|
result = self._values.get("default_value")
|
461
476
|
return typing.cast(typing.Optional[builtins.str], result)
|
462
477
|
|
463
478
|
@builtins.property
|
464
479
|
def description(self) -> typing.Optional[builtins.str]:
|
465
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
480
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#description IncidentCustomField#description}.'''
|
466
481
|
result = self._values.get("description")
|
467
482
|
return typing.cast(typing.Optional[builtins.str], result)
|
468
483
|
|
469
484
|
@builtins.property
|
470
485
|
def id(self) -> typing.Optional[builtins.str]:
|
471
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
486
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field#id IncidentCustomField#id}.
|
472
487
|
|
473
488
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
474
489
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `pagerduty_incident_custom_field_option`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field_option`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field_option`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option).
|
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 IncidentCustomFieldOption(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.incidentCustomFieldOption.IncidentCustomFieldOption",
|
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/incident_custom_field_option pagerduty_incident_custom_field_option}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -48,14 +63,14 @@ class IncidentCustomFieldOption(
|
|
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/resources/incident_custom_field_option pagerduty_incident_custom_field_option} 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 data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
56
|
-
:param field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
57
|
-
:param value: 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 data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}.
|
71
|
+
:param field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}.
|
72
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}.
|
73
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#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 IncidentCustomFieldOption(
|
|
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 IncidentCustomFieldOption to import.
|
100
|
-
:param import_from_id: The id of the existing IncidentCustomFieldOption 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 IncidentCustomFieldOption that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#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 IncidentCustomFieldOption to import is found.
|
102
117
|
'''
|
103
118
|
if __debug__:
|
@@ -235,10 +250,10 @@ class IncidentCustomFieldOptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
235
250
|
:param lifecycle:
|
236
251
|
:param provider:
|
237
252
|
:param provisioners:
|
238
|
-
:param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
239
|
-
:param field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
240
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
241
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
253
|
+
:param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}.
|
254
|
+
:param field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}.
|
255
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}.
|
256
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#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.
|
242
257
|
'''
|
243
258
|
if isinstance(lifecycle, dict):
|
244
259
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -343,28 +358,28 @@ class IncidentCustomFieldOptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
343
358
|
|
344
359
|
@builtins.property
|
345
360
|
def data_type(self) -> builtins.str:
|
346
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
361
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}.'''
|
347
362
|
result = self._values.get("data_type")
|
348
363
|
assert result is not None, "Required property 'data_type' is missing"
|
349
364
|
return typing.cast(builtins.str, result)
|
350
365
|
|
351
366
|
@builtins.property
|
352
367
|
def field(self) -> builtins.str:
|
353
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
368
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}.'''
|
354
369
|
result = self._values.get("field")
|
355
370
|
assert result is not None, "Required property 'field' is missing"
|
356
371
|
return typing.cast(builtins.str, result)
|
357
372
|
|
358
373
|
@builtins.property
|
359
374
|
def value(self) -> builtins.str:
|
360
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
375
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}.'''
|
361
376
|
result = self._values.get("value")
|
362
377
|
assert result is not None, "Required property 'value' is missing"
|
363
378
|
return typing.cast(builtins.str, result)
|
364
379
|
|
365
380
|
@builtins.property
|
366
381
|
def id(self) -> typing.Optional[builtins.str]:
|
367
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
382
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}.
|
368
383
|
|
369
384
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
370
385
|
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_incident_workflow`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow).
|
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 IncidentWorkflow(
|
|
29
44
|
metaclass=jsii.JSIIMeta,
|
30
45
|
jsii_type="@cdktf/provider-pagerduty.incidentWorkflow.IncidentWorkflow",
|
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/incident_workflow pagerduty_incident_workflow}.'''
|
33
48
|
|
34
49
|
def __init__(
|
35
50
|
self,
|
@@ -49,15 +64,15 @@ class IncidentWorkflow(
|
|
49
64
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
50
65
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
51
66
|
) -> None:
|
52
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
67
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow pagerduty_incident_workflow} Resource.
|
53
68
|
|
54
69
|
:param scope: The scope in which to define this construct.
|
55
70
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
56
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
57
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
58
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
59
|
-
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
60
|
-
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
71
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
72
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}.
|
73
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#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.
|
74
|
+
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
75
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}.
|
61
76
|
:param connection:
|
62
77
|
:param count:
|
63
78
|
:param depends_on:
|
@@ -100,7 +115,7 @@ class IncidentWorkflow(
|
|
100
115
|
|
101
116
|
:param scope: The scope in which to define this construct.
|
102
117
|
:param import_to_id: The construct id used in the generated config for the IncidentWorkflow to import.
|
103
|
-
:param import_from_id: The id of the existing IncidentWorkflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
118
|
+
:param import_from_id: The id of the existing IncidentWorkflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use
|
104
119
|
:param provider: ? Optional instance of the provider where the IncidentWorkflow to import is found.
|
105
120
|
'''
|
106
121
|
if __debug__:
|
@@ -277,11 +292,11 @@ class IncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
277
292
|
:param lifecycle:
|
278
293
|
:param provider:
|
279
294
|
:param provisioners:
|
280
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
281
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
282
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
283
|
-
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
284
|
-
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
295
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
296
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}.
|
297
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#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.
|
298
|
+
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
299
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}.
|
285
300
|
'''
|
286
301
|
if isinstance(lifecycle, dict):
|
287
302
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -391,20 +406,20 @@ class IncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
391
406
|
|
392
407
|
@builtins.property
|
393
408
|
def name(self) -> builtins.str:
|
394
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
409
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
395
410
|
result = self._values.get("name")
|
396
411
|
assert result is not None, "Required property 'name' is missing"
|
397
412
|
return typing.cast(builtins.str, result)
|
398
413
|
|
399
414
|
@builtins.property
|
400
415
|
def description(self) -> typing.Optional[builtins.str]:
|
401
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
416
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#description IncidentWorkflow#description}.'''
|
402
417
|
result = self._values.get("description")
|
403
418
|
return typing.cast(typing.Optional[builtins.str], result)
|
404
419
|
|
405
420
|
@builtins.property
|
406
421
|
def id(self) -> typing.Optional[builtins.str]:
|
407
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
422
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#id IncidentWorkflow#id}.
|
408
423
|
|
409
424
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
410
425
|
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.
|
@@ -418,14 +433,14 @@ class IncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
418
433
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStep"]]]:
|
419
434
|
'''step block.
|
420
435
|
|
421
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
436
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
422
437
|
'''
|
423
438
|
result = self._values.get("step")
|
424
439
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStep"]]], result)
|
425
440
|
|
426
441
|
@builtins.property
|
427
442
|
def team(self) -> typing.Optional[builtins.str]:
|
428
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
443
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#team IncidentWorkflow#team}.'''
|
429
444
|
result = self._values.get("team")
|
430
445
|
return typing.cast(typing.Optional[builtins.str], result)
|
431
446
|
|
@@ -461,10 +476,10 @@ class IncidentWorkflowStep:
|
|
461
476
|
input: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["IncidentWorkflowStepInput", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
462
477
|
) -> None:
|
463
478
|
'''
|
464
|
-
:param action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
465
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
466
|
-
:param inline_steps_input: inline_steps_input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
467
|
-
:param input: input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
479
|
+
:param action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}.
|
480
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
481
|
+
:param inline_steps_input: inline_steps_input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input}
|
482
|
+
:param input: input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input}
|
468
483
|
'''
|
469
484
|
if __debug__:
|
470
485
|
type_hints = typing.get_type_hints(_typecheckingstub__4848f2cc089388aabb0596b15e55dde0c4402bf6c4409cffec6489201734ab5c)
|
@@ -483,14 +498,14 @@ class IncidentWorkflowStep:
|
|
483
498
|
|
484
499
|
@builtins.property
|
485
500
|
def action(self) -> builtins.str:
|
486
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
501
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}.'''
|
487
502
|
result = self._values.get("action")
|
488
503
|
assert result is not None, "Required property 'action' is missing"
|
489
504
|
return typing.cast(builtins.str, result)
|
490
505
|
|
491
506
|
@builtins.property
|
492
507
|
def name(self) -> builtins.str:
|
493
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
508
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
494
509
|
result = self._values.get("name")
|
495
510
|
assert result is not None, "Required property 'name' is missing"
|
496
511
|
return typing.cast(builtins.str, result)
|
@@ -501,7 +516,7 @@ class IncidentWorkflowStep:
|
|
501
516
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInput"]]]:
|
502
517
|
'''inline_steps_input block.
|
503
518
|
|
504
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
519
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input}
|
505
520
|
'''
|
506
521
|
result = self._values.get("inline_steps_input")
|
507
522
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInput"]]], result)
|
@@ -512,7 +527,7 @@ class IncidentWorkflowStep:
|
|
512
527
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInput"]]]:
|
513
528
|
'''input block.
|
514
529
|
|
515
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
530
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input}
|
516
531
|
'''
|
517
532
|
result = self._values.get("input")
|
518
533
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInput"]]], result)
|
@@ -542,8 +557,8 @@ class IncidentWorkflowStepInlineStepsInput:
|
|
542
557
|
step: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["IncidentWorkflowStepInlineStepsInputStep", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
543
558
|
) -> None:
|
544
559
|
'''
|
545
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
546
|
-
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
560
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
561
|
+
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
547
562
|
'''
|
548
563
|
if __debug__:
|
549
564
|
type_hints = typing.get_type_hints(_typecheckingstub__b5d31a00641318d7cd07d4af12878bb531fb7a98333f6d37a53eb22fd9886dbd)
|
@@ -557,7 +572,7 @@ class IncidentWorkflowStepInlineStepsInput:
|
|
557
572
|
|
558
573
|
@builtins.property
|
559
574
|
def name(self) -> builtins.str:
|
560
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
575
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
561
576
|
result = self._values.get("name")
|
562
577
|
assert result is not None, "Required property 'name' is missing"
|
563
578
|
return typing.cast(builtins.str, result)
|
@@ -568,7 +583,7 @@ class IncidentWorkflowStepInlineStepsInput:
|
|
568
583
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStep"]]]:
|
569
584
|
'''step block.
|
570
585
|
|
571
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
586
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
572
587
|
'''
|
573
588
|
result = self._values.get("step")
|
574
589
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStep"]]], result)
|
@@ -782,9 +797,9 @@ class IncidentWorkflowStepInlineStepsInputStep:
|
|
782
797
|
input: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["IncidentWorkflowStepInlineStepsInputStepInput", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
783
798
|
) -> None:
|
784
799
|
'''
|
785
|
-
:param action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
786
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
787
|
-
:param input: input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
800
|
+
:param action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}.
|
801
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
802
|
+
:param input: input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input}
|
788
803
|
'''
|
789
804
|
if __debug__:
|
790
805
|
type_hints = typing.get_type_hints(_typecheckingstub__e7723288baf8dd57dc0d5f22d84ee84cb132529b2b0657b7793344cf634b71a4)
|
@@ -800,14 +815,14 @@ class IncidentWorkflowStepInlineStepsInputStep:
|
|
800
815
|
|
801
816
|
@builtins.property
|
802
817
|
def action(self) -> builtins.str:
|
803
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
818
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#action IncidentWorkflow#action}.'''
|
804
819
|
result = self._values.get("action")
|
805
820
|
assert result is not None, "Required property 'action' is missing"
|
806
821
|
return typing.cast(builtins.str, result)
|
807
822
|
|
808
823
|
@builtins.property
|
809
824
|
def name(self) -> builtins.str:
|
810
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
825
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
811
826
|
result = self._values.get("name")
|
812
827
|
assert result is not None, "Required property 'name' is missing"
|
813
828
|
return typing.cast(builtins.str, result)
|
@@ -818,7 +833,7 @@ class IncidentWorkflowStepInlineStepsInputStep:
|
|
818
833
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStepInput"]]]:
|
819
834
|
'''input block.
|
820
835
|
|
821
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
836
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#input IncidentWorkflow#input}
|
822
837
|
'''
|
823
838
|
result = self._values.get("input")
|
824
839
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStepInput"]]], result)
|
@@ -843,8 +858,8 @@ class IncidentWorkflowStepInlineStepsInputStep:
|
|
843
858
|
class IncidentWorkflowStepInlineStepsInputStepInput:
|
844
859
|
def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
|
845
860
|
'''
|
846
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
847
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
861
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
862
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}.
|
848
863
|
'''
|
849
864
|
if __debug__:
|
850
865
|
type_hints = typing.get_type_hints(_typecheckingstub__74d338a486d1a74b9b23f1447bd048b44328f611e76c31d53566a71d83487ef2)
|
@@ -857,14 +872,14 @@ class IncidentWorkflowStepInlineStepsInputStepInput:
|
|
857
872
|
|
858
873
|
@builtins.property
|
859
874
|
def name(self) -> builtins.str:
|
860
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
875
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
861
876
|
result = self._values.get("name")
|
862
877
|
assert result is not None, "Required property 'name' is missing"
|
863
878
|
return typing.cast(builtins.str, result)
|
864
879
|
|
865
880
|
@builtins.property
|
866
881
|
def value(self) -> builtins.str:
|
867
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
882
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}.'''
|
868
883
|
result = self._values.get("value")
|
869
884
|
assert result is not None, "Required property 'value' is missing"
|
870
885
|
return typing.cast(builtins.str, result)
|
@@ -1265,8 +1280,8 @@ class IncidentWorkflowStepInlineStepsInputStepOutputReference(
|
|
1265
1280
|
class IncidentWorkflowStepInput:
|
1266
1281
|
def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
|
1267
1282
|
'''
|
1268
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1269
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1283
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
1284
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}.
|
1270
1285
|
'''
|
1271
1286
|
if __debug__:
|
1272
1287
|
type_hints = typing.get_type_hints(_typecheckingstub__a17d356939134b073d58138d13e514bd699642fc9a9cc1176a73946ebebeac0e)
|
@@ -1279,14 +1294,14 @@ class IncidentWorkflowStepInput:
|
|
1279
1294
|
|
1280
1295
|
@builtins.property
|
1281
1296
|
def name(self) -> builtins.str:
|
1282
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1297
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
1283
1298
|
result = self._values.get("name")
|
1284
1299
|
assert result is not None, "Required property 'name' is missing"
|
1285
1300
|
return typing.cast(builtins.str, result)
|
1286
1301
|
|
1287
1302
|
@builtins.property
|
1288
1303
|
def value(self) -> builtins.str:
|
1289
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.
|
1304
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.15.7/docs/resources/incident_workflow#value IncidentWorkflow#value}.'''
|
1290
1305
|
result = self._values.get("value")
|
1291
1306
|
assert result is not None, "Required property 'value' is missing"
|
1292
1307
|
return typing.cast(builtins.str, result)
|