cdktf-cdktf-provider-pagerduty 13.7.1__py3-none-any.whl → 13.7.3__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.7.3.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
- 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 +10 -10
- 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 +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
- 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 +10 -10
- 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 +25 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
- 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 +22 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -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 +27 -27
- 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 +10 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
- 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_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.7.3.dist-info/RECORD +81 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.7.1.dist-info/RECORD +0 -81
- {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.7.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
'''
|
2
2
|
# `pagerduty_event_orchestration_service_cache_variable`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -29,7 +29,7 @@ class EventOrchestrationServiceCacheVariable(
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
30
30
|
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationServiceCacheVariable.EventOrchestrationServiceCacheVariable",
|
31
31
|
):
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}.'''
|
33
33
|
|
34
34
|
def __init__(
|
35
35
|
self,
|
@@ -49,15 +49,15 @@ class EventOrchestrationServiceCacheVariable(
|
|
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.11.
|
52
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} 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 configuration: configuration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
57
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
58
|
-
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
59
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
60
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
56
|
+
:param configuration: configuration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration}
|
57
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}.
|
58
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}.
|
59
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition}
|
60
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}.
|
61
61
|
:param connection:
|
62
62
|
:param count:
|
63
63
|
:param depends_on:
|
@@ -100,7 +100,7 @@ class EventOrchestrationServiceCacheVariable(
|
|
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 EventOrchestrationServiceCacheVariable to import.
|
103
|
-
:param import_from_id: The id of the existing EventOrchestrationServiceCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
103
|
+
:param import_from_id: The id of the existing EventOrchestrationServiceCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#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 EventOrchestrationServiceCacheVariable to import is found.
|
105
105
|
'''
|
106
106
|
if __debug__:
|
@@ -134,10 +134,10 @@ class EventOrchestrationServiceCacheVariable(
|
|
134
134
|
ttl_seconds: typing.Optional[jsii.Number] = None,
|
135
135
|
) -> None:
|
136
136
|
'''
|
137
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
138
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
139
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
140
|
-
:param ttl_seconds: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
137
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}.
|
138
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}.
|
139
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}.
|
140
|
+
:param ttl_seconds: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}.
|
141
141
|
'''
|
142
142
|
value = EventOrchestrationServiceCacheVariableConfiguration(
|
143
143
|
type=type, regex=regex, source=source, ttl_seconds=ttl_seconds
|
@@ -262,7 +262,7 @@ class EventOrchestrationServiceCacheVariable(
|
|
262
262
|
class EventOrchestrationServiceCacheVariableCondition:
|
263
263
|
def __init__(self, *, expression: builtins.str) -> None:
|
264
264
|
'''
|
265
|
-
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
265
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}.
|
266
266
|
'''
|
267
267
|
if __debug__:
|
268
268
|
type_hints = typing.get_type_hints(_typecheckingstub__e50f37b7b762801582d7314d5441d94700f147f92ef74dd73e8eb03f20273636)
|
@@ -273,7 +273,7 @@ class EventOrchestrationServiceCacheVariableCondition:
|
|
273
273
|
|
274
274
|
@builtins.property
|
275
275
|
def expression(self) -> builtins.str:
|
276
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
276
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}.'''
|
277
277
|
result = self._values.get("expression")
|
278
278
|
assert result is not None, "Required property 'expression' is missing"
|
279
279
|
return typing.cast(builtins.str, result)
|
@@ -489,11 +489,11 @@ class EventOrchestrationServiceCacheVariableConfig(
|
|
489
489
|
:param lifecycle:
|
490
490
|
:param provider:
|
491
491
|
:param provisioners:
|
492
|
-
:param configuration: configuration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
493
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
494
|
-
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
495
|
-
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
496
|
-
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
492
|
+
:param configuration: configuration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration}
|
493
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}.
|
494
|
+
:param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}.
|
495
|
+
:param condition: condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition}
|
496
|
+
:param disabled: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}.
|
497
497
|
'''
|
498
498
|
if isinstance(lifecycle, dict):
|
499
499
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -605,7 +605,7 @@ class EventOrchestrationServiceCacheVariableConfig(
|
|
605
605
|
def configuration(self) -> "EventOrchestrationServiceCacheVariableConfiguration":
|
606
606
|
'''configuration block.
|
607
607
|
|
608
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
608
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration}
|
609
609
|
'''
|
610
610
|
result = self._values.get("configuration")
|
611
611
|
assert result is not None, "Required property 'configuration' is missing"
|
@@ -613,14 +613,14 @@ class EventOrchestrationServiceCacheVariableConfig(
|
|
613
613
|
|
614
614
|
@builtins.property
|
615
615
|
def name(self) -> builtins.str:
|
616
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
616
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}.'''
|
617
617
|
result = self._values.get("name")
|
618
618
|
assert result is not None, "Required property 'name' is missing"
|
619
619
|
return typing.cast(builtins.str, result)
|
620
620
|
|
621
621
|
@builtins.property
|
622
622
|
def service(self) -> builtins.str:
|
623
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
623
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}.'''
|
624
624
|
result = self._values.get("service")
|
625
625
|
assert result is not None, "Required property 'service' is missing"
|
626
626
|
return typing.cast(builtins.str, result)
|
@@ -631,7 +631,7 @@ class EventOrchestrationServiceCacheVariableConfig(
|
|
631
631
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCacheVariableCondition]]]:
|
632
632
|
'''condition block.
|
633
633
|
|
634
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
634
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition}
|
635
635
|
'''
|
636
636
|
result = self._values.get("condition")
|
637
637
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCacheVariableCondition]]], result)
|
@@ -640,7 +640,7 @@ class EventOrchestrationServiceCacheVariableConfig(
|
|
640
640
|
def disabled(
|
641
641
|
self,
|
642
642
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
643
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
643
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}.'''
|
644
644
|
result = self._values.get("disabled")
|
645
645
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
646
646
|
|
@@ -676,10 +676,10 @@ class EventOrchestrationServiceCacheVariableConfiguration:
|
|
676
676
|
ttl_seconds: typing.Optional[jsii.Number] = None,
|
677
677
|
) -> None:
|
678
678
|
'''
|
679
|
-
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
680
|
-
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
681
|
-
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
682
|
-
:param ttl_seconds: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
679
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}.
|
680
|
+
:param regex: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}.
|
681
|
+
:param source: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}.
|
682
|
+
:param ttl_seconds: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}.
|
683
683
|
'''
|
684
684
|
if __debug__:
|
685
685
|
type_hints = typing.get_type_hints(_typecheckingstub__b9bf6adc3941c101e92e2c65e730bfaeaa331445b57c138a5a44d5e7f39cf5ee)
|
@@ -699,26 +699,26 @@ class EventOrchestrationServiceCacheVariableConfiguration:
|
|
699
699
|
|
700
700
|
@builtins.property
|
701
701
|
def type(self) -> builtins.str:
|
702
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
702
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}.'''
|
703
703
|
result = self._values.get("type")
|
704
704
|
assert result is not None, "Required property 'type' is missing"
|
705
705
|
return typing.cast(builtins.str, result)
|
706
706
|
|
707
707
|
@builtins.property
|
708
708
|
def regex(self) -> typing.Optional[builtins.str]:
|
709
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
709
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}.'''
|
710
710
|
result = self._values.get("regex")
|
711
711
|
return typing.cast(typing.Optional[builtins.str], result)
|
712
712
|
|
713
713
|
@builtins.property
|
714
714
|
def source(self) -> typing.Optional[builtins.str]:
|
715
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
715
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}.'''
|
716
716
|
result = self._values.get("source")
|
717
717
|
return typing.cast(typing.Optional[builtins.str], result)
|
718
718
|
|
719
719
|
@builtins.property
|
720
720
|
def ttl_seconds(self) -> typing.Optional[jsii.Number]:
|
721
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.
|
721
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.3/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}.'''
|
722
722
|
result = self._values.get("ttl_seconds")
|
723
723
|
return typing.cast(typing.Optional[jsii.Number], result)
|
724
724
|
|