cdktf-cdktf-provider-pagerduty 13.9.0__py3-none-any.whl → 13.10.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.10.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +18 -61
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +17 -60
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +21 -64
- 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 +191 -191
- 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 +41 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +200 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +84 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +220 -114
- 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 +19 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_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.9.0.dist-info → cdktf_cdktf_provider_pagerduty-13.10.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.10.0.dist-info/RECORD +82 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.9.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.9.0.dist-info/RECORD +0 -82
- {cdktf_cdktf_provider_pagerduty-13.9.0.dist-info → cdktf_cdktf_provider_pagerduty-13.10.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.9.0.dist-info → cdktf_cdktf_provider_pagerduty-13.10.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.9.0.dist-info → cdktf_cdktf_provider_pagerduty-13.10.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_event_orchestration_service`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class EventOrchestrationService(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationService.EventOrchestrationService",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -49,15 +49,15 @@ class EventOrchestrationService(
|
|
49
49
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
50
50
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
51
51
|
) -> None:
|
52
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
52
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service pagerduty_event_orchestration_service} Resource.
|
53
53
|
|
54
54
|
:param scope: The scope in which to define this construct.
|
55
55
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
56
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
57
|
-
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
58
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
59
|
-
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
60
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
56
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
|
57
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
|
58
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
|
59
|
+
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
|
60
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
|
61
61
|
:param connection:
|
62
62
|
:param count:
|
63
63
|
:param depends_on:
|
@@ -100,7 +100,7 @@ class EventOrchestrationService(
|
|
100
100
|
|
101
101
|
:param scope: The scope in which to define this construct.
|
102
102
|
:param import_to_id: The construct id used in the generated config for the EventOrchestrationService to import.
|
103
|
-
:param import_from_id: The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
103
|
+
:param import_from_id: The id of the existing EventOrchestrationService that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#import import section} in the documentation of this resource for the id to use
|
104
104
|
:param provider: ? Optional instance of the provider where the EventOrchestrationService to import is found.
|
105
105
|
'''
|
106
106
|
if __debug__:
|
@@ -118,7 +118,7 @@ class EventOrchestrationService(
|
|
118
118
|
actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
119
119
|
) -> None:
|
120
120
|
'''
|
121
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
121
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
122
122
|
'''
|
123
123
|
value = EventOrchestrationServiceCatchAll(actions=actions)
|
124
124
|
|
@@ -251,7 +251,7 @@ class EventOrchestrationServiceCatchAll:
|
|
251
251
|
actions: typing.Union["EventOrchestrationServiceCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
252
252
|
) -> None:
|
253
253
|
'''
|
254
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
254
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
255
255
|
'''
|
256
256
|
if isinstance(actions, dict):
|
257
257
|
actions = EventOrchestrationServiceCatchAllActions(**actions)
|
@@ -266,7 +266,7 @@ class EventOrchestrationServiceCatchAll:
|
|
266
266
|
def actions(self) -> "EventOrchestrationServiceCatchAllActions":
|
267
267
|
'''actions block.
|
268
268
|
|
269
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
269
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
270
270
|
'''
|
271
271
|
result = self._values.get("actions")
|
272
272
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -320,18 +320,18 @@ class EventOrchestrationServiceCatchAllActions:
|
|
320
320
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
321
321
|
) -> None:
|
322
322
|
'''
|
323
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
324
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
325
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
326
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
327
|
-
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
328
|
-
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
329
|
-
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
330
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
331
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
332
|
-
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
333
|
-
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
334
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
323
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
324
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
325
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
326
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
327
|
+
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
328
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
329
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
330
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
331
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
332
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
333
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
334
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
335
335
|
'''
|
336
336
|
if isinstance(automation_action, dict):
|
337
337
|
automation_action = EventOrchestrationServiceCatchAllActionsAutomationAction(**automation_action)
|
@@ -379,7 +379,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
379
379
|
|
380
380
|
@builtins.property
|
381
381
|
def annotate(self) -> typing.Optional[builtins.str]:
|
382
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
382
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
|
383
383
|
result = self._values.get("annotate")
|
384
384
|
return typing.cast(typing.Optional[builtins.str], result)
|
385
385
|
|
@@ -389,14 +389,14 @@ class EventOrchestrationServiceCatchAllActions:
|
|
389
389
|
) -> typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"]:
|
390
390
|
'''automation_action block.
|
391
391
|
|
392
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
392
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
393
393
|
'''
|
394
394
|
result = self._values.get("automation_action")
|
395
395
|
return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsAutomationAction"], result)
|
396
396
|
|
397
397
|
@builtins.property
|
398
398
|
def event_action(self) -> typing.Optional[builtins.str]:
|
399
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
399
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
|
400
400
|
result = self._values.get("event_action")
|
401
401
|
return typing.cast(typing.Optional[builtins.str], result)
|
402
402
|
|
@@ -406,7 +406,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
406
406
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]]:
|
407
407
|
'''extraction block.
|
408
408
|
|
409
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
409
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
410
410
|
'''
|
411
411
|
result = self._values.get("extraction")
|
412
412
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsExtraction"]]], result)
|
@@ -417,7 +417,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
417
417
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate"]]]:
|
418
418
|
'''incident_custom_field_update block.
|
419
419
|
|
420
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
420
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
421
421
|
'''
|
422
422
|
result = self._values.get("incident_custom_field_update")
|
423
423
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate"]]], result)
|
@@ -428,26 +428,26 @@ class EventOrchestrationServiceCatchAllActions:
|
|
428
428
|
) -> typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"]:
|
429
429
|
'''pagerduty_automation_action block.
|
430
430
|
|
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.14.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
432
432
|
'''
|
433
433
|
result = self._values.get("pagerduty_automation_action")
|
434
434
|
return typing.cast(typing.Optional["EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction"], result)
|
435
435
|
|
436
436
|
@builtins.property
|
437
437
|
def priority(self) -> typing.Optional[builtins.str]:
|
438
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
438
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
|
439
439
|
result = self._values.get("priority")
|
440
440
|
return typing.cast(typing.Optional[builtins.str], result)
|
441
441
|
|
442
442
|
@builtins.property
|
443
443
|
def route_to(self) -> typing.Optional[builtins.str]:
|
444
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
444
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
|
445
445
|
result = self._values.get("route_to")
|
446
446
|
return typing.cast(typing.Optional[builtins.str], result)
|
447
447
|
|
448
448
|
@builtins.property
|
449
449
|
def severity(self) -> typing.Optional[builtins.str]:
|
450
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
450
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
|
451
451
|
result = self._values.get("severity")
|
452
452
|
return typing.cast(typing.Optional[builtins.str], result)
|
453
453
|
|
@@ -455,13 +455,13 @@ class EventOrchestrationServiceCatchAllActions:
|
|
455
455
|
def suppress(
|
456
456
|
self,
|
457
457
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
458
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
458
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
|
459
459
|
result = self._values.get("suppress")
|
460
460
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
461
461
|
|
462
462
|
@builtins.property
|
463
463
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
464
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
464
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
|
465
465
|
result = self._values.get("suspend")
|
466
466
|
return typing.cast(typing.Optional[jsii.Number], result)
|
467
467
|
|
@@ -471,7 +471,7 @@ class EventOrchestrationServiceCatchAllActions:
|
|
471
471
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]]:
|
472
472
|
'''variable block.
|
473
473
|
|
474
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
474
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
475
475
|
'''
|
476
476
|
result = self._values.get("variable")
|
477
477
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsVariable"]]], result)
|
@@ -510,11 +510,11 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
510
510
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCatchAllActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
511
511
|
) -> None:
|
512
512
|
'''
|
513
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
514
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
515
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
516
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
517
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
513
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
514
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
515
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
516
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
517
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
518
518
|
'''
|
519
519
|
if __debug__:
|
520
520
|
type_hints = typing.get_type_hints(_typecheckingstub__efd5f1e070bb8fd6be2fbc035155fcc33d1d50c82cf65ca64bd88817a497c9d6)
|
@@ -536,14 +536,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
536
536
|
|
537
537
|
@builtins.property
|
538
538
|
def name(self) -> builtins.str:
|
539
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
539
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
540
540
|
result = self._values.get("name")
|
541
541
|
assert result is not None, "Required property 'name' is missing"
|
542
542
|
return typing.cast(builtins.str, result)
|
543
543
|
|
544
544
|
@builtins.property
|
545
545
|
def url(self) -> builtins.str:
|
546
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
546
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
|
547
547
|
result = self._values.get("url")
|
548
548
|
assert result is not None, "Required property 'url' is missing"
|
549
549
|
return typing.cast(builtins.str, result)
|
@@ -552,7 +552,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
552
552
|
def auto_send(
|
553
553
|
self,
|
554
554
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
555
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
555
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
|
556
556
|
result = self._values.get("auto_send")
|
557
557
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
558
558
|
|
@@ -562,7 +562,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
562
562
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]]:
|
563
563
|
'''header block.
|
564
564
|
|
565
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
565
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
566
566
|
'''
|
567
567
|
result = self._values.get("header")
|
568
568
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionHeader"]]], result)
|
@@ -573,7 +573,7 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
573
573
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]]:
|
574
574
|
'''parameter block.
|
575
575
|
|
576
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
576
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
577
577
|
'''
|
578
578
|
result = self._values.get("parameter")
|
579
579
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCatchAllActionsAutomationActionParameter"]]], result)
|
@@ -598,8 +598,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationAction:
|
|
598
598
|
class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
|
599
599
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
600
600
|
'''
|
601
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
602
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
601
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
602
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
603
603
|
'''
|
604
604
|
if __debug__:
|
605
605
|
type_hints = typing.get_type_hints(_typecheckingstub__12d73bf329b31b590843bd447dac4068fb86b0f35560c424dceb75b7523d8348)
|
@@ -612,14 +612,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionHeader:
|
|
612
612
|
|
613
613
|
@builtins.property
|
614
614
|
def key(self) -> builtins.str:
|
615
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
615
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
616
616
|
result = self._values.get("key")
|
617
617
|
assert result is not None, "Required property 'key' is missing"
|
618
618
|
return typing.cast(builtins.str, result)
|
619
619
|
|
620
620
|
@builtins.property
|
621
621
|
def value(self) -> builtins.str:
|
622
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
622
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
623
623
|
result = self._values.get("value")
|
624
624
|
assert result is not None, "Required property 'value' is missing"
|
625
625
|
return typing.cast(builtins.str, result)
|
@@ -975,8 +975,8 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionOutputReference(
|
|
975
975
|
class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
|
976
976
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
977
977
|
'''
|
978
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
979
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
978
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
979
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
980
980
|
'''
|
981
981
|
if __debug__:
|
982
982
|
type_hints = typing.get_type_hints(_typecheckingstub__1f77ccf016a5ec27250748c3b8d7d5355a57cb2b23f0da03c4af1fbe0ec6bad4)
|
@@ -989,14 +989,14 @@ class EventOrchestrationServiceCatchAllActionsAutomationActionParameter:
|
|
989
989
|
|
990
990
|
@builtins.property
|
991
991
|
def key(self) -> builtins.str:
|
992
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
992
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
993
993
|
result = self._values.get("key")
|
994
994
|
assert result is not None, "Required property 'key' is missing"
|
995
995
|
return typing.cast(builtins.str, result)
|
996
996
|
|
997
997
|
@builtins.property
|
998
998
|
def value(self) -> builtins.str:
|
999
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
999
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
1000
1000
|
result = self._values.get("value")
|
1001
1001
|
assert result is not None, "Required property 'value' is missing"
|
1002
1002
|
return typing.cast(builtins.str, result)
|
@@ -1204,10 +1204,10 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
|
|
1204
1204
|
template: typing.Optional[builtins.str] = None,
|
1205
1205
|
) -> None:
|
1206
1206
|
'''
|
1207
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1208
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1209
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1210
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1207
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
|
1208
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
|
1209
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
|
1210
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
|
1211
1211
|
'''
|
1212
1212
|
if __debug__:
|
1213
1213
|
type_hints = typing.get_type_hints(_typecheckingstub__2f58412ceaa4b443b64995d85bbe4e834b3498866453b4a02bfde851b48a6d87)
|
@@ -1227,26 +1227,26 @@ class EventOrchestrationServiceCatchAllActionsExtraction:
|
|
1227
1227
|
|
1228
1228
|
@builtins.property
|
1229
1229
|
def target(self) -> builtins.str:
|
1230
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1230
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
|
1231
1231
|
result = self._values.get("target")
|
1232
1232
|
assert result is not None, "Required property 'target' is missing"
|
1233
1233
|
return typing.cast(builtins.str, result)
|
1234
1234
|
|
1235
1235
|
@builtins.property
|
1236
1236
|
def regex(self) -> typing.Optional[builtins.str]:
|
1237
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1237
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
|
1238
1238
|
result = self._values.get("regex")
|
1239
1239
|
return typing.cast(typing.Optional[builtins.str], result)
|
1240
1240
|
|
1241
1241
|
@builtins.property
|
1242
1242
|
def source(self) -> typing.Optional[builtins.str]:
|
1243
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1243
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
|
1244
1244
|
result = self._values.get("source")
|
1245
1245
|
return typing.cast(typing.Optional[builtins.str], result)
|
1246
1246
|
|
1247
1247
|
@builtins.property
|
1248
1248
|
def template(self) -> typing.Optional[builtins.str]:
|
1249
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1249
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
|
1250
1250
|
result = self._values.get("template")
|
1251
1251
|
return typing.cast(typing.Optional[builtins.str], result)
|
1252
1252
|
|
@@ -1487,8 +1487,8 @@ class EventOrchestrationServiceCatchAllActionsExtractionOutputReference(
|
|
1487
1487
|
class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
|
1488
1488
|
def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
|
1489
1489
|
'''
|
1490
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1491
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1490
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
|
1491
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
1492
1492
|
'''
|
1493
1493
|
if __debug__:
|
1494
1494
|
type_hints = typing.get_type_hints(_typecheckingstub__01c0a9c05e20146e2fbbf0f5af59e520a0ab811ae8ef69b936a08bfba4f12841)
|
@@ -1501,7 +1501,7 @@ class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
|
|
1501
1501
|
|
1502
1502
|
@builtins.property
|
1503
1503
|
def id(self) -> builtins.str:
|
1504
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1504
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
1505
1505
|
|
1506
1506
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1507
1507
|
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.
|
@@ -1512,7 +1512,7 @@ class EventOrchestrationServiceCatchAllActionsIncidentCustomFieldUpdate:
|
|
1512
1512
|
|
1513
1513
|
@builtins.property
|
1514
1514
|
def value(self) -> builtins.str:
|
1515
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1515
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
1516
1516
|
result = self._values.get("value")
|
1517
1517
|
assert result is not None, "Required property 'value' is missing"
|
1518
1518
|
return typing.cast(builtins.str, result)
|
@@ -1731,11 +1731,11 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1731
1731
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1732
1732
|
) -> None:
|
1733
1733
|
'''
|
1734
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1735
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1736
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1737
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1738
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1734
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
1735
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
1736
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
1737
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
1738
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
1739
1739
|
'''
|
1740
1740
|
value = EventOrchestrationServiceCatchAllActionsAutomationAction(
|
1741
1741
|
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
@@ -1772,7 +1772,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
1772
1772
|
@jsii.member(jsii_name="putPagerdutyAutomationAction")
|
1773
1773
|
def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
|
1774
1774
|
'''
|
1775
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
1775
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
1776
1776
|
'''
|
1777
1777
|
value = EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction(
|
1778
1778
|
action_id=action_id
|
@@ -2057,7 +2057,7 @@ class EventOrchestrationServiceCatchAllActionsOutputReference(
|
|
2057
2057
|
class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
|
2058
2058
|
def __init__(self, *, action_id: builtins.str) -> None:
|
2059
2059
|
'''
|
2060
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2060
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
2061
2061
|
'''
|
2062
2062
|
if __debug__:
|
2063
2063
|
type_hints = typing.get_type_hints(_typecheckingstub__36c445cd297e9983fefb5c67dfff11fbb2c473c5aa0a831366f53587769ce7d2)
|
@@ -2068,7 +2068,7 @@ class EventOrchestrationServiceCatchAllActionsPagerdutyAutomationAction:
|
|
2068
2068
|
|
2069
2069
|
@builtins.property
|
2070
2070
|
def action_id(self) -> builtins.str:
|
2071
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2071
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
|
2072
2072
|
result = self._values.get("action_id")
|
2073
2073
|
assert result is not None, "Required property 'action_id' is missing"
|
2074
2074
|
return typing.cast(builtins.str, result)
|
@@ -2155,10 +2155,10 @@ class EventOrchestrationServiceCatchAllActionsVariable:
|
|
2155
2155
|
value: builtins.str,
|
2156
2156
|
) -> None:
|
2157
2157
|
'''
|
2158
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2159
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2160
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2161
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2158
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
2159
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
|
2160
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
|
2161
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
2162
2162
|
'''
|
2163
2163
|
if __debug__:
|
2164
2164
|
type_hints = typing.get_type_hints(_typecheckingstub__5fdf61e0dc61ba126fbdee02c7fed508a1d24e9330930b98770fd63c46593c81)
|
@@ -2175,28 +2175,28 @@ class EventOrchestrationServiceCatchAllActionsVariable:
|
|
2175
2175
|
|
2176
2176
|
@builtins.property
|
2177
2177
|
def name(self) -> builtins.str:
|
2178
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2178
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
2179
2179
|
result = self._values.get("name")
|
2180
2180
|
assert result is not None, "Required property 'name' is missing"
|
2181
2181
|
return typing.cast(builtins.str, result)
|
2182
2182
|
|
2183
2183
|
@builtins.property
|
2184
2184
|
def path(self) -> builtins.str:
|
2185
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2185
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
|
2186
2186
|
result = self._values.get("path")
|
2187
2187
|
assert result is not None, "Required property 'path' is missing"
|
2188
2188
|
return typing.cast(builtins.str, result)
|
2189
2189
|
|
2190
2190
|
@builtins.property
|
2191
2191
|
def type(self) -> builtins.str:
|
2192
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2192
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
|
2193
2193
|
result = self._values.get("type")
|
2194
2194
|
assert result is not None, "Required property 'type' is missing"
|
2195
2195
|
return typing.cast(builtins.str, result)
|
2196
2196
|
|
2197
2197
|
@builtins.property
|
2198
2198
|
def value(self) -> builtins.str:
|
2199
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2199
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
2200
2200
|
result = self._values.get("value")
|
2201
2201
|
assert result is not None, "Required property 'value' is missing"
|
2202
2202
|
return typing.cast(builtins.str, result)
|
@@ -2456,18 +2456,18 @@ class EventOrchestrationServiceCatchAllOutputReference(
|
|
2456
2456
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2457
2457
|
) -> None:
|
2458
2458
|
'''
|
2459
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2460
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2461
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2462
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2463
|
-
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2464
|
-
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2465
|
-
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2466
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2467
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2468
|
-
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2469
|
-
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2470
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2459
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
2460
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
2461
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
2462
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
2463
|
+
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
2464
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
2465
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
2466
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
2467
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
2468
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
2469
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
2470
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
2471
2471
|
'''
|
2472
2472
|
value = EventOrchestrationServiceCatchAllActions(
|
2473
2473
|
annotate=annotate,
|
@@ -2557,11 +2557,11 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2557
2557
|
:param lifecycle:
|
2558
2558
|
:param provider:
|
2559
2559
|
:param provisioners:
|
2560
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2561
|
-
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2562
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2563
|
-
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2564
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2560
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
|
2561
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.
|
2562
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
|
2563
|
+
:param enable_event_orchestration_for_service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.
|
2564
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
|
2565
2565
|
'''
|
2566
2566
|
if isinstance(lifecycle, dict):
|
2567
2567
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -2673,7 +2673,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2673
2673
|
def catch_all(self) -> EventOrchestrationServiceCatchAll:
|
2674
2674
|
'''catch_all block.
|
2675
2675
|
|
2676
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2676
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#catch_all EventOrchestrationService#catch_all}
|
2677
2677
|
'''
|
2678
2678
|
result = self._values.get("catch_all")
|
2679
2679
|
assert result is not None, "Required property 'catch_all' is missing"
|
@@ -2681,7 +2681,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2681
2681
|
|
2682
2682
|
@builtins.property
|
2683
2683
|
def service(self) -> builtins.str:
|
2684
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2684
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#service EventOrchestrationService#service}.'''
|
2685
2685
|
result = self._values.get("service")
|
2686
2686
|
assert result is not None, "Required property 'service' is missing"
|
2687
2687
|
return typing.cast(builtins.str, result)
|
@@ -2692,7 +2692,7 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2692
2692
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSet"]]:
|
2693
2693
|
'''set block.
|
2694
2694
|
|
2695
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2695
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#set EventOrchestrationService#set}
|
2696
2696
|
'''
|
2697
2697
|
result = self._values.get("set")
|
2698
2698
|
assert result is not None, "Required property 'set' is missing"
|
@@ -2702,13 +2702,13 @@ class EventOrchestrationServiceConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2702
2702
|
def enable_event_orchestration_for_service(
|
2703
2703
|
self,
|
2704
2704
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
2705
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2705
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#enable_event_orchestration_for_service EventOrchestrationService#enable_event_orchestration_for_service}.'''
|
2706
2706
|
result = self._values.get("enable_event_orchestration_for_service")
|
2707
2707
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
2708
2708
|
|
2709
2709
|
@builtins.property
|
2710
2710
|
def id(self) -> typing.Optional[builtins.str]:
|
2711
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2711
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
2712
2712
|
|
2713
2713
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2714
2714
|
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.
|
@@ -2741,8 +2741,8 @@ class EventOrchestrationServiceSet:
|
|
2741
2741
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2742
2742
|
) -> None:
|
2743
2743
|
'''
|
2744
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2745
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2744
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
|
2745
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
|
2746
2746
|
'''
|
2747
2747
|
if __debug__:
|
2748
2748
|
type_hints = typing.get_type_hints(_typecheckingstub__831a7daf13fa654b6bfdc2368c67a1c298cf892ebcb126748659f37eddff0eeb)
|
@@ -2756,7 +2756,7 @@ class EventOrchestrationServiceSet:
|
|
2756
2756
|
|
2757
2757
|
@builtins.property
|
2758
2758
|
def id(self) -> builtins.str:
|
2759
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2759
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
2760
2760
|
|
2761
2761
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2762
2762
|
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.
|
@@ -2771,7 +2771,7 @@ class EventOrchestrationServiceSet:
|
|
2771
2771
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]]:
|
2772
2772
|
'''rule block.
|
2773
2773
|
|
2774
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2774
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#rule EventOrchestrationService#rule}
|
2775
2775
|
'''
|
2776
2776
|
result = self._values.get("rule")
|
2777
2777
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRule"]]], result)
|
@@ -2988,10 +2988,10 @@ class EventOrchestrationServiceSetRule:
|
|
2988
2988
|
label: typing.Optional[builtins.str] = None,
|
2989
2989
|
) -> None:
|
2990
2990
|
'''
|
2991
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2992
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2993
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2994
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
2991
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
2992
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
|
2993
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.
|
2994
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.
|
2995
2995
|
'''
|
2996
2996
|
if isinstance(actions, dict):
|
2997
2997
|
actions = EventOrchestrationServiceSetRuleActions(**actions)
|
@@ -3015,7 +3015,7 @@ class EventOrchestrationServiceSetRule:
|
|
3015
3015
|
def actions(self) -> "EventOrchestrationServiceSetRuleActions":
|
3016
3016
|
'''actions block.
|
3017
3017
|
|
3018
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3018
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#actions EventOrchestrationService#actions}
|
3019
3019
|
'''
|
3020
3020
|
result = self._values.get("actions")
|
3021
3021
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -3027,7 +3027,7 @@ class EventOrchestrationServiceSetRule:
|
|
3027
3027
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]]:
|
3028
3028
|
'''condition block.
|
3029
3029
|
|
3030
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3030
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#condition EventOrchestrationService#condition}
|
3031
3031
|
'''
|
3032
3032
|
result = self._values.get("condition")
|
3033
3033
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleCondition"]]], result)
|
@@ -3036,13 +3036,13 @@ class EventOrchestrationServiceSetRule:
|
|
3036
3036
|
def disabled(
|
3037
3037
|
self,
|
3038
3038
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3039
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3039
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#disabled EventOrchestrationService#disabled}.'''
|
3040
3040
|
result = self._values.get("disabled")
|
3041
3041
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3042
3042
|
|
3043
3043
|
@builtins.property
|
3044
3044
|
def label(self) -> typing.Optional[builtins.str]:
|
3045
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3045
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#label EventOrchestrationService#label}.'''
|
3046
3046
|
result = self._values.get("label")
|
3047
3047
|
return typing.cast(typing.Optional[builtins.str], result)
|
3048
3048
|
|
@@ -3094,18 +3094,18 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3094
3094
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
3095
3095
|
) -> None:
|
3096
3096
|
'''
|
3097
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3098
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3099
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3100
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3101
|
-
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3102
|
-
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3103
|
-
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3104
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3105
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3106
|
-
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3107
|
-
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3108
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3097
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
3098
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
3099
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
3100
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
3101
|
+
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
3102
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
3103
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
3104
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
3105
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
3106
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
3107
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
3108
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
3109
3109
|
'''
|
3110
3110
|
if isinstance(automation_action, dict):
|
3111
3111
|
automation_action = EventOrchestrationServiceSetRuleActionsAutomationAction(**automation_action)
|
@@ -3153,7 +3153,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3153
3153
|
|
3154
3154
|
@builtins.property
|
3155
3155
|
def annotate(self) -> typing.Optional[builtins.str]:
|
3156
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3156
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.'''
|
3157
3157
|
result = self._values.get("annotate")
|
3158
3158
|
return typing.cast(typing.Optional[builtins.str], result)
|
3159
3159
|
|
@@ -3163,14 +3163,14 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3163
3163
|
) -> typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"]:
|
3164
3164
|
'''automation_action block.
|
3165
3165
|
|
3166
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3166
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
3167
3167
|
'''
|
3168
3168
|
result = self._values.get("automation_action")
|
3169
3169
|
return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsAutomationAction"], result)
|
3170
3170
|
|
3171
3171
|
@builtins.property
|
3172
3172
|
def event_action(self) -> typing.Optional[builtins.str]:
|
3173
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3173
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.'''
|
3174
3174
|
result = self._values.get("event_action")
|
3175
3175
|
return typing.cast(typing.Optional[builtins.str], result)
|
3176
3176
|
|
@@ -3180,7 +3180,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3180
3180
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]]:
|
3181
3181
|
'''extraction block.
|
3182
3182
|
|
3183
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3183
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
3184
3184
|
'''
|
3185
3185
|
result = self._values.get("extraction")
|
3186
3186
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsExtraction"]]], result)
|
@@ -3191,7 +3191,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3191
3191
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate"]]]:
|
3192
3192
|
'''incident_custom_field_update block.
|
3193
3193
|
|
3194
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3194
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
3195
3195
|
'''
|
3196
3196
|
result = self._values.get("incident_custom_field_update")
|
3197
3197
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate"]]], result)
|
@@ -3202,26 +3202,26 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3202
3202
|
) -> typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"]:
|
3203
3203
|
'''pagerduty_automation_action block.
|
3204
3204
|
|
3205
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3205
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
3206
3206
|
'''
|
3207
3207
|
result = self._values.get("pagerduty_automation_action")
|
3208
3208
|
return typing.cast(typing.Optional["EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction"], result)
|
3209
3209
|
|
3210
3210
|
@builtins.property
|
3211
3211
|
def priority(self) -> typing.Optional[builtins.str]:
|
3212
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3212
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.'''
|
3213
3213
|
result = self._values.get("priority")
|
3214
3214
|
return typing.cast(typing.Optional[builtins.str], result)
|
3215
3215
|
|
3216
3216
|
@builtins.property
|
3217
3217
|
def route_to(self) -> typing.Optional[builtins.str]:
|
3218
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3218
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.'''
|
3219
3219
|
result = self._values.get("route_to")
|
3220
3220
|
return typing.cast(typing.Optional[builtins.str], result)
|
3221
3221
|
|
3222
3222
|
@builtins.property
|
3223
3223
|
def severity(self) -> typing.Optional[builtins.str]:
|
3224
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3224
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.'''
|
3225
3225
|
result = self._values.get("severity")
|
3226
3226
|
return typing.cast(typing.Optional[builtins.str], result)
|
3227
3227
|
|
@@ -3229,13 +3229,13 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3229
3229
|
def suppress(
|
3230
3230
|
self,
|
3231
3231
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3232
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3232
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.'''
|
3233
3233
|
result = self._values.get("suppress")
|
3234
3234
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3235
3235
|
|
3236
3236
|
@builtins.property
|
3237
3237
|
def suspend(self) -> typing.Optional[jsii.Number]:
|
3238
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3238
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.'''
|
3239
3239
|
result = self._values.get("suspend")
|
3240
3240
|
return typing.cast(typing.Optional[jsii.Number], result)
|
3241
3241
|
|
@@ -3245,7 +3245,7 @@ class EventOrchestrationServiceSetRuleActions:
|
|
3245
3245
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]]:
|
3246
3246
|
'''variable block.
|
3247
3247
|
|
3248
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3248
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
3249
3249
|
'''
|
3250
3250
|
result = self._values.get("variable")
|
3251
3251
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsVariable"]]], result)
|
@@ -3284,11 +3284,11 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3284
3284
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceSetRuleActionsAutomationActionParameter", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
3285
3285
|
) -> None:
|
3286
3286
|
'''
|
3287
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3288
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3289
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3290
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3291
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3287
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
3288
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
3289
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
3290
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
3291
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
3292
3292
|
'''
|
3293
3293
|
if __debug__:
|
3294
3294
|
type_hints = typing.get_type_hints(_typecheckingstub__d8409c756e9c88bbd47141608bcf02872fa8a893f32dd2996d0d0f430842cefd)
|
@@ -3310,14 +3310,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3310
3310
|
|
3311
3311
|
@builtins.property
|
3312
3312
|
def name(self) -> builtins.str:
|
3313
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3313
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
3314
3314
|
result = self._values.get("name")
|
3315
3315
|
assert result is not None, "Required property 'name' is missing"
|
3316
3316
|
return typing.cast(builtins.str, result)
|
3317
3317
|
|
3318
3318
|
@builtins.property
|
3319
3319
|
def url(self) -> builtins.str:
|
3320
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3320
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.'''
|
3321
3321
|
result = self._values.get("url")
|
3322
3322
|
assert result is not None, "Required property 'url' is missing"
|
3323
3323
|
return typing.cast(builtins.str, result)
|
@@ -3326,7 +3326,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3326
3326
|
def auto_send(
|
3327
3327
|
self,
|
3328
3328
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3329
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3329
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.'''
|
3330
3330
|
result = self._values.get("auto_send")
|
3331
3331
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
3332
3332
|
|
@@ -3336,7 +3336,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3336
3336
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]]:
|
3337
3337
|
'''header block.
|
3338
3338
|
|
3339
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3339
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
3340
3340
|
'''
|
3341
3341
|
result = self._values.get("header")
|
3342
3342
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionHeader"]]], result)
|
@@ -3347,7 +3347,7 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3347
3347
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]]:
|
3348
3348
|
'''parameter block.
|
3349
3349
|
|
3350
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3350
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
3351
3351
|
'''
|
3352
3352
|
result = self._values.get("parameter")
|
3353
3353
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceSetRuleActionsAutomationActionParameter"]]], result)
|
@@ -3372,8 +3372,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationAction:
|
|
3372
3372
|
class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
|
3373
3373
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
3374
3374
|
'''
|
3375
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3376
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3375
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
3376
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
3377
3377
|
'''
|
3378
3378
|
if __debug__:
|
3379
3379
|
type_hints = typing.get_type_hints(_typecheckingstub__8a266dfea797f0686985ed7480dbe6c112195b764c4d37fd6f94389fb233003c)
|
@@ -3386,14 +3386,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionHeader:
|
|
3386
3386
|
|
3387
3387
|
@builtins.property
|
3388
3388
|
def key(self) -> builtins.str:
|
3389
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3389
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
3390
3390
|
result = self._values.get("key")
|
3391
3391
|
assert result is not None, "Required property 'key' is missing"
|
3392
3392
|
return typing.cast(builtins.str, result)
|
3393
3393
|
|
3394
3394
|
@builtins.property
|
3395
3395
|
def value(self) -> builtins.str:
|
3396
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3396
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
3397
3397
|
result = self._values.get("value")
|
3398
3398
|
assert result is not None, "Required property 'value' is missing"
|
3399
3399
|
return typing.cast(builtins.str, result)
|
@@ -3749,8 +3749,8 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionOutputReference(
|
|
3749
3749
|
class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
|
3750
3750
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
3751
3751
|
'''
|
3752
|
-
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3753
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3752
|
+
:param key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.
|
3753
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
3754
3754
|
'''
|
3755
3755
|
if __debug__:
|
3756
3756
|
type_hints = typing.get_type_hints(_typecheckingstub__67d80436ba744c79afdb60856ad38e37577b5c51931653fc782f22e52e25e41e)
|
@@ -3763,14 +3763,14 @@ class EventOrchestrationServiceSetRuleActionsAutomationActionParameter:
|
|
3763
3763
|
|
3764
3764
|
@builtins.property
|
3765
3765
|
def key(self) -> builtins.str:
|
3766
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3766
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#key EventOrchestrationService#key}.'''
|
3767
3767
|
result = self._values.get("key")
|
3768
3768
|
assert result is not None, "Required property 'key' is missing"
|
3769
3769
|
return typing.cast(builtins.str, result)
|
3770
3770
|
|
3771
3771
|
@builtins.property
|
3772
3772
|
def value(self) -> builtins.str:
|
3773
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3773
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
3774
3774
|
result = self._values.get("value")
|
3775
3775
|
assert result is not None, "Required property 'value' is missing"
|
3776
3776
|
return typing.cast(builtins.str, result)
|
@@ -3978,10 +3978,10 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
|
|
3978
3978
|
template: typing.Optional[builtins.str] = None,
|
3979
3979
|
) -> None:
|
3980
3980
|
'''
|
3981
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3982
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3983
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3984
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
3981
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.
|
3982
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.
|
3983
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.
|
3984
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.
|
3985
3985
|
'''
|
3986
3986
|
if __debug__:
|
3987
3987
|
type_hints = typing.get_type_hints(_typecheckingstub__9138b3998b450ceabb3c6ac2921c89d32e2406df0ebe9be0977195617fceb236)
|
@@ -4001,26 +4001,26 @@ class EventOrchestrationServiceSetRuleActionsExtraction:
|
|
4001
4001
|
|
4002
4002
|
@builtins.property
|
4003
4003
|
def target(self) -> builtins.str:
|
4004
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4004
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#target EventOrchestrationService#target}.'''
|
4005
4005
|
result = self._values.get("target")
|
4006
4006
|
assert result is not None, "Required property 'target' is missing"
|
4007
4007
|
return typing.cast(builtins.str, result)
|
4008
4008
|
|
4009
4009
|
@builtins.property
|
4010
4010
|
def regex(self) -> typing.Optional[builtins.str]:
|
4011
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4011
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#regex EventOrchestrationService#regex}.'''
|
4012
4012
|
result = self._values.get("regex")
|
4013
4013
|
return typing.cast(typing.Optional[builtins.str], result)
|
4014
4014
|
|
4015
4015
|
@builtins.property
|
4016
4016
|
def source(self) -> typing.Optional[builtins.str]:
|
4017
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4017
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#source EventOrchestrationService#source}.'''
|
4018
4018
|
result = self._values.get("source")
|
4019
4019
|
return typing.cast(typing.Optional[builtins.str], result)
|
4020
4020
|
|
4021
4021
|
@builtins.property
|
4022
4022
|
def template(self) -> typing.Optional[builtins.str]:
|
4023
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4023
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#template EventOrchestrationService#template}.'''
|
4024
4024
|
result = self._values.get("template")
|
4025
4025
|
return typing.cast(typing.Optional[builtins.str], result)
|
4026
4026
|
|
@@ -4261,8 +4261,8 @@ class EventOrchestrationServiceSetRuleActionsExtractionOutputReference(
|
|
4261
4261
|
class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
|
4262
4262
|
def __init__(self, *, id: builtins.str, value: builtins.str) -> None:
|
4263
4263
|
'''
|
4264
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4265
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4264
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#id EventOrchestrationService#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.
|
4265
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
4266
4266
|
'''
|
4267
4267
|
if __debug__:
|
4268
4268
|
type_hints = typing.get_type_hints(_typecheckingstub__31f6fe127b5965fad04ba280bc2b0717d92426f136ed60e964ca92c3c58da09a)
|
@@ -4275,7 +4275,7 @@ class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
|
|
4275
4275
|
|
4276
4276
|
@builtins.property
|
4277
4277
|
def id(self) -> builtins.str:
|
4278
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4278
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#id EventOrchestrationService#id}.
|
4279
4279
|
|
4280
4280
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
4281
4281
|
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.
|
@@ -4286,7 +4286,7 @@ class EventOrchestrationServiceSetRuleActionsIncidentCustomFieldUpdate:
|
|
4286
4286
|
|
4287
4287
|
@builtins.property
|
4288
4288
|
def value(self) -> builtins.str:
|
4289
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4289
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
4290
4290
|
result = self._values.get("value")
|
4291
4291
|
assert result is not None, "Required property 'value' is missing"
|
4292
4292
|
return typing.cast(builtins.str, result)
|
@@ -4505,11 +4505,11 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4505
4505
|
parameter: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsAutomationActionParameter, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
4506
4506
|
) -> None:
|
4507
4507
|
'''
|
4508
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4509
|
-
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4510
|
-
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4511
|
-
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4512
|
-
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4508
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
4509
|
+
:param url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#url EventOrchestrationService#url}.
|
4510
|
+
:param auto_send: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#auto_send EventOrchestrationService#auto_send}.
|
4511
|
+
:param header: header block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#header EventOrchestrationService#header}
|
4512
|
+
:param parameter: parameter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#parameter EventOrchestrationService#parameter}
|
4513
4513
|
'''
|
4514
4514
|
value = EventOrchestrationServiceSetRuleActionsAutomationAction(
|
4515
4515
|
name=name, url=url, auto_send=auto_send, header=header, parameter=parameter
|
@@ -4546,7 +4546,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4546
4546
|
@jsii.member(jsii_name="putPagerdutyAutomationAction")
|
4547
4547
|
def put_pagerduty_automation_action(self, *, action_id: builtins.str) -> None:
|
4548
4548
|
'''
|
4549
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4549
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
4550
4550
|
'''
|
4551
4551
|
value = EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction(
|
4552
4552
|
action_id=action_id
|
@@ -4831,7 +4831,7 @@ class EventOrchestrationServiceSetRuleActionsOutputReference(
|
|
4831
4831
|
class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
|
4832
4832
|
def __init__(self, *, action_id: builtins.str) -> None:
|
4833
4833
|
'''
|
4834
|
-
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4834
|
+
:param action_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.
|
4835
4835
|
'''
|
4836
4836
|
if __debug__:
|
4837
4837
|
type_hints = typing.get_type_hints(_typecheckingstub__b45c1286128603948566d39c36b5a18e107173c14e9836c53497bfcfa6cb770e)
|
@@ -4842,7 +4842,7 @@ class EventOrchestrationServiceSetRuleActionsPagerdutyAutomationAction:
|
|
4842
4842
|
|
4843
4843
|
@builtins.property
|
4844
4844
|
def action_id(self) -> builtins.str:
|
4845
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4845
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#action_id EventOrchestrationService#action_id}.'''
|
4846
4846
|
result = self._values.get("action_id")
|
4847
4847
|
assert result is not None, "Required property 'action_id' is missing"
|
4848
4848
|
return typing.cast(builtins.str, result)
|
@@ -4929,10 +4929,10 @@ class EventOrchestrationServiceSetRuleActionsVariable:
|
|
4929
4929
|
value: builtins.str,
|
4930
4930
|
) -> None:
|
4931
4931
|
'''
|
4932
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4933
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4934
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4935
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4932
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.
|
4933
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.
|
4934
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.
|
4935
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.
|
4936
4936
|
'''
|
4937
4937
|
if __debug__:
|
4938
4938
|
type_hints = typing.get_type_hints(_typecheckingstub__c9632f4e1b4c7828074e1887f22a1e0143e4c315242b0a620ea3afef8607337d)
|
@@ -4949,28 +4949,28 @@ class EventOrchestrationServiceSetRuleActionsVariable:
|
|
4949
4949
|
|
4950
4950
|
@builtins.property
|
4951
4951
|
def name(self) -> builtins.str:
|
4952
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4952
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#name EventOrchestrationService#name}.'''
|
4953
4953
|
result = self._values.get("name")
|
4954
4954
|
assert result is not None, "Required property 'name' is missing"
|
4955
4955
|
return typing.cast(builtins.str, result)
|
4956
4956
|
|
4957
4957
|
@builtins.property
|
4958
4958
|
def path(self) -> builtins.str:
|
4959
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4959
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#path EventOrchestrationService#path}.'''
|
4960
4960
|
result = self._values.get("path")
|
4961
4961
|
assert result is not None, "Required property 'path' is missing"
|
4962
4962
|
return typing.cast(builtins.str, result)
|
4963
4963
|
|
4964
4964
|
@builtins.property
|
4965
4965
|
def type(self) -> builtins.str:
|
4966
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4966
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#type EventOrchestrationService#type}.'''
|
4967
4967
|
result = self._values.get("type")
|
4968
4968
|
assert result is not None, "Required property 'type' is missing"
|
4969
4969
|
return typing.cast(builtins.str, result)
|
4970
4970
|
|
4971
4971
|
@builtins.property
|
4972
4972
|
def value(self) -> builtins.str:
|
4973
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
4973
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#value EventOrchestrationService#value}.'''
|
4974
4974
|
result = self._values.get("value")
|
4975
4975
|
assert result is not None, "Required property 'value' is missing"
|
4976
4976
|
return typing.cast(builtins.str, result)
|
@@ -5200,7 +5200,7 @@ class EventOrchestrationServiceSetRuleActionsVariableOutputReference(
|
|
5200
5200
|
class EventOrchestrationServiceSetRuleCondition:
|
5201
5201
|
def __init__(self, *, expression: builtins.str) -> None:
|
5202
5202
|
'''
|
5203
|
-
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5203
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.
|
5204
5204
|
'''
|
5205
5205
|
if __debug__:
|
5206
5206
|
type_hints = typing.get_type_hints(_typecheckingstub__78c6e1554d173ad12b3039d4110ca671876f66a2b24da2ee61d832b8237bf56e)
|
@@ -5211,7 +5211,7 @@ class EventOrchestrationServiceSetRuleCondition:
|
|
5211
5211
|
|
5212
5212
|
@builtins.property
|
5213
5213
|
def expression(self) -> builtins.str:
|
5214
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5214
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#expression EventOrchestrationService#expression}.'''
|
5215
5215
|
result = self._values.get("expression")
|
5216
5216
|
assert result is not None, "Required property 'expression' is missing"
|
5217
5217
|
return typing.cast(builtins.str, result)
|
@@ -5519,18 +5519,18 @@ class EventOrchestrationServiceSetRuleOutputReference(
|
|
5519
5519
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
5520
5520
|
) -> None:
|
5521
5521
|
'''
|
5522
|
-
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5523
|
-
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5524
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5525
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5526
|
-
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5527
|
-
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5528
|
-
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5529
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5530
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5531
|
-
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5532
|
-
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5533
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.
|
5522
|
+
:param annotate: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#annotate EventOrchestrationService#annotate}.
|
5523
|
+
:param automation_action: automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#automation_action EventOrchestrationService#automation_action}
|
5524
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#event_action EventOrchestrationService#event_action}.
|
5525
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#extraction EventOrchestrationService#extraction}
|
5526
|
+
:param incident_custom_field_update: incident_custom_field_update block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#incident_custom_field_update EventOrchestrationService#incident_custom_field_update}
|
5527
|
+
:param pagerduty_automation_action: pagerduty_automation_action block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#pagerduty_automation_action EventOrchestrationService#pagerduty_automation_action}
|
5528
|
+
:param priority: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#priority EventOrchestrationService#priority}.
|
5529
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#route_to EventOrchestrationService#route_to}.
|
5530
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#severity EventOrchestrationService#severity}.
|
5531
|
+
:param suppress: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#suppress EventOrchestrationService#suppress}.
|
5532
|
+
:param suspend: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#suspend EventOrchestrationService#suspend}.
|
5533
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.14.0/docs/resources/event_orchestration_service#variable EventOrchestrationService#variable}
|
5534
5534
|
'''
|
5535
5535
|
value = EventOrchestrationServiceSetRuleActions(
|
5536
5536
|
annotate=annotate,
|