cdktf-cdktf-provider-pagerduty 13.15.0__py3-none-any.whl → 13.15.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_pagerduty/__init__.py +3 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/alert_grouping_setting/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_alert_grouping_setting/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_type_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_jira_cloud_account_mapping/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +197 -197
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +50 -50
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +206 -206
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +33 -33
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +40 -40
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_type/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/incident_type_custom_field/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/jira_cloud_account_mapping_rule/__init__.py +99 -99
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +21 -21
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_handoff_notification_rule/__init__.py +20 -20
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.15.0.dist-info → cdktf_cdktf_provider_pagerduty-13.15.2.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.15.2.dist-info/RECORD +90 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.15.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.15.0.dist-info/RECORD +0 -90
- {cdktf_cdktf_provider_pagerduty-13.15.0.dist-info → cdktf_cdktf_provider_pagerduty-13.15.2.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.15.0.dist-info → cdktf_cdktf_provider_pagerduty-13.15.2.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.15.0.dist-info → cdktf_cdktf_provider_pagerduty-13.15.2.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `pagerduty_event_orchestration_unrouted`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_unrouted`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class EventOrchestrationUnrouted(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationUnrouted.EventOrchestrationUnrouted",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -63,14 +63,14 @@ class EventOrchestrationUnrouted(
|
|
63
63
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
64
64
|
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,
|
65
65
|
) -> None:
|
66
|
-
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted pagerduty_event_orchestration_unrouted} Resource.
|
67
67
|
|
68
68
|
:param scope: The scope in which to define this construct.
|
69
69
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
70
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
71
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
72
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
73
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
70
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
|
71
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
|
72
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
|
73
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#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.
|
74
74
|
:param connection:
|
75
75
|
:param count:
|
76
76
|
:param depends_on:
|
@@ -112,7 +112,7 @@ class EventOrchestrationUnrouted(
|
|
112
112
|
|
113
113
|
:param scope: The scope in which to define this construct.
|
114
114
|
:param import_to_id: The construct id used in the generated config for the EventOrchestrationUnrouted to import.
|
115
|
-
:param import_from_id: The id of the existing EventOrchestrationUnrouted that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
115
|
+
:param import_from_id: The id of the existing EventOrchestrationUnrouted that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#import import section} in the documentation of this resource for the id to use
|
116
116
|
:param provider: ? Optional instance of the provider where the EventOrchestrationUnrouted to import is found.
|
117
117
|
'''
|
118
118
|
if __debug__:
|
@@ -130,7 +130,7 @@ class EventOrchestrationUnrouted(
|
|
130
130
|
actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
131
131
|
) -> None:
|
132
132
|
'''
|
133
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
133
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
134
134
|
'''
|
135
135
|
value = EventOrchestrationUnroutedCatchAll(actions=actions)
|
136
136
|
|
@@ -235,7 +235,7 @@ class EventOrchestrationUnroutedCatchAll:
|
|
235
235
|
actions: typing.Union["EventOrchestrationUnroutedCatchAllActions", typing.Dict[builtins.str, typing.Any]],
|
236
236
|
) -> None:
|
237
237
|
'''
|
238
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
238
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
239
239
|
'''
|
240
240
|
if isinstance(actions, dict):
|
241
241
|
actions = EventOrchestrationUnroutedCatchAllActions(**actions)
|
@@ -250,7 +250,7 @@ class EventOrchestrationUnroutedCatchAll:
|
|
250
250
|
def actions(self) -> "EventOrchestrationUnroutedCatchAllActions":
|
251
251
|
'''actions block.
|
252
252
|
|
253
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
253
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
254
254
|
'''
|
255
255
|
result = self._values.get("actions")
|
256
256
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -288,10 +288,10 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
288
288
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedCatchAllActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
289
289
|
) -> None:
|
290
290
|
'''
|
291
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
292
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
293
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
294
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
291
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
292
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
293
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
294
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
295
295
|
'''
|
296
296
|
if __debug__:
|
297
297
|
type_hints = typing.get_type_hints(_typecheckingstub__c6574dcb4a0e638aece27cc74f601e14a17d0b4395adc2458762bf0dd9ef29cd)
|
@@ -311,7 +311,7 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
311
311
|
|
312
312
|
@builtins.property
|
313
313
|
def event_action(self) -> typing.Optional[builtins.str]:
|
314
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
314
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
|
315
315
|
result = self._values.get("event_action")
|
316
316
|
return typing.cast(typing.Optional[builtins.str], result)
|
317
317
|
|
@@ -321,14 +321,14 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
321
321
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]]:
|
322
322
|
'''extraction block.
|
323
323
|
|
324
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
324
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
325
325
|
'''
|
326
326
|
result = self._values.get("extraction")
|
327
327
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsExtraction"]]], result)
|
328
328
|
|
329
329
|
@builtins.property
|
330
330
|
def severity(self) -> typing.Optional[builtins.str]:
|
331
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
331
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
|
332
332
|
result = self._values.get("severity")
|
333
333
|
return typing.cast(typing.Optional[builtins.str], result)
|
334
334
|
|
@@ -338,7 +338,7 @@ class EventOrchestrationUnroutedCatchAllActions:
|
|
338
338
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]]:
|
339
339
|
'''variable block.
|
340
340
|
|
341
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
341
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
342
342
|
'''
|
343
343
|
result = self._values.get("variable")
|
344
344
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedCatchAllActionsVariable"]]], result)
|
@@ -375,10 +375,10 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
|
|
375
375
|
template: typing.Optional[builtins.str] = None,
|
376
376
|
) -> None:
|
377
377
|
'''
|
378
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
379
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
380
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
381
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
378
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
|
379
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
|
380
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
|
381
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
|
382
382
|
'''
|
383
383
|
if __debug__:
|
384
384
|
type_hints = typing.get_type_hints(_typecheckingstub__873057e6f5f2b8466ff463cc0428da1d09eef943c149dc85c306d593a566df69)
|
@@ -398,26 +398,26 @@ class EventOrchestrationUnroutedCatchAllActionsExtraction:
|
|
398
398
|
|
399
399
|
@builtins.property
|
400
400
|
def target(self) -> builtins.str:
|
401
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
401
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
|
402
402
|
result = self._values.get("target")
|
403
403
|
assert result is not None, "Required property 'target' is missing"
|
404
404
|
return typing.cast(builtins.str, result)
|
405
405
|
|
406
406
|
@builtins.property
|
407
407
|
def regex(self) -> typing.Optional[builtins.str]:
|
408
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
408
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
|
409
409
|
result = self._values.get("regex")
|
410
410
|
return typing.cast(typing.Optional[builtins.str], result)
|
411
411
|
|
412
412
|
@builtins.property
|
413
413
|
def source(self) -> typing.Optional[builtins.str]:
|
414
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
414
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
|
415
415
|
result = self._values.get("source")
|
416
416
|
return typing.cast(typing.Optional[builtins.str], result)
|
417
417
|
|
418
418
|
@builtins.property
|
419
419
|
def template(self) -> typing.Optional[builtins.str]:
|
420
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
420
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
|
421
421
|
result = self._values.get("template")
|
422
422
|
return typing.cast(typing.Optional[builtins.str], result)
|
423
423
|
|
@@ -808,10 +808,10 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
|
|
808
808
|
value: builtins.str,
|
809
809
|
) -> None:
|
810
810
|
'''
|
811
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
812
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
813
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
814
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
811
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
|
812
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
|
813
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
|
814
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
|
815
815
|
'''
|
816
816
|
if __debug__:
|
817
817
|
type_hints = typing.get_type_hints(_typecheckingstub__6d16718dd84c51311e04997b4675de9db9aec5dd9d5debae2b5d98162b78bced)
|
@@ -828,28 +828,28 @@ class EventOrchestrationUnroutedCatchAllActionsVariable:
|
|
828
828
|
|
829
829
|
@builtins.property
|
830
830
|
def name(self) -> builtins.str:
|
831
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
831
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
|
832
832
|
result = self._values.get("name")
|
833
833
|
assert result is not None, "Required property 'name' is missing"
|
834
834
|
return typing.cast(builtins.str, result)
|
835
835
|
|
836
836
|
@builtins.property
|
837
837
|
def path(self) -> builtins.str:
|
838
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
838
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
|
839
839
|
result = self._values.get("path")
|
840
840
|
assert result is not None, "Required property 'path' is missing"
|
841
841
|
return typing.cast(builtins.str, result)
|
842
842
|
|
843
843
|
@builtins.property
|
844
844
|
def type(self) -> builtins.str:
|
845
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
845
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
|
846
846
|
result = self._values.get("type")
|
847
847
|
assert result is not None, "Required property 'type' is missing"
|
848
848
|
return typing.cast(builtins.str, result)
|
849
849
|
|
850
850
|
@builtins.property
|
851
851
|
def value(self) -> builtins.str:
|
852
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
852
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
|
853
853
|
result = self._values.get("value")
|
854
854
|
assert result is not None, "Required property 'value' is missing"
|
855
855
|
return typing.cast(builtins.str, result)
|
@@ -1101,10 +1101,10 @@ class EventOrchestrationUnroutedCatchAllOutputReference(
|
|
1101
1101
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedCatchAllActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1102
1102
|
) -> None:
|
1103
1103
|
'''
|
1104
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1105
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1106
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1107
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1104
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
1105
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
1106
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
1107
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1108
1108
|
'''
|
1109
1109
|
value = EventOrchestrationUnroutedCatchAllActions(
|
1110
1110
|
event_action=event_action,
|
@@ -1184,10 +1184,10 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1184
1184
|
:param lifecycle:
|
1185
1185
|
:param provider:
|
1186
1186
|
:param provisioners:
|
1187
|
-
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1188
|
-
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1189
|
-
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1190
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1187
|
+
:param catch_all: catch_all block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
|
1188
|
+
:param event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.
|
1189
|
+
:param set: set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
|
1190
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#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.
|
1191
1191
|
'''
|
1192
1192
|
if isinstance(lifecycle, dict):
|
1193
1193
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -1296,7 +1296,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1296
1296
|
def catch_all(self) -> EventOrchestrationUnroutedCatchAll:
|
1297
1297
|
'''catch_all block.
|
1298
1298
|
|
1299
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1299
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#catch_all EventOrchestrationUnrouted#catch_all}
|
1300
1300
|
'''
|
1301
1301
|
result = self._values.get("catch_all")
|
1302
1302
|
assert result is not None, "Required property 'catch_all' is missing"
|
@@ -1304,7 +1304,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1304
1304
|
|
1305
1305
|
@builtins.property
|
1306
1306
|
def event_orchestration(self) -> builtins.str:
|
1307
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1307
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#event_orchestration EventOrchestrationUnrouted#event_orchestration}.'''
|
1308
1308
|
result = self._values.get("event_orchestration")
|
1309
1309
|
assert result is not None, "Required property 'event_orchestration' is missing"
|
1310
1310
|
return typing.cast(builtins.str, result)
|
@@ -1315,7 +1315,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1315
1315
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSet"]]:
|
1316
1316
|
'''set block.
|
1317
1317
|
|
1318
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1318
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#set EventOrchestrationUnrouted#set}
|
1319
1319
|
'''
|
1320
1320
|
result = self._values.get("set")
|
1321
1321
|
assert result is not None, "Required property 'set' is missing"
|
@@ -1323,7 +1323,7 @@ class EventOrchestrationUnroutedConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1323
1323
|
|
1324
1324
|
@builtins.property
|
1325
1325
|
def id(self) -> typing.Optional[builtins.str]:
|
1326
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1326
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
|
1327
1327
|
|
1328
1328
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1329
1329
|
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.
|
@@ -1356,8 +1356,8 @@ class EventOrchestrationUnroutedSet:
|
|
1356
1356
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1357
1357
|
) -> None:
|
1358
1358
|
'''
|
1359
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1360
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1359
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#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.
|
1360
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
|
1361
1361
|
'''
|
1362
1362
|
if __debug__:
|
1363
1363
|
type_hints = typing.get_type_hints(_typecheckingstub__d008f014806e1f881fbd832e0f0859fbb79a6023defe775d45620826b97169c9)
|
@@ -1371,7 +1371,7 @@ class EventOrchestrationUnroutedSet:
|
|
1371
1371
|
|
1372
1372
|
@builtins.property
|
1373
1373
|
def id(self) -> builtins.str:
|
1374
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1374
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#id EventOrchestrationUnrouted#id}.
|
1375
1375
|
|
1376
1376
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
1377
1377
|
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.
|
@@ -1386,7 +1386,7 @@ class EventOrchestrationUnroutedSet:
|
|
1386
1386
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]]:
|
1387
1387
|
'''rule block.
|
1388
1388
|
|
1389
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1389
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#rule EventOrchestrationUnrouted#rule}
|
1390
1390
|
'''
|
1391
1391
|
result = self._values.get("rule")
|
1392
1392
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRule"]]], result)
|
@@ -1603,10 +1603,10 @@ class EventOrchestrationUnroutedSetRule:
|
|
1603
1603
|
label: typing.Optional[builtins.str] = None,
|
1604
1604
|
) -> None:
|
1605
1605
|
'''
|
1606
|
-
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1607
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1608
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1609
|
-
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1606
|
+
:param actions: actions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
1607
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
|
1608
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.
|
1609
|
+
:param label: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.
|
1610
1610
|
'''
|
1611
1611
|
if isinstance(actions, dict):
|
1612
1612
|
actions = EventOrchestrationUnroutedSetRuleActions(**actions)
|
@@ -1630,7 +1630,7 @@ class EventOrchestrationUnroutedSetRule:
|
|
1630
1630
|
def actions(self) -> "EventOrchestrationUnroutedSetRuleActions":
|
1631
1631
|
'''actions block.
|
1632
1632
|
|
1633
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1633
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#actions EventOrchestrationUnrouted#actions}
|
1634
1634
|
'''
|
1635
1635
|
result = self._values.get("actions")
|
1636
1636
|
assert result is not None, "Required property 'actions' is missing"
|
@@ -1642,7 +1642,7 @@ class EventOrchestrationUnroutedSetRule:
|
|
1642
1642
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]]:
|
1643
1643
|
'''condition block.
|
1644
1644
|
|
1645
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1645
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#condition EventOrchestrationUnrouted#condition}
|
1646
1646
|
'''
|
1647
1647
|
result = self._values.get("condition")
|
1648
1648
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleCondition"]]], result)
|
@@ -1651,13 +1651,13 @@ class EventOrchestrationUnroutedSetRule:
|
|
1651
1651
|
def disabled(
|
1652
1652
|
self,
|
1653
1653
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
1654
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1654
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#disabled EventOrchestrationUnrouted#disabled}.'''
|
1655
1655
|
result = self._values.get("disabled")
|
1656
1656
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
1657
1657
|
|
1658
1658
|
@builtins.property
|
1659
1659
|
def label(self) -> typing.Optional[builtins.str]:
|
1660
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1660
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#label EventOrchestrationUnrouted#label}.'''
|
1661
1661
|
result = self._values.get("label")
|
1662
1662
|
return typing.cast(typing.Optional[builtins.str], result)
|
1663
1663
|
|
@@ -1695,11 +1695,11 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1695
1695
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationUnroutedSetRuleActionsVariable", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1696
1696
|
) -> None:
|
1697
1697
|
'''
|
1698
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1699
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1700
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1701
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1702
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1698
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
1699
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
1700
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
|
1701
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
1702
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1703
1703
|
'''
|
1704
1704
|
if __debug__:
|
1705
1705
|
type_hints = typing.get_type_hints(_typecheckingstub__7de69daeae1a5cd1a1063bd644434991e938ef8d905f1e00d5b411fef8b3a529)
|
@@ -1722,7 +1722,7 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1722
1722
|
|
1723
1723
|
@builtins.property
|
1724
1724
|
def event_action(self) -> typing.Optional[builtins.str]:
|
1725
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1725
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.'''
|
1726
1726
|
result = self._values.get("event_action")
|
1727
1727
|
return typing.cast(typing.Optional[builtins.str], result)
|
1728
1728
|
|
@@ -1732,20 +1732,20 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1732
1732
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]]:
|
1733
1733
|
'''extraction block.
|
1734
1734
|
|
1735
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1735
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
1736
1736
|
'''
|
1737
1737
|
result = self._values.get("extraction")
|
1738
1738
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsExtraction"]]], result)
|
1739
1739
|
|
1740
1740
|
@builtins.property
|
1741
1741
|
def route_to(self) -> typing.Optional[builtins.str]:
|
1742
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1742
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.'''
|
1743
1743
|
result = self._values.get("route_to")
|
1744
1744
|
return typing.cast(typing.Optional[builtins.str], result)
|
1745
1745
|
|
1746
1746
|
@builtins.property
|
1747
1747
|
def severity(self) -> typing.Optional[builtins.str]:
|
1748
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1748
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.'''
|
1749
1749
|
result = self._values.get("severity")
|
1750
1750
|
return typing.cast(typing.Optional[builtins.str], result)
|
1751
1751
|
|
@@ -1755,7 +1755,7 @@ class EventOrchestrationUnroutedSetRuleActions:
|
|
1755
1755
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]]:
|
1756
1756
|
'''variable block.
|
1757
1757
|
|
1758
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1758
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
1759
1759
|
'''
|
1760
1760
|
result = self._values.get("variable")
|
1761
1761
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationUnroutedSetRuleActionsVariable"]]], result)
|
@@ -1792,10 +1792,10 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
|
|
1792
1792
|
template: typing.Optional[builtins.str] = None,
|
1793
1793
|
) -> None:
|
1794
1794
|
'''
|
1795
|
-
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1796
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1797
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1798
|
-
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1795
|
+
:param target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.
|
1796
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.
|
1797
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.
|
1798
|
+
:param template: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.
|
1799
1799
|
'''
|
1800
1800
|
if __debug__:
|
1801
1801
|
type_hints = typing.get_type_hints(_typecheckingstub__8b3013dd35226ec76dc2f09e9719e1c12966fdd5323214ccba59c06037e0e915)
|
@@ -1815,26 +1815,26 @@ class EventOrchestrationUnroutedSetRuleActionsExtraction:
|
|
1815
1815
|
|
1816
1816
|
@builtins.property
|
1817
1817
|
def target(self) -> builtins.str:
|
1818
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1818
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#target EventOrchestrationUnrouted#target}.'''
|
1819
1819
|
result = self._values.get("target")
|
1820
1820
|
assert result is not None, "Required property 'target' is missing"
|
1821
1821
|
return typing.cast(builtins.str, result)
|
1822
1822
|
|
1823
1823
|
@builtins.property
|
1824
1824
|
def regex(self) -> typing.Optional[builtins.str]:
|
1825
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1825
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#regex EventOrchestrationUnrouted#regex}.'''
|
1826
1826
|
result = self._values.get("regex")
|
1827
1827
|
return typing.cast(typing.Optional[builtins.str], result)
|
1828
1828
|
|
1829
1829
|
@builtins.property
|
1830
1830
|
def source(self) -> typing.Optional[builtins.str]:
|
1831
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1831
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#source EventOrchestrationUnrouted#source}.'''
|
1832
1832
|
result = self._values.get("source")
|
1833
1833
|
return typing.cast(typing.Optional[builtins.str], result)
|
1834
1834
|
|
1835
1835
|
@builtins.property
|
1836
1836
|
def template(self) -> typing.Optional[builtins.str]:
|
1837
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
1837
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#template EventOrchestrationUnrouted#template}.'''
|
1838
1838
|
result = self._values.get("template")
|
1839
1839
|
return typing.cast(typing.Optional[builtins.str], result)
|
1840
1840
|
|
@@ -2241,10 +2241,10 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
|
|
2241
2241
|
value: builtins.str,
|
2242
2242
|
) -> None:
|
2243
2243
|
'''
|
2244
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2245
|
-
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2246
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2247
|
-
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2244
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.
|
2245
|
+
:param path: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.
|
2246
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.
|
2247
|
+
:param value: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.
|
2248
2248
|
'''
|
2249
2249
|
if __debug__:
|
2250
2250
|
type_hints = typing.get_type_hints(_typecheckingstub__dd0c5f57df347bcae15394cd70a29867473ac8aa3688e6f0dc355fc21a2ef2d8)
|
@@ -2261,28 +2261,28 @@ class EventOrchestrationUnroutedSetRuleActionsVariable:
|
|
2261
2261
|
|
2262
2262
|
@builtins.property
|
2263
2263
|
def name(self) -> builtins.str:
|
2264
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2264
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#name EventOrchestrationUnrouted#name}.'''
|
2265
2265
|
result = self._values.get("name")
|
2266
2266
|
assert result is not None, "Required property 'name' is missing"
|
2267
2267
|
return typing.cast(builtins.str, result)
|
2268
2268
|
|
2269
2269
|
@builtins.property
|
2270
2270
|
def path(self) -> builtins.str:
|
2271
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2271
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#path EventOrchestrationUnrouted#path}.'''
|
2272
2272
|
result = self._values.get("path")
|
2273
2273
|
assert result is not None, "Required property 'path' is missing"
|
2274
2274
|
return typing.cast(builtins.str, result)
|
2275
2275
|
|
2276
2276
|
@builtins.property
|
2277
2277
|
def type(self) -> builtins.str:
|
2278
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2278
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#type EventOrchestrationUnrouted#type}.'''
|
2279
2279
|
result = self._values.get("type")
|
2280
2280
|
assert result is not None, "Required property 'type' is missing"
|
2281
2281
|
return typing.cast(builtins.str, result)
|
2282
2282
|
|
2283
2283
|
@builtins.property
|
2284
2284
|
def value(self) -> builtins.str:
|
2285
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2285
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#value EventOrchestrationUnrouted#value}.'''
|
2286
2286
|
result = self._values.get("value")
|
2287
2287
|
assert result is not None, "Required property 'value' is missing"
|
2288
2288
|
return typing.cast(builtins.str, result)
|
@@ -2512,7 +2512,7 @@ class EventOrchestrationUnroutedSetRuleActionsVariableOutputReference(
|
|
2512
2512
|
class EventOrchestrationUnroutedSetRuleCondition:
|
2513
2513
|
def __init__(self, *, expression: builtins.str) -> None:
|
2514
2514
|
'''
|
2515
|
-
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2515
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.
|
2516
2516
|
'''
|
2517
2517
|
if __debug__:
|
2518
2518
|
type_hints = typing.get_type_hints(_typecheckingstub__7e07b5dc138d66b32d7ebe6a7836500090439b0c193c8ab86ebe5120b056af3f)
|
@@ -2523,7 +2523,7 @@ class EventOrchestrationUnroutedSetRuleCondition:
|
|
2523
2523
|
|
2524
2524
|
@builtins.property
|
2525
2525
|
def expression(self) -> builtins.str:
|
2526
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2526
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#expression EventOrchestrationUnrouted#expression}.'''
|
2527
2527
|
result = self._values.get("expression")
|
2528
2528
|
assert result is not None, "Required property 'expression' is missing"
|
2529
2529
|
return typing.cast(builtins.str, result)
|
@@ -2824,11 +2824,11 @@ class EventOrchestrationUnroutedSetRuleOutputReference(
|
|
2824
2824
|
variable: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationUnroutedSetRuleActionsVariable, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
2825
2825
|
) -> None:
|
2826
2826
|
'''
|
2827
|
-
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2828
|
-
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2829
|
-
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2830
|
-
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2831
|
-
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.
|
2827
|
+
:param event_action: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#event_action EventOrchestrationUnrouted#event_action}.
|
2828
|
+
:param extraction: extraction block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#extraction EventOrchestrationUnrouted#extraction}
|
2829
|
+
:param route_to: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#route_to EventOrchestrationUnrouted#route_to}.
|
2830
|
+
:param severity: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#severity EventOrchestrationUnrouted#severity}.
|
2831
|
+
:param variable: variable block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.19.3/docs/resources/event_orchestration_unrouted#variable EventOrchestrationUnrouted#variable}
|
2832
2832
|
'''
|
2833
2833
|
value = EventOrchestrationUnroutedSetRuleActions(
|
2834
2834
|
event_action=event_action,
|