cdktf-cdktf-provider-pagerduty 12.0.4__py3-none-any.whl → 12.0.5__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 +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.5.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +30 -30
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +177 -177
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +186 -186
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +1073 -53
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +170 -121
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/METADATA +6 -7
- cdktf_cdktf_provider_pagerduty-12.0.5.dist-info/RECORD +73 -0
- {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.0.4.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-12.0.4.dist-info/RECORD +0 -73
- {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-12.0.4.dist-info → cdktf_cdktf_provider_pagerduty-12.0.5.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_incident_workflow`
|
3
3
|
|
4
|
-
Refer to the Terraform Registory for docs: [`pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
4
|
+
Refer to the Terraform Registory for docs: [`pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class IncidentWorkflow(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.incidentWorkflow.IncidentWorkflow",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow pagerduty_incident_workflow}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -46,15 +46,15 @@ class IncidentWorkflow(
|
|
46
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
47
47
|
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
48
|
) -> None:
|
49
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow pagerduty_incident_workflow} Resource.
|
50
50
|
|
51
51
|
:param scope: The scope in which to define this construct.
|
52
52
|
: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.1
|
54
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
56
|
-
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
57
|
-
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
53
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
54
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#description IncidentWorkflow#description}.
|
55
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.
|
56
|
+
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
57
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#team IncidentWorkflow#team}.
|
58
58
|
:param connection:
|
59
59
|
:param count:
|
60
60
|
:param depends_on:
|
@@ -97,7 +97,7 @@ class IncidentWorkflow(
|
|
97
97
|
|
98
98
|
:param scope: The scope in which to define this construct.
|
99
99
|
:param import_to_id: The construct id used in the generated config for the IncidentWorkflow to import.
|
100
|
-
: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.1
|
100
|
+
: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.2.1/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use
|
101
101
|
:param provider: ? Optional instance of the provider where the IncidentWorkflow to import is found.
|
102
102
|
'''
|
103
103
|
if __debug__:
|
@@ -270,11 +270,11 @@ class IncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
270
270
|
:param lifecycle:
|
271
271
|
:param provider:
|
272
272
|
:param provisioners:
|
273
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
274
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
275
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
276
|
-
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
277
|
-
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
273
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
274
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#description IncidentWorkflow#description}.
|
275
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/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.
|
276
|
+
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
277
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#team IncidentWorkflow#team}.
|
278
278
|
'''
|
279
279
|
if isinstance(lifecycle, dict):
|
280
280
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -384,20 +384,20 @@ class IncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
384
384
|
|
385
385
|
@builtins.property
|
386
386
|
def name(self) -> builtins.str:
|
387
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
387
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
388
388
|
result = self._values.get("name")
|
389
389
|
assert result is not None, "Required property 'name' is missing"
|
390
390
|
return typing.cast(builtins.str, result)
|
391
391
|
|
392
392
|
@builtins.property
|
393
393
|
def description(self) -> typing.Optional[builtins.str]:
|
394
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
394
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#description IncidentWorkflow#description}.'''
|
395
395
|
result = self._values.get("description")
|
396
396
|
return typing.cast(typing.Optional[builtins.str], result)
|
397
397
|
|
398
398
|
@builtins.property
|
399
399
|
def id(self) -> typing.Optional[builtins.str]:
|
400
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
400
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#id IncidentWorkflow#id}.
|
401
401
|
|
402
402
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
403
403
|
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.
|
@@ -411,14 +411,14 @@ class IncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
411
411
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStep"]]]:
|
412
412
|
'''step block.
|
413
413
|
|
414
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
414
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
415
415
|
'''
|
416
416
|
result = self._values.get("step")
|
417
417
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStep"]]], result)
|
418
418
|
|
419
419
|
@builtins.property
|
420
420
|
def team(self) -> typing.Optional[builtins.str]:
|
421
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
421
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#team IncidentWorkflow#team}.'''
|
422
422
|
result = self._values.get("team")
|
423
423
|
return typing.cast(typing.Optional[builtins.str], result)
|
424
424
|
|
@@ -437,7 +437,12 @@ class IncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
437
437
|
@jsii.data_type(
|
438
438
|
jsii_type="@cdktf/provider-pagerduty.incidentWorkflow.IncidentWorkflowStep",
|
439
439
|
jsii_struct_bases=[],
|
440
|
-
name_mapping={
|
440
|
+
name_mapping={
|
441
|
+
"action": "action",
|
442
|
+
"name": "name",
|
443
|
+
"inline_steps_input": "inlineStepsInput",
|
444
|
+
"input": "input",
|
445
|
+
},
|
441
446
|
)
|
442
447
|
class IncidentWorkflowStep:
|
443
448
|
def __init__(
|
@@ -445,60 +450,804 @@ class IncidentWorkflowStep:
|
|
445
450
|
*,
|
446
451
|
action: builtins.str,
|
447
452
|
name: builtins.str,
|
453
|
+
inline_steps_input: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["IncidentWorkflowStepInlineStepsInput", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
448
454
|
input: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["IncidentWorkflowStepInput", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
449
455
|
) -> None:
|
450
456
|
'''
|
451
|
-
:param action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
452
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
453
|
-
:param
|
457
|
+
:param action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#action IncidentWorkflow#action}.
|
458
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
459
|
+
:param inline_steps_input: inline_steps_input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input}
|
460
|
+
:param input: input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#input IncidentWorkflow#input}
|
454
461
|
'''
|
455
462
|
if __debug__:
|
456
463
|
type_hints = typing.get_type_hints(_typecheckingstub__4848f2cc089388aabb0596b15e55dde0c4402bf6c4409cffec6489201734ab5c)
|
457
464
|
check_type(argname="argument action", value=action, expected_type=type_hints["action"])
|
458
465
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
466
|
+
check_type(argname="argument inline_steps_input", value=inline_steps_input, expected_type=type_hints["inline_steps_input"])
|
459
467
|
check_type(argname="argument input", value=input, expected_type=type_hints["input"])
|
460
468
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
461
469
|
"action": action,
|
462
470
|
"name": name,
|
463
471
|
}
|
472
|
+
if inline_steps_input is not None:
|
473
|
+
self._values["inline_steps_input"] = inline_steps_input
|
464
474
|
if input is not None:
|
465
475
|
self._values["input"] = input
|
466
476
|
|
467
477
|
@builtins.property
|
468
478
|
def action(self) -> builtins.str:
|
469
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
470
|
-
result = self._values.get("action")
|
471
|
-
assert result is not None, "Required property 'action' is missing"
|
472
|
-
return typing.cast(builtins.str, result)
|
479
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#action IncidentWorkflow#action}.'''
|
480
|
+
result = self._values.get("action")
|
481
|
+
assert result is not None, "Required property 'action' is missing"
|
482
|
+
return typing.cast(builtins.str, result)
|
483
|
+
|
484
|
+
@builtins.property
|
485
|
+
def name(self) -> builtins.str:
|
486
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
487
|
+
result = self._values.get("name")
|
488
|
+
assert result is not None, "Required property 'name' is missing"
|
489
|
+
return typing.cast(builtins.str, result)
|
490
|
+
|
491
|
+
@builtins.property
|
492
|
+
def inline_steps_input(
|
493
|
+
self,
|
494
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInput"]]]:
|
495
|
+
'''inline_steps_input block.
|
496
|
+
|
497
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input}
|
498
|
+
'''
|
499
|
+
result = self._values.get("inline_steps_input")
|
500
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInput"]]], result)
|
501
|
+
|
502
|
+
@builtins.property
|
503
|
+
def input(
|
504
|
+
self,
|
505
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInput"]]]:
|
506
|
+
'''input block.
|
507
|
+
|
508
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#input IncidentWorkflow#input}
|
509
|
+
'''
|
510
|
+
result = self._values.get("input")
|
511
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInput"]]], result)
|
512
|
+
|
513
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
514
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
515
|
+
|
516
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
517
|
+
return not (rhs == self)
|
518
|
+
|
519
|
+
def __repr__(self) -> str:
|
520
|
+
return "IncidentWorkflowStep(%s)" % ", ".join(
|
521
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
522
|
+
)
|
523
|
+
|
524
|
+
|
525
|
+
@jsii.data_type(
|
526
|
+
jsii_type="@cdktf/provider-pagerduty.incidentWorkflow.IncidentWorkflowStepInlineStepsInput",
|
527
|
+
jsii_struct_bases=[],
|
528
|
+
name_mapping={"name": "name", "step": "step"},
|
529
|
+
)
|
530
|
+
class IncidentWorkflowStepInlineStepsInput:
|
531
|
+
def __init__(
|
532
|
+
self,
|
533
|
+
*,
|
534
|
+
name: builtins.str,
|
535
|
+
step: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["IncidentWorkflowStepInlineStepsInputStep", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
536
|
+
) -> None:
|
537
|
+
'''
|
538
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
539
|
+
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
540
|
+
'''
|
541
|
+
if __debug__:
|
542
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b5d31a00641318d7cd07d4af12878bb531fb7a98333f6d37a53eb22fd9886dbd)
|
543
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
544
|
+
check_type(argname="argument step", value=step, expected_type=type_hints["step"])
|
545
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
546
|
+
"name": name,
|
547
|
+
}
|
548
|
+
if step is not None:
|
549
|
+
self._values["step"] = step
|
550
|
+
|
551
|
+
@builtins.property
|
552
|
+
def name(self) -> builtins.str:
|
553
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
554
|
+
result = self._values.get("name")
|
555
|
+
assert result is not None, "Required property 'name' is missing"
|
556
|
+
return typing.cast(builtins.str, result)
|
557
|
+
|
558
|
+
@builtins.property
|
559
|
+
def step(
|
560
|
+
self,
|
561
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStep"]]]:
|
562
|
+
'''step block.
|
563
|
+
|
564
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
565
|
+
'''
|
566
|
+
result = self._values.get("step")
|
567
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStep"]]], result)
|
568
|
+
|
569
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
570
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
571
|
+
|
572
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
573
|
+
return not (rhs == self)
|
574
|
+
|
575
|
+
def __repr__(self) -> str:
|
576
|
+
return "IncidentWorkflowStepInlineStepsInput(%s)" % ", ".join(
|
577
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
578
|
+
)
|
579
|
+
|
580
|
+
|
581
|
+
class IncidentWorkflowStepInlineStepsInputList(
|
582
|
+
_cdktf_9a9027ec.ComplexList,
|
583
|
+
metaclass=jsii.JSIIMeta,
|
584
|
+
jsii_type="@cdktf/provider-pagerduty.incidentWorkflow.IncidentWorkflowStepInlineStepsInputList",
|
585
|
+
):
|
586
|
+
def __init__(
|
587
|
+
self,
|
588
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
589
|
+
terraform_attribute: builtins.str,
|
590
|
+
wraps_set: builtins.bool,
|
591
|
+
) -> None:
|
592
|
+
'''
|
593
|
+
:param terraform_resource: The parent resource.
|
594
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
595
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
596
|
+
'''
|
597
|
+
if __debug__:
|
598
|
+
type_hints = typing.get_type_hints(_typecheckingstub__925348255c9e835465d72ecf06717219e36813b90bc6098e77674b39cad27ec4)
|
599
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
600
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
601
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
602
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
603
|
+
|
604
|
+
@jsii.member(jsii_name="get")
|
605
|
+
def get(
|
606
|
+
self,
|
607
|
+
index: jsii.Number,
|
608
|
+
) -> "IncidentWorkflowStepInlineStepsInputOutputReference":
|
609
|
+
'''
|
610
|
+
:param index: the index of the item to return.
|
611
|
+
'''
|
612
|
+
if __debug__:
|
613
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d4d850da77162b40c7522e59c401451d4f7efe54edb164e00f0e21f9becf340c)
|
614
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
615
|
+
return typing.cast("IncidentWorkflowStepInlineStepsInputOutputReference", jsii.invoke(self, "get", [index]))
|
616
|
+
|
617
|
+
@builtins.property
|
618
|
+
@jsii.member(jsii_name="terraformAttribute")
|
619
|
+
def _terraform_attribute(self) -> builtins.str:
|
620
|
+
'''The attribute on the parent resource this class is referencing.'''
|
621
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
622
|
+
|
623
|
+
@_terraform_attribute.setter
|
624
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
625
|
+
if __debug__:
|
626
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6de735f4ae569ec15a36a7cf040288589dd2e978f4e1deaf52d7055c69e734d2)
|
627
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
628
|
+
jsii.set(self, "terraformAttribute", value)
|
629
|
+
|
630
|
+
@builtins.property
|
631
|
+
@jsii.member(jsii_name="terraformResource")
|
632
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
633
|
+
'''The parent resource.'''
|
634
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
635
|
+
|
636
|
+
@_terraform_resource.setter
|
637
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
638
|
+
if __debug__:
|
639
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1b40f83f6b8642c5d62201b7b0ad9a6fbda7536a08f9f06ce5878ab6cbcfb04f)
|
640
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
641
|
+
jsii.set(self, "terraformResource", value)
|
642
|
+
|
643
|
+
@builtins.property
|
644
|
+
@jsii.member(jsii_name="wrapsSet")
|
645
|
+
def _wraps_set(self) -> builtins.bool:
|
646
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
647
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
648
|
+
|
649
|
+
@_wraps_set.setter
|
650
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
651
|
+
if __debug__:
|
652
|
+
type_hints = typing.get_type_hints(_typecheckingstub__825e678a9f21898e97047968df7a98546aae3639402fa144a46fa0ad751aec7b)
|
653
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
654
|
+
jsii.set(self, "wrapsSet", value)
|
655
|
+
|
656
|
+
@builtins.property
|
657
|
+
@jsii.member(jsii_name="internalValue")
|
658
|
+
def internal_value(
|
659
|
+
self,
|
660
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInput]]]:
|
661
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInput]]], jsii.get(self, "internalValue"))
|
662
|
+
|
663
|
+
@internal_value.setter
|
664
|
+
def internal_value(
|
665
|
+
self,
|
666
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInput]]],
|
667
|
+
) -> None:
|
668
|
+
if __debug__:
|
669
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c77161a952e155fc4afb2cb06a157bcf966d2a8fef1deaa21aa8c5e398cab2ca)
|
670
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
671
|
+
jsii.set(self, "internalValue", value)
|
672
|
+
|
673
|
+
|
674
|
+
class IncidentWorkflowStepInlineStepsInputOutputReference(
|
675
|
+
_cdktf_9a9027ec.ComplexObject,
|
676
|
+
metaclass=jsii.JSIIMeta,
|
677
|
+
jsii_type="@cdktf/provider-pagerduty.incidentWorkflow.IncidentWorkflowStepInlineStepsInputOutputReference",
|
678
|
+
):
|
679
|
+
def __init__(
|
680
|
+
self,
|
681
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
682
|
+
terraform_attribute: builtins.str,
|
683
|
+
complex_object_index: jsii.Number,
|
684
|
+
complex_object_is_from_set: builtins.bool,
|
685
|
+
) -> None:
|
686
|
+
'''
|
687
|
+
:param terraform_resource: The parent resource.
|
688
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
689
|
+
:param complex_object_index: the index of this item in the list.
|
690
|
+
:param complex_object_is_from_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
691
|
+
'''
|
692
|
+
if __debug__:
|
693
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4f9314ed5e1383688c66952243e625001ad259e00d51640713515f4f29c6e395)
|
694
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
695
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
696
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
697
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
698
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
699
|
+
|
700
|
+
@jsii.member(jsii_name="putStep")
|
701
|
+
def put_step(
|
702
|
+
self,
|
703
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["IncidentWorkflowStepInlineStepsInputStep", typing.Dict[builtins.str, typing.Any]]]],
|
704
|
+
) -> None:
|
705
|
+
'''
|
706
|
+
:param value: -
|
707
|
+
'''
|
708
|
+
if __debug__:
|
709
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8a2721f57ff6399b54bfae7baea5e94601de2715c1b9cd5624c76a25c76376bf)
|
710
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
711
|
+
return typing.cast(None, jsii.invoke(self, "putStep", [value]))
|
712
|
+
|
713
|
+
@jsii.member(jsii_name="resetStep")
|
714
|
+
def reset_step(self) -> None:
|
715
|
+
return typing.cast(None, jsii.invoke(self, "resetStep", []))
|
716
|
+
|
717
|
+
@builtins.property
|
718
|
+
@jsii.member(jsii_name="step")
|
719
|
+
def step(self) -> "IncidentWorkflowStepInlineStepsInputStepList":
|
720
|
+
return typing.cast("IncidentWorkflowStepInlineStepsInputStepList", jsii.get(self, "step"))
|
721
|
+
|
722
|
+
@builtins.property
|
723
|
+
@jsii.member(jsii_name="nameInput")
|
724
|
+
def name_input(self) -> typing.Optional[builtins.str]:
|
725
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
|
726
|
+
|
727
|
+
@builtins.property
|
728
|
+
@jsii.member(jsii_name="stepInput")
|
729
|
+
def step_input(
|
730
|
+
self,
|
731
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStep"]]]:
|
732
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStep"]]], jsii.get(self, "stepInput"))
|
733
|
+
|
734
|
+
@builtins.property
|
735
|
+
@jsii.member(jsii_name="name")
|
736
|
+
def name(self) -> builtins.str:
|
737
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
738
|
+
|
739
|
+
@name.setter
|
740
|
+
def name(self, value: builtins.str) -> None:
|
741
|
+
if __debug__:
|
742
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c812a22e8eb5afbf1583a4821edd9e4b67e2774cafa2875e7ee165dfb3cca859)
|
743
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
744
|
+
jsii.set(self, "name", value)
|
745
|
+
|
746
|
+
@builtins.property
|
747
|
+
@jsii.member(jsii_name="internalValue")
|
748
|
+
def internal_value(
|
749
|
+
self,
|
750
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, IncidentWorkflowStepInlineStepsInput]]:
|
751
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, IncidentWorkflowStepInlineStepsInput]], jsii.get(self, "internalValue"))
|
752
|
+
|
753
|
+
@internal_value.setter
|
754
|
+
def internal_value(
|
755
|
+
self,
|
756
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, IncidentWorkflowStepInlineStepsInput]],
|
757
|
+
) -> None:
|
758
|
+
if __debug__:
|
759
|
+
type_hints = typing.get_type_hints(_typecheckingstub__79be74df49fe8a7e069a62f3f7f42edc111bc55724c69b65e3e12011b31ca154)
|
760
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
761
|
+
jsii.set(self, "internalValue", value)
|
762
|
+
|
763
|
+
|
764
|
+
@jsii.data_type(
|
765
|
+
jsii_type="@cdktf/provider-pagerduty.incidentWorkflow.IncidentWorkflowStepInlineStepsInputStep",
|
766
|
+
jsii_struct_bases=[],
|
767
|
+
name_mapping={"action": "action", "name": "name", "input": "input"},
|
768
|
+
)
|
769
|
+
class IncidentWorkflowStepInlineStepsInputStep:
|
770
|
+
def __init__(
|
771
|
+
self,
|
772
|
+
*,
|
773
|
+
action: builtins.str,
|
774
|
+
name: builtins.str,
|
775
|
+
input: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["IncidentWorkflowStepInlineStepsInputStepInput", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
776
|
+
) -> None:
|
777
|
+
'''
|
778
|
+
:param action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#action IncidentWorkflow#action}.
|
779
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
780
|
+
:param input: input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#input IncidentWorkflow#input}
|
781
|
+
'''
|
782
|
+
if __debug__:
|
783
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e7723288baf8dd57dc0d5f22d84ee84cb132529b2b0657b7793344cf634b71a4)
|
784
|
+
check_type(argname="argument action", value=action, expected_type=type_hints["action"])
|
785
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
786
|
+
check_type(argname="argument input", value=input, expected_type=type_hints["input"])
|
787
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
788
|
+
"action": action,
|
789
|
+
"name": name,
|
790
|
+
}
|
791
|
+
if input is not None:
|
792
|
+
self._values["input"] = input
|
793
|
+
|
794
|
+
@builtins.property
|
795
|
+
def action(self) -> builtins.str:
|
796
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#action IncidentWorkflow#action}.'''
|
797
|
+
result = self._values.get("action")
|
798
|
+
assert result is not None, "Required property 'action' is missing"
|
799
|
+
return typing.cast(builtins.str, result)
|
800
|
+
|
801
|
+
@builtins.property
|
802
|
+
def name(self) -> builtins.str:
|
803
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
804
|
+
result = self._values.get("name")
|
805
|
+
assert result is not None, "Required property 'name' is missing"
|
806
|
+
return typing.cast(builtins.str, result)
|
807
|
+
|
808
|
+
@builtins.property
|
809
|
+
def input(
|
810
|
+
self,
|
811
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStepInput"]]]:
|
812
|
+
'''input block.
|
813
|
+
|
814
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#input IncidentWorkflow#input}
|
815
|
+
'''
|
816
|
+
result = self._values.get("input")
|
817
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStepInput"]]], result)
|
818
|
+
|
819
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
820
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
821
|
+
|
822
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
823
|
+
return not (rhs == self)
|
824
|
+
|
825
|
+
def __repr__(self) -> str:
|
826
|
+
return "IncidentWorkflowStepInlineStepsInputStep(%s)" % ", ".join(
|
827
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
828
|
+
)
|
829
|
+
|
830
|
+
|
831
|
+
@jsii.data_type(
|
832
|
+
jsii_type="@cdktf/provider-pagerduty.incidentWorkflow.IncidentWorkflowStepInlineStepsInputStepInput",
|
833
|
+
jsii_struct_bases=[],
|
834
|
+
name_mapping={"name": "name", "value": "value"},
|
835
|
+
)
|
836
|
+
class IncidentWorkflowStepInlineStepsInputStepInput:
|
837
|
+
def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
|
838
|
+
'''
|
839
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
840
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#value IncidentWorkflow#value}.
|
841
|
+
'''
|
842
|
+
if __debug__:
|
843
|
+
type_hints = typing.get_type_hints(_typecheckingstub__74d338a486d1a74b9b23f1447bd048b44328f611e76c31d53566a71d83487ef2)
|
844
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
845
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
846
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
847
|
+
"name": name,
|
848
|
+
"value": value,
|
849
|
+
}
|
850
|
+
|
851
|
+
@builtins.property
|
852
|
+
def name(self) -> builtins.str:
|
853
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
854
|
+
result = self._values.get("name")
|
855
|
+
assert result is not None, "Required property 'name' is missing"
|
856
|
+
return typing.cast(builtins.str, result)
|
857
|
+
|
858
|
+
@builtins.property
|
859
|
+
def value(self) -> builtins.str:
|
860
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#value IncidentWorkflow#value}.'''
|
861
|
+
result = self._values.get("value")
|
862
|
+
assert result is not None, "Required property 'value' is missing"
|
863
|
+
return typing.cast(builtins.str, result)
|
864
|
+
|
865
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
866
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
867
|
+
|
868
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
869
|
+
return not (rhs == self)
|
870
|
+
|
871
|
+
def __repr__(self) -> str:
|
872
|
+
return "IncidentWorkflowStepInlineStepsInputStepInput(%s)" % ", ".join(
|
873
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
874
|
+
)
|
875
|
+
|
876
|
+
|
877
|
+
class IncidentWorkflowStepInlineStepsInputStepInputList(
|
878
|
+
_cdktf_9a9027ec.ComplexList,
|
879
|
+
metaclass=jsii.JSIIMeta,
|
880
|
+
jsii_type="@cdktf/provider-pagerduty.incidentWorkflow.IncidentWorkflowStepInlineStepsInputStepInputList",
|
881
|
+
):
|
882
|
+
def __init__(
|
883
|
+
self,
|
884
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
885
|
+
terraform_attribute: builtins.str,
|
886
|
+
wraps_set: builtins.bool,
|
887
|
+
) -> None:
|
888
|
+
'''
|
889
|
+
:param terraform_resource: The parent resource.
|
890
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
891
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
892
|
+
'''
|
893
|
+
if __debug__:
|
894
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bf22121e09813887ea40dbb78493dd622f1204eb7e23325db4b7f08a1e5b5b99)
|
895
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
896
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
897
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
898
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
899
|
+
|
900
|
+
@jsii.member(jsii_name="get")
|
901
|
+
def get(
|
902
|
+
self,
|
903
|
+
index: jsii.Number,
|
904
|
+
) -> "IncidentWorkflowStepInlineStepsInputStepInputOutputReference":
|
905
|
+
'''
|
906
|
+
:param index: the index of the item to return.
|
907
|
+
'''
|
908
|
+
if __debug__:
|
909
|
+
type_hints = typing.get_type_hints(_typecheckingstub__364e300f18cf01ef9515fa01a98b92622986ccebf94e39c0649e193f1c8b474b)
|
910
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
911
|
+
return typing.cast("IncidentWorkflowStepInlineStepsInputStepInputOutputReference", jsii.invoke(self, "get", [index]))
|
912
|
+
|
913
|
+
@builtins.property
|
914
|
+
@jsii.member(jsii_name="terraformAttribute")
|
915
|
+
def _terraform_attribute(self) -> builtins.str:
|
916
|
+
'''The attribute on the parent resource this class is referencing.'''
|
917
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
918
|
+
|
919
|
+
@_terraform_attribute.setter
|
920
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
921
|
+
if __debug__:
|
922
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2f418fee592b7ae12720c66d33b8eb33ec480d16783108f9fa2ee4f301b192e2)
|
923
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
924
|
+
jsii.set(self, "terraformAttribute", value)
|
925
|
+
|
926
|
+
@builtins.property
|
927
|
+
@jsii.member(jsii_name="terraformResource")
|
928
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
929
|
+
'''The parent resource.'''
|
930
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
931
|
+
|
932
|
+
@_terraform_resource.setter
|
933
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
934
|
+
if __debug__:
|
935
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dbe470c41e6584aa602faeb4a8fee7c604d0a5f09b3bcd97556fb916faa7a88b)
|
936
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
937
|
+
jsii.set(self, "terraformResource", value)
|
938
|
+
|
939
|
+
@builtins.property
|
940
|
+
@jsii.member(jsii_name="wrapsSet")
|
941
|
+
def _wraps_set(self) -> builtins.bool:
|
942
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
943
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
944
|
+
|
945
|
+
@_wraps_set.setter
|
946
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
947
|
+
if __debug__:
|
948
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d3e12f8fbed8d48577e2e6a8ef3e2c3e05a352fb33f199b281fc30642267e570)
|
949
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
950
|
+
jsii.set(self, "wrapsSet", value)
|
951
|
+
|
952
|
+
@builtins.property
|
953
|
+
@jsii.member(jsii_name="internalValue")
|
954
|
+
def internal_value(
|
955
|
+
self,
|
956
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInputStepInput]]]:
|
957
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInputStepInput]]], jsii.get(self, "internalValue"))
|
958
|
+
|
959
|
+
@internal_value.setter
|
960
|
+
def internal_value(
|
961
|
+
self,
|
962
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInputStepInput]]],
|
963
|
+
) -> None:
|
964
|
+
if __debug__:
|
965
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8059f085e95b959ac51e96ab475c979cc22da24ef55dfe580e74264f172ba53a)
|
966
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
967
|
+
jsii.set(self, "internalValue", value)
|
968
|
+
|
969
|
+
|
970
|
+
class IncidentWorkflowStepInlineStepsInputStepInputOutputReference(
|
971
|
+
_cdktf_9a9027ec.ComplexObject,
|
972
|
+
metaclass=jsii.JSIIMeta,
|
973
|
+
jsii_type="@cdktf/provider-pagerduty.incidentWorkflow.IncidentWorkflowStepInlineStepsInputStepInputOutputReference",
|
974
|
+
):
|
975
|
+
def __init__(
|
976
|
+
self,
|
977
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
978
|
+
terraform_attribute: builtins.str,
|
979
|
+
complex_object_index: jsii.Number,
|
980
|
+
complex_object_is_from_set: builtins.bool,
|
981
|
+
) -> None:
|
982
|
+
'''
|
983
|
+
:param terraform_resource: The parent resource.
|
984
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
985
|
+
:param complex_object_index: the index of this item in the list.
|
986
|
+
:param complex_object_is_from_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
987
|
+
'''
|
988
|
+
if __debug__:
|
989
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0150f8ecb2a4e767f187d2ae9f1e7d1a6445aa2f9d5cd7993aeee141c1dd0191)
|
990
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
991
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
992
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
993
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
994
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
995
|
+
|
996
|
+
@builtins.property
|
997
|
+
@jsii.member(jsii_name="generated")
|
998
|
+
def generated(self) -> _cdktf_9a9027ec.IResolvable:
|
999
|
+
return typing.cast(_cdktf_9a9027ec.IResolvable, jsii.get(self, "generated"))
|
1000
|
+
|
1001
|
+
@builtins.property
|
1002
|
+
@jsii.member(jsii_name="nameInput")
|
1003
|
+
def name_input(self) -> typing.Optional[builtins.str]:
|
1004
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
|
1005
|
+
|
1006
|
+
@builtins.property
|
1007
|
+
@jsii.member(jsii_name="valueInput")
|
1008
|
+
def value_input(self) -> typing.Optional[builtins.str]:
|
1009
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "valueInput"))
|
1010
|
+
|
1011
|
+
@builtins.property
|
1012
|
+
@jsii.member(jsii_name="name")
|
1013
|
+
def name(self) -> builtins.str:
|
1014
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
1015
|
+
|
1016
|
+
@name.setter
|
1017
|
+
def name(self, value: builtins.str) -> None:
|
1018
|
+
if __debug__:
|
1019
|
+
type_hints = typing.get_type_hints(_typecheckingstub__60e0d12c42c03b5d97fae10fb5ec6cf906aef366cc3102e344adb7ddc09557d2)
|
1020
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1021
|
+
jsii.set(self, "name", value)
|
1022
|
+
|
1023
|
+
@builtins.property
|
1024
|
+
@jsii.member(jsii_name="value")
|
1025
|
+
def value(self) -> builtins.str:
|
1026
|
+
return typing.cast(builtins.str, jsii.get(self, "value"))
|
1027
|
+
|
1028
|
+
@value.setter
|
1029
|
+
def value(self, value: builtins.str) -> None:
|
1030
|
+
if __debug__:
|
1031
|
+
type_hints = typing.get_type_hints(_typecheckingstub__58208f340b195ccd897382449d7ee01ac15f33f53e7b824dbd8ed081df129598)
|
1032
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1033
|
+
jsii.set(self, "value", value)
|
1034
|
+
|
1035
|
+
@builtins.property
|
1036
|
+
@jsii.member(jsii_name="internalValue")
|
1037
|
+
def internal_value(
|
1038
|
+
self,
|
1039
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, IncidentWorkflowStepInlineStepsInputStepInput]]:
|
1040
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, IncidentWorkflowStepInlineStepsInputStepInput]], jsii.get(self, "internalValue"))
|
1041
|
+
|
1042
|
+
@internal_value.setter
|
1043
|
+
def internal_value(
|
1044
|
+
self,
|
1045
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, IncidentWorkflowStepInlineStepsInputStepInput]],
|
1046
|
+
) -> None:
|
1047
|
+
if __debug__:
|
1048
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9e924ce34d8213dec32e454c08911f682a6bd6b867c2db6e5a6263fc6a74a8cc)
|
1049
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1050
|
+
jsii.set(self, "internalValue", value)
|
1051
|
+
|
1052
|
+
|
1053
|
+
class IncidentWorkflowStepInlineStepsInputStepList(
|
1054
|
+
_cdktf_9a9027ec.ComplexList,
|
1055
|
+
metaclass=jsii.JSIIMeta,
|
1056
|
+
jsii_type="@cdktf/provider-pagerduty.incidentWorkflow.IncidentWorkflowStepInlineStepsInputStepList",
|
1057
|
+
):
|
1058
|
+
def __init__(
|
1059
|
+
self,
|
1060
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1061
|
+
terraform_attribute: builtins.str,
|
1062
|
+
wraps_set: builtins.bool,
|
1063
|
+
) -> None:
|
1064
|
+
'''
|
1065
|
+
:param terraform_resource: The parent resource.
|
1066
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
1067
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
1068
|
+
'''
|
1069
|
+
if __debug__:
|
1070
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a9ea8d8fc92a0e576ffb851ec3686726a8549ddc87949a3fc0f5c2b50f94587c)
|
1071
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
1072
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
1073
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
1074
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
1075
|
+
|
1076
|
+
@jsii.member(jsii_name="get")
|
1077
|
+
def get(
|
1078
|
+
self,
|
1079
|
+
index: jsii.Number,
|
1080
|
+
) -> "IncidentWorkflowStepInlineStepsInputStepOutputReference":
|
1081
|
+
'''
|
1082
|
+
:param index: the index of the item to return.
|
1083
|
+
'''
|
1084
|
+
if __debug__:
|
1085
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0d62961e0ade42ebab2687ab6960d575a06523f1e924a6290d1bd6f0551defdb)
|
1086
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
1087
|
+
return typing.cast("IncidentWorkflowStepInlineStepsInputStepOutputReference", jsii.invoke(self, "get", [index]))
|
1088
|
+
|
1089
|
+
@builtins.property
|
1090
|
+
@jsii.member(jsii_name="terraformAttribute")
|
1091
|
+
def _terraform_attribute(self) -> builtins.str:
|
1092
|
+
'''The attribute on the parent resource this class is referencing.'''
|
1093
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
1094
|
+
|
1095
|
+
@_terraform_attribute.setter
|
1096
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
1097
|
+
if __debug__:
|
1098
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a5f615467f05614ee8d27e5b00d73d07828fcf065e9eae6c62a4ab3f88406bd7)
|
1099
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1100
|
+
jsii.set(self, "terraformAttribute", value)
|
1101
|
+
|
1102
|
+
@builtins.property
|
1103
|
+
@jsii.member(jsii_name="terraformResource")
|
1104
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
1105
|
+
'''The parent resource.'''
|
1106
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
1107
|
+
|
1108
|
+
@_terraform_resource.setter
|
1109
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
1110
|
+
if __debug__:
|
1111
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d25ba48dd9da9751a9c549dedd243f2a9e5402e705a36dce9c150c9cdd9ea7c0)
|
1112
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1113
|
+
jsii.set(self, "terraformResource", value)
|
1114
|
+
|
1115
|
+
@builtins.property
|
1116
|
+
@jsii.member(jsii_name="wrapsSet")
|
1117
|
+
def _wraps_set(self) -> builtins.bool:
|
1118
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
1119
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
1120
|
+
|
1121
|
+
@_wraps_set.setter
|
1122
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
1123
|
+
if __debug__:
|
1124
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a30f1fb78ac189b51194e09ccf364a9c251063b69ac4935c607885fd538aeaaf)
|
1125
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1126
|
+
jsii.set(self, "wrapsSet", value)
|
1127
|
+
|
1128
|
+
@builtins.property
|
1129
|
+
@jsii.member(jsii_name="internalValue")
|
1130
|
+
def internal_value(
|
1131
|
+
self,
|
1132
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInputStep]]]:
|
1133
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInputStep]]], jsii.get(self, "internalValue"))
|
1134
|
+
|
1135
|
+
@internal_value.setter
|
1136
|
+
def internal_value(
|
1137
|
+
self,
|
1138
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInputStep]]],
|
1139
|
+
) -> None:
|
1140
|
+
if __debug__:
|
1141
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cc7afb93f17a685b9760cd79f5ebadcdfcf804c93dfc562dc7edef8b7107b311)
|
1142
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1143
|
+
jsii.set(self, "internalValue", value)
|
1144
|
+
|
1145
|
+
|
1146
|
+
class IncidentWorkflowStepInlineStepsInputStepOutputReference(
|
1147
|
+
_cdktf_9a9027ec.ComplexObject,
|
1148
|
+
metaclass=jsii.JSIIMeta,
|
1149
|
+
jsii_type="@cdktf/provider-pagerduty.incidentWorkflow.IncidentWorkflowStepInlineStepsInputStepOutputReference",
|
1150
|
+
):
|
1151
|
+
def __init__(
|
1152
|
+
self,
|
1153
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1154
|
+
terraform_attribute: builtins.str,
|
1155
|
+
complex_object_index: jsii.Number,
|
1156
|
+
complex_object_is_from_set: builtins.bool,
|
1157
|
+
) -> None:
|
1158
|
+
'''
|
1159
|
+
:param terraform_resource: The parent resource.
|
1160
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
1161
|
+
:param complex_object_index: the index of this item in the list.
|
1162
|
+
:param complex_object_is_from_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
1163
|
+
'''
|
1164
|
+
if __debug__:
|
1165
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5b8b1893861a4d34bfd885dac6a6dbfd62fc8e047d7235736e2dd5b072b72fb5)
|
1166
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
1167
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
1168
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
1169
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
1170
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
1171
|
+
|
1172
|
+
@jsii.member(jsii_name="putInput")
|
1173
|
+
def put_input(
|
1174
|
+
self,
|
1175
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[IncidentWorkflowStepInlineStepsInputStepInput, typing.Dict[builtins.str, typing.Any]]]],
|
1176
|
+
) -> None:
|
1177
|
+
'''
|
1178
|
+
:param value: -
|
1179
|
+
'''
|
1180
|
+
if __debug__:
|
1181
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dc4a3d864d4b49f2ca98f5983770bce3652e2af6b64acb2cdd8978cd4aeaf9f4)
|
1182
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1183
|
+
return typing.cast(None, jsii.invoke(self, "putInput", [value]))
|
1184
|
+
|
1185
|
+
@jsii.member(jsii_name="resetInput")
|
1186
|
+
def reset_input(self) -> None:
|
1187
|
+
return typing.cast(None, jsii.invoke(self, "resetInput", []))
|
1188
|
+
|
1189
|
+
@builtins.property
|
1190
|
+
@jsii.member(jsii_name="input")
|
1191
|
+
def input(self) -> IncidentWorkflowStepInlineStepsInputStepInputList:
|
1192
|
+
return typing.cast(IncidentWorkflowStepInlineStepsInputStepInputList, jsii.get(self, "input"))
|
1193
|
+
|
1194
|
+
@builtins.property
|
1195
|
+
@jsii.member(jsii_name="actionInput")
|
1196
|
+
def action_input(self) -> typing.Optional[builtins.str]:
|
1197
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "actionInput"))
|
1198
|
+
|
1199
|
+
@builtins.property
|
1200
|
+
@jsii.member(jsii_name="inputInput")
|
1201
|
+
def input_input(
|
1202
|
+
self,
|
1203
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInputStepInput]]]:
|
1204
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInputStepInput]]], jsii.get(self, "inputInput"))
|
1205
|
+
|
1206
|
+
@builtins.property
|
1207
|
+
@jsii.member(jsii_name="nameInput")
|
1208
|
+
def name_input(self) -> typing.Optional[builtins.str]:
|
1209
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
|
1210
|
+
|
1211
|
+
@builtins.property
|
1212
|
+
@jsii.member(jsii_name="action")
|
1213
|
+
def action(self) -> builtins.str:
|
1214
|
+
return typing.cast(builtins.str, jsii.get(self, "action"))
|
1215
|
+
|
1216
|
+
@action.setter
|
1217
|
+
def action(self, value: builtins.str) -> None:
|
1218
|
+
if __debug__:
|
1219
|
+
type_hints = typing.get_type_hints(_typecheckingstub__19f1c8b331df86635c372ed024dd91a54ed73e986ac3f64230f162190c50f9f4)
|
1220
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1221
|
+
jsii.set(self, "action", value)
|
473
1222
|
|
474
1223
|
@builtins.property
|
1224
|
+
@jsii.member(jsii_name="name")
|
475
1225
|
def name(self) -> builtins.str:
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
1226
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
1227
|
+
|
1228
|
+
@name.setter
|
1229
|
+
def name(self, value: builtins.str) -> None:
|
1230
|
+
if __debug__:
|
1231
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5e979df6ad87f358e2be02777da23cba5a7690406fd6b0ce9a3f094c86549cda)
|
1232
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1233
|
+
jsii.set(self, "name", value)
|
480
1234
|
|
481
1235
|
@builtins.property
|
482
|
-
|
1236
|
+
@jsii.member(jsii_name="internalValue")
|
1237
|
+
def internal_value(
|
483
1238
|
self,
|
484
|
-
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable,
|
485
|
-
|
486
|
-
|
487
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1.2/docs/resources/incident_workflow#input IncidentWorkflow#input}
|
488
|
-
'''
|
489
|
-
result = self._values.get("input")
|
490
|
-
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInput"]]], result)
|
491
|
-
|
492
|
-
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
493
|
-
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
494
|
-
|
495
|
-
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
496
|
-
return not (rhs == self)
|
1239
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, IncidentWorkflowStepInlineStepsInputStep]]:
|
1240
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, IncidentWorkflowStepInlineStepsInputStep]], jsii.get(self, "internalValue"))
|
497
1241
|
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
1242
|
+
@internal_value.setter
|
1243
|
+
def internal_value(
|
1244
|
+
self,
|
1245
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, IncidentWorkflowStepInlineStepsInputStep]],
|
1246
|
+
) -> None:
|
1247
|
+
if __debug__:
|
1248
|
+
type_hints = typing.get_type_hints(_typecheckingstub__420565106f6e8d15b3ed24422ebd8f73e84faa4ef6c7d1a87f7cd2640448065e)
|
1249
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1250
|
+
jsii.set(self, "internalValue", value)
|
502
1251
|
|
503
1252
|
|
504
1253
|
@jsii.data_type(
|
@@ -509,8 +1258,8 @@ class IncidentWorkflowStep:
|
|
509
1258
|
class IncidentWorkflowStepInput:
|
510
1259
|
def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
|
511
1260
|
'''
|
512
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
513
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
1261
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
1262
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#value IncidentWorkflow#value}.
|
514
1263
|
'''
|
515
1264
|
if __debug__:
|
516
1265
|
type_hints = typing.get_type_hints(_typecheckingstub__a17d356939134b073d58138d13e514bd699642fc9a9cc1176a73946ebebeac0e)
|
@@ -523,14 +1272,14 @@ class IncidentWorkflowStepInput:
|
|
523
1272
|
|
524
1273
|
@builtins.property
|
525
1274
|
def name(self) -> builtins.str:
|
526
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
1275
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
527
1276
|
result = self._values.get("name")
|
528
1277
|
assert result is not None, "Required property 'name' is missing"
|
529
1278
|
return typing.cast(builtins.str, result)
|
530
1279
|
|
531
1280
|
@builtins.property
|
532
1281
|
def value(self) -> builtins.str:
|
533
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.1
|
1282
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.2.1/docs/resources/incident_workflow#value IncidentWorkflow#value}.'''
|
534
1283
|
result = self._values.get("value")
|
535
1284
|
assert result is not None, "Required property 'value' is missing"
|
536
1285
|
return typing.cast(builtins.str, result)
|
@@ -836,6 +1585,19 @@ class IncidentWorkflowStepOutputReference(
|
|
836
1585
|
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
837
1586
|
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
838
1587
|
|
1588
|
+
@jsii.member(jsii_name="putInlineStepsInput")
|
1589
|
+
def put_inline_steps_input(
|
1590
|
+
self,
|
1591
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[IncidentWorkflowStepInlineStepsInput, typing.Dict[builtins.str, typing.Any]]]],
|
1592
|
+
) -> None:
|
1593
|
+
'''
|
1594
|
+
:param value: -
|
1595
|
+
'''
|
1596
|
+
if __debug__:
|
1597
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4c45e539203c171dce77f2633a7a1de56f3bbb55389434ef0c1b4572f7758680)
|
1598
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
1599
|
+
return typing.cast(None, jsii.invoke(self, "putInlineStepsInput", [value]))
|
1600
|
+
|
839
1601
|
@jsii.member(jsii_name="putInput")
|
840
1602
|
def put_input(
|
841
1603
|
self,
|
@@ -849,6 +1611,10 @@ class IncidentWorkflowStepOutputReference(
|
|
849
1611
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
850
1612
|
return typing.cast(None, jsii.invoke(self, "putInput", [value]))
|
851
1613
|
|
1614
|
+
@jsii.member(jsii_name="resetInlineStepsInput")
|
1615
|
+
def reset_inline_steps_input(self) -> None:
|
1616
|
+
return typing.cast(None, jsii.invoke(self, "resetInlineStepsInput", []))
|
1617
|
+
|
852
1618
|
@jsii.member(jsii_name="resetInput")
|
853
1619
|
def reset_input(self) -> None:
|
854
1620
|
return typing.cast(None, jsii.invoke(self, "resetInput", []))
|
@@ -858,6 +1624,11 @@ class IncidentWorkflowStepOutputReference(
|
|
858
1624
|
def id(self) -> builtins.str:
|
859
1625
|
return typing.cast(builtins.str, jsii.get(self, "id"))
|
860
1626
|
|
1627
|
+
@builtins.property
|
1628
|
+
@jsii.member(jsii_name="inlineStepsInput")
|
1629
|
+
def inline_steps_input(self) -> IncidentWorkflowStepInlineStepsInputList:
|
1630
|
+
return typing.cast(IncidentWorkflowStepInlineStepsInputList, jsii.get(self, "inlineStepsInput"))
|
1631
|
+
|
861
1632
|
@builtins.property
|
862
1633
|
@jsii.member(jsii_name="input")
|
863
1634
|
def input(self) -> IncidentWorkflowStepInputList:
|
@@ -868,6 +1639,13 @@ class IncidentWorkflowStepOutputReference(
|
|
868
1639
|
def action_input(self) -> typing.Optional[builtins.str]:
|
869
1640
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "actionInput"))
|
870
1641
|
|
1642
|
+
@builtins.property
|
1643
|
+
@jsii.member(jsii_name="inlineStepsInputInput")
|
1644
|
+
def inline_steps_input_input(
|
1645
|
+
self,
|
1646
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInput]]]:
|
1647
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInput]]], jsii.get(self, "inlineStepsInputInput"))
|
1648
|
+
|
871
1649
|
@builtins.property
|
872
1650
|
@jsii.member(jsii_name="inputInput")
|
873
1651
|
def input_input(
|
@@ -926,6 +1704,15 @@ __all__ = [
|
|
926
1704
|
"IncidentWorkflow",
|
927
1705
|
"IncidentWorkflowConfig",
|
928
1706
|
"IncidentWorkflowStep",
|
1707
|
+
"IncidentWorkflowStepInlineStepsInput",
|
1708
|
+
"IncidentWorkflowStepInlineStepsInputList",
|
1709
|
+
"IncidentWorkflowStepInlineStepsInputOutputReference",
|
1710
|
+
"IncidentWorkflowStepInlineStepsInputStep",
|
1711
|
+
"IncidentWorkflowStepInlineStepsInputStepInput",
|
1712
|
+
"IncidentWorkflowStepInlineStepsInputStepInputList",
|
1713
|
+
"IncidentWorkflowStepInlineStepsInputStepInputOutputReference",
|
1714
|
+
"IncidentWorkflowStepInlineStepsInputStepList",
|
1715
|
+
"IncidentWorkflowStepInlineStepsInputStepOutputReference",
|
929
1716
|
"IncidentWorkflowStepInput",
|
930
1717
|
"IncidentWorkflowStepInputList",
|
931
1718
|
"IncidentWorkflowStepInputOutputReference",
|
@@ -1016,11 +1803,238 @@ def _typecheckingstub__4848f2cc089388aabb0596b15e55dde0c4402bf6c4409cffec6489201
|
|
1016
1803
|
*,
|
1017
1804
|
action: builtins.str,
|
1018
1805
|
name: builtins.str,
|
1806
|
+
inline_steps_input: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[IncidentWorkflowStepInlineStepsInput, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1019
1807
|
input: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[IncidentWorkflowStepInput, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1020
1808
|
) -> None:
|
1021
1809
|
"""Type checking stubs"""
|
1022
1810
|
pass
|
1023
1811
|
|
1812
|
+
def _typecheckingstub__b5d31a00641318d7cd07d4af12878bb531fb7a98333f6d37a53eb22fd9886dbd(
|
1813
|
+
*,
|
1814
|
+
name: builtins.str,
|
1815
|
+
step: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[IncidentWorkflowStepInlineStepsInputStep, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1816
|
+
) -> None:
|
1817
|
+
"""Type checking stubs"""
|
1818
|
+
pass
|
1819
|
+
|
1820
|
+
def _typecheckingstub__925348255c9e835465d72ecf06717219e36813b90bc6098e77674b39cad27ec4(
|
1821
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1822
|
+
terraform_attribute: builtins.str,
|
1823
|
+
wraps_set: builtins.bool,
|
1824
|
+
) -> None:
|
1825
|
+
"""Type checking stubs"""
|
1826
|
+
pass
|
1827
|
+
|
1828
|
+
def _typecheckingstub__d4d850da77162b40c7522e59c401451d4f7efe54edb164e00f0e21f9becf340c(
|
1829
|
+
index: jsii.Number,
|
1830
|
+
) -> None:
|
1831
|
+
"""Type checking stubs"""
|
1832
|
+
pass
|
1833
|
+
|
1834
|
+
def _typecheckingstub__6de735f4ae569ec15a36a7cf040288589dd2e978f4e1deaf52d7055c69e734d2(
|
1835
|
+
value: builtins.str,
|
1836
|
+
) -> None:
|
1837
|
+
"""Type checking stubs"""
|
1838
|
+
pass
|
1839
|
+
|
1840
|
+
def _typecheckingstub__1b40f83f6b8642c5d62201b7b0ad9a6fbda7536a08f9f06ce5878ab6cbcfb04f(
|
1841
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
1842
|
+
) -> None:
|
1843
|
+
"""Type checking stubs"""
|
1844
|
+
pass
|
1845
|
+
|
1846
|
+
def _typecheckingstub__825e678a9f21898e97047968df7a98546aae3639402fa144a46fa0ad751aec7b(
|
1847
|
+
value: builtins.bool,
|
1848
|
+
) -> None:
|
1849
|
+
"""Type checking stubs"""
|
1850
|
+
pass
|
1851
|
+
|
1852
|
+
def _typecheckingstub__c77161a952e155fc4afb2cb06a157bcf966d2a8fef1deaa21aa8c5e398cab2ca(
|
1853
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInput]]],
|
1854
|
+
) -> None:
|
1855
|
+
"""Type checking stubs"""
|
1856
|
+
pass
|
1857
|
+
|
1858
|
+
def _typecheckingstub__4f9314ed5e1383688c66952243e625001ad259e00d51640713515f4f29c6e395(
|
1859
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1860
|
+
terraform_attribute: builtins.str,
|
1861
|
+
complex_object_index: jsii.Number,
|
1862
|
+
complex_object_is_from_set: builtins.bool,
|
1863
|
+
) -> None:
|
1864
|
+
"""Type checking stubs"""
|
1865
|
+
pass
|
1866
|
+
|
1867
|
+
def _typecheckingstub__8a2721f57ff6399b54bfae7baea5e94601de2715c1b9cd5624c76a25c76376bf(
|
1868
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[IncidentWorkflowStepInlineStepsInputStep, typing.Dict[builtins.str, typing.Any]]]],
|
1869
|
+
) -> None:
|
1870
|
+
"""Type checking stubs"""
|
1871
|
+
pass
|
1872
|
+
|
1873
|
+
def _typecheckingstub__c812a22e8eb5afbf1583a4821edd9e4b67e2774cafa2875e7ee165dfb3cca859(
|
1874
|
+
value: builtins.str,
|
1875
|
+
) -> None:
|
1876
|
+
"""Type checking stubs"""
|
1877
|
+
pass
|
1878
|
+
|
1879
|
+
def _typecheckingstub__79be74df49fe8a7e069a62f3f7f42edc111bc55724c69b65e3e12011b31ca154(
|
1880
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, IncidentWorkflowStepInlineStepsInput]],
|
1881
|
+
) -> None:
|
1882
|
+
"""Type checking stubs"""
|
1883
|
+
pass
|
1884
|
+
|
1885
|
+
def _typecheckingstub__e7723288baf8dd57dc0d5f22d84ee84cb132529b2b0657b7793344cf634b71a4(
|
1886
|
+
*,
|
1887
|
+
action: builtins.str,
|
1888
|
+
name: builtins.str,
|
1889
|
+
input: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[IncidentWorkflowStepInlineStepsInputStepInput, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1890
|
+
) -> None:
|
1891
|
+
"""Type checking stubs"""
|
1892
|
+
pass
|
1893
|
+
|
1894
|
+
def _typecheckingstub__74d338a486d1a74b9b23f1447bd048b44328f611e76c31d53566a71d83487ef2(
|
1895
|
+
*,
|
1896
|
+
name: builtins.str,
|
1897
|
+
value: builtins.str,
|
1898
|
+
) -> None:
|
1899
|
+
"""Type checking stubs"""
|
1900
|
+
pass
|
1901
|
+
|
1902
|
+
def _typecheckingstub__bf22121e09813887ea40dbb78493dd622f1204eb7e23325db4b7f08a1e5b5b99(
|
1903
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1904
|
+
terraform_attribute: builtins.str,
|
1905
|
+
wraps_set: builtins.bool,
|
1906
|
+
) -> None:
|
1907
|
+
"""Type checking stubs"""
|
1908
|
+
pass
|
1909
|
+
|
1910
|
+
def _typecheckingstub__364e300f18cf01ef9515fa01a98b92622986ccebf94e39c0649e193f1c8b474b(
|
1911
|
+
index: jsii.Number,
|
1912
|
+
) -> None:
|
1913
|
+
"""Type checking stubs"""
|
1914
|
+
pass
|
1915
|
+
|
1916
|
+
def _typecheckingstub__2f418fee592b7ae12720c66d33b8eb33ec480d16783108f9fa2ee4f301b192e2(
|
1917
|
+
value: builtins.str,
|
1918
|
+
) -> None:
|
1919
|
+
"""Type checking stubs"""
|
1920
|
+
pass
|
1921
|
+
|
1922
|
+
def _typecheckingstub__dbe470c41e6584aa602faeb4a8fee7c604d0a5f09b3bcd97556fb916faa7a88b(
|
1923
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
1924
|
+
) -> None:
|
1925
|
+
"""Type checking stubs"""
|
1926
|
+
pass
|
1927
|
+
|
1928
|
+
def _typecheckingstub__d3e12f8fbed8d48577e2e6a8ef3e2c3e05a352fb33f199b281fc30642267e570(
|
1929
|
+
value: builtins.bool,
|
1930
|
+
) -> None:
|
1931
|
+
"""Type checking stubs"""
|
1932
|
+
pass
|
1933
|
+
|
1934
|
+
def _typecheckingstub__8059f085e95b959ac51e96ab475c979cc22da24ef55dfe580e74264f172ba53a(
|
1935
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInputStepInput]]],
|
1936
|
+
) -> None:
|
1937
|
+
"""Type checking stubs"""
|
1938
|
+
pass
|
1939
|
+
|
1940
|
+
def _typecheckingstub__0150f8ecb2a4e767f187d2ae9f1e7d1a6445aa2f9d5cd7993aeee141c1dd0191(
|
1941
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1942
|
+
terraform_attribute: builtins.str,
|
1943
|
+
complex_object_index: jsii.Number,
|
1944
|
+
complex_object_is_from_set: builtins.bool,
|
1945
|
+
) -> None:
|
1946
|
+
"""Type checking stubs"""
|
1947
|
+
pass
|
1948
|
+
|
1949
|
+
def _typecheckingstub__60e0d12c42c03b5d97fae10fb5ec6cf906aef366cc3102e344adb7ddc09557d2(
|
1950
|
+
value: builtins.str,
|
1951
|
+
) -> None:
|
1952
|
+
"""Type checking stubs"""
|
1953
|
+
pass
|
1954
|
+
|
1955
|
+
def _typecheckingstub__58208f340b195ccd897382449d7ee01ac15f33f53e7b824dbd8ed081df129598(
|
1956
|
+
value: builtins.str,
|
1957
|
+
) -> None:
|
1958
|
+
"""Type checking stubs"""
|
1959
|
+
pass
|
1960
|
+
|
1961
|
+
def _typecheckingstub__9e924ce34d8213dec32e454c08911f682a6bd6b867c2db6e5a6263fc6a74a8cc(
|
1962
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, IncidentWorkflowStepInlineStepsInputStepInput]],
|
1963
|
+
) -> None:
|
1964
|
+
"""Type checking stubs"""
|
1965
|
+
pass
|
1966
|
+
|
1967
|
+
def _typecheckingstub__a9ea8d8fc92a0e576ffb851ec3686726a8549ddc87949a3fc0f5c2b50f94587c(
|
1968
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1969
|
+
terraform_attribute: builtins.str,
|
1970
|
+
wraps_set: builtins.bool,
|
1971
|
+
) -> None:
|
1972
|
+
"""Type checking stubs"""
|
1973
|
+
pass
|
1974
|
+
|
1975
|
+
def _typecheckingstub__0d62961e0ade42ebab2687ab6960d575a06523f1e924a6290d1bd6f0551defdb(
|
1976
|
+
index: jsii.Number,
|
1977
|
+
) -> None:
|
1978
|
+
"""Type checking stubs"""
|
1979
|
+
pass
|
1980
|
+
|
1981
|
+
def _typecheckingstub__a5f615467f05614ee8d27e5b00d73d07828fcf065e9eae6c62a4ab3f88406bd7(
|
1982
|
+
value: builtins.str,
|
1983
|
+
) -> None:
|
1984
|
+
"""Type checking stubs"""
|
1985
|
+
pass
|
1986
|
+
|
1987
|
+
def _typecheckingstub__d25ba48dd9da9751a9c549dedd243f2a9e5402e705a36dce9c150c9cdd9ea7c0(
|
1988
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
1989
|
+
) -> None:
|
1990
|
+
"""Type checking stubs"""
|
1991
|
+
pass
|
1992
|
+
|
1993
|
+
def _typecheckingstub__a30f1fb78ac189b51194e09ccf364a9c251063b69ac4935c607885fd538aeaaf(
|
1994
|
+
value: builtins.bool,
|
1995
|
+
) -> None:
|
1996
|
+
"""Type checking stubs"""
|
1997
|
+
pass
|
1998
|
+
|
1999
|
+
def _typecheckingstub__cc7afb93f17a685b9760cd79f5ebadcdfcf804c93dfc562dc7edef8b7107b311(
|
2000
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[IncidentWorkflowStepInlineStepsInputStep]]],
|
2001
|
+
) -> None:
|
2002
|
+
"""Type checking stubs"""
|
2003
|
+
pass
|
2004
|
+
|
2005
|
+
def _typecheckingstub__5b8b1893861a4d34bfd885dac6a6dbfd62fc8e047d7235736e2dd5b072b72fb5(
|
2006
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
2007
|
+
terraform_attribute: builtins.str,
|
2008
|
+
complex_object_index: jsii.Number,
|
2009
|
+
complex_object_is_from_set: builtins.bool,
|
2010
|
+
) -> None:
|
2011
|
+
"""Type checking stubs"""
|
2012
|
+
pass
|
2013
|
+
|
2014
|
+
def _typecheckingstub__dc4a3d864d4b49f2ca98f5983770bce3652e2af6b64acb2cdd8978cd4aeaf9f4(
|
2015
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[IncidentWorkflowStepInlineStepsInputStepInput, typing.Dict[builtins.str, typing.Any]]]],
|
2016
|
+
) -> None:
|
2017
|
+
"""Type checking stubs"""
|
2018
|
+
pass
|
2019
|
+
|
2020
|
+
def _typecheckingstub__19f1c8b331df86635c372ed024dd91a54ed73e986ac3f64230f162190c50f9f4(
|
2021
|
+
value: builtins.str,
|
2022
|
+
) -> None:
|
2023
|
+
"""Type checking stubs"""
|
2024
|
+
pass
|
2025
|
+
|
2026
|
+
def _typecheckingstub__5e979df6ad87f358e2be02777da23cba5a7690406fd6b0ce9a3f094c86549cda(
|
2027
|
+
value: builtins.str,
|
2028
|
+
) -> None:
|
2029
|
+
"""Type checking stubs"""
|
2030
|
+
pass
|
2031
|
+
|
2032
|
+
def _typecheckingstub__420565106f6e8d15b3ed24422ebd8f73e84faa4ef6c7d1a87f7cd2640448065e(
|
2033
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, IncidentWorkflowStepInlineStepsInputStep]],
|
2034
|
+
) -> None:
|
2035
|
+
"""Type checking stubs"""
|
2036
|
+
pass
|
2037
|
+
|
1024
2038
|
def _typecheckingstub__a17d356939134b073d58138d13e514bd699642fc9a9cc1176a73946ebebeac0e(
|
1025
2039
|
*,
|
1026
2040
|
name: builtins.str,
|
@@ -1141,6 +2155,12 @@ def _typecheckingstub__6c31091310ad1eaed746d8c602556b51031a8fbbb750bea315a3616f2
|
|
1141
2155
|
"""Type checking stubs"""
|
1142
2156
|
pass
|
1143
2157
|
|
2158
|
+
def _typecheckingstub__4c45e539203c171dce77f2633a7a1de56f3bbb55389434ef0c1b4572f7758680(
|
2159
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[IncidentWorkflowStepInlineStepsInput, typing.Dict[builtins.str, typing.Any]]]],
|
2160
|
+
) -> None:
|
2161
|
+
"""Type checking stubs"""
|
2162
|
+
pass
|
2163
|
+
|
1144
2164
|
def _typecheckingstub__d88daefdbfea4b2cacea66b0e3fa462b384efcb68daae21b525367872a447dd3(
|
1145
2165
|
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[IncidentWorkflowStepInput, typing.Dict[builtins.str, typing.Any]]]],
|
1146
2166
|
) -> None:
|