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,7 +1,7 @@
|
|
1
1
|
'''
|
2
|
-
# CDKTF prebuilt bindings for PagerDuty/pagerduty provider version 3.10.
|
2
|
+
# CDKTF prebuilt bindings for PagerDuty/pagerduty provider version 3.10.1
|
3
3
|
|
4
|
-
This repo builds and publishes the [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.10.
|
4
|
+
This repo builds and publishes the [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.10.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
5
5
|
|
6
6
|
## Available Packages
|
7
7
|
|
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform pagerduty provider version
|
|
63
63
|
These are the upstream dependencies:
|
64
64
|
|
65
65
|
* [CDK for Terraform](https://cdk.tf)
|
66
|
-
* [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.10.
|
66
|
+
* [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.10.1)
|
67
67
|
* [Terraform Engine](https://terraform.io)
|
68
68
|
|
69
69
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
@@ -93,6 +93,9 @@ The provider version can be adjusted in [./.projenrc.js](./.projenrc.js).
|
|
93
93
|
|
94
94
|
The repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/).
|
95
95
|
'''
|
96
|
+
from pkgutil import extend_path
|
97
|
+
__path__ = extend_path(__path__, __name__)
|
98
|
+
|
96
99
|
import abc
|
97
100
|
import builtins
|
98
101
|
import datetime
|
@@ -1,3 +1,6 @@
|
|
1
|
+
from pkgutil import extend_path
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
3
|
+
|
1
4
|
import abc
|
2
5
|
import builtins
|
3
6
|
import datetime
|
@@ -15,9 +18,9 @@ import constructs._jsii
|
|
15
18
|
|
16
19
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
17
20
|
"@cdktf/provider-pagerduty",
|
18
|
-
"13.6.
|
21
|
+
"13.6.1",
|
19
22
|
__name__[0:-6],
|
20
|
-
"provider-pagerduty@13.6.
|
23
|
+
"provider-pagerduty@13.6.1.jsii.tgz",
|
21
24
|
)
|
22
25
|
|
23
26
|
__all__ = [
|
Binary file
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_addon`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_addon`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_addon`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/addon).
|
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 Addon(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.addon.Addon",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/addon pagerduty_addon}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -44,13 +47,13 @@ class Addon(
|
|
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/resources/addon pagerduty_addon} Resource.
|
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 src: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
-
:param id: 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/resources/addon#name Addon#name}.
|
55
|
+
:param src: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/addon#src Addon#src}.
|
56
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/addon#id Addon#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.
|
54
57
|
:param connection:
|
55
58
|
:param count:
|
56
59
|
:param depends_on:
|
@@ -91,7 +94,7 @@ class Addon(
|
|
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 Addon to import.
|
94
|
-
:param import_from_id: The id of the existing Addon 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 Addon that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/addon#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 Addon to import is found.
|
96
99
|
'''
|
97
100
|
if __debug__:
|
@@ -210,9 +213,9 @@ class AddonConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
210
213
|
:param lifecycle:
|
211
214
|
:param provider:
|
212
215
|
:param provisioners:
|
213
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
214
|
-
:param src: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
215
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
216
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/addon#name Addon#name}.
|
217
|
+
:param src: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/addon#src Addon#src}.
|
218
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/addon#id Addon#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.
|
216
219
|
'''
|
217
220
|
if isinstance(lifecycle, dict):
|
218
221
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -315,21 +318,21 @@ class AddonConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
315
318
|
|
316
319
|
@builtins.property
|
317
320
|
def name(self) -> builtins.str:
|
318
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
321
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/addon#name Addon#name}.'''
|
319
322
|
result = self._values.get("name")
|
320
323
|
assert result is not None, "Required property 'name' is missing"
|
321
324
|
return typing.cast(builtins.str, result)
|
322
325
|
|
323
326
|
@builtins.property
|
324
327
|
def src(self) -> builtins.str:
|
325
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
328
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/addon#src Addon#src}.'''
|
326
329
|
result = self._values.get("src")
|
327
330
|
assert result is not None, "Required property 'src' is missing"
|
328
331
|
return typing.cast(builtins.str, result)
|
329
332
|
|
330
333
|
@builtins.property
|
331
334
|
def id(self) -> typing.Optional[builtins.str]:
|
332
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
335
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/addon#id Addon#id}.
|
333
336
|
|
334
337
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
335
338
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_automation_actions_action`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/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 AutomationActionsAction(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.automationActionsAction.AutomationActionsAction",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action pagerduty_automation_actions_action}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -52,21 +55,21 @@ class AutomationActionsAction(
|
|
52
55
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
53
56
|
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,
|
54
57
|
) -> None:
|
55
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
58
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action pagerduty_automation_actions_action} Resource.
|
56
59
|
|
57
60
|
:param scope: The scope in which to define this construct.
|
58
61
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
59
|
-
:param action_data_reference: action_data_reference block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
60
|
-
:param action_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
61
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
62
|
-
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
63
|
-
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
64
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
65
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
66
|
-
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
67
|
-
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
68
|
-
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
69
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
62
|
+
:param action_data_reference: action_data_reference block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference}
|
63
|
+
:param action_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}.
|
64
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#name AutomationActionsAction#name}.
|
65
|
+
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}.
|
66
|
+
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}.
|
67
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#description AutomationActionsAction#description}.
|
68
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#id AutomationActionsAction#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.
|
69
|
+
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}.
|
70
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}.
|
71
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}.
|
72
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#type AutomationActionsAction#type}.
|
70
73
|
:param connection:
|
71
74
|
:param count:
|
72
75
|
:param depends_on:
|
@@ -115,7 +118,7 @@ class AutomationActionsAction(
|
|
115
118
|
|
116
119
|
:param scope: The scope in which to define this construct.
|
117
120
|
:param import_to_id: The construct id used in the generated config for the AutomationActionsAction to import.
|
118
|
-
:param import_from_id: The id of the existing AutomationActionsAction that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
121
|
+
:param import_from_id: The id of the existing AutomationActionsAction that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use
|
119
122
|
:param provider: ? Optional instance of the provider where the AutomationActionsAction to import is found.
|
120
123
|
'''
|
121
124
|
if __debug__:
|
@@ -137,11 +140,11 @@ class AutomationActionsAction(
|
|
137
140
|
script: typing.Optional[builtins.str] = None,
|
138
141
|
) -> None:
|
139
142
|
'''
|
140
|
-
:param invocation_command: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
141
|
-
:param process_automation_job_arguments: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
142
|
-
:param process_automation_job_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
143
|
-
:param process_automation_node_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
144
|
-
:param script: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
143
|
+
:param invocation_command: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}.
|
144
|
+
:param process_automation_job_arguments: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}.
|
145
|
+
:param process_automation_job_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}.
|
146
|
+
:param process_automation_node_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}.
|
147
|
+
:param script: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#script AutomationActionsAction#script}.
|
145
148
|
'''
|
146
149
|
value = AutomationActionsActionActionDataReference(
|
147
150
|
invocation_command=invocation_command,
|
@@ -405,11 +408,11 @@ class AutomationActionsActionActionDataReference:
|
|
405
408
|
script: typing.Optional[builtins.str] = None,
|
406
409
|
) -> None:
|
407
410
|
'''
|
408
|
-
:param invocation_command: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
409
|
-
:param process_automation_job_arguments: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
410
|
-
:param process_automation_job_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
411
|
-
:param process_automation_node_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
412
|
-
:param script: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
411
|
+
:param invocation_command: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}.
|
412
|
+
:param process_automation_job_arguments: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}.
|
413
|
+
:param process_automation_job_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}.
|
414
|
+
:param process_automation_node_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}.
|
415
|
+
:param script: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#script AutomationActionsAction#script}.
|
413
416
|
'''
|
414
417
|
if __debug__:
|
415
418
|
type_hints = typing.get_type_hints(_typecheckingstub__958350bc5199af4401d6e30628e13529e442f17d1958d51a29d3949925fd9f1d)
|
@@ -432,31 +435,31 @@ class AutomationActionsActionActionDataReference:
|
|
432
435
|
|
433
436
|
@builtins.property
|
434
437
|
def invocation_command(self) -> typing.Optional[builtins.str]:
|
435
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
438
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}.'''
|
436
439
|
result = self._values.get("invocation_command")
|
437
440
|
return typing.cast(typing.Optional[builtins.str], result)
|
438
441
|
|
439
442
|
@builtins.property
|
440
443
|
def process_automation_job_arguments(self) -> typing.Optional[builtins.str]:
|
441
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
444
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}.'''
|
442
445
|
result = self._values.get("process_automation_job_arguments")
|
443
446
|
return typing.cast(typing.Optional[builtins.str], result)
|
444
447
|
|
445
448
|
@builtins.property
|
446
449
|
def process_automation_job_id(self) -> typing.Optional[builtins.str]:
|
447
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
450
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}.'''
|
448
451
|
result = self._values.get("process_automation_job_id")
|
449
452
|
return typing.cast(typing.Optional[builtins.str], result)
|
450
453
|
|
451
454
|
@builtins.property
|
452
455
|
def process_automation_node_filter(self) -> typing.Optional[builtins.str]:
|
453
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
456
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}.'''
|
454
457
|
result = self._values.get("process_automation_node_filter")
|
455
458
|
return typing.cast(typing.Optional[builtins.str], result)
|
456
459
|
|
457
460
|
@builtins.property
|
458
461
|
def script(self) -> typing.Optional[builtins.str]:
|
459
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
462
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#script AutomationActionsAction#script}.'''
|
460
463
|
result = self._values.get("script")
|
461
464
|
return typing.cast(typing.Optional[builtins.str], result)
|
462
465
|
|
@@ -670,17 +673,17 @@ class AutomationActionsActionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
670
673
|
:param lifecycle:
|
671
674
|
:param provider:
|
672
675
|
:param provisioners:
|
673
|
-
:param action_data_reference: action_data_reference block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
674
|
-
:param action_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
675
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
676
|
-
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
677
|
-
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
678
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
679
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
680
|
-
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
681
|
-
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
682
|
-
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
683
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
676
|
+
:param action_data_reference: action_data_reference block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference}
|
677
|
+
:param action_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}.
|
678
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#name AutomationActionsAction#name}.
|
679
|
+
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}.
|
680
|
+
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}.
|
681
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#description AutomationActionsAction#description}.
|
682
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#id AutomationActionsAction#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.
|
683
|
+
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}.
|
684
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}.
|
685
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}.
|
686
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#type AutomationActionsAction#type}.
|
684
687
|
'''
|
685
688
|
if isinstance(lifecycle, dict):
|
686
689
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -810,7 +813,7 @@ class AutomationActionsActionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
810
813
|
def action_data_reference(self) -> AutomationActionsActionActionDataReference:
|
811
814
|
'''action_data_reference block.
|
812
815
|
|
813
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
816
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference}
|
814
817
|
'''
|
815
818
|
result = self._values.get("action_data_reference")
|
816
819
|
assert result is not None, "Required property 'action_data_reference' is missing"
|
@@ -818,39 +821,39 @@ class AutomationActionsActionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
818
821
|
|
819
822
|
@builtins.property
|
820
823
|
def action_type(self) -> builtins.str:
|
821
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
824
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}.'''
|
822
825
|
result = self._values.get("action_type")
|
823
826
|
assert result is not None, "Required property 'action_type' is missing"
|
824
827
|
return typing.cast(builtins.str, result)
|
825
828
|
|
826
829
|
@builtins.property
|
827
830
|
def name(self) -> builtins.str:
|
828
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
831
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#name AutomationActionsAction#name}.'''
|
829
832
|
result = self._values.get("name")
|
830
833
|
assert result is not None, "Required property 'name' is missing"
|
831
834
|
return typing.cast(builtins.str, result)
|
832
835
|
|
833
836
|
@builtins.property
|
834
837
|
def action_classification(self) -> typing.Optional[builtins.str]:
|
835
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
838
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}.'''
|
836
839
|
result = self._values.get("action_classification")
|
837
840
|
return typing.cast(typing.Optional[builtins.str], result)
|
838
841
|
|
839
842
|
@builtins.property
|
840
843
|
def creation_time(self) -> typing.Optional[builtins.str]:
|
841
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
844
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}.'''
|
842
845
|
result = self._values.get("creation_time")
|
843
846
|
return typing.cast(typing.Optional[builtins.str], result)
|
844
847
|
|
845
848
|
@builtins.property
|
846
849
|
def description(self) -> typing.Optional[builtins.str]:
|
847
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
850
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#description AutomationActionsAction#description}.'''
|
848
851
|
result = self._values.get("description")
|
849
852
|
return typing.cast(typing.Optional[builtins.str], result)
|
850
853
|
|
851
854
|
@builtins.property
|
852
855
|
def id(self) -> typing.Optional[builtins.str]:
|
853
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
856
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#id AutomationActionsAction#id}.
|
854
857
|
|
855
858
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
856
859
|
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.
|
@@ -860,25 +863,25 @@ class AutomationActionsActionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
860
863
|
|
861
864
|
@builtins.property
|
862
865
|
def modify_time(self) -> typing.Optional[builtins.str]:
|
863
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
866
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}.'''
|
864
867
|
result = self._values.get("modify_time")
|
865
868
|
return typing.cast(typing.Optional[builtins.str], result)
|
866
869
|
|
867
870
|
@builtins.property
|
868
871
|
def runner_id(self) -> typing.Optional[builtins.str]:
|
869
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
872
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}.'''
|
870
873
|
result = self._values.get("runner_id")
|
871
874
|
return typing.cast(typing.Optional[builtins.str], result)
|
872
875
|
|
873
876
|
@builtins.property
|
874
877
|
def runner_type(self) -> typing.Optional[builtins.str]:
|
875
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
878
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}.'''
|
876
879
|
result = self._values.get("runner_type")
|
877
880
|
return typing.cast(typing.Optional[builtins.str], result)
|
878
881
|
|
879
882
|
@builtins.property
|
880
883
|
def type(self) -> typing.Optional[builtins.str]:
|
881
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
884
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action#type AutomationActionsAction#type}.'''
|
882
885
|
result = self._values.get("type")
|
883
886
|
return typing.cast(typing.Optional[builtins.str], result)
|
884
887
|
|
@@ -1,8 +1,11 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_automation_actions_action_service_association`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action_service_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action_service_association`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_service_association).
|
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 AutomationActionsActionServiceAssociation(
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
27
30
|
jsii_type="@cdktf/provider-pagerduty.automationActionsActionServiceAssociation.AutomationActionsActionServiceAssociation",
|
28
31
|
):
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association}.'''
|
30
33
|
|
31
34
|
def __init__(
|
32
35
|
self,
|
@@ -44,13 +47,13 @@ class AutomationActionsActionServiceAssociation(
|
|
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/resources/automation_actions_action_service_association pagerduty_automation_actions_action_service_association} Resource.
|
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 action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
52
|
-
:param service_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
53
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
54
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}.
|
55
|
+
:param service_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}.
|
56
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#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.
|
54
57
|
:param connection:
|
55
58
|
:param count:
|
56
59
|
:param depends_on:
|
@@ -91,7 +94,7 @@ class AutomationActionsActionServiceAssociation(
|
|
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 AutomationActionsActionServiceAssociation to import.
|
94
|
-
:param import_from_id: The id of the existing AutomationActionsActionServiceAssociation 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 AutomationActionsActionServiceAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_service_association#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 AutomationActionsActionServiceAssociation to import is found.
|
96
99
|
'''
|
97
100
|
if __debug__:
|
@@ -212,9 +215,9 @@ class AutomationActionsActionServiceAssociationConfig(
|
|
212
215
|
:param lifecycle:
|
213
216
|
:param provider:
|
214
217
|
:param provisioners:
|
215
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
216
|
-
:param service_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
217
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
218
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}.
|
219
|
+
:param service_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}.
|
220
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#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.
|
218
221
|
'''
|
219
222
|
if isinstance(lifecycle, dict):
|
220
223
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -317,21 +320,21 @@ class AutomationActionsActionServiceAssociationConfig(
|
|
317
320
|
|
318
321
|
@builtins.property
|
319
322
|
def action_id(self) -> builtins.str:
|
320
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
323
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_service_association#action_id AutomationActionsActionServiceAssociation#action_id}.'''
|
321
324
|
result = self._values.get("action_id")
|
322
325
|
assert result is not None, "Required property 'action_id' is missing"
|
323
326
|
return typing.cast(builtins.str, result)
|
324
327
|
|
325
328
|
@builtins.property
|
326
329
|
def service_id(self) -> builtins.str:
|
327
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
330
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_service_association#service_id AutomationActionsActionServiceAssociation#service_id}.'''
|
328
331
|
result = self._values.get("service_id")
|
329
332
|
assert result is not None, "Required property 'service_id' is missing"
|
330
333
|
return typing.cast(builtins.str, result)
|
331
334
|
|
332
335
|
@builtins.property
|
333
336
|
def id(self) -> typing.Optional[builtins.str]:
|
334
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.
|
337
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.10.1/docs/resources/automation_actions_action_service_association#id AutomationActionsActionServiceAssociation#id}.
|
335
338
|
|
336
339
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
337
340
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|