cdktf-cdktf-provider-pagerduty 13.5.0__py3-none-any.whl → 13.6.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 +3 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +17 -60
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_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 +10 -10
- 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 +30 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +35 -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 +191 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +200 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +77 -0
- {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.5.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.5.0.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.5.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
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.10.0/docs/data-sources/automation_actions_action).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyAutomationActionsAction(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyAutomationActionsAction.DataPagerdutyAutomationActionsAction",
|
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.10.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -49,18 +49,18 @@ class DataPagerdutyAutomationActionsAction(
|
|
49
49
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
50
50
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
51
51
|
) -> None:
|
52
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
52
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action pagerduty_automation_actions_action} Data Source.
|
53
53
|
|
54
54
|
:param scope: The scope in which to define this construct.
|
55
55
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
56
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
57
|
-
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
58
|
-
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
59
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
60
|
-
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
61
|
-
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
62
|
-
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
63
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
56
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
57
|
+
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
|
58
|
+
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
|
59
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
|
60
|
+
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
|
61
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
|
62
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
|
63
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
|
64
64
|
:param connection:
|
65
65
|
:param count:
|
66
66
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class DataPagerdutyAutomationActionsAction(
|
|
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 DataPagerdutyAutomationActionsAction to import.
|
109
|
-
: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.
|
109
|
+
: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.10.0/docs/data-sources/automation_actions_action#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 DataPagerdutyAutomationActionsAction to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -529,14 +529,14 @@ class DataPagerdutyAutomationActionsActionConfig(
|
|
529
529
|
:param lifecycle:
|
530
530
|
:param provider:
|
531
531
|
:param provisioners:
|
532
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
533
|
-
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
534
|
-
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
535
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
536
|
-
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
537
|
-
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
538
|
-
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
539
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
532
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
533
|
+
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
|
534
|
+
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
|
535
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
|
536
|
+
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
|
537
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
|
538
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
|
539
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
|
540
540
|
'''
|
541
541
|
if isinstance(lifecycle, dict):
|
542
542
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -655,7 +655,7 @@ class DataPagerdutyAutomationActionsActionConfig(
|
|
655
655
|
|
656
656
|
@builtins.property
|
657
657
|
def id(self) -> builtins.str:
|
658
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
658
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}.
|
659
659
|
|
660
660
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
661
661
|
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.
|
@@ -666,43 +666,43 @@ class DataPagerdutyAutomationActionsActionConfig(
|
|
666
666
|
|
667
667
|
@builtins.property
|
668
668
|
def action_classification(self) -> typing.Optional[builtins.str]:
|
669
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
669
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.'''
|
670
670
|
result = self._values.get("action_classification")
|
671
671
|
return typing.cast(typing.Optional[builtins.str], result)
|
672
672
|
|
673
673
|
@builtins.property
|
674
674
|
def creation_time(self) -> typing.Optional[builtins.str]:
|
675
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
675
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.'''
|
676
676
|
result = self._values.get("creation_time")
|
677
677
|
return typing.cast(typing.Optional[builtins.str], result)
|
678
678
|
|
679
679
|
@builtins.property
|
680
680
|
def description(self) -> typing.Optional[builtins.str]:
|
681
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
681
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.'''
|
682
682
|
result = self._values.get("description")
|
683
683
|
return typing.cast(typing.Optional[builtins.str], result)
|
684
684
|
|
685
685
|
@builtins.property
|
686
686
|
def modify_time(self) -> typing.Optional[builtins.str]:
|
687
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
687
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.'''
|
688
688
|
result = self._values.get("modify_time")
|
689
689
|
return typing.cast(typing.Optional[builtins.str], result)
|
690
690
|
|
691
691
|
@builtins.property
|
692
692
|
def runner_id(self) -> typing.Optional[builtins.str]:
|
693
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
693
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.'''
|
694
694
|
result = self._values.get("runner_id")
|
695
695
|
return typing.cast(typing.Optional[builtins.str], result)
|
696
696
|
|
697
697
|
@builtins.property
|
698
698
|
def runner_type(self) -> typing.Optional[builtins.str]:
|
699
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
699
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.'''
|
700
700
|
result = self._values.get("runner_type")
|
701
701
|
return typing.cast(typing.Optional[builtins.str], result)
|
702
702
|
|
703
703
|
@builtins.property
|
704
704
|
def type(self) -> typing.Optional[builtins.str]:
|
705
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
705
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.'''
|
706
706
|
result = self._values.get("type")
|
707
707
|
return typing.cast(typing.Optional[builtins.str], result)
|
708
708
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
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.10.0/docs/data-sources/automation_actions_runner).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyAutomationActionsRunner(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyAutomationActionsRunner.DataPagerdutyAutomationActionsRunner",
|
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.10.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -45,14 +45,14 @@ class DataPagerdutyAutomationActionsRunner(
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
46
46
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
47
47
|
) -> None:
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner} Data Source.
|
49
49
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
51
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
53
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
54
|
-
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
55
|
-
:param runbook_base_uri: 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.10.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.
|
53
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
|
54
|
+
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
|
55
|
+
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
|
56
56
|
:param connection:
|
57
57
|
:param count:
|
58
58
|
:param depends_on:
|
@@ -94,7 +94,7 @@ class DataPagerdutyAutomationActionsRunner(
|
|
94
94
|
|
95
95
|
:param scope: The scope in which to define this construct.
|
96
96
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyAutomationActionsRunner to import.
|
97
|
-
: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.
|
97
|
+
: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.10.0/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use
|
98
98
|
:param provider: ? Optional instance of the provider where the DataPagerdutyAutomationActionsRunner to import is found.
|
99
99
|
'''
|
100
100
|
if __debug__:
|
@@ -262,10 +262,10 @@ class DataPagerdutyAutomationActionsRunnerConfig(
|
|
262
262
|
:param lifecycle:
|
263
263
|
:param provider:
|
264
264
|
:param provisioners:
|
265
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
266
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
267
|
-
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
268
|
-
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
265
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
266
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
|
267
|
+
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
|
268
|
+
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
|
269
269
|
'''
|
270
270
|
if isinstance(lifecycle, dict):
|
271
271
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -372,7 +372,7 @@ class DataPagerdutyAutomationActionsRunnerConfig(
|
|
372
372
|
|
373
373
|
@builtins.property
|
374
374
|
def id(self) -> builtins.str:
|
375
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
375
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}.
|
376
376
|
|
377
377
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
378
378
|
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.
|
@@ -383,19 +383,19 @@ class DataPagerdutyAutomationActionsRunnerConfig(
|
|
383
383
|
|
384
384
|
@builtins.property
|
385
385
|
def description(self) -> typing.Optional[builtins.str]:
|
386
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
386
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.'''
|
387
387
|
result = self._values.get("description")
|
388
388
|
return typing.cast(typing.Optional[builtins.str], result)
|
389
389
|
|
390
390
|
@builtins.property
|
391
391
|
def last_seen(self) -> typing.Optional[builtins.str]:
|
392
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
392
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.'''
|
393
393
|
result = self._values.get("last_seen")
|
394
394
|
return typing.cast(typing.Optional[builtins.str], result)
|
395
395
|
|
396
396
|
@builtins.property
|
397
397
|
def runbook_base_uri(self) -> typing.Optional[builtins.str]:
|
398
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
398
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.'''
|
399
399
|
result = self._values.get("runbook_base_uri")
|
400
400
|
return typing.cast(typing.Optional[builtins.str], result)
|
401
401
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
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.10.0/docs/data-sources/business_service).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,15 +26,14 @@ class DataPagerdutyBusinessService(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyBusinessService.DataPagerdutyBusinessService",
|
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.10.0/docs/data-sources/business_service pagerduty_business_service}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
33
33
|
scope: _constructs_77d1e7e8.Construct,
|
34
|
-
|
34
|
+
id: builtins.str,
|
35
35
|
*,
|
36
36
|
name: builtins.str,
|
37
|
-
id: typing.Optional[builtins.str] = None,
|
38
37
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
39
38
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
40
39
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
@@ -43,12 +42,11 @@ class DataPagerdutyBusinessService(
|
|
43
42
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
43
|
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
44
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
45
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/business_service pagerduty_business_service} Data Source.
|
47
46
|
|
48
47
|
:param scope: The scope in which to define this construct.
|
49
|
-
:param
|
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.9.0/docs/data-sources/business_service#id DataPagerdutyBusinessService#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.
|
48
|
+
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
49
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
|
52
50
|
:param connection:
|
53
51
|
:param count:
|
54
52
|
:param depends_on:
|
@@ -60,10 +58,9 @@ class DataPagerdutyBusinessService(
|
|
60
58
|
if __debug__:
|
61
59
|
type_hints = typing.get_type_hints(_typecheckingstub__d481be7177169d95ad12acffb27f53e04d6f66f963a3aa7a0867fb5e516aa35b)
|
62
60
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
63
|
-
check_type(argname="argument
|
61
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
64
62
|
config = DataPagerdutyBusinessServiceConfig(
|
65
63
|
name=name,
|
66
|
-
id=id,
|
67
64
|
connection=connection,
|
68
65
|
count=count,
|
69
66
|
depends_on=depends_on,
|
@@ -73,7 +70,7 @@ class DataPagerdutyBusinessService(
|
|
73
70
|
provisioners=provisioners,
|
74
71
|
)
|
75
72
|
|
76
|
-
jsii.create(self.__class__, self, [scope,
|
73
|
+
jsii.create(self.__class__, self, [scope, id, config])
|
77
74
|
|
78
75
|
@jsii.member(jsii_name="generateConfigForImport")
|
79
76
|
@builtins.classmethod
|
@@ -88,7 +85,7 @@ class DataPagerdutyBusinessService(
|
|
88
85
|
|
89
86
|
:param scope: The scope in which to define this construct.
|
90
87
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyBusinessService to import.
|
91
|
-
: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.
|
88
|
+
: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.10.0/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use
|
92
89
|
:param provider: ? Optional instance of the provider where the DataPagerdutyBusinessService to import is found.
|
93
90
|
'''
|
94
91
|
if __debug__:
|
@@ -99,10 +96,6 @@ class DataPagerdutyBusinessService(
|
|
99
96
|
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
100
97
|
return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
|
101
98
|
|
102
|
-
@jsii.member(jsii_name="resetId")
|
103
|
-
def reset_id(self) -> None:
|
104
|
-
return typing.cast(None, jsii.invoke(self, "resetId", []))
|
105
|
-
|
106
99
|
@jsii.member(jsii_name="synthesizeAttributes")
|
107
100
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
108
101
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
@@ -116,33 +109,21 @@ class DataPagerdutyBusinessService(
|
|
116
109
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
117
110
|
return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
|
118
111
|
|
112
|
+
@builtins.property
|
113
|
+
@jsii.member(jsii_name="id")
|
114
|
+
def id(self) -> builtins.str:
|
115
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
116
|
+
|
119
117
|
@builtins.property
|
120
118
|
@jsii.member(jsii_name="type")
|
121
119
|
def type(self) -> builtins.str:
|
122
120
|
return typing.cast(builtins.str, jsii.get(self, "type"))
|
123
121
|
|
124
|
-
@builtins.property
|
125
|
-
@jsii.member(jsii_name="idInput")
|
126
|
-
def id_input(self) -> typing.Optional[builtins.str]:
|
127
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
128
|
-
|
129
122
|
@builtins.property
|
130
123
|
@jsii.member(jsii_name="nameInput")
|
131
124
|
def name_input(self) -> typing.Optional[builtins.str]:
|
132
125
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
|
133
126
|
|
134
|
-
@builtins.property
|
135
|
-
@jsii.member(jsii_name="id")
|
136
|
-
def id(self) -> builtins.str:
|
137
|
-
return typing.cast(builtins.str, jsii.get(self, "id"))
|
138
|
-
|
139
|
-
@id.setter
|
140
|
-
def id(self, value: builtins.str) -> None:
|
141
|
-
if __debug__:
|
142
|
-
type_hints = typing.get_type_hints(_typecheckingstub__01cb42821f1c6eb16be8b0af5269cb666db3e68f8d4ac5f25007af41eca59c3b)
|
143
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
144
|
-
jsii.set(self, "id", value)
|
145
|
-
|
146
127
|
@builtins.property
|
147
128
|
@jsii.member(jsii_name="name")
|
148
129
|
def name(self) -> builtins.str:
|
@@ -168,7 +149,6 @@ class DataPagerdutyBusinessService(
|
|
168
149
|
"provider": "provider",
|
169
150
|
"provisioners": "provisioners",
|
170
151
|
"name": "name",
|
171
|
-
"id": "id",
|
172
152
|
},
|
173
153
|
)
|
174
154
|
class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
@@ -183,7 +163,6 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
183
163
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
184
164
|
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,
|
185
165
|
name: builtins.str,
|
186
|
-
id: typing.Optional[builtins.str] = None,
|
187
166
|
) -> None:
|
188
167
|
'''
|
189
168
|
:param connection:
|
@@ -193,8 +172,7 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
193
172
|
:param lifecycle:
|
194
173
|
:param provider:
|
195
174
|
:param provisioners:
|
196
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
197
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/business_service#id DataPagerdutyBusinessService#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.
|
175
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
|
198
176
|
'''
|
199
177
|
if isinstance(lifecycle, dict):
|
200
178
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -208,7 +186,6 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
208
186
|
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
209
187
|
check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
|
210
188
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
211
|
-
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
212
189
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
213
190
|
"name": name,
|
214
191
|
}
|
@@ -226,8 +203,6 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
226
203
|
self._values["provider"] = provider
|
227
204
|
if provisioners is not None:
|
228
205
|
self._values["provisioners"] = provisioners
|
229
|
-
if id is not None:
|
230
|
-
self._values["id"] = id
|
231
206
|
|
232
207
|
@builtins.property
|
233
208
|
def connection(
|
@@ -295,21 +270,11 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
295
270
|
|
296
271
|
@builtins.property
|
297
272
|
def name(self) -> builtins.str:
|
298
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
273
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.'''
|
299
274
|
result = self._values.get("name")
|
300
275
|
assert result is not None, "Required property 'name' is missing"
|
301
276
|
return typing.cast(builtins.str, result)
|
302
277
|
|
303
|
-
@builtins.property
|
304
|
-
def id(self) -> typing.Optional[builtins.str]:
|
305
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.9.0/docs/data-sources/business_service#id DataPagerdutyBusinessService#id}.
|
306
|
-
|
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.
|
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.
|
309
|
-
'''
|
310
|
-
result = self._values.get("id")
|
311
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
312
|
-
|
313
278
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
314
279
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
315
280
|
|
@@ -331,10 +296,9 @@ publication.publish()
|
|
331
296
|
|
332
297
|
def _typecheckingstub__d481be7177169d95ad12acffb27f53e04d6f66f963a3aa7a0867fb5e516aa35b(
|
333
298
|
scope: _constructs_77d1e7e8.Construct,
|
334
|
-
|
299
|
+
id: builtins.str,
|
335
300
|
*,
|
336
301
|
name: builtins.str,
|
337
|
-
id: typing.Optional[builtins.str] = None,
|
338
302
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
339
303
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
340
304
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
@@ -355,12 +319,6 @@ def _typecheckingstub__fd92eebe73e38d3a2beca4d06caac83f96824a6905eabbfda0b39ea26
|
|
355
319
|
"""Type checking stubs"""
|
356
320
|
pass
|
357
321
|
|
358
|
-
def _typecheckingstub__01cb42821f1c6eb16be8b0af5269cb666db3e68f8d4ac5f25007af41eca59c3b(
|
359
|
-
value: builtins.str,
|
360
|
-
) -> None:
|
361
|
-
"""Type checking stubs"""
|
362
|
-
pass
|
363
|
-
|
364
322
|
def _typecheckingstub__25cdc5770fbd978c2c108c429035770b68bf374f4043638d9f98b4ad312d8b19(
|
365
323
|
value: builtins.str,
|
366
324
|
) -> None:
|
@@ -377,7 +335,6 @@ def _typecheckingstub__40aaf4c36ed802980355a539eee06f381e78dba8d88a61922ae5cbc25
|
|
377
335
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
378
336
|
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,
|
379
337
|
name: builtins.str,
|
380
|
-
id: typing.Optional[builtins.str] = None,
|
381
338
|
) -> None:
|
382
339
|
"""Type checking stubs"""
|
383
340
|
pass
|
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
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.10.0/docs/data-sources/escalation_policy).
|
5
5
|
'''
|
6
6
|
import abc
|
7
7
|
import builtins
|
@@ -26,7 +26,7 @@ class DataPagerdutyEscalationPolicy(
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
27
27
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEscalationPolicy.DataPagerdutyEscalationPolicy",
|
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.10.0/docs/data-sources/escalation_policy pagerduty_escalation_policy}.'''
|
30
30
|
|
31
31
|
def __init__(
|
32
32
|
self,
|
@@ -43,12 +43,12 @@ class DataPagerdutyEscalationPolicy(
|
|
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.10.0/docs/data-sources/escalation_policy pagerduty_escalation_policy} 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.10.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
|
51
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
52
52
|
:param connection:
|
53
53
|
:param count:
|
54
54
|
:param depends_on:
|
@@ -88,7 +88,7 @@ class DataPagerdutyEscalationPolicy(
|
|
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 DataPagerdutyEscalationPolicy to import.
|
91
|
-
: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.
|
91
|
+
: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.10.0/docs/data-sources/escalation_policy#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 DataPagerdutyEscalationPolicy to import is found.
|
93
93
|
'''
|
94
94
|
if __debug__:
|
@@ -188,8 +188,8 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
188
188
|
:param lifecycle:
|
189
189
|
:param provider:
|
190
190
|
:param provisioners:
|
191
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
192
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
191
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
|
192
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.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.
|
193
193
|
'''
|
194
194
|
if isinstance(lifecycle, dict):
|
195
195
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -290,14 +290,14 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
290
290
|
|
291
291
|
@builtins.property
|
292
292
|
def name(self) -> builtins.str:
|
293
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
293
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.0/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.'''
|
294
294
|
result = self._values.get("name")
|
295
295
|
assert result is not None, "Required property 'name' is missing"
|
296
296
|
return typing.cast(builtins.str, result)
|
297
297
|
|
298
298
|
@builtins.property
|
299
299
|
def id(self) -> typing.Optional[builtins.str]:
|
300
|
-
'''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.10.0/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}.
|
301
301
|
|
302
302
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
303
303
|
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.
|