cdktf-cdktf-provider-pagerduty 13.6.0__py3-none-any.whl → 13.6.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_pagerduty/__init__.py +6 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.6.1.dist-info/RECORD +77 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
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.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class IncidentCustomField(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.incidentCustomField.IncidentCustomField",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field pagerduty_incident_custom_field}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -48,17 +51,17 @@ class IncidentCustomField(
|
|
48
51
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
49
52
|
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
53
|
) -> None:
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field pagerduty_incident_custom_field} Resource.
|
52
55
|
|
53
56
|
:param scope: The scope in which to define this construct.
|
54
57
|
: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.10.
|
56
|
-
:param display_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
57
|
-
:param field_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
58
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
59
|
-
:param default_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
60
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
61
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
58
|
+
:param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}.
|
59
|
+
:param display_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}.
|
60
|
+
:param field_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}.
|
61
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#name IncidentCustomField#name}.
|
62
|
+
:param default_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}.
|
63
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#description IncidentCustomField#description}.
|
64
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
|
62
65
|
:param connection:
|
63
66
|
:param count:
|
64
67
|
:param depends_on:
|
@@ -103,7 +106,7 @@ class IncidentCustomField(
|
|
103
106
|
|
104
107
|
:param scope: The scope in which to define this construct.
|
105
108
|
:param import_to_id: The construct id used in the generated config for the IncidentCustomField to import.
|
106
|
-
: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.10.
|
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.10.1/docs/resources/incident_custom_field#import import section} in the documentation of this resource for the id to use
|
107
110
|
:param provider: ? Optional instance of the provider where the IncidentCustomField to import is found.
|
108
111
|
'''
|
109
112
|
if __debug__:
|
@@ -306,13 +309,13 @@ class IncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
306
309
|
:param lifecycle:
|
307
310
|
:param provider:
|
308
311
|
:param provisioners:
|
309
|
-
:param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
310
|
-
:param display_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
311
|
-
:param field_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
312
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
313
|
-
:param default_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
314
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
315
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
312
|
+
:param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}.
|
313
|
+
:param display_name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}.
|
314
|
+
:param field_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}.
|
315
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#name IncidentCustomField#name}.
|
316
|
+
:param default_value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}.
|
317
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#description IncidentCustomField#description}.
|
318
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
|
316
319
|
'''
|
317
320
|
if isinstance(lifecycle, dict):
|
318
321
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -425,47 +428,47 @@ class IncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
425
428
|
|
426
429
|
@builtins.property
|
427
430
|
def data_type(self) -> builtins.str:
|
428
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
431
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#data_type IncidentCustomField#data_type}.'''
|
429
432
|
result = self._values.get("data_type")
|
430
433
|
assert result is not None, "Required property 'data_type' is missing"
|
431
434
|
return typing.cast(builtins.str, result)
|
432
435
|
|
433
436
|
@builtins.property
|
434
437
|
def display_name(self) -> builtins.str:
|
435
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
438
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#display_name IncidentCustomField#display_name}.'''
|
436
439
|
result = self._values.get("display_name")
|
437
440
|
assert result is not None, "Required property 'display_name' is missing"
|
438
441
|
return typing.cast(builtins.str, result)
|
439
442
|
|
440
443
|
@builtins.property
|
441
444
|
def field_type(self) -> builtins.str:
|
442
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
445
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#field_type IncidentCustomField#field_type}.'''
|
443
446
|
result = self._values.get("field_type")
|
444
447
|
assert result is not None, "Required property 'field_type' is missing"
|
445
448
|
return typing.cast(builtins.str, result)
|
446
449
|
|
447
450
|
@builtins.property
|
448
451
|
def name(self) -> builtins.str:
|
449
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
452
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#name IncidentCustomField#name}.'''
|
450
453
|
result = self._values.get("name")
|
451
454
|
assert result is not None, "Required property 'name' is missing"
|
452
455
|
return typing.cast(builtins.str, result)
|
453
456
|
|
454
457
|
@builtins.property
|
455
458
|
def default_value(self) -> typing.Optional[builtins.str]:
|
456
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
459
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#default_value IncidentCustomField#default_value}.'''
|
457
460
|
result = self._values.get("default_value")
|
458
461
|
return typing.cast(typing.Optional[builtins.str], result)
|
459
462
|
|
460
463
|
@builtins.property
|
461
464
|
def description(self) -> typing.Optional[builtins.str]:
|
462
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
465
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#description IncidentCustomField#description}.'''
|
463
466
|
result = self._values.get("description")
|
464
467
|
return typing.cast(typing.Optional[builtins.str], result)
|
465
468
|
|
466
469
|
@builtins.property
|
467
470
|
def id(self) -> typing.Optional[builtins.str]:
|
468
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
471
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field#id IncidentCustomField#id}.
|
469
472
|
|
470
473
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
471
474
|
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,8 +1,11 @@
|
|
1
1
|
'''
|
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.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_incident_custom_field_option`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field_option).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class IncidentCustomFieldOption(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.incidentCustomFieldOption.IncidentCustomFieldOption",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -45,14 +48,14 @@ class IncidentCustomFieldOption(
|
|
45
48
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
46
49
|
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,
|
47
50
|
) -> None:
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field_option pagerduty_incident_custom_field_option} Resource.
|
49
52
|
|
50
53
|
:param scope: The scope in which to define this construct.
|
51
54
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
52
|
-
:param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
-
:param field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
+
:param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}.
|
56
|
+
:param field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}.
|
57
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}.
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
|
56
59
|
:param connection:
|
57
60
|
:param count:
|
58
61
|
:param depends_on:
|
@@ -94,7 +97,7 @@ class IncidentCustomFieldOption(
|
|
94
97
|
|
95
98
|
:param scope: The scope in which to define this construct.
|
96
99
|
:param import_to_id: The construct id used in the generated config for the IncidentCustomFieldOption to import.
|
97
|
-
: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.10.
|
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.10.1/docs/resources/incident_custom_field_option#import import section} in the documentation of this resource for the id to use
|
98
101
|
:param provider: ? Optional instance of the provider where the IncidentCustomFieldOption to import is found.
|
99
102
|
'''
|
100
103
|
if __debug__:
|
@@ -232,10 +235,10 @@ class IncidentCustomFieldOptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
232
235
|
:param lifecycle:
|
233
236
|
:param provider:
|
234
237
|
:param provisioners:
|
235
|
-
:param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
236
|
-
:param field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
237
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
238
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
238
|
+
:param data_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}.
|
239
|
+
:param field: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}.
|
240
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}.
|
241
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
|
239
242
|
'''
|
240
243
|
if isinstance(lifecycle, dict):
|
241
244
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -340,28 +343,28 @@ class IncidentCustomFieldOptionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
340
343
|
|
341
344
|
@builtins.property
|
342
345
|
def data_type(self) -> builtins.str:
|
343
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
346
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field_option#data_type IncidentCustomFieldOption#data_type}.'''
|
344
347
|
result = self._values.get("data_type")
|
345
348
|
assert result is not None, "Required property 'data_type' is missing"
|
346
349
|
return typing.cast(builtins.str, result)
|
347
350
|
|
348
351
|
@builtins.property
|
349
352
|
def field(self) -> builtins.str:
|
350
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
353
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field_option#field IncidentCustomFieldOption#field}.'''
|
351
354
|
result = self._values.get("field")
|
352
355
|
assert result is not None, "Required property 'field' is missing"
|
353
356
|
return typing.cast(builtins.str, result)
|
354
357
|
|
355
358
|
@builtins.property
|
356
359
|
def value(self) -> builtins.str:
|
357
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
360
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field_option#value IncidentCustomFieldOption#value}.'''
|
358
361
|
result = self._values.get("value")
|
359
362
|
assert result is not None, "Required property 'value' is missing"
|
360
363
|
return typing.cast(builtins.str, result)
|
361
364
|
|
362
365
|
@builtins.property
|
363
366
|
def id(self) -> typing.Optional[builtins.str]:
|
364
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
367
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_custom_field_option#id IncidentCustomFieldOption#id}.
|
365
368
|
|
366
369
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
367
370
|
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,8 +1,11 @@
|
|
1
1
|
'''
|
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.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class IncidentWorkflow(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.incidentWorkflow.IncidentWorkflow",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow pagerduty_incident_workflow}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -46,15 +49,15 @@ class IncidentWorkflow(
|
|
46
49
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
47
50
|
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
51
|
) -> None:
|
49
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
52
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow pagerduty_incident_workflow} Resource.
|
50
53
|
|
51
54
|
:param scope: The scope in which to define this construct.
|
52
55
|
: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.10.
|
54
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
56
|
-
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
57
|
-
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
56
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
57
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#description IncidentWorkflow#description}.
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
59
|
+
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
60
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#team IncidentWorkflow#team}.
|
58
61
|
:param connection:
|
59
62
|
:param count:
|
60
63
|
:param depends_on:
|
@@ -97,7 +100,7 @@ class IncidentWorkflow(
|
|
97
100
|
|
98
101
|
:param scope: The scope in which to define this construct.
|
99
102
|
: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.10.
|
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.10.1/docs/resources/incident_workflow#import import section} in the documentation of this resource for the id to use
|
101
104
|
:param provider: ? Optional instance of the provider where the IncidentWorkflow to import is found.
|
102
105
|
'''
|
103
106
|
if __debug__:
|
@@ -274,11 +277,11 @@ class IncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
274
277
|
:param lifecycle:
|
275
278
|
:param provider:
|
276
279
|
:param provisioners:
|
277
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
278
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
279
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
280
|
-
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
281
|
-
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
280
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
281
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#description IncidentWorkflow#description}.
|
282
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
283
|
+
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
284
|
+
:param team: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#team IncidentWorkflow#team}.
|
282
285
|
'''
|
283
286
|
if isinstance(lifecycle, dict):
|
284
287
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -388,20 +391,20 @@ class IncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
388
391
|
|
389
392
|
@builtins.property
|
390
393
|
def name(self) -> builtins.str:
|
391
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
394
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
392
395
|
result = self._values.get("name")
|
393
396
|
assert result is not None, "Required property 'name' is missing"
|
394
397
|
return typing.cast(builtins.str, result)
|
395
398
|
|
396
399
|
@builtins.property
|
397
400
|
def description(self) -> typing.Optional[builtins.str]:
|
398
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
401
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#description IncidentWorkflow#description}.'''
|
399
402
|
result = self._values.get("description")
|
400
403
|
return typing.cast(typing.Optional[builtins.str], result)
|
401
404
|
|
402
405
|
@builtins.property
|
403
406
|
def id(self) -> typing.Optional[builtins.str]:
|
404
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
407
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#id IncidentWorkflow#id}.
|
405
408
|
|
406
409
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
407
410
|
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.
|
@@ -415,14 +418,14 @@ class IncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
415
418
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStep"]]]:
|
416
419
|
'''step block.
|
417
420
|
|
418
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
421
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
419
422
|
'''
|
420
423
|
result = self._values.get("step")
|
421
424
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStep"]]], result)
|
422
425
|
|
423
426
|
@builtins.property
|
424
427
|
def team(self) -> typing.Optional[builtins.str]:
|
425
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
428
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#team IncidentWorkflow#team}.'''
|
426
429
|
result = self._values.get("team")
|
427
430
|
return typing.cast(typing.Optional[builtins.str], result)
|
428
431
|
|
@@ -458,10 +461,10 @@ class IncidentWorkflowStep:
|
|
458
461
|
input: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["IncidentWorkflowStepInput", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
459
462
|
) -> None:
|
460
463
|
'''
|
461
|
-
:param action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
462
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
463
|
-
:param inline_steps_input: inline_steps_input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
464
|
-
:param input: input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
464
|
+
:param action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#action IncidentWorkflow#action}.
|
465
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
466
|
+
:param inline_steps_input: inline_steps_input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input}
|
467
|
+
:param input: input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#input IncidentWorkflow#input}
|
465
468
|
'''
|
466
469
|
if __debug__:
|
467
470
|
type_hints = typing.get_type_hints(_typecheckingstub__4848f2cc089388aabb0596b15e55dde0c4402bf6c4409cffec6489201734ab5c)
|
@@ -480,14 +483,14 @@ class IncidentWorkflowStep:
|
|
480
483
|
|
481
484
|
@builtins.property
|
482
485
|
def action(self) -> builtins.str:
|
483
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
486
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#action IncidentWorkflow#action}.'''
|
484
487
|
result = self._values.get("action")
|
485
488
|
assert result is not None, "Required property 'action' is missing"
|
486
489
|
return typing.cast(builtins.str, result)
|
487
490
|
|
488
491
|
@builtins.property
|
489
492
|
def name(self) -> builtins.str:
|
490
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
493
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
491
494
|
result = self._values.get("name")
|
492
495
|
assert result is not None, "Required property 'name' is missing"
|
493
496
|
return typing.cast(builtins.str, result)
|
@@ -498,7 +501,7 @@ class IncidentWorkflowStep:
|
|
498
501
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInput"]]]:
|
499
502
|
'''inline_steps_input block.
|
500
503
|
|
501
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
504
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#inline_steps_input IncidentWorkflow#inline_steps_input}
|
502
505
|
'''
|
503
506
|
result = self._values.get("inline_steps_input")
|
504
507
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInput"]]], result)
|
@@ -509,7 +512,7 @@ class IncidentWorkflowStep:
|
|
509
512
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInput"]]]:
|
510
513
|
'''input block.
|
511
514
|
|
512
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
515
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#input IncidentWorkflow#input}
|
513
516
|
'''
|
514
517
|
result = self._values.get("input")
|
515
518
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInput"]]], result)
|
@@ -539,8 +542,8 @@ class IncidentWorkflowStepInlineStepsInput:
|
|
539
542
|
step: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["IncidentWorkflowStepInlineStepsInputStep", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
540
543
|
) -> None:
|
541
544
|
'''
|
542
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
543
|
-
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
545
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
546
|
+
:param step: step block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
544
547
|
'''
|
545
548
|
if __debug__:
|
546
549
|
type_hints = typing.get_type_hints(_typecheckingstub__b5d31a00641318d7cd07d4af12878bb531fb7a98333f6d37a53eb22fd9886dbd)
|
@@ -554,7 +557,7 @@ class IncidentWorkflowStepInlineStepsInput:
|
|
554
557
|
|
555
558
|
@builtins.property
|
556
559
|
def name(self) -> builtins.str:
|
557
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
560
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
558
561
|
result = self._values.get("name")
|
559
562
|
assert result is not None, "Required property 'name' is missing"
|
560
563
|
return typing.cast(builtins.str, result)
|
@@ -565,7 +568,7 @@ class IncidentWorkflowStepInlineStepsInput:
|
|
565
568
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStep"]]]:
|
566
569
|
'''step block.
|
567
570
|
|
568
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
571
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#step IncidentWorkflow#step}
|
569
572
|
'''
|
570
573
|
result = self._values.get("step")
|
571
574
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStep"]]], result)
|
@@ -779,9 +782,9 @@ class IncidentWorkflowStepInlineStepsInputStep:
|
|
779
782
|
input: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["IncidentWorkflowStepInlineStepsInputStepInput", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
780
783
|
) -> None:
|
781
784
|
'''
|
782
|
-
:param action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
783
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
784
|
-
:param input: input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
785
|
+
:param action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#action IncidentWorkflow#action}.
|
786
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
787
|
+
:param input: input block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#input IncidentWorkflow#input}
|
785
788
|
'''
|
786
789
|
if __debug__:
|
787
790
|
type_hints = typing.get_type_hints(_typecheckingstub__e7723288baf8dd57dc0d5f22d84ee84cb132529b2b0657b7793344cf634b71a4)
|
@@ -797,14 +800,14 @@ class IncidentWorkflowStepInlineStepsInputStep:
|
|
797
800
|
|
798
801
|
@builtins.property
|
799
802
|
def action(self) -> builtins.str:
|
800
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
803
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#action IncidentWorkflow#action}.'''
|
801
804
|
result = self._values.get("action")
|
802
805
|
assert result is not None, "Required property 'action' is missing"
|
803
806
|
return typing.cast(builtins.str, result)
|
804
807
|
|
805
808
|
@builtins.property
|
806
809
|
def name(self) -> builtins.str:
|
807
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
810
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
808
811
|
result = self._values.get("name")
|
809
812
|
assert result is not None, "Required property 'name' is missing"
|
810
813
|
return typing.cast(builtins.str, result)
|
@@ -815,7 +818,7 @@ class IncidentWorkflowStepInlineStepsInputStep:
|
|
815
818
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStepInput"]]]:
|
816
819
|
'''input block.
|
817
820
|
|
818
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
821
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#input IncidentWorkflow#input}
|
819
822
|
'''
|
820
823
|
result = self._values.get("input")
|
821
824
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["IncidentWorkflowStepInlineStepsInputStepInput"]]], result)
|
@@ -840,8 +843,8 @@ class IncidentWorkflowStepInlineStepsInputStep:
|
|
840
843
|
class IncidentWorkflowStepInlineStepsInputStepInput:
|
841
844
|
def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
|
842
845
|
'''
|
843
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
844
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
846
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
847
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#value IncidentWorkflow#value}.
|
845
848
|
'''
|
846
849
|
if __debug__:
|
847
850
|
type_hints = typing.get_type_hints(_typecheckingstub__74d338a486d1a74b9b23f1447bd048b44328f611e76c31d53566a71d83487ef2)
|
@@ -854,14 +857,14 @@ class IncidentWorkflowStepInlineStepsInputStepInput:
|
|
854
857
|
|
855
858
|
@builtins.property
|
856
859
|
def name(self) -> builtins.str:
|
857
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
860
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
858
861
|
result = self._values.get("name")
|
859
862
|
assert result is not None, "Required property 'name' is missing"
|
860
863
|
return typing.cast(builtins.str, result)
|
861
864
|
|
862
865
|
@builtins.property
|
863
866
|
def value(self) -> builtins.str:
|
864
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
867
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#value IncidentWorkflow#value}.'''
|
865
868
|
result = self._values.get("value")
|
866
869
|
assert result is not None, "Required property 'value' is missing"
|
867
870
|
return typing.cast(builtins.str, result)
|
@@ -1262,8 +1265,8 @@ class IncidentWorkflowStepInlineStepsInputStepOutputReference(
|
|
1262
1265
|
class IncidentWorkflowStepInput:
|
1263
1266
|
def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
|
1264
1267
|
'''
|
1265
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1266
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1268
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.
|
1269
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#value IncidentWorkflow#value}.
|
1267
1270
|
'''
|
1268
1271
|
if __debug__:
|
1269
1272
|
type_hints = typing.get_type_hints(_typecheckingstub__a17d356939134b073d58138d13e514bd699642fc9a9cc1176a73946ebebeac0e)
|
@@ -1276,14 +1279,14 @@ class IncidentWorkflowStepInput:
|
|
1276
1279
|
|
1277
1280
|
@builtins.property
|
1278
1281
|
def name(self) -> builtins.str:
|
1279
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1282
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#name IncidentWorkflow#name}.'''
|
1280
1283
|
result = self._values.get("name")
|
1281
1284
|
assert result is not None, "Required property 'name' is missing"
|
1282
1285
|
return typing.cast(builtins.str, result)
|
1283
1286
|
|
1284
1287
|
@builtins.property
|
1285
1288
|
def value(self) -> builtins.str:
|
1286
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
1289
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/incident_workflow#value IncidentWorkflow#value}.'''
|
1287
1290
|
result = self._values.get("value")
|
1288
1291
|
assert result is not None, "Required property 'value' is missing"
|
1289
1292
|
return typing.cast(builtins.str, result)
|