cdktf-cdktf-provider-pagerduty 13.15.3__py3-none-any.whl → 13.17.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.17.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_alert_grouping_setting/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_jira_cloud_account_mapping/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +197 -197
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +50 -50
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +206 -206
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_type/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/incident_type_custom_field/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +89 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/jira_cloud_account_mapping_rule/__init__.py +99 -99
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +21 -21
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +20 -20
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.15.3.dist-info → cdktf_cdktf_provider_pagerduty-13.17.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.17.0.dist-info/RECORD +90 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.3.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.15.3.dist-info/RECORD +0 -90
- {cdktf_cdktf_provider_pagerduty-13.15.3.dist-info → cdktf_cdktf_provider_pagerduty-13.17.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.15.3.dist-info → cdktf_cdktf_provider_pagerduty-13.17.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.15.3.dist-info → cdktf_cdktf_provider_pagerduty-13.17.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
|
-
# CDKTF prebuilt bindings for PagerDuty/pagerduty provider version 3.
|
2
|
+
# CDKTF prebuilt bindings for PagerDuty/pagerduty provider version 3.21.0
|
3
3
|
|
4
|
-
This repo builds and publishes the [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.
|
4
|
+
This repo builds and publishes the [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.21.0/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.
|
66
|
+
* [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.21.0)
|
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.
|
@@ -33,9 +33,9 @@ import constructs._jsii
|
|
33
33
|
|
34
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
35
35
|
"@cdktf/provider-pagerduty",
|
36
|
-
"13.
|
36
|
+
"13.17.0",
|
37
37
|
__name__[0:-6],
|
38
|
-
"provider-pagerduty@13.
|
38
|
+
"provider-pagerduty@13.17.0.jsii.tgz",
|
39
39
|
)
|
40
40
|
|
41
41
|
__all__ = [
|
Binary file
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `pagerduty_addon`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_addon`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_addon`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/addon).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class Addon(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.addon.Addon",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/addon pagerduty_addon}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -61,12 +61,12 @@ class Addon(
|
|
61
61
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
62
62
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
63
63
|
) -> None:
|
64
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
64
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/addon pagerduty_addon} Resource.
|
65
65
|
|
66
66
|
:param scope: The scope in which to define this construct.
|
67
67
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
68
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
69
|
-
:param src: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
68
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/addon#name Addon#name}.
|
69
|
+
:param src: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/addon#src Addon#src}.
|
70
70
|
:param connection:
|
71
71
|
:param count:
|
72
72
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class Addon(
|
|
106
106
|
|
107
107
|
:param scope: The scope in which to define this construct.
|
108
108
|
:param import_to_id: The construct id used in the generated config for the Addon to import.
|
109
|
-
: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.
|
109
|
+
: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.21.0/docs/resources/addon#import import section} in the documentation of this resource for the id to use
|
110
110
|
:param provider: ? Optional instance of the provider where the Addon to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -207,8 +207,8 @@ class AddonConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
207
207
|
:param lifecycle:
|
208
208
|
:param provider:
|
209
209
|
:param provisioners:
|
210
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
211
|
-
:param src: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
210
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/addon#name Addon#name}.
|
211
|
+
:param src: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/addon#src Addon#src}.
|
212
212
|
'''
|
213
213
|
if isinstance(lifecycle, dict):
|
214
214
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -308,14 +308,14 @@ class AddonConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
308
308
|
|
309
309
|
@builtins.property
|
310
310
|
def name(self) -> builtins.str:
|
311
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
311
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/addon#name Addon#name}.'''
|
312
312
|
result = self._values.get("name")
|
313
313
|
assert result is not None, "Required property 'name' is missing"
|
314
314
|
return typing.cast(builtins.str, result)
|
315
315
|
|
316
316
|
@builtins.property
|
317
317
|
def src(self) -> builtins.str:
|
318
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
318
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/addon#src Addon#src}.'''
|
319
319
|
result = self._values.get("src")
|
320
320
|
assert result is not None, "Required property 'src' is missing"
|
321
321
|
return typing.cast(builtins.str, result)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `pagerduty_alert_grouping_setting`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_alert_grouping_setting`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_alert_grouping_setting`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class AlertGroupingSetting(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.alertGroupingSetting.AlertGroupingSetting",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting pagerduty_alert_grouping_setting}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -64,15 +64,15 @@ class AlertGroupingSetting(
|
|
64
64
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
65
65
|
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,
|
66
66
|
) -> None:
|
67
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
67
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting pagerduty_alert_grouping_setting} Resource.
|
68
68
|
|
69
69
|
:param scope: The scope in which to define this construct.
|
70
70
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
71
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
72
|
-
:param services: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
73
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
74
|
-
:param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
75
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
71
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}.
|
72
|
+
:param services: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}.
|
73
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}.
|
74
|
+
:param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#config AlertGroupingSetting#config}
|
75
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}.
|
76
76
|
:param connection:
|
77
77
|
:param count:
|
78
78
|
:param depends_on:
|
@@ -115,7 +115,7 @@ class AlertGroupingSetting(
|
|
115
115
|
|
116
116
|
:param scope: The scope in which to define this construct.
|
117
117
|
:param import_to_id: The construct id used in the generated config for the AlertGroupingSetting to import.
|
118
|
-
:param import_from_id: The id of the existing AlertGroupingSetting that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
118
|
+
:param import_from_id: The id of the existing AlertGroupingSetting that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#import import section} in the documentation of this resource for the id to use
|
119
119
|
:param provider: ? Optional instance of the provider where the AlertGroupingSetting to import is found.
|
120
120
|
'''
|
121
121
|
if __debug__:
|
@@ -136,10 +136,10 @@ class AlertGroupingSetting(
|
|
136
136
|
time_window: typing.Optional[jsii.Number] = None,
|
137
137
|
) -> None:
|
138
138
|
'''
|
139
|
-
:param aggregate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
140
|
-
:param fields: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
141
|
-
:param timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
142
|
-
:param time_window: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
139
|
+
:param aggregate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}.
|
140
|
+
:param fields: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}.
|
141
|
+
:param timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}.
|
142
|
+
:param time_window: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}.
|
143
143
|
'''
|
144
144
|
value = AlertGroupingSettingConfigA(
|
145
145
|
aggregate=aggregate,
|
@@ -300,11 +300,11 @@ class AlertGroupingSettingConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
300
300
|
:param lifecycle:
|
301
301
|
:param provider:
|
302
302
|
:param provisioners:
|
303
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
304
|
-
:param services: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
305
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
306
|
-
:param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
307
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
303
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}.
|
304
|
+
:param services: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}.
|
305
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}.
|
306
|
+
:param config: config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#config AlertGroupingSetting#config}
|
307
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}.
|
308
308
|
'''
|
309
309
|
if isinstance(lifecycle, dict):
|
310
310
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -414,21 +414,21 @@ class AlertGroupingSettingConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
414
414
|
|
415
415
|
@builtins.property
|
416
416
|
def name(self) -> builtins.str:
|
417
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
417
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#name AlertGroupingSetting#name}.'''
|
418
418
|
result = self._values.get("name")
|
419
419
|
assert result is not None, "Required property 'name' is missing"
|
420
420
|
return typing.cast(builtins.str, result)
|
421
421
|
|
422
422
|
@builtins.property
|
423
423
|
def services(self) -> typing.List[builtins.str]:
|
424
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
424
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#services AlertGroupingSetting#services}.'''
|
425
425
|
result = self._values.get("services")
|
426
426
|
assert result is not None, "Required property 'services' is missing"
|
427
427
|
return typing.cast(typing.List[builtins.str], result)
|
428
428
|
|
429
429
|
@builtins.property
|
430
430
|
def type(self) -> builtins.str:
|
431
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
431
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#type AlertGroupingSetting#type}.'''
|
432
432
|
result = self._values.get("type")
|
433
433
|
assert result is not None, "Required property 'type' is missing"
|
434
434
|
return typing.cast(builtins.str, result)
|
@@ -437,14 +437,14 @@ class AlertGroupingSettingConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
437
437
|
def config(self) -> typing.Optional["AlertGroupingSettingConfigA"]:
|
438
438
|
'''config block.
|
439
439
|
|
440
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
440
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#config AlertGroupingSetting#config}
|
441
441
|
'''
|
442
442
|
result = self._values.get("config")
|
443
443
|
return typing.cast(typing.Optional["AlertGroupingSettingConfigA"], result)
|
444
444
|
|
445
445
|
@builtins.property
|
446
446
|
def description(self) -> typing.Optional[builtins.str]:
|
447
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
447
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#description AlertGroupingSetting#description}.'''
|
448
448
|
result = self._values.get("description")
|
449
449
|
return typing.cast(typing.Optional[builtins.str], result)
|
450
450
|
|
@@ -480,10 +480,10 @@ class AlertGroupingSettingConfigA:
|
|
480
480
|
time_window: typing.Optional[jsii.Number] = None,
|
481
481
|
) -> None:
|
482
482
|
'''
|
483
|
-
:param aggregate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
484
|
-
:param fields: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
485
|
-
:param timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
486
|
-
:param time_window: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
483
|
+
:param aggregate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}.
|
484
|
+
:param fields: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}.
|
485
|
+
:param timeout: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}.
|
486
|
+
:param time_window: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}.
|
487
487
|
'''
|
488
488
|
if __debug__:
|
489
489
|
type_hints = typing.get_type_hints(_typecheckingstub__41af9944a87f081541a070bfe605d486548a0d39caaab7e006e63ffaaabc148f)
|
@@ -503,25 +503,25 @@ class AlertGroupingSettingConfigA:
|
|
503
503
|
|
504
504
|
@builtins.property
|
505
505
|
def aggregate(self) -> typing.Optional[builtins.str]:
|
506
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
506
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#aggregate AlertGroupingSetting#aggregate}.'''
|
507
507
|
result = self._values.get("aggregate")
|
508
508
|
return typing.cast(typing.Optional[builtins.str], result)
|
509
509
|
|
510
510
|
@builtins.property
|
511
511
|
def fields(self) -> typing.Optional[typing.List[builtins.str]]:
|
512
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
512
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#fields AlertGroupingSetting#fields}.'''
|
513
513
|
result = self._values.get("fields")
|
514
514
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
515
515
|
|
516
516
|
@builtins.property
|
517
517
|
def timeout(self) -> typing.Optional[jsii.Number]:
|
518
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
518
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#timeout AlertGroupingSetting#timeout}.'''
|
519
519
|
result = self._values.get("timeout")
|
520
520
|
return typing.cast(typing.Optional[jsii.Number], result)
|
521
521
|
|
522
522
|
@builtins.property
|
523
523
|
def time_window(self) -> typing.Optional[jsii.Number]:
|
524
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
524
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/alert_grouping_setting#time_window AlertGroupingSetting#time_window}.'''
|
525
525
|
result = self._values.get("time_window")
|
526
526
|
return typing.cast(typing.Optional[jsii.Number], result)
|
527
527
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
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.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_automation_actions_action`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class AutomationActionsAction(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.automationActionsAction.AutomationActionsAction",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action pagerduty_automation_actions_action}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -71,22 +71,22 @@ class AutomationActionsAction(
|
|
71
71
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
72
72
|
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,
|
73
73
|
) -> None:
|
74
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
74
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action pagerduty_automation_actions_action} Resource.
|
75
75
|
|
76
76
|
:param scope: The scope in which to define this construct.
|
77
77
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
78
|
-
:param action_data_reference: action_data_reference block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
79
|
-
:param action_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
80
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
81
|
-
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
82
|
-
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
83
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
84
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
85
|
-
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
86
|
-
:param only_invocable_on_unresolved_incidents: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
87
|
-
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
88
|
-
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
89
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
78
|
+
:param action_data_reference: action_data_reference block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference}
|
79
|
+
:param action_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}.
|
80
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}.
|
81
|
+
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}.
|
82
|
+
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}.
|
83
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}.
|
84
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/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.
|
85
|
+
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}.
|
86
|
+
:param only_invocable_on_unresolved_incidents: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#only_invocable_on_unresolved_incidents AutomationActionsAction#only_invocable_on_unresolved_incidents}.
|
87
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}.
|
88
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}.
|
89
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}.
|
90
90
|
:param connection:
|
91
91
|
:param count:
|
92
92
|
:param depends_on:
|
@@ -136,7 +136,7 @@ class AutomationActionsAction(
|
|
136
136
|
|
137
137
|
:param scope: The scope in which to define this construct.
|
138
138
|
:param import_to_id: The construct id used in the generated config for the AutomationActionsAction to import.
|
139
|
-
: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.
|
139
|
+
: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.21.0/docs/resources/automation_actions_action#import import section} in the documentation of this resource for the id to use
|
140
140
|
:param provider: ? Optional instance of the provider where the AutomationActionsAction to import is found.
|
141
141
|
'''
|
142
142
|
if __debug__:
|
@@ -158,11 +158,11 @@ class AutomationActionsAction(
|
|
158
158
|
script: typing.Optional[builtins.str] = None,
|
159
159
|
) -> None:
|
160
160
|
'''
|
161
|
-
:param invocation_command: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
162
|
-
:param process_automation_job_arguments: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
163
|
-
:param process_automation_job_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
164
|
-
:param process_automation_node_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
165
|
-
:param script: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
161
|
+
:param invocation_command: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}.
|
162
|
+
:param process_automation_job_arguments: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}.
|
163
|
+
:param process_automation_job_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}.
|
164
|
+
:param process_automation_node_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}.
|
165
|
+
:param script: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}.
|
166
166
|
'''
|
167
167
|
value = AutomationActionsActionActionDataReference(
|
168
168
|
invocation_command=invocation_command,
|
@@ -454,11 +454,11 @@ class AutomationActionsActionActionDataReference:
|
|
454
454
|
script: typing.Optional[builtins.str] = None,
|
455
455
|
) -> None:
|
456
456
|
'''
|
457
|
-
:param invocation_command: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
458
|
-
:param process_automation_job_arguments: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
459
|
-
:param process_automation_job_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
460
|
-
:param process_automation_node_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
461
|
-
:param script: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
457
|
+
:param invocation_command: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}.
|
458
|
+
:param process_automation_job_arguments: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}.
|
459
|
+
:param process_automation_job_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}.
|
460
|
+
:param process_automation_node_filter: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}.
|
461
|
+
:param script: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}.
|
462
462
|
'''
|
463
463
|
if __debug__:
|
464
464
|
type_hints = typing.get_type_hints(_typecheckingstub__958350bc5199af4401d6e30628e13529e442f17d1958d51a29d3949925fd9f1d)
|
@@ -481,31 +481,31 @@ class AutomationActionsActionActionDataReference:
|
|
481
481
|
|
482
482
|
@builtins.property
|
483
483
|
def invocation_command(self) -> typing.Optional[builtins.str]:
|
484
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
484
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#invocation_command AutomationActionsAction#invocation_command}.'''
|
485
485
|
result = self._values.get("invocation_command")
|
486
486
|
return typing.cast(typing.Optional[builtins.str], result)
|
487
487
|
|
488
488
|
@builtins.property
|
489
489
|
def process_automation_job_arguments(self) -> typing.Optional[builtins.str]:
|
490
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
490
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#process_automation_job_arguments AutomationActionsAction#process_automation_job_arguments}.'''
|
491
491
|
result = self._values.get("process_automation_job_arguments")
|
492
492
|
return typing.cast(typing.Optional[builtins.str], result)
|
493
493
|
|
494
494
|
@builtins.property
|
495
495
|
def process_automation_job_id(self) -> typing.Optional[builtins.str]:
|
496
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
496
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#process_automation_job_id AutomationActionsAction#process_automation_job_id}.'''
|
497
497
|
result = self._values.get("process_automation_job_id")
|
498
498
|
return typing.cast(typing.Optional[builtins.str], result)
|
499
499
|
|
500
500
|
@builtins.property
|
501
501
|
def process_automation_node_filter(self) -> typing.Optional[builtins.str]:
|
502
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
502
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#process_automation_node_filter AutomationActionsAction#process_automation_node_filter}.'''
|
503
503
|
result = self._values.get("process_automation_node_filter")
|
504
504
|
return typing.cast(typing.Optional[builtins.str], result)
|
505
505
|
|
506
506
|
@builtins.property
|
507
507
|
def script(self) -> typing.Optional[builtins.str]:
|
508
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
508
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#script AutomationActionsAction#script}.'''
|
509
509
|
result = self._values.get("script")
|
510
510
|
return typing.cast(typing.Optional[builtins.str], result)
|
511
511
|
|
@@ -721,18 +721,18 @@ class AutomationActionsActionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
721
721
|
:param lifecycle:
|
722
722
|
:param provider:
|
723
723
|
:param provisioners:
|
724
|
-
:param action_data_reference: action_data_reference block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
725
|
-
:param action_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
726
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
727
|
-
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
728
|
-
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
729
|
-
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
730
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
731
|
-
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
732
|
-
:param only_invocable_on_unresolved_incidents: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
733
|
-
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
734
|
-
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
735
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
724
|
+
:param action_data_reference: action_data_reference block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference}
|
725
|
+
:param action_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}.
|
726
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}.
|
727
|
+
:param action_classification: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}.
|
728
|
+
:param creation_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}.
|
729
|
+
:param description: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}.
|
730
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/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.
|
731
|
+
:param modify_time: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}.
|
732
|
+
:param only_invocable_on_unresolved_incidents: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#only_invocable_on_unresolved_incidents AutomationActionsAction#only_invocable_on_unresolved_incidents}.
|
733
|
+
:param runner_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}.
|
734
|
+
:param runner_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}.
|
735
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}.
|
736
736
|
'''
|
737
737
|
if isinstance(lifecycle, dict):
|
738
738
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -865,7 +865,7 @@ class AutomationActionsActionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
865
865
|
def action_data_reference(self) -> AutomationActionsActionActionDataReference:
|
866
866
|
'''action_data_reference block.
|
867
867
|
|
868
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
868
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#action_data_reference AutomationActionsAction#action_data_reference}
|
869
869
|
'''
|
870
870
|
result = self._values.get("action_data_reference")
|
871
871
|
assert result is not None, "Required property 'action_data_reference' is missing"
|
@@ -873,39 +873,39 @@ class AutomationActionsActionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
873
873
|
|
874
874
|
@builtins.property
|
875
875
|
def action_type(self) -> builtins.str:
|
876
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
876
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#action_type AutomationActionsAction#action_type}.'''
|
877
877
|
result = self._values.get("action_type")
|
878
878
|
assert result is not None, "Required property 'action_type' is missing"
|
879
879
|
return typing.cast(builtins.str, result)
|
880
880
|
|
881
881
|
@builtins.property
|
882
882
|
def name(self) -> builtins.str:
|
883
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
883
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#name AutomationActionsAction#name}.'''
|
884
884
|
result = self._values.get("name")
|
885
885
|
assert result is not None, "Required property 'name' is missing"
|
886
886
|
return typing.cast(builtins.str, result)
|
887
887
|
|
888
888
|
@builtins.property
|
889
889
|
def action_classification(self) -> typing.Optional[builtins.str]:
|
890
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
890
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#action_classification AutomationActionsAction#action_classification}.'''
|
891
891
|
result = self._values.get("action_classification")
|
892
892
|
return typing.cast(typing.Optional[builtins.str], result)
|
893
893
|
|
894
894
|
@builtins.property
|
895
895
|
def creation_time(self) -> typing.Optional[builtins.str]:
|
896
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
896
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#creation_time AutomationActionsAction#creation_time}.'''
|
897
897
|
result = self._values.get("creation_time")
|
898
898
|
return typing.cast(typing.Optional[builtins.str], result)
|
899
899
|
|
900
900
|
@builtins.property
|
901
901
|
def description(self) -> typing.Optional[builtins.str]:
|
902
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
902
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#description AutomationActionsAction#description}.'''
|
903
903
|
result = self._values.get("description")
|
904
904
|
return typing.cast(typing.Optional[builtins.str], result)
|
905
905
|
|
906
906
|
@builtins.property
|
907
907
|
def id(self) -> typing.Optional[builtins.str]:
|
908
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
908
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#id AutomationActionsAction#id}.
|
909
909
|
|
910
910
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
911
911
|
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.
|
@@ -915,7 +915,7 @@ class AutomationActionsActionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
915
915
|
|
916
916
|
@builtins.property
|
917
917
|
def modify_time(self) -> typing.Optional[builtins.str]:
|
918
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
918
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#modify_time AutomationActionsAction#modify_time}.'''
|
919
919
|
result = self._values.get("modify_time")
|
920
920
|
return typing.cast(typing.Optional[builtins.str], result)
|
921
921
|
|
@@ -923,25 +923,25 @@ class AutomationActionsActionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
923
923
|
def only_invocable_on_unresolved_incidents(
|
924
924
|
self,
|
925
925
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
926
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
926
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#only_invocable_on_unresolved_incidents AutomationActionsAction#only_invocable_on_unresolved_incidents}.'''
|
927
927
|
result = self._values.get("only_invocable_on_unresolved_incidents")
|
928
928
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
929
929
|
|
930
930
|
@builtins.property
|
931
931
|
def runner_id(self) -> typing.Optional[builtins.str]:
|
932
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
932
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#runner_id AutomationActionsAction#runner_id}.'''
|
933
933
|
result = self._values.get("runner_id")
|
934
934
|
return typing.cast(typing.Optional[builtins.str], result)
|
935
935
|
|
936
936
|
@builtins.property
|
937
937
|
def runner_type(self) -> typing.Optional[builtins.str]:
|
938
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
938
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#runner_type AutomationActionsAction#runner_type}.'''
|
939
939
|
result = self._values.get("runner_type")
|
940
940
|
return typing.cast(typing.Optional[builtins.str], result)
|
941
941
|
|
942
942
|
@builtins.property
|
943
943
|
def type(self) -> typing.Optional[builtins.str]:
|
944
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
944
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.21.0/docs/resources/automation_actions_action#type AutomationActionsAction#type}.'''
|
945
945
|
result = self._values.get("type")
|
946
946
|
return typing.cast(typing.Optional[builtins.str], result)
|
947
947
|
|