cdktf-cdktf-provider-pagerduty 12.1.1__py3-none-any.whl → 13.0.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cdktf_cdktf_provider_pagerduty/__init__.py +5 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.0.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +56 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +26 -22
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +32 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +41 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +36 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +17 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +595 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +39 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +181 -177
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +45 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +190 -186
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +96 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +47 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +49 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +26 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +35 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +59 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +129 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +51 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +126 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +31 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +121 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +94 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +35 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +14 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +20 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +38 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +29 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +23 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +45 -41
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/LICENSE +1 -1
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.0.0.dist-info/RECORD +74 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@12.1.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-12.1.1.dist-info/RECORD +0 -73
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-12.1.1.dist-info → cdktf_cdktf_provider_pagerduty-13.0.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_event_orchestration`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyEventOrchestration(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestration.DataPagerdutyEventOrchestration",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration pagerduty_event_orchestration}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -44,13 +44,13 @@ class DataPagerdutyEventOrchestration(
|
|
44
44
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
45
45
|
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,
|
46
46
|
) -> None:
|
47
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration pagerduty_event_orchestration} Data Source.
|
48
48
|
|
49
49
|
:param scope: The scope in which to define this construct.
|
50
50
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
51
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
-
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
|
52
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#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.
|
53
|
+
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
|
54
54
|
:param connection:
|
55
55
|
:param count:
|
56
56
|
:param depends_on:
|
@@ -91,7 +91,7 @@ class DataPagerdutyEventOrchestration(
|
|
91
91
|
|
92
92
|
:param scope: The scope in which to define this construct.
|
93
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestration to import.
|
94
|
-
:param import_from_id: The id of the existing DataPagerdutyEventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutyEventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use
|
95
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestration to import is found.
|
96
96
|
'''
|
97
97
|
if __debug__:
|
@@ -127,6 +127,10 @@ class DataPagerdutyEventOrchestration(
|
|
127
127
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
128
128
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
129
129
|
|
130
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
131
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
132
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
133
|
+
|
130
134
|
@jsii.python.classproperty
|
131
135
|
@jsii.member(jsii_name="tfResourceType")
|
132
136
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -218,9 +222,9 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
|
|
218
222
|
:param lifecycle:
|
219
223
|
:param provider:
|
220
224
|
:param provisioners:
|
221
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
222
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
223
|
-
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
225
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
|
226
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#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.
|
227
|
+
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
|
224
228
|
'''
|
225
229
|
if isinstance(lifecycle, dict):
|
226
230
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -324,14 +328,14 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
|
|
324
328
|
|
325
329
|
@builtins.property
|
326
330
|
def name(self) -> builtins.str:
|
327
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
331
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.'''
|
328
332
|
result = self._values.get("name")
|
329
333
|
assert result is not None, "Required property 'name' is missing"
|
330
334
|
return typing.cast(builtins.str, result)
|
331
335
|
|
332
336
|
@builtins.property
|
333
337
|
def id(self) -> typing.Optional[builtins.str]:
|
334
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
338
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}.
|
335
339
|
|
336
340
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
337
341
|
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.
|
@@ -345,7 +349,7 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
|
|
345
349
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]]:
|
346
350
|
'''integration block.
|
347
351
|
|
348
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
352
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
|
349
353
|
'''
|
350
354
|
result = self._values.get("integration")
|
351
355
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]], result)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_event_orchestration_integration`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration_integration).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyEventOrchestrationIntegrationA(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationIntegration.DataPagerdutyEventOrchestrationIntegrationA",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -44,13 +44,13 @@ class DataPagerdutyEventOrchestrationIntegrationA(
|
|
44
44
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
45
45
|
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,
|
46
46
|
) -> None:
|
47
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} Data Source.
|
48
48
|
|
49
49
|
:param scope: The scope in which to define this construct.
|
50
50
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
51
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
|
52
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#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.
|
53
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
|
54
54
|
:param connection:
|
55
55
|
:param count:
|
56
56
|
:param depends_on:
|
@@ -91,7 +91,7 @@ class DataPagerdutyEventOrchestrationIntegrationA(
|
|
91
91
|
|
92
92
|
:param scope: The scope in which to define this construct.
|
93
93
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrationIntegrationA to import.
|
94
|
-
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
94
|
+
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use
|
95
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrationIntegrationA to import is found.
|
96
96
|
'''
|
97
97
|
if __debug__:
|
@@ -114,6 +114,10 @@ class DataPagerdutyEventOrchestrationIntegrationA(
|
|
114
114
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
115
115
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
116
116
|
|
117
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
118
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
119
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
120
|
+
|
117
121
|
@jsii.python.classproperty
|
118
122
|
@jsii.member(jsii_name="tfResourceType")
|
119
123
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -217,9 +221,9 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
|
|
217
221
|
:param lifecycle:
|
218
222
|
:param provider:
|
219
223
|
:param provisioners:
|
220
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
221
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
222
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
224
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
|
225
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#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.
|
226
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
|
223
227
|
'''
|
224
228
|
if isinstance(lifecycle, dict):
|
225
229
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -323,14 +327,14 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
|
|
323
327
|
|
324
328
|
@builtins.property
|
325
329
|
def event_orchestration(self) -> builtins.str:
|
326
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
330
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.'''
|
327
331
|
result = self._values.get("event_orchestration")
|
328
332
|
assert result is not None, "Required property 'event_orchestration' is missing"
|
329
333
|
return typing.cast(builtins.str, result)
|
330
334
|
|
331
335
|
@builtins.property
|
332
336
|
def id(self) -> typing.Optional[builtins.str]:
|
333
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
337
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}.
|
334
338
|
|
335
339
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
336
340
|
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.
|
@@ -340,7 +344,7 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
|
|
340
344
|
|
341
345
|
@builtins.property
|
342
346
|
def label(self) -> typing.Optional[builtins.str]:
|
343
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
347
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.'''
|
344
348
|
result = self._values.get("label")
|
345
349
|
return typing.cast(typing.Optional[builtins.str], result)
|
346
350
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_event_orchestrations`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestrations`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestrations).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyEventOrchestrations(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrations.DataPagerdutyEventOrchestrations",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -43,12 +43,12 @@ class DataPagerdutyEventOrchestrations(
|
|
43
43
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
44
|
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,
|
45
45
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
46
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestrations pagerduty_event_orchestrations} Data Source.
|
47
47
|
|
48
48
|
:param scope: The scope in which to define this construct.
|
49
49
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
50
|
+
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
|
51
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#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.
|
52
52
|
:param connection:
|
53
53
|
:param count:
|
54
54
|
:param depends_on:
|
@@ -88,7 +88,7 @@ class DataPagerdutyEventOrchestrations(
|
|
88
88
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrations to import.
|
91
|
-
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
91
|
+
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestrations#import import section} in the documentation of this resource for the id to use
|
92
92
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrations to import is found.
|
93
93
|
'''
|
94
94
|
if __debug__:
|
@@ -107,6 +107,10 @@ class DataPagerdutyEventOrchestrations(
|
|
107
107
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
108
108
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
109
109
|
|
110
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
111
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
112
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
113
|
+
|
110
114
|
@jsii.python.classproperty
|
111
115
|
@jsii.member(jsii_name="tfResourceType")
|
112
116
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -191,8 +195,8 @@ class DataPagerdutyEventOrchestrationsConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
191
195
|
:param lifecycle:
|
192
196
|
:param provider:
|
193
197
|
:param provisioners:
|
194
|
-
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
195
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
198
|
+
:param name_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.
|
199
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#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.
|
196
200
|
'''
|
197
201
|
if isinstance(lifecycle, dict):
|
198
202
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -293,14 +297,14 @@ class DataPagerdutyEventOrchestrationsConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
293
297
|
|
294
298
|
@builtins.property
|
295
299
|
def name_filter(self) -> builtins.str:
|
296
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
300
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestrations#name_filter DataPagerdutyEventOrchestrations#name_filter}.'''
|
297
301
|
result = self._values.get("name_filter")
|
298
302
|
assert result is not None, "Required property 'name_filter' is missing"
|
299
303
|
return typing.cast(builtins.str, result)
|
300
304
|
|
301
305
|
@builtins.property
|
302
306
|
def id(self) -> typing.Optional[builtins.str]:
|
303
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
307
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/event_orchestrations#id DataPagerdutyEventOrchestrations#id}.
|
304
308
|
|
305
309
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
306
310
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_extension_schema`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_extension_schema`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/extension_schema).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyExtensionSchema(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyExtensionSchema.DataPagerdutyExtensionSchema",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/extension_schema pagerduty_extension_schema}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -43,12 +43,12 @@ class DataPagerdutyExtensionSchema(
|
|
43
43
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
44
|
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,
|
45
45
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
46
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/extension_schema pagerduty_extension_schema} Data Source.
|
47
47
|
|
48
48
|
:param scope: The scope in which to define this construct.
|
49
49
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
50
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.
|
51
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/extension_schema#id DataPagerdutyExtensionSchema#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.
|
52
52
|
:param connection:
|
53
53
|
:param count:
|
54
54
|
:param depends_on:
|
@@ -88,7 +88,7 @@ class DataPagerdutyExtensionSchema(
|
|
88
88
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyExtensionSchema to import.
|
91
|
-
:param import_from_id: The id of the existing DataPagerdutyExtensionSchema that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
91
|
+
:param import_from_id: The id of the existing DataPagerdutyExtensionSchema that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/extension_schema#import import section} in the documentation of this resource for the id to use
|
92
92
|
:param provider: ? Optional instance of the provider where the DataPagerdutyExtensionSchema to import is found.
|
93
93
|
'''
|
94
94
|
if __debug__:
|
@@ -107,6 +107,10 @@ class DataPagerdutyExtensionSchema(
|
|
107
107
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
108
108
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
109
109
|
|
110
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
111
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
112
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
113
|
+
|
110
114
|
@jsii.python.classproperty
|
111
115
|
@jsii.member(jsii_name="tfResourceType")
|
112
116
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -189,8 +193,8 @@ class DataPagerdutyExtensionSchemaConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
189
193
|
:param lifecycle:
|
190
194
|
:param provider:
|
191
195
|
:param provisioners:
|
192
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
193
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
196
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.
|
197
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/extension_schema#id DataPagerdutyExtensionSchema#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.
|
194
198
|
'''
|
195
199
|
if isinstance(lifecycle, dict):
|
196
200
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -291,14 +295,14 @@ class DataPagerdutyExtensionSchemaConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
291
295
|
|
292
296
|
@builtins.property
|
293
297
|
def name(self) -> builtins.str:
|
294
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
298
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/extension_schema#name DataPagerdutyExtensionSchema#name}.'''
|
295
299
|
result = self._values.get("name")
|
296
300
|
assert result is not None, "Required property 'name' is missing"
|
297
301
|
return typing.cast(builtins.str, result)
|
298
302
|
|
299
303
|
@builtins.property
|
300
304
|
def id(self) -> typing.Optional[builtins.str]:
|
301
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
305
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/extension_schema#id DataPagerdutyExtensionSchema#id}.
|
302
306
|
|
303
307
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
304
308
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_incident_custom_field`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_incident_custom_field`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_custom_field).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyIncidentCustomField(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyIncidentCustomField.DataPagerdutyIncidentCustomField",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_custom_field pagerduty_incident_custom_field}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -43,12 +43,12 @@ class DataPagerdutyIncidentCustomField(
|
|
43
43
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
44
|
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,
|
45
45
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
46
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_custom_field pagerduty_incident_custom_field} Data Source.
|
47
47
|
|
48
48
|
:param scope: The scope in which to define this construct.
|
49
49
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
50
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.
|
51
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#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.
|
52
52
|
:param connection:
|
53
53
|
:param count:
|
54
54
|
:param depends_on:
|
@@ -88,7 +88,7 @@ class DataPagerdutyIncidentCustomField(
|
|
88
88
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyIncidentCustomField to import.
|
91
|
-
:param import_from_id: The id of the existing DataPagerdutyIncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
91
|
+
:param import_from_id: The id of the existing DataPagerdutyIncidentCustomField that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_custom_field#import import section} in the documentation of this resource for the id to use
|
92
92
|
:param provider: ? Optional instance of the provider where the DataPagerdutyIncidentCustomField to import is found.
|
93
93
|
'''
|
94
94
|
if __debug__:
|
@@ -107,6 +107,10 @@ class DataPagerdutyIncidentCustomField(
|
|
107
107
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
108
108
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
109
109
|
|
110
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
111
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
112
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
113
|
+
|
110
114
|
@jsii.python.classproperty
|
111
115
|
@jsii.member(jsii_name="tfResourceType")
|
112
116
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -204,8 +208,8 @@ class DataPagerdutyIncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
204
208
|
:param lifecycle:
|
205
209
|
:param provider:
|
206
210
|
:param provisioners:
|
207
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
208
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
211
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.
|
212
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#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.
|
209
213
|
'''
|
210
214
|
if isinstance(lifecycle, dict):
|
211
215
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -306,14 +310,14 @@ class DataPagerdutyIncidentCustomFieldConfig(_cdktf_9a9027ec.TerraformMetaArgume
|
|
306
310
|
|
307
311
|
@builtins.property
|
308
312
|
def name(self) -> builtins.str:
|
309
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
313
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_custom_field#name DataPagerdutyIncidentCustomField#name}.'''
|
310
314
|
result = self._values.get("name")
|
311
315
|
assert result is not None, "Required property 'name' is missing"
|
312
316
|
return typing.cast(builtins.str, result)
|
313
317
|
|
314
318
|
@builtins.property
|
315
319
|
def id(self) -> typing.Optional[builtins.str]:
|
316
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
320
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_custom_field#id DataPagerdutyIncidentCustomField#id}.
|
317
321
|
|
318
322
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
319
323
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_incident_workflow`
|
3
3
|
|
4
|
-
Refer to the Terraform
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_incident_workflow`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_workflow).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyIncidentWorkflow(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyIncidentWorkflow.DataPagerdutyIncidentWorkflow",
|
28
28
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_workflow pagerduty_incident_workflow}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -43,12 +43,12 @@ class DataPagerdutyIncidentWorkflow(
|
|
43
43
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
44
|
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,
|
45
45
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
46
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_workflow pagerduty_incident_workflow} Data Source.
|
47
47
|
|
48
48
|
:param scope: The scope in which to define this construct.
|
49
49
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
50
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
50
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.
|
51
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#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.
|
52
52
|
:param connection:
|
53
53
|
:param count:
|
54
54
|
:param depends_on:
|
@@ -88,7 +88,7 @@ class DataPagerdutyIncidentWorkflow(
|
|
88
88
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyIncidentWorkflow to import.
|
91
|
-
:param import_from_id: The id of the existing DataPagerdutyIncidentWorkflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
91
|
+
:param import_from_id: The id of the existing DataPagerdutyIncidentWorkflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_workflow#import import section} in the documentation of this resource for the id to use
|
92
92
|
:param provider: ? Optional instance of the provider where the DataPagerdutyIncidentWorkflow to import is found.
|
93
93
|
'''
|
94
94
|
if __debug__:
|
@@ -107,6 +107,10 @@ class DataPagerdutyIncidentWorkflow(
|
|
107
107
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
108
108
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
109
109
|
|
110
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
111
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
112
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
113
|
+
|
110
114
|
@jsii.python.classproperty
|
111
115
|
@jsii.member(jsii_name="tfResourceType")
|
112
116
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
@@ -189,8 +193,8 @@ class DataPagerdutyIncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
189
193
|
:param lifecycle:
|
190
194
|
:param provider:
|
191
195
|
:param provisioners:
|
192
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
193
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
196
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.
|
197
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#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.
|
194
198
|
'''
|
195
199
|
if isinstance(lifecycle, dict):
|
196
200
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -291,14 +295,14 @@ class DataPagerdutyIncidentWorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
291
295
|
|
292
296
|
@builtins.property
|
293
297
|
def name(self) -> builtins.str:
|
294
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
298
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_workflow#name DataPagerdutyIncidentWorkflow#name}.'''
|
295
299
|
result = self._values.get("name")
|
296
300
|
assert result is not None, "Required property 'name' is missing"
|
297
301
|
return typing.cast(builtins.str, result)
|
298
302
|
|
299
303
|
@builtins.property
|
300
304
|
def id(self) -> typing.Optional[builtins.str]:
|
301
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
305
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.4.0/docs/data-sources/incident_workflow#id DataPagerdutyIncidentWorkflow#id}.
|
302
306
|
|
303
307
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
304
308
|
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.
|