cdktf-cdktf-provider-pagerduty 13.6.0__py3-none-any.whl → 13.6.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_pagerduty/__init__.py +6 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.6.1.dist-info/RECORD +77 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.6.1.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `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.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_action`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyAutomationActionsAction(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyAutomationActionsAction.DataPagerdutyAutomationActionsAction",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action pagerduty_automation_actions_action}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -49,18 +52,18 @@ class DataPagerdutyAutomationActionsAction(
|
|
49
52
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
50
53
|
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
54
|
) -> None:
|
52
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action pagerduty_automation_actions_action} Data Source.
|
53
56
|
|
54
57
|
:param scope: The scope in which to define this construct.
|
55
58
|
: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.10.
|
57
|
-
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
58
|
-
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
59
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
60
|
-
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
61
|
-
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
62
|
-
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
63
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
59
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
|
60
|
+
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
|
61
|
+
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
|
62
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
|
63
|
+
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
|
64
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
|
65
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
|
66
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
|
64
67
|
:param connection:
|
65
68
|
:param count:
|
66
69
|
:param depends_on:
|
@@ -106,7 +109,7 @@ class DataPagerdutyAutomationActionsAction(
|
|
106
109
|
|
107
110
|
:param scope: The scope in which to define this construct.
|
108
111
|
: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.10.
|
112
|
+
: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.1/docs/data-sources/automation_actions_action#import import section} in the documentation of this resource for the id to use
|
110
113
|
:param provider: ? Optional instance of the provider where the DataPagerdutyAutomationActionsAction to import is found.
|
111
114
|
'''
|
112
115
|
if __debug__:
|
@@ -529,14 +532,14 @@ class DataPagerdutyAutomationActionsActionConfig(
|
|
529
532
|
:param lifecycle:
|
530
533
|
:param provider:
|
531
534
|
:param provisioners:
|
532
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
533
|
-
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
534
|
-
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
535
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
536
|
-
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
537
|
-
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
538
|
-
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
539
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
535
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
|
536
|
+
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.
|
537
|
+
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.
|
538
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.
|
539
|
+
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.
|
540
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.
|
541
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.
|
542
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.
|
540
543
|
'''
|
541
544
|
if isinstance(lifecycle, dict):
|
542
545
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -655,7 +658,7 @@ class DataPagerdutyAutomationActionsActionConfig(
|
|
655
658
|
|
656
659
|
@builtins.property
|
657
660
|
def id(self) -> builtins.str:
|
658
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
661
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#id DataPagerdutyAutomationActionsAction#id}.
|
659
662
|
|
660
663
|
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
664
|
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 +669,43 @@ class DataPagerdutyAutomationActionsActionConfig(
|
|
666
669
|
|
667
670
|
@builtins.property
|
668
671
|
def action_classification(self) -> typing.Optional[builtins.str]:
|
669
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
672
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#action_classification DataPagerdutyAutomationActionsAction#action_classification}.'''
|
670
673
|
result = self._values.get("action_classification")
|
671
674
|
return typing.cast(typing.Optional[builtins.str], result)
|
672
675
|
|
673
676
|
@builtins.property
|
674
677
|
def creation_time(self) -> typing.Optional[builtins.str]:
|
675
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
678
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#creation_time DataPagerdutyAutomationActionsAction#creation_time}.'''
|
676
679
|
result = self._values.get("creation_time")
|
677
680
|
return typing.cast(typing.Optional[builtins.str], result)
|
678
681
|
|
679
682
|
@builtins.property
|
680
683
|
def description(self) -> typing.Optional[builtins.str]:
|
681
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
684
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#description DataPagerdutyAutomationActionsAction#description}.'''
|
682
685
|
result = self._values.get("description")
|
683
686
|
return typing.cast(typing.Optional[builtins.str], result)
|
684
687
|
|
685
688
|
@builtins.property
|
686
689
|
def modify_time(self) -> typing.Optional[builtins.str]:
|
687
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
690
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#modify_time DataPagerdutyAutomationActionsAction#modify_time}.'''
|
688
691
|
result = self._values.get("modify_time")
|
689
692
|
return typing.cast(typing.Optional[builtins.str], result)
|
690
693
|
|
691
694
|
@builtins.property
|
692
695
|
def runner_id(self) -> typing.Optional[builtins.str]:
|
693
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
696
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#runner_id DataPagerdutyAutomationActionsAction#runner_id}.'''
|
694
697
|
result = self._values.get("runner_id")
|
695
698
|
return typing.cast(typing.Optional[builtins.str], result)
|
696
699
|
|
697
700
|
@builtins.property
|
698
701
|
def runner_type(self) -> typing.Optional[builtins.str]:
|
699
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
702
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#runner_type DataPagerdutyAutomationActionsAction#runner_type}.'''
|
700
703
|
result = self._values.get("runner_type")
|
701
704
|
return typing.cast(typing.Optional[builtins.str], result)
|
702
705
|
|
703
706
|
@builtins.property
|
704
707
|
def type(self) -> typing.Optional[builtins.str]:
|
705
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
708
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_action#type DataPagerdutyAutomationActionsAction#type}.'''
|
706
709
|
result = self._values.get("type")
|
707
710
|
return typing.cast(typing.Optional[builtins.str], result)
|
708
711
|
|
@@ -1,8 +1,11 @@
|
|
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.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_automation_actions_runner`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyAutomationActionsRunner(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyAutomationActionsRunner.DataPagerdutyAutomationActionsRunner",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -45,14 +48,14 @@ class DataPagerdutyAutomationActionsRunner(
|
|
45
48
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
46
49
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
47
50
|
) -> None:
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner pagerduty_automation_actions_runner} Data Source.
|
49
52
|
|
50
53
|
:param scope: The scope in which to define this construct.
|
51
54
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
-
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
-
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
55
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
|
56
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
|
57
|
+
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
|
58
|
+
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
|
56
59
|
:param connection:
|
57
60
|
:param count:
|
58
61
|
:param depends_on:
|
@@ -94,7 +97,7 @@ class DataPagerdutyAutomationActionsRunner(
|
|
94
97
|
|
95
98
|
:param scope: The scope in which to define this construct.
|
96
99
|
:param import_to_id: The construct id used in the generated config for the 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.10.
|
100
|
+
: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.1/docs/data-sources/automation_actions_runner#import import section} in the documentation of this resource for the id to use
|
98
101
|
:param provider: ? Optional instance of the provider where the DataPagerdutyAutomationActionsRunner to import is found.
|
99
102
|
'''
|
100
103
|
if __debug__:
|
@@ -262,10 +265,10 @@ class DataPagerdutyAutomationActionsRunnerConfig(
|
|
262
265
|
:param lifecycle:
|
263
266
|
:param provider:
|
264
267
|
:param provisioners:
|
265
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
266
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
267
|
-
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
268
|
-
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
268
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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.
|
269
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.
|
270
|
+
:param last_seen: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.
|
271
|
+
:param runbook_base_uri: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.
|
269
272
|
'''
|
270
273
|
if isinstance(lifecycle, dict):
|
271
274
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -372,7 +375,7 @@ class DataPagerdutyAutomationActionsRunnerConfig(
|
|
372
375
|
|
373
376
|
@builtins.property
|
374
377
|
def id(self) -> builtins.str:
|
375
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
378
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#id DataPagerdutyAutomationActionsRunner#id}.
|
376
379
|
|
377
380
|
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
381
|
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 +386,19 @@ class DataPagerdutyAutomationActionsRunnerConfig(
|
|
383
386
|
|
384
387
|
@builtins.property
|
385
388
|
def description(self) -> typing.Optional[builtins.str]:
|
386
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
389
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#description DataPagerdutyAutomationActionsRunner#description}.'''
|
387
390
|
result = self._values.get("description")
|
388
391
|
return typing.cast(typing.Optional[builtins.str], result)
|
389
392
|
|
390
393
|
@builtins.property
|
391
394
|
def last_seen(self) -> typing.Optional[builtins.str]:
|
392
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
395
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#last_seen DataPagerdutyAutomationActionsRunner#last_seen}.'''
|
393
396
|
result = self._values.get("last_seen")
|
394
397
|
return typing.cast(typing.Optional[builtins.str], result)
|
395
398
|
|
396
399
|
@builtins.property
|
397
400
|
def runbook_base_uri(self) -> typing.Optional[builtins.str]:
|
398
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
401
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/automation_actions_runner#runbook_base_uri DataPagerdutyAutomationActionsRunner#runbook_base_uri}.'''
|
399
402
|
result = self._values.get("runbook_base_uri")
|
400
403
|
return typing.cast(typing.Optional[builtins.str], result)
|
401
404
|
|
@@ -1,8 +1,11 @@
|
|
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.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_business_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/business_service).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyBusinessService(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyBusinessService.DataPagerdutyBusinessService",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/business_service pagerduty_business_service}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -42,11 +45,11 @@ class DataPagerdutyBusinessService(
|
|
42
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
43
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,
|
44
47
|
) -> None:
|
45
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/business_service pagerduty_business_service} Data Source.
|
46
49
|
|
47
50
|
:param scope: The scope in which to define this construct.
|
48
51
|
: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.
|
52
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
|
50
53
|
:param connection:
|
51
54
|
:param count:
|
52
55
|
:param depends_on:
|
@@ -85,7 +88,7 @@ class DataPagerdutyBusinessService(
|
|
85
88
|
|
86
89
|
:param scope: The scope in which to define this construct.
|
87
90
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyBusinessService to import.
|
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.
|
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.10.1/docs/data-sources/business_service#import import section} in the documentation of this resource for the id to use
|
89
92
|
:param provider: ? Optional instance of the provider where the DataPagerdutyBusinessService to import is found.
|
90
93
|
'''
|
91
94
|
if __debug__:
|
@@ -172,7 +175,7 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
172
175
|
:param lifecycle:
|
173
176
|
:param provider:
|
174
177
|
:param provisioners:
|
175
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
178
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.
|
176
179
|
'''
|
177
180
|
if isinstance(lifecycle, dict):
|
178
181
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -270,7 +273,7 @@ class DataPagerdutyBusinessServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
270
273
|
|
271
274
|
@builtins.property
|
272
275
|
def name(self) -> builtins.str:
|
273
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
276
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/business_service#name DataPagerdutyBusinessService#name}.'''
|
274
277
|
result = self._values.get("name")
|
275
278
|
assert result is not None, "Required property 'name' is missing"
|
276
279
|
return typing.cast(builtins.str, result)
|
@@ -1,8 +1,11 @@
|
|
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.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_escalation_policy`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/escalation_policy).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyEscalationPolicy(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEscalationPolicy.DataPagerdutyEscalationPolicy",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/escalation_policy pagerduty_escalation_policy}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -43,12 +46,12 @@ class DataPagerdutyEscalationPolicy(
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
44
47
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
45
48
|
) -> None:
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/escalation_policy pagerduty_escalation_policy} Data Source.
|
47
50
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
49
52
|
: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.10.
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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
55
|
:param connection:
|
53
56
|
:param count:
|
54
57
|
:param depends_on:
|
@@ -88,7 +91,7 @@ class DataPagerdutyEscalationPolicy(
|
|
88
91
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
90
93
|
: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.10.
|
94
|
+
: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.1/docs/data-sources/escalation_policy#import import section} in the documentation of this resource for the id to use
|
92
95
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEscalationPolicy to import is found.
|
93
96
|
'''
|
94
97
|
if __debug__:
|
@@ -188,8 +191,8 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
188
191
|
:param lifecycle:
|
189
192
|
:param provider:
|
190
193
|
:param provisioners:
|
191
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
192
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
194
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.
|
195
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/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
196
|
'''
|
194
197
|
if isinstance(lifecycle, dict):
|
195
198
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -290,14 +293,14 @@ class DataPagerdutyEscalationPolicyConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
290
293
|
|
291
294
|
@builtins.property
|
292
295
|
def name(self) -> builtins.str:
|
293
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
296
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/escalation_policy#name DataPagerdutyEscalationPolicy#name}.'''
|
294
297
|
result = self._values.get("name")
|
295
298
|
assert result is not None, "Required property 'name' is missing"
|
296
299
|
return typing.cast(builtins.str, result)
|
297
300
|
|
298
301
|
@builtins.property
|
299
302
|
def id(self) -> typing.Optional[builtins.str]:
|
300
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
303
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/escalation_policy#id DataPagerdutyEscalationPolicy#id}.
|
301
304
|
|
302
305
|
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
306
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_event_orchestration`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyEventOrchestration(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestration.DataPagerdutyEventOrchestration",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration pagerduty_event_orchestration}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -44,13 +47,13 @@ class DataPagerdutyEventOrchestration(
|
|
44
47
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
45
48
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
46
49
|
) -> None:
|
47
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
50
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration pagerduty_event_orchestration} Data Source.
|
48
51
|
|
49
52
|
:param scope: The scope in which to define this construct.
|
50
53
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
51
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
-
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
|
55
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
56
|
+
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
|
54
57
|
:param connection:
|
55
58
|
:param count:
|
56
59
|
:param depends_on:
|
@@ -91,7 +94,7 @@ class DataPagerdutyEventOrchestration(
|
|
91
94
|
|
92
95
|
:param scope: The scope in which to define this construct.
|
93
96
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestration to import.
|
94
|
-
:param import_from_id: The id of the existing DataPagerdutyEventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
97
|
+
:param import_from_id: The id of the existing DataPagerdutyEventOrchestration that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#import import section} in the documentation of this resource for the id to use
|
95
98
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestration to import is found.
|
96
99
|
'''
|
97
100
|
if __debug__:
|
@@ -222,9 +225,9 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
|
|
222
225
|
:param lifecycle:
|
223
226
|
:param provider:
|
224
227
|
:param provisioners:
|
225
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
226
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
227
|
-
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
228
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.
|
229
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
230
|
+
:param integration: integration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
|
228
231
|
'''
|
229
232
|
if isinstance(lifecycle, dict):
|
230
233
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -328,14 +331,14 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
|
|
328
331
|
|
329
332
|
@builtins.property
|
330
333
|
def name(self) -> builtins.str:
|
331
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
334
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#name DataPagerdutyEventOrchestration#name}.'''
|
332
335
|
result = self._values.get("name")
|
333
336
|
assert result is not None, "Required property 'name' is missing"
|
334
337
|
return typing.cast(builtins.str, result)
|
335
338
|
|
336
339
|
@builtins.property
|
337
340
|
def id(self) -> typing.Optional[builtins.str]:
|
338
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
341
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#id DataPagerdutyEventOrchestration#id}.
|
339
342
|
|
340
343
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
341
344
|
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.
|
@@ -349,7 +352,7 @@ class DataPagerdutyEventOrchestrationConfig(_cdktf_9a9027ec.TerraformMetaArgumen
|
|
349
352
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]]:
|
350
353
|
'''integration block.
|
351
354
|
|
352
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
355
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration#integration DataPagerdutyEventOrchestration#integration}
|
353
356
|
'''
|
354
357
|
result = self._values.get("integration")
|
355
358
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataPagerdutyEventOrchestrationIntegration"]]], result)
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `data_pagerduty_event_orchestration_integration`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_integration`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration).
|
5
5
|
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
6
9
|
import abc
|
7
10
|
import builtins
|
8
11
|
import datetime
|
@@ -26,7 +29,7 @@ class DataPagerdutyEventOrchestrationIntegrationA(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationIntegration.DataPagerdutyEventOrchestrationIntegrationA",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -44,13 +47,13 @@ class DataPagerdutyEventOrchestrationIntegrationA(
|
|
44
47
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
45
48
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
46
49
|
) -> None:
|
47
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
50
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration pagerduty_event_orchestration_integration} Data Source.
|
48
51
|
|
49
52
|
:param scope: The scope in which to define this construct.
|
50
53
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
51
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
|
55
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
56
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
|
54
57
|
:param connection:
|
55
58
|
:param count:
|
56
59
|
:param depends_on:
|
@@ -91,7 +94,7 @@ class DataPagerdutyEventOrchestrationIntegrationA(
|
|
91
94
|
|
92
95
|
:param scope: The scope in which to define this construct.
|
93
96
|
:param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrationIntegrationA to import.
|
94
|
-
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
97
|
+
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrationIntegrationA that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#import import section} in the documentation of this resource for the id to use
|
95
98
|
:param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrationIntegrationA to import is found.
|
96
99
|
'''
|
97
100
|
if __debug__:
|
@@ -221,9 +224,9 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
|
|
221
224
|
:param lifecycle:
|
222
225
|
:param provider:
|
223
226
|
:param provisioners:
|
224
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
225
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
226
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
227
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.
|
228
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
229
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.
|
227
230
|
'''
|
228
231
|
if isinstance(lifecycle, dict):
|
229
232
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -327,14 +330,14 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
|
|
327
330
|
|
328
331
|
@builtins.property
|
329
332
|
def event_orchestration(self) -> builtins.str:
|
330
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
333
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#event_orchestration DataPagerdutyEventOrchestrationIntegrationA#event_orchestration}.'''
|
331
334
|
result = self._values.get("event_orchestration")
|
332
335
|
assert result is not None, "Required property 'event_orchestration' is missing"
|
333
336
|
return typing.cast(builtins.str, result)
|
334
337
|
|
335
338
|
@builtins.property
|
336
339
|
def id(self) -> typing.Optional[builtins.str]:
|
337
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
340
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#id DataPagerdutyEventOrchestrationIntegrationA#id}.
|
338
341
|
|
339
342
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
340
343
|
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.
|
@@ -344,7 +347,7 @@ class DataPagerdutyEventOrchestrationIntegrationAConfig(
|
|
344
347
|
|
345
348
|
@builtins.property
|
346
349
|
def label(self) -> typing.Optional[builtins.str]:
|
347
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
350
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/data-sources/event_orchestration_integration#label DataPagerdutyEventOrchestrationIntegrationA#label}.'''
|
348
351
|
result = self._values.get("label")
|
349
352
|
return typing.cast(typing.Optional[builtins.str], result)
|
350
353
|
|