cdktf-cdktf-provider-pagerduty 13.13.2__py3-none-any.whl → 13.14.0__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 +3 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.14.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +105 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_alert_grouping_setting/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +81 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_jira_cloud_account_mapping/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +197 -197
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +50 -50
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +206 -206
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/jira_cloud_account_mapping_rule/__init__.py +99 -99
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +21 -21
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +20 -20
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.13.2.dist-info → cdktf_cdktf_provider_pagerduty-13.14.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.14.0.dist-info/RECORD +86 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.13.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.13.2.dist-info/RECORD +0 -86
- {cdktf_cdktf_provider_pagerduty-13.13.2.dist-info → cdktf_cdktf_provider_pagerduty-13.14.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.13.2.dist-info → cdktf_cdktf_provider_pagerduty-13.14.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.13.2.dist-info → cdktf_cdktf_provider_pagerduty-13.14.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_automation_actions_action`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_action`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_action`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyAutomationActionsAction(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyAutomationActionsAction.DataPagerdutyAutomationActionsAction",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -56,6 +56,7 @@ class DataPagerdutyAutomationActionsAction(
|
|
56
56
|
creation_time: typing.Optional[builtins.str] = None,
|
57
57
|
description: typing.Optional[builtins.str] = None,
|
58
58
|
modify_time: typing.Optional[builtins.str] = None,
|
59
|
+
only_invocable_on_unresolved_incidents: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
59
60
|
runner_id: typing.Optional[builtins.str] = None,
|
60
61
|
runner_type: typing.Optional[builtins.str] = None,
|
61
62
|
type: typing.Optional[builtins.str] = None,
|
@@ -67,18 +68,19 @@ class DataPagerdutyAutomationActionsAction(
|
|
67
68
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
68
69
|
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,
|
69
70
|
) -> None:
|
70
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
71
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action} Data Source.
|
71
72
|
|
72
73
|
:param scope: The scope in which to define this construct.
|
73
74
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
74
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
75
|
-
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
76
|
-
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
77
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
78
|
-
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
79
|
-
:param
|
80
|
-
:param
|
81
|
-
:param
|
75
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
76
|
+
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
|
77
|
+
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
|
78
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
|
79
|
+
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
|
80
|
+
:param only_invocable_on_unresolved_incidents: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#only_invocable_on_unresolved_incidents DataPagerdutyAutomationActionsAction#only_invocable_on_unresolved_incidents}.
|
81
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
|
82
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
|
83
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
|
82
84
|
:param connection:
|
83
85
|
:param count:
|
84
86
|
:param depends_on:
|
@@ -97,6 +99,7 @@ class DataPagerdutyAutomationActionsAction(
|
|
97
99
|
creation_time=creation_time,
|
98
100
|
description=description,
|
99
101
|
modify_time=modify_time,
|
102
|
+
only_invocable_on_unresolved_incidents=only_invocable_on_unresolved_incidents,
|
100
103
|
runner_id=runner_id,
|
101
104
|
runner_type=runner_type,
|
102
105
|
type=type,
|
@@ -124,7 +127,7 @@ class DataPagerdutyAutomationActionsAction(
|
|
124
127
|
|
125
128
|
:param scope: The scope in which to define this construct.
|
126
129
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyAutomationActionsAction to import.
|
127
|
-
:param import_from_id: The id of the existing DataPagerdutyAutomationActionsAction that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
130
|
+
:param import_from_id: The id of the existing DataPagerdutyAutomationActionsAction that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use
|
128
131
|
:param provider: ? Optional instance of the provider where the DataPagerdutyAutomationActionsAction to import is found.
|
129
132
|
'''
|
130
133
|
if __debug__:
|
@@ -151,6 +154,10 @@ class DataPagerdutyAutomationActionsAction(
|
|
151
154
|
def reset_modify_time(self) -> None:
|
152
155
|
return typing.cast(None, jsii.invoke(self, "resetModifyTime", []))
|
153
156
|
|
157
|
+
@jsii.member(jsii_name="resetOnlyInvocableOnUnresolvedIncidents")
|
158
|
+
def reset_only_invocable_on_unresolved_incidents(self) -> None:
|
159
|
+
return typing.cast(None, jsii.invoke(self, "resetOnlyInvocableOnUnresolvedIncidents", []))
|
160
|
+
|
154
161
|
@jsii.member(jsii_name="resetRunnerId")
|
155
162
|
def reset_runner_id(self) -> None:
|
156
163
|
return typing.cast(None, jsii.invoke(self, "resetRunnerId", []))
|
@@ -218,6 +225,13 @@ class DataPagerdutyAutomationActionsAction(
|
|
218
225
|
def modify_time_input(self) -> typing.Optional[builtins.str]:
|
219
226
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "modifyTimeInput"))
|
220
227
|
|
228
|
+
@builtins.property
|
229
|
+
@jsii.member(jsii_name="onlyInvocableOnUnresolvedIncidentsInput")
|
230
|
+
def only_invocable_on_unresolved_incidents_input(
|
231
|
+
self,
|
232
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
233
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "onlyInvocableOnUnresolvedIncidentsInput"))
|
234
|
+
|
221
235
|
@builtins.property
|
222
236
|
@jsii.member(jsii_name="runnerIdInput")
|
223
237
|
def runner_id_input(self) -> typing.Optional[builtins.str]:
|
@@ -293,6 +307,23 @@ class DataPagerdutyAutomationActionsAction(
|
|
293
307
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
294
308
|
jsii.set(self, "modifyTime", value) # pyright: ignore[reportArgumentType]
|
295
309
|
|
310
|
+
@builtins.property
|
311
|
+
@jsii.member(jsii_name="onlyInvocableOnUnresolvedIncidents")
|
312
|
+
def only_invocable_on_unresolved_incidents(
|
313
|
+
self,
|
314
|
+
) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
315
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "onlyInvocableOnUnresolvedIncidents"))
|
316
|
+
|
317
|
+
@only_invocable_on_unresolved_incidents.setter
|
318
|
+
def only_invocable_on_unresolved_incidents(
|
319
|
+
self,
|
320
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
321
|
+
) -> None:
|
322
|
+
if __debug__:
|
323
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e8b76d4e517e82438fd929d8a3311954a952d9973772ea4daad9da59b696733f)
|
324
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
325
|
+
jsii.set(self, "onlyInvocableOnUnresolvedIncidents", value) # pyright: ignore[reportArgumentType]
|
326
|
+
|
296
327
|
@builtins.property
|
297
328
|
@jsii.member(jsii_name="runnerId")
|
298
329
|
def runner_id(self) -> builtins.str:
|
@@ -512,6 +543,7 @@ class DataPagerdutyAutomationActionsActionActionDataReferenceOutputReference(
|
|
512
543
|
"creation_time": "creationTime",
|
513
544
|
"description": "description",
|
514
545
|
"modify_time": "modifyTime",
|
546
|
+
"only_invocable_on_unresolved_incidents": "onlyInvocableOnUnresolvedIncidents",
|
515
547
|
"runner_id": "runnerId",
|
516
548
|
"runner_type": "runnerType",
|
517
549
|
"type": "type",
|
@@ -535,6 +567,7 @@ class DataPagerdutyAutomationActionsActionConfig(
|
|
535
567
|
creation_time: typing.Optional[builtins.str] = None,
|
536
568
|
description: typing.Optional[builtins.str] = None,
|
537
569
|
modify_time: typing.Optional[builtins.str] = None,
|
570
|
+
only_invocable_on_unresolved_incidents: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
538
571
|
runner_id: typing.Optional[builtins.str] = None,
|
539
572
|
runner_type: typing.Optional[builtins.str] = None,
|
540
573
|
type: typing.Optional[builtins.str] = None,
|
@@ -547,14 +580,15 @@ class DataPagerdutyAutomationActionsActionConfig(
|
|
547
580
|
:param lifecycle:
|
548
581
|
:param provider:
|
549
582
|
:param provisioners:
|
550
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
551
|
-
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
552
|
-
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
553
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
554
|
-
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
555
|
-
:param
|
556
|
-
:param
|
557
|
-
:param
|
583
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#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.
|
584
|
+
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
|
585
|
+
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
|
586
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
|
587
|
+
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
|
588
|
+
:param only_invocable_on_unresolved_incidents: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#only_invocable_on_unresolved_incidents DataPagerdutyAutomationActionsAction#only_invocable_on_unresolved_incidents}.
|
589
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
|
590
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
|
591
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
|
558
592
|
'''
|
559
593
|
if isinstance(lifecycle, dict):
|
560
594
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -572,6 +606,7 @@ class DataPagerdutyAutomationActionsActionConfig(
|
|
572
606
|
check_type(argname="argument creation_time", value=creation_time, expected_type=type_hints["creation_time"])
|
573
607
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
574
608
|
check_type(argname="argument modify_time", value=modify_time, expected_type=type_hints["modify_time"])
|
609
|
+
check_type(argname="argument only_invocable_on_unresolved_incidents", value=only_invocable_on_unresolved_incidents, expected_type=type_hints["only_invocable_on_unresolved_incidents"])
|
575
610
|
check_type(argname="argument runner_id", value=runner_id, expected_type=type_hints["runner_id"])
|
576
611
|
check_type(argname="argument runner_type", value=runner_type, expected_type=type_hints["runner_type"])
|
577
612
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
@@ -600,6 +635,8 @@ class DataPagerdutyAutomationActionsActionConfig(
|
|
600
635
|
self._values["description"] = description
|
601
636
|
if modify_time is not None:
|
602
637
|
self._values["modify_time"] = modify_time
|
638
|
+
if only_invocable_on_unresolved_incidents is not None:
|
639
|
+
self._values["only_invocable_on_unresolved_incidents"] = only_invocable_on_unresolved_incidents
|
603
640
|
if runner_id is not None:
|
604
641
|
self._values["runner_id"] = runner_id
|
605
642
|
if runner_type is not None:
|
@@ -673,7 +710,7 @@ class DataPagerdutyAutomationActionsActionConfig(
|
|
673
710
|
|
674
711
|
@builtins.property
|
675
712
|
def id(self) -> builtins.str:
|
676
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
713
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}.
|
677
714
|
|
678
715
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
679
716
|
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.
|
@@ -684,43 +721,51 @@ class DataPagerdutyAutomationActionsActionConfig(
|
|
684
721
|
|
685
722
|
@builtins.property
|
686
723
|
def action_classification(self) -> typing.Optional[builtins.str]:
|
687
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
724
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.'''
|
688
725
|
result = self._values.get("action_classification")
|
689
726
|
return typing.cast(typing.Optional[builtins.str], result)
|
690
727
|
|
691
728
|
@builtins.property
|
692
729
|
def creation_time(self) -> typing.Optional[builtins.str]:
|
693
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
730
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.'''
|
694
731
|
result = self._values.get("creation_time")
|
695
732
|
return typing.cast(typing.Optional[builtins.str], result)
|
696
733
|
|
697
734
|
@builtins.property
|
698
735
|
def description(self) -> typing.Optional[builtins.str]:
|
699
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
736
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.'''
|
700
737
|
result = self._values.get("description")
|
701
738
|
return typing.cast(typing.Optional[builtins.str], result)
|
702
739
|
|
703
740
|
@builtins.property
|
704
741
|
def modify_time(self) -> typing.Optional[builtins.str]:
|
705
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
742
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.'''
|
706
743
|
result = self._values.get("modify_time")
|
707
744
|
return typing.cast(typing.Optional[builtins.str], result)
|
708
745
|
|
746
|
+
@builtins.property
|
747
|
+
def only_invocable_on_unresolved_incidents(
|
748
|
+
self,
|
749
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
750
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#only_invocable_on_unresolved_incidents DataPagerdutyAutomationActionsAction#only_invocable_on_unresolved_incidents}.'''
|
751
|
+
result = self._values.get("only_invocable_on_unresolved_incidents")
|
752
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
753
|
+
|
709
754
|
@builtins.property
|
710
755
|
def runner_id(self) -> typing.Optional[builtins.str]:
|
711
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
756
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.'''
|
712
757
|
result = self._values.get("runner_id")
|
713
758
|
return typing.cast(typing.Optional[builtins.str], result)
|
714
759
|
|
715
760
|
@builtins.property
|
716
761
|
def runner_type(self) -> typing.Optional[builtins.str]:
|
717
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
762
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.'''
|
718
763
|
result = self._values.get("runner_type")
|
719
764
|
return typing.cast(typing.Optional[builtins.str], result)
|
720
765
|
|
721
766
|
@builtins.property
|
722
767
|
def type(self) -> typing.Optional[builtins.str]:
|
723
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
768
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.'''
|
724
769
|
result = self._values.get("type")
|
725
770
|
return typing.cast(typing.Optional[builtins.str], result)
|
726
771
|
|
@@ -755,6 +800,7 @@ def _typecheckingstub__c05132873fcf22cf341bd123fa21a112864b745c2348e02d15055f452
|
|
755
800
|
creation_time: typing.Optional[builtins.str] = None,
|
756
801
|
description: typing.Optional[builtins.str] = None,
|
757
802
|
modify_time: typing.Optional[builtins.str] = None,
|
803
|
+
only_invocable_on_unresolved_incidents: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
758
804
|
runner_id: typing.Optional[builtins.str] = None,
|
759
805
|
runner_type: typing.Optional[builtins.str] = None,
|
760
806
|
type: typing.Optional[builtins.str] = None,
|
@@ -808,6 +854,12 @@ def _typecheckingstub__ad9ef73c60399d9741ca36c7754a204192401de2373da3442d1cab5df
|
|
808
854
|
"""Type checking stubs"""
|
809
855
|
pass
|
810
856
|
|
857
|
+
def _typecheckingstub__e8b76d4e517e82438fd929d8a3311954a952d9973772ea4daad9da59b696733f(
|
858
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
859
|
+
) -> None:
|
860
|
+
"""Type checking stubs"""
|
861
|
+
pass
|
862
|
+
|
811
863
|
def _typecheckingstub__4674eb955b5ffc3d84bdef1768fd64c903b89b9e86e286e32ac550e0e6e4ee7c(
|
812
864
|
value: builtins.str,
|
813
865
|
) -> None:
|
@@ -887,6 +939,7 @@ def _typecheckingstub__129f159b225aea3fbc7550368689e4415bb9e8df8f1cca879da2e873e
|
|
887
939
|
creation_time: typing.Optional[builtins.str] = None,
|
888
940
|
description: typing.Optional[builtins.str] = None,
|
889
941
|
modify_time: typing.Optional[builtins.str] = None,
|
942
|
+
only_invocable_on_unresolved_incidents: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
890
943
|
runner_id: typing.Optional[builtins.str] = None,
|
891
944
|
runner_type: typing.Optional[builtins.str] = None,
|
892
945
|
type: typing.Optional[builtins.str] = None,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_automation_actions_runner`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyAutomationActionsRunner(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyAutomationActionsRunner.DataPagerdutyAutomationActionsRunner",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -63,14 +63,14 @@ class DataPagerdutyAutomationActionsRunner(
|
|
63
63
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
64
64
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
65
65
|
) -> None:
|
66
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner} Data Source.
|
67
67
|
|
68
68
|
:param scope: The scope in which to define this construct.
|
69
69
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
70
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
71
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
72
|
-
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
73
|
-
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
70
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#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.
|
71
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
|
72
|
+
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
|
73
|
+
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
|
74
74
|
:param connection:
|
75
75
|
:param count:
|
76
76
|
:param depends_on:
|
@@ -112,7 +112,7 @@ class DataPagerdutyAutomationActionsRunner(
|
|
112
112
|
|
113
113
|
:param scope: The scope in which to define this construct.
|
114
114
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyAutomationActionsRunner to import.
|
115
|
-
:param import_from_id: The id of the existing DataPagerdutyAutomationActionsRunner that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
115
|
+
:param import_from_id: The id of the existing DataPagerdutyAutomationActionsRunner that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use
|
116
116
|
:param provider: ? Optional instance of the provider where the DataPagerdutyAutomationActionsRunner to import is found.
|
117
117
|
'''
|
118
118
|
if __debug__:
|
@@ -280,10 +280,10 @@ class DataPagerdutyAutomationActionsRunnerConfig(
|
|
280
280
|
:param lifecycle:
|
281
281
|
:param provider:
|
282
282
|
:param provisioners:
|
283
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
284
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
285
|
-
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
286
|
-
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
283
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#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.
|
284
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
|
285
|
+
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
|
286
|
+
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
|
287
287
|
'''
|
288
288
|
if isinstance(lifecycle, dict):
|
289
289
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -390,7 +390,7 @@ class DataPagerdutyAutomationActionsRunnerConfig(
|
|
390
390
|
|
391
391
|
@builtins.property
|
392
392
|
def id(self) -> builtins.str:
|
393
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
393
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}.
|
394
394
|
|
395
395
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
396
396
|
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.
|
@@ -401,19 +401,19 @@ class DataPagerdutyAutomationActionsRunnerConfig(
|
|
401
401
|
|
402
402
|
@builtins.property
|
403
403
|
def description(self) -> typing.Optional[builtins.str]:
|
404
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
404
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.'''
|
405
405
|
result = self._values.get("description")
|
406
406
|
return typing.cast(typing.Optional[builtins.str], result)
|
407
407
|
|
408
408
|
@builtins.property
|
409
409
|
def last_seen(self) -> typing.Optional[builtins.str]:
|
410
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
410
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.'''
|
411
411
|
result = self._values.get("last_seen")
|
412
412
|
return typing.cast(typing.Optional[builtins.str], result)
|
413
413
|
|
414
414
|
@builtins.property
|
415
415
|
def runbook_base_uri(self) -> typing.Optional[builtins.str]:
|
416
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
416
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.'''
|
417
417
|
result = self._values.get("runbook_base_uri")
|
418
418
|
return typing.cast(typing.Optional[builtins.str], result)
|
419
419
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_business_service`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/business_service).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyBusinessService(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyBusinessService.DataPagerdutyBusinessService",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/business_service pagerduty_business_service}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -60,11 +60,11 @@ class DataPagerdutyBusinessService(
|
|
60
60
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
61
61
|
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,
|
62
62
|
) -> None:
|
63
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
63
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/business_service pagerduty_business_service} Data Source.
|
64
64
|
|
65
65
|
:param scope: The scope in which to define this construct.
|
66
66
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
67
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
67
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
|
68
68
|
:param connection:
|
69
69
|
:param count:
|
70
70
|
:param depends_on:
|
@@ -103,7 +103,7 @@ class DataPagerdutyBusinessService(
|
|
103
103
|
|
104
104
|
:param scope: The scope in which to define this construct.
|
105
105
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyBusinessService to import.
|
106
|
-
:param import_from_id: The id of the existing DataPagerdutyBusinessService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
106
|
+
:param import_from_id: The id of the existing DataPagerdutyBusinessService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use
|
107
107
|
:param provider: ? Optional instance of the provider where the DataPagerdutyBusinessService to import is found.
|
108
108
|
'''
|
109
109
|
if __debug__:
|
@@ -190,7 +190,7 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
190
190
|
:param lifecycle:
|
191
191
|
:param provider:
|
192
192
|
:param provisioners:
|
193
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
193
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
|
194
194
|
'''
|
195
195
|
if isinstance(lifecycle, dict):
|
196
196
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -288,7 +288,7 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
288
288
|
|
289
289
|
@builtins.property
|
290
290
|
def name(self) -> builtins.str:
|
291
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
291
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.'''
|
292
292
|
result = self._values.get("name")
|
293
293
|
assert result is not None, "Required property 'name' is missing"
|
294
294
|
return typing.cast(builtins.str, result)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_pagerduty_escalation_policy`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/escalation_policy).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPagerdutyEscalationPolicy(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEscalationPolicy.DataPagerdutyEscalationPolicy",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/escalation_policy pagerduty_escalation_policy}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -61,12 +61,12 @@ class DataPagerdutyEscalationPolicy(
|
|
61
61
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
62
62
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
63
63
|
) -> None:
|
64
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
64
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/escalation_policy pagerduty_escalation_policy} Data Source.
|
65
65
|
|
66
66
|
:param scope: The scope in which to define this construct.
|
67
67
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
68
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
69
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
68
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
|
69
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#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.
|
70
70
|
:param connection:
|
71
71
|
:param count:
|
72
72
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class DataPagerdutyEscalationPolicy(
|
|
106
106
|
|
107
107
|
:param scope: The scope in which to define this construct.
|
108
108
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyEscalationPolicy to import.
|
109
|
-
:param import_from_id: The id of the existing DataPagerdutyEscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
109
|
+
:param import_from_id: The id of the existing DataPagerdutyEscalationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use
|
110
110
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEscalationPolicy to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -206,8 +206,8 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
206
206
|
:param lifecycle:
|
207
207
|
:param provider:
|
208
208
|
:param provisioners:
|
209
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
210
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
209
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
|
210
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#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.
|
211
211
|
'''
|
212
212
|
if isinstance(lifecycle, dict):
|
213
213
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -308,14 +308,14 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
308
308
|
|
309
309
|
@builtins.property
|
310
310
|
def name(self) -> builtins.str:
|
311
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
311
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.'''
|
312
312
|
result = self._values.get("name")
|
313
313
|
assert result is not None, "Required property 'name' is missing"
|
314
314
|
return typing.cast(builtins.str, result)
|
315
315
|
|
316
316
|
@builtins.property
|
317
317
|
def id(self) -> typing.Optional[builtins.str]:
|
318
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
318
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.18.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}.
|
319
319
|
|
320
320
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
321
321
|
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.
|