cdktf-cdktf-provider-pagerduty 13.6.0__py3-none-any.whl → 13.7.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 +14 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +853 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +853 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +1049 -0
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +1049 -0
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_pagerduty-13.7.0.dist-info/RECORD +81 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1049 @@
|
|
1
|
+
'''
|
2
|
+
# `pagerduty_event_orchestration_service_cache_variable`
|
3
|
+
|
4
|
+
Refer to the Terraform Registry for docs: [`pagerduty_event_orchestration_service_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service_cache_variable).
|
5
|
+
'''
|
6
|
+
from pkgutil import extend_path
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
8
|
+
|
9
|
+
import abc
|
10
|
+
import builtins
|
11
|
+
import datetime
|
12
|
+
import enum
|
13
|
+
import typing
|
14
|
+
|
15
|
+
import jsii
|
16
|
+
import publication
|
17
|
+
import typing_extensions
|
18
|
+
|
19
|
+
from typeguard import check_type
|
20
|
+
|
21
|
+
from .._jsii import *
|
22
|
+
|
23
|
+
import cdktf as _cdktf_9a9027ec
|
24
|
+
import constructs as _constructs_77d1e7e8
|
25
|
+
|
26
|
+
|
27
|
+
class EventOrchestrationServiceCacheVariable(
|
28
|
+
_cdktf_9a9027ec.TerraformResource,
|
29
|
+
metaclass=jsii.JSIIMeta,
|
30
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationServiceCacheVariable.EventOrchestrationServiceCacheVariable",
|
31
|
+
):
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable}.'''
|
33
|
+
|
34
|
+
def __init__(
|
35
|
+
self,
|
36
|
+
scope: _constructs_77d1e7e8.Construct,
|
37
|
+
id: builtins.str,
|
38
|
+
*,
|
39
|
+
configuration: typing.Union["EventOrchestrationServiceCacheVariableConfiguration", typing.Dict[builtins.str, typing.Any]],
|
40
|
+
name: builtins.str,
|
41
|
+
service: builtins.str,
|
42
|
+
condition: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCacheVariableCondition", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
43
|
+
disabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
44
|
+
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
45
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
46
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
47
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
48
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
49
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
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
|
+
) -> None:
|
52
|
+
'''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} Resource.
|
53
|
+
|
54
|
+
:param scope: The scope in which to define this construct.
|
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.0/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.0/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.0/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.0/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.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}.
|
61
|
+
:param connection:
|
62
|
+
:param count:
|
63
|
+
:param depends_on:
|
64
|
+
:param for_each:
|
65
|
+
:param lifecycle:
|
66
|
+
:param provider:
|
67
|
+
:param provisioners:
|
68
|
+
'''
|
69
|
+
if __debug__:
|
70
|
+
type_hints = typing.get_type_hints(_typecheckingstub__29452809e7c1eaf49dd467c17eaa3dcae4e34afa7ad2ce0605db9047b5fcefcb)
|
71
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
72
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
73
|
+
config = EventOrchestrationServiceCacheVariableConfig(
|
74
|
+
configuration=configuration,
|
75
|
+
name=name,
|
76
|
+
service=service,
|
77
|
+
condition=condition,
|
78
|
+
disabled=disabled,
|
79
|
+
connection=connection,
|
80
|
+
count=count,
|
81
|
+
depends_on=depends_on,
|
82
|
+
for_each=for_each,
|
83
|
+
lifecycle=lifecycle,
|
84
|
+
provider=provider,
|
85
|
+
provisioners=provisioners,
|
86
|
+
)
|
87
|
+
|
88
|
+
jsii.create(self.__class__, self, [scope, id, config])
|
89
|
+
|
90
|
+
@jsii.member(jsii_name="generateConfigForImport")
|
91
|
+
@builtins.classmethod
|
92
|
+
def generate_config_for_import(
|
93
|
+
cls,
|
94
|
+
scope: _constructs_77d1e7e8.Construct,
|
95
|
+
import_to_id: builtins.str,
|
96
|
+
import_from_id: builtins.str,
|
97
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
98
|
+
) -> _cdktf_9a9027ec.ImportableResource:
|
99
|
+
'''Generates CDKTF code for importing a EventOrchestrationServiceCacheVariable resource upon running "cdktf plan ".
|
100
|
+
|
101
|
+
:param scope: The scope in which to define this construct.
|
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.0/docs/resources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use
|
104
|
+
:param provider: ? Optional instance of the provider where the EventOrchestrationServiceCacheVariable to import is found.
|
105
|
+
'''
|
106
|
+
if __debug__:
|
107
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c61fd930f0ab25472163ee97fe8d3af7d8ad956d8758e71218e0cd2ef235185c)
|
108
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
109
|
+
check_type(argname="argument import_to_id", value=import_to_id, expected_type=type_hints["import_to_id"])
|
110
|
+
check_type(argname="argument import_from_id", value=import_from_id, expected_type=type_hints["import_from_id"])
|
111
|
+
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
112
|
+
return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
|
113
|
+
|
114
|
+
@jsii.member(jsii_name="putCondition")
|
115
|
+
def put_condition(
|
116
|
+
self,
|
117
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["EventOrchestrationServiceCacheVariableCondition", typing.Dict[builtins.str, typing.Any]]]],
|
118
|
+
) -> None:
|
119
|
+
'''
|
120
|
+
:param value: -
|
121
|
+
'''
|
122
|
+
if __debug__:
|
123
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3174c01c277860d659724ee1f13dc716cdeda68a0d7a8e57e2df50d46c8ddc51)
|
124
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
125
|
+
return typing.cast(None, jsii.invoke(self, "putCondition", [value]))
|
126
|
+
|
127
|
+
@jsii.member(jsii_name="putConfiguration")
|
128
|
+
def put_configuration(
|
129
|
+
self,
|
130
|
+
*,
|
131
|
+
type: builtins.str,
|
132
|
+
regex: typing.Optional[builtins.str] = None,
|
133
|
+
source: typing.Optional[builtins.str] = None,
|
134
|
+
ttl_seconds: typing.Optional[jsii.Number] = None,
|
135
|
+
) -> None:
|
136
|
+
'''
|
137
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/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.0/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.0/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.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}.
|
141
|
+
'''
|
142
|
+
value = EventOrchestrationServiceCacheVariableConfiguration(
|
143
|
+
type=type, regex=regex, source=source, ttl_seconds=ttl_seconds
|
144
|
+
)
|
145
|
+
|
146
|
+
return typing.cast(None, jsii.invoke(self, "putConfiguration", [value]))
|
147
|
+
|
148
|
+
@jsii.member(jsii_name="resetCondition")
|
149
|
+
def reset_condition(self) -> None:
|
150
|
+
return typing.cast(None, jsii.invoke(self, "resetCondition", []))
|
151
|
+
|
152
|
+
@jsii.member(jsii_name="resetDisabled")
|
153
|
+
def reset_disabled(self) -> None:
|
154
|
+
return typing.cast(None, jsii.invoke(self, "resetDisabled", []))
|
155
|
+
|
156
|
+
@jsii.member(jsii_name="synthesizeAttributes")
|
157
|
+
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
158
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
159
|
+
|
160
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
161
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
162
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
163
|
+
|
164
|
+
@jsii.python.classproperty
|
165
|
+
@jsii.member(jsii_name="tfResourceType")
|
166
|
+
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
167
|
+
return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
|
168
|
+
|
169
|
+
@builtins.property
|
170
|
+
@jsii.member(jsii_name="condition")
|
171
|
+
def condition(self) -> "EventOrchestrationServiceCacheVariableConditionList":
|
172
|
+
return typing.cast("EventOrchestrationServiceCacheVariableConditionList", jsii.get(self, "condition"))
|
173
|
+
|
174
|
+
@builtins.property
|
175
|
+
@jsii.member(jsii_name="configuration")
|
176
|
+
def configuration(
|
177
|
+
self,
|
178
|
+
) -> "EventOrchestrationServiceCacheVariableConfigurationOutputReference":
|
179
|
+
return typing.cast("EventOrchestrationServiceCacheVariableConfigurationOutputReference", jsii.get(self, "configuration"))
|
180
|
+
|
181
|
+
@builtins.property
|
182
|
+
@jsii.member(jsii_name="id")
|
183
|
+
def id(self) -> builtins.str:
|
184
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
185
|
+
|
186
|
+
@builtins.property
|
187
|
+
@jsii.member(jsii_name="conditionInput")
|
188
|
+
def condition_input(
|
189
|
+
self,
|
190
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCacheVariableCondition"]]]:
|
191
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EventOrchestrationServiceCacheVariableCondition"]]], jsii.get(self, "conditionInput"))
|
192
|
+
|
193
|
+
@builtins.property
|
194
|
+
@jsii.member(jsii_name="configurationInput")
|
195
|
+
def configuration_input(
|
196
|
+
self,
|
197
|
+
) -> typing.Optional["EventOrchestrationServiceCacheVariableConfiguration"]:
|
198
|
+
return typing.cast(typing.Optional["EventOrchestrationServiceCacheVariableConfiguration"], jsii.get(self, "configurationInput"))
|
199
|
+
|
200
|
+
@builtins.property
|
201
|
+
@jsii.member(jsii_name="disabledInput")
|
202
|
+
def disabled_input(
|
203
|
+
self,
|
204
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
205
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "disabledInput"))
|
206
|
+
|
207
|
+
@builtins.property
|
208
|
+
@jsii.member(jsii_name="nameInput")
|
209
|
+
def name_input(self) -> typing.Optional[builtins.str]:
|
210
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
|
211
|
+
|
212
|
+
@builtins.property
|
213
|
+
@jsii.member(jsii_name="serviceInput")
|
214
|
+
def service_input(self) -> typing.Optional[builtins.str]:
|
215
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceInput"))
|
216
|
+
|
217
|
+
@builtins.property
|
218
|
+
@jsii.member(jsii_name="disabled")
|
219
|
+
def disabled(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
220
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "disabled"))
|
221
|
+
|
222
|
+
@disabled.setter
|
223
|
+
def disabled(
|
224
|
+
self,
|
225
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
226
|
+
) -> None:
|
227
|
+
if __debug__:
|
228
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c073f26b9edb403d75e269a3e9c9ab34a2b2230866a60c7874f4d541d004aa3b)
|
229
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
230
|
+
jsii.set(self, "disabled", value)
|
231
|
+
|
232
|
+
@builtins.property
|
233
|
+
@jsii.member(jsii_name="name")
|
234
|
+
def name(self) -> builtins.str:
|
235
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
236
|
+
|
237
|
+
@name.setter
|
238
|
+
def name(self, value: builtins.str) -> None:
|
239
|
+
if __debug__:
|
240
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ae04f21e8c86f1afaaee5c9bc39f61db5a33b5e90da87fb8375cfb8b306cb2d9)
|
241
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
242
|
+
jsii.set(self, "name", value)
|
243
|
+
|
244
|
+
@builtins.property
|
245
|
+
@jsii.member(jsii_name="service")
|
246
|
+
def service(self) -> builtins.str:
|
247
|
+
return typing.cast(builtins.str, jsii.get(self, "service"))
|
248
|
+
|
249
|
+
@service.setter
|
250
|
+
def service(self, value: builtins.str) -> None:
|
251
|
+
if __debug__:
|
252
|
+
type_hints = typing.get_type_hints(_typecheckingstub__da213def79ab1a65ec465a85fb9694713067e32c1898f6d1e37f4e690ab29cad)
|
253
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
254
|
+
jsii.set(self, "service", value)
|
255
|
+
|
256
|
+
|
257
|
+
@jsii.data_type(
|
258
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationServiceCacheVariable.EventOrchestrationServiceCacheVariableCondition",
|
259
|
+
jsii_struct_bases=[],
|
260
|
+
name_mapping={"expression": "expression"},
|
261
|
+
)
|
262
|
+
class EventOrchestrationServiceCacheVariableCondition:
|
263
|
+
def __init__(self, *, expression: builtins.str) -> None:
|
264
|
+
'''
|
265
|
+
:param expression: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}.
|
266
|
+
'''
|
267
|
+
if __debug__:
|
268
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e50f37b7b762801582d7314d5441d94700f147f92ef74dd73e8eb03f20273636)
|
269
|
+
check_type(argname="argument expression", value=expression, expected_type=type_hints["expression"])
|
270
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
271
|
+
"expression": expression,
|
272
|
+
}
|
273
|
+
|
274
|
+
@builtins.property
|
275
|
+
def expression(self) -> builtins.str:
|
276
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service_cache_variable#expression EventOrchestrationServiceCacheVariable#expression}.'''
|
277
|
+
result = self._values.get("expression")
|
278
|
+
assert result is not None, "Required property 'expression' is missing"
|
279
|
+
return typing.cast(builtins.str, result)
|
280
|
+
|
281
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
282
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
283
|
+
|
284
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
285
|
+
return not (rhs == self)
|
286
|
+
|
287
|
+
def __repr__(self) -> str:
|
288
|
+
return "EventOrchestrationServiceCacheVariableCondition(%s)" % ", ".join(
|
289
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
290
|
+
)
|
291
|
+
|
292
|
+
|
293
|
+
class EventOrchestrationServiceCacheVariableConditionList(
|
294
|
+
_cdktf_9a9027ec.ComplexList,
|
295
|
+
metaclass=jsii.JSIIMeta,
|
296
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationServiceCacheVariable.EventOrchestrationServiceCacheVariableConditionList",
|
297
|
+
):
|
298
|
+
def __init__(
|
299
|
+
self,
|
300
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
301
|
+
terraform_attribute: builtins.str,
|
302
|
+
wraps_set: builtins.bool,
|
303
|
+
) -> None:
|
304
|
+
'''
|
305
|
+
:param terraform_resource: The parent resource.
|
306
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
307
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
308
|
+
'''
|
309
|
+
if __debug__:
|
310
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5d357844dccaa397adbca38c52f74730a0721bc439e37d6a90b21ac79f211909)
|
311
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
312
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
313
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
314
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
315
|
+
|
316
|
+
@jsii.member(jsii_name="get")
|
317
|
+
def get(
|
318
|
+
self,
|
319
|
+
index: jsii.Number,
|
320
|
+
) -> "EventOrchestrationServiceCacheVariableConditionOutputReference":
|
321
|
+
'''
|
322
|
+
:param index: the index of the item to return.
|
323
|
+
'''
|
324
|
+
if __debug__:
|
325
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7c4134eb904530136cb170e8b5c2ca39598311c8f8fe4f5b9fb64eb59a628b4d)
|
326
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
327
|
+
return typing.cast("EventOrchestrationServiceCacheVariableConditionOutputReference", jsii.invoke(self, "get", [index]))
|
328
|
+
|
329
|
+
@builtins.property
|
330
|
+
@jsii.member(jsii_name="terraformAttribute")
|
331
|
+
def _terraform_attribute(self) -> builtins.str:
|
332
|
+
'''The attribute on the parent resource this class is referencing.'''
|
333
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
334
|
+
|
335
|
+
@_terraform_attribute.setter
|
336
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
337
|
+
if __debug__:
|
338
|
+
type_hints = typing.get_type_hints(_typecheckingstub__34198a0f1364ae5fb3ff02c440e2d408b22b3bff9f7b1799c0bda5fb38e6cd41)
|
339
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
340
|
+
jsii.set(self, "terraformAttribute", value)
|
341
|
+
|
342
|
+
@builtins.property
|
343
|
+
@jsii.member(jsii_name="terraformResource")
|
344
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
345
|
+
'''The parent resource.'''
|
346
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
347
|
+
|
348
|
+
@_terraform_resource.setter
|
349
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
350
|
+
if __debug__:
|
351
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2e1df1a05f777e14b303d9529a2915f516f665fd36ba8c2937ed989a5b428722)
|
352
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
353
|
+
jsii.set(self, "terraformResource", value)
|
354
|
+
|
355
|
+
@builtins.property
|
356
|
+
@jsii.member(jsii_name="wrapsSet")
|
357
|
+
def _wraps_set(self) -> builtins.bool:
|
358
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
359
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
360
|
+
|
361
|
+
@_wraps_set.setter
|
362
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
363
|
+
if __debug__:
|
364
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e44fd507a4cc6824e322e29d28e3851abb389e3deb29985e7f199a51a3646fd0)
|
365
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
366
|
+
jsii.set(self, "wrapsSet", value)
|
367
|
+
|
368
|
+
@builtins.property
|
369
|
+
@jsii.member(jsii_name="internalValue")
|
370
|
+
def internal_value(
|
371
|
+
self,
|
372
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCacheVariableCondition]]]:
|
373
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCacheVariableCondition]]], jsii.get(self, "internalValue"))
|
374
|
+
|
375
|
+
@internal_value.setter
|
376
|
+
def internal_value(
|
377
|
+
self,
|
378
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCacheVariableCondition]]],
|
379
|
+
) -> None:
|
380
|
+
if __debug__:
|
381
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e440c22f1747d72fdb61a07a1cfd2ca33bd10400d64b1e752c05a86a3d8b96eb)
|
382
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
383
|
+
jsii.set(self, "internalValue", value)
|
384
|
+
|
385
|
+
|
386
|
+
class EventOrchestrationServiceCacheVariableConditionOutputReference(
|
387
|
+
_cdktf_9a9027ec.ComplexObject,
|
388
|
+
metaclass=jsii.JSIIMeta,
|
389
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationServiceCacheVariable.EventOrchestrationServiceCacheVariableConditionOutputReference",
|
390
|
+
):
|
391
|
+
def __init__(
|
392
|
+
self,
|
393
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
394
|
+
terraform_attribute: builtins.str,
|
395
|
+
complex_object_index: jsii.Number,
|
396
|
+
complex_object_is_from_set: builtins.bool,
|
397
|
+
) -> None:
|
398
|
+
'''
|
399
|
+
:param terraform_resource: The parent resource.
|
400
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
401
|
+
:param complex_object_index: the index of this item in the list.
|
402
|
+
:param complex_object_is_from_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
403
|
+
'''
|
404
|
+
if __debug__:
|
405
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a29f763fb09e928351adcac5c8210c84359ec63d7569f44177fbf9082cf65194)
|
406
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
407
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
408
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
409
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
410
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
411
|
+
|
412
|
+
@builtins.property
|
413
|
+
@jsii.member(jsii_name="expressionInput")
|
414
|
+
def expression_input(self) -> typing.Optional[builtins.str]:
|
415
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "expressionInput"))
|
416
|
+
|
417
|
+
@builtins.property
|
418
|
+
@jsii.member(jsii_name="expression")
|
419
|
+
def expression(self) -> builtins.str:
|
420
|
+
return typing.cast(builtins.str, jsii.get(self, "expression"))
|
421
|
+
|
422
|
+
@expression.setter
|
423
|
+
def expression(self, value: builtins.str) -> None:
|
424
|
+
if __debug__:
|
425
|
+
type_hints = typing.get_type_hints(_typecheckingstub__edbaca98a0b5bfd767507e7a84fd2a059549d0bdf5b4567649c028e371317d86)
|
426
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
427
|
+
jsii.set(self, "expression", value)
|
428
|
+
|
429
|
+
@builtins.property
|
430
|
+
@jsii.member(jsii_name="internalValue")
|
431
|
+
def internal_value(
|
432
|
+
self,
|
433
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCacheVariableCondition]]:
|
434
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCacheVariableCondition]], jsii.get(self, "internalValue"))
|
435
|
+
|
436
|
+
@internal_value.setter
|
437
|
+
def internal_value(
|
438
|
+
self,
|
439
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCacheVariableCondition]],
|
440
|
+
) -> None:
|
441
|
+
if __debug__:
|
442
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5e918fc4704437d0fa6f5303c6d07190385b00bab97390fd94dffe324379021c)
|
443
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
444
|
+
jsii.set(self, "internalValue", value)
|
445
|
+
|
446
|
+
|
447
|
+
@jsii.data_type(
|
448
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationServiceCacheVariable.EventOrchestrationServiceCacheVariableConfig",
|
449
|
+
jsii_struct_bases=[_cdktf_9a9027ec.TerraformMetaArguments],
|
450
|
+
name_mapping={
|
451
|
+
"connection": "connection",
|
452
|
+
"count": "count",
|
453
|
+
"depends_on": "dependsOn",
|
454
|
+
"for_each": "forEach",
|
455
|
+
"lifecycle": "lifecycle",
|
456
|
+
"provider": "provider",
|
457
|
+
"provisioners": "provisioners",
|
458
|
+
"configuration": "configuration",
|
459
|
+
"name": "name",
|
460
|
+
"service": "service",
|
461
|
+
"condition": "condition",
|
462
|
+
"disabled": "disabled",
|
463
|
+
},
|
464
|
+
)
|
465
|
+
class EventOrchestrationServiceCacheVariableConfig(
|
466
|
+
_cdktf_9a9027ec.TerraformMetaArguments,
|
467
|
+
):
|
468
|
+
def __init__(
|
469
|
+
self,
|
470
|
+
*,
|
471
|
+
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
472
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
473
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
474
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
475
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
476
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
477
|
+
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,
|
478
|
+
configuration: typing.Union["EventOrchestrationServiceCacheVariableConfiguration", typing.Dict[builtins.str, typing.Any]],
|
479
|
+
name: builtins.str,
|
480
|
+
service: builtins.str,
|
481
|
+
condition: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCacheVariableCondition, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
482
|
+
disabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
483
|
+
) -> None:
|
484
|
+
'''
|
485
|
+
:param connection:
|
486
|
+
:param count:
|
487
|
+
:param depends_on:
|
488
|
+
:param for_each:
|
489
|
+
:param lifecycle:
|
490
|
+
:param provider:
|
491
|
+
:param provisioners:
|
492
|
+
:param configuration: configuration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/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.0/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.0/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.0/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.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}.
|
497
|
+
'''
|
498
|
+
if isinstance(lifecycle, dict):
|
499
|
+
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
500
|
+
if isinstance(configuration, dict):
|
501
|
+
configuration = EventOrchestrationServiceCacheVariableConfiguration(**configuration)
|
502
|
+
if __debug__:
|
503
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5acba1af5d2187e9720b6a5d6c61a487c0c5f4744592126e5960bb57b56ea561)
|
504
|
+
check_type(argname="argument connection", value=connection, expected_type=type_hints["connection"])
|
505
|
+
check_type(argname="argument count", value=count, expected_type=type_hints["count"])
|
506
|
+
check_type(argname="argument depends_on", value=depends_on, expected_type=type_hints["depends_on"])
|
507
|
+
check_type(argname="argument for_each", value=for_each, expected_type=type_hints["for_each"])
|
508
|
+
check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
|
509
|
+
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
510
|
+
check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
|
511
|
+
check_type(argname="argument configuration", value=configuration, expected_type=type_hints["configuration"])
|
512
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
513
|
+
check_type(argname="argument service", value=service, expected_type=type_hints["service"])
|
514
|
+
check_type(argname="argument condition", value=condition, expected_type=type_hints["condition"])
|
515
|
+
check_type(argname="argument disabled", value=disabled, expected_type=type_hints["disabled"])
|
516
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
517
|
+
"configuration": configuration,
|
518
|
+
"name": name,
|
519
|
+
"service": service,
|
520
|
+
}
|
521
|
+
if connection is not None:
|
522
|
+
self._values["connection"] = connection
|
523
|
+
if count is not None:
|
524
|
+
self._values["count"] = count
|
525
|
+
if depends_on is not None:
|
526
|
+
self._values["depends_on"] = depends_on
|
527
|
+
if for_each is not None:
|
528
|
+
self._values["for_each"] = for_each
|
529
|
+
if lifecycle is not None:
|
530
|
+
self._values["lifecycle"] = lifecycle
|
531
|
+
if provider is not None:
|
532
|
+
self._values["provider"] = provider
|
533
|
+
if provisioners is not None:
|
534
|
+
self._values["provisioners"] = provisioners
|
535
|
+
if condition is not None:
|
536
|
+
self._values["condition"] = condition
|
537
|
+
if disabled is not None:
|
538
|
+
self._values["disabled"] = disabled
|
539
|
+
|
540
|
+
@builtins.property
|
541
|
+
def connection(
|
542
|
+
self,
|
543
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]]:
|
544
|
+
'''
|
545
|
+
:stability: experimental
|
546
|
+
'''
|
547
|
+
result = self._values.get("connection")
|
548
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
|
549
|
+
|
550
|
+
@builtins.property
|
551
|
+
def count(
|
552
|
+
self,
|
553
|
+
) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
|
554
|
+
'''
|
555
|
+
:stability: experimental
|
556
|
+
'''
|
557
|
+
result = self._values.get("count")
|
558
|
+
return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
|
559
|
+
|
560
|
+
@builtins.property
|
561
|
+
def depends_on(
|
562
|
+
self,
|
563
|
+
) -> typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]]:
|
564
|
+
'''
|
565
|
+
:stability: experimental
|
566
|
+
'''
|
567
|
+
result = self._values.get("depends_on")
|
568
|
+
return typing.cast(typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]], result)
|
569
|
+
|
570
|
+
@builtins.property
|
571
|
+
def for_each(self) -> typing.Optional[_cdktf_9a9027ec.ITerraformIterator]:
|
572
|
+
'''
|
573
|
+
:stability: experimental
|
574
|
+
'''
|
575
|
+
result = self._values.get("for_each")
|
576
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.ITerraformIterator], result)
|
577
|
+
|
578
|
+
@builtins.property
|
579
|
+
def lifecycle(self) -> typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle]:
|
580
|
+
'''
|
581
|
+
:stability: experimental
|
582
|
+
'''
|
583
|
+
result = self._values.get("lifecycle")
|
584
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle], result)
|
585
|
+
|
586
|
+
@builtins.property
|
587
|
+
def provider(self) -> typing.Optional[_cdktf_9a9027ec.TerraformProvider]:
|
588
|
+
'''
|
589
|
+
:stability: experimental
|
590
|
+
'''
|
591
|
+
result = self._values.get("provider")
|
592
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformProvider], result)
|
593
|
+
|
594
|
+
@builtins.property
|
595
|
+
def provisioners(
|
596
|
+
self,
|
597
|
+
) -> typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]]:
|
598
|
+
'''
|
599
|
+
:stability: experimental
|
600
|
+
'''
|
601
|
+
result = self._values.get("provisioners")
|
602
|
+
return typing.cast(typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]], result)
|
603
|
+
|
604
|
+
@builtins.property
|
605
|
+
def configuration(self) -> "EventOrchestrationServiceCacheVariableConfiguration":
|
606
|
+
'''configuration block.
|
607
|
+
|
608
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service_cache_variable#configuration EventOrchestrationServiceCacheVariable#configuration}
|
609
|
+
'''
|
610
|
+
result = self._values.get("configuration")
|
611
|
+
assert result is not None, "Required property 'configuration' is missing"
|
612
|
+
return typing.cast("EventOrchestrationServiceCacheVariableConfiguration", result)
|
613
|
+
|
614
|
+
@builtins.property
|
615
|
+
def name(self) -> builtins.str:
|
616
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service_cache_variable#name EventOrchestrationServiceCacheVariable#name}.'''
|
617
|
+
result = self._values.get("name")
|
618
|
+
assert result is not None, "Required property 'name' is missing"
|
619
|
+
return typing.cast(builtins.str, result)
|
620
|
+
|
621
|
+
@builtins.property
|
622
|
+
def service(self) -> builtins.str:
|
623
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service_cache_variable#service EventOrchestrationServiceCacheVariable#service}.'''
|
624
|
+
result = self._values.get("service")
|
625
|
+
assert result is not None, "Required property 'service' is missing"
|
626
|
+
return typing.cast(builtins.str, result)
|
627
|
+
|
628
|
+
@builtins.property
|
629
|
+
def condition(
|
630
|
+
self,
|
631
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCacheVariableCondition]]]:
|
632
|
+
'''condition block.
|
633
|
+
|
634
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service_cache_variable#condition EventOrchestrationServiceCacheVariable#condition}
|
635
|
+
'''
|
636
|
+
result = self._values.get("condition")
|
637
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCacheVariableCondition]]], result)
|
638
|
+
|
639
|
+
@builtins.property
|
640
|
+
def disabled(
|
641
|
+
self,
|
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.0/docs/resources/event_orchestration_service_cache_variable#disabled EventOrchestrationServiceCacheVariable#disabled}.'''
|
644
|
+
result = self._values.get("disabled")
|
645
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
646
|
+
|
647
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
648
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
649
|
+
|
650
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
651
|
+
return not (rhs == self)
|
652
|
+
|
653
|
+
def __repr__(self) -> str:
|
654
|
+
return "EventOrchestrationServiceCacheVariableConfig(%s)" % ", ".join(
|
655
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
656
|
+
)
|
657
|
+
|
658
|
+
|
659
|
+
@jsii.data_type(
|
660
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationServiceCacheVariable.EventOrchestrationServiceCacheVariableConfiguration",
|
661
|
+
jsii_struct_bases=[],
|
662
|
+
name_mapping={
|
663
|
+
"type": "type",
|
664
|
+
"regex": "regex",
|
665
|
+
"source": "source",
|
666
|
+
"ttl_seconds": "ttlSeconds",
|
667
|
+
},
|
668
|
+
)
|
669
|
+
class EventOrchestrationServiceCacheVariableConfiguration:
|
670
|
+
def __init__(
|
671
|
+
self,
|
672
|
+
*,
|
673
|
+
type: builtins.str,
|
674
|
+
regex: typing.Optional[builtins.str] = None,
|
675
|
+
source: typing.Optional[builtins.str] = None,
|
676
|
+
ttl_seconds: typing.Optional[jsii.Number] = None,
|
677
|
+
) -> None:
|
678
|
+
'''
|
679
|
+
:param type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/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.0/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.0/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.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}.
|
683
|
+
'''
|
684
|
+
if __debug__:
|
685
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b9bf6adc3941c101e92e2c65e730bfaeaa331445b57c138a5a44d5e7f39cf5ee)
|
686
|
+
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
687
|
+
check_type(argname="argument regex", value=regex, expected_type=type_hints["regex"])
|
688
|
+
check_type(argname="argument source", value=source, expected_type=type_hints["source"])
|
689
|
+
check_type(argname="argument ttl_seconds", value=ttl_seconds, expected_type=type_hints["ttl_seconds"])
|
690
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
691
|
+
"type": type,
|
692
|
+
}
|
693
|
+
if regex is not None:
|
694
|
+
self._values["regex"] = regex
|
695
|
+
if source is not None:
|
696
|
+
self._values["source"] = source
|
697
|
+
if ttl_seconds is not None:
|
698
|
+
self._values["ttl_seconds"] = ttl_seconds
|
699
|
+
|
700
|
+
@builtins.property
|
701
|
+
def type(self) -> builtins.str:
|
702
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service_cache_variable#type EventOrchestrationServiceCacheVariable#type}.'''
|
703
|
+
result = self._values.get("type")
|
704
|
+
assert result is not None, "Required property 'type' is missing"
|
705
|
+
return typing.cast(builtins.str, result)
|
706
|
+
|
707
|
+
@builtins.property
|
708
|
+
def regex(self) -> typing.Optional[builtins.str]:
|
709
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service_cache_variable#regex EventOrchestrationServiceCacheVariable#regex}.'''
|
710
|
+
result = self._values.get("regex")
|
711
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
712
|
+
|
713
|
+
@builtins.property
|
714
|
+
def source(self) -> typing.Optional[builtins.str]:
|
715
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service_cache_variable#source EventOrchestrationServiceCacheVariable#source}.'''
|
716
|
+
result = self._values.get("source")
|
717
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
718
|
+
|
719
|
+
@builtins.property
|
720
|
+
def ttl_seconds(self) -> typing.Optional[jsii.Number]:
|
721
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/resources/event_orchestration_service_cache_variable#ttl_seconds EventOrchestrationServiceCacheVariable#ttl_seconds}.'''
|
722
|
+
result = self._values.get("ttl_seconds")
|
723
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
724
|
+
|
725
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
726
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
727
|
+
|
728
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
729
|
+
return not (rhs == self)
|
730
|
+
|
731
|
+
def __repr__(self) -> str:
|
732
|
+
return "EventOrchestrationServiceCacheVariableConfiguration(%s)" % ", ".join(
|
733
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
734
|
+
)
|
735
|
+
|
736
|
+
|
737
|
+
class EventOrchestrationServiceCacheVariableConfigurationOutputReference(
|
738
|
+
_cdktf_9a9027ec.ComplexObject,
|
739
|
+
metaclass=jsii.JSIIMeta,
|
740
|
+
jsii_type="@cdktf/provider-pagerduty.eventOrchestrationServiceCacheVariable.EventOrchestrationServiceCacheVariableConfigurationOutputReference",
|
741
|
+
):
|
742
|
+
def __init__(
|
743
|
+
self,
|
744
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
745
|
+
terraform_attribute: builtins.str,
|
746
|
+
) -> None:
|
747
|
+
'''
|
748
|
+
:param terraform_resource: The parent resource.
|
749
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
750
|
+
'''
|
751
|
+
if __debug__:
|
752
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e9a62e0d5e91d8ad6887ab00885a8f5e9c7c5fb98e43c65841e35ac418a1d2f1)
|
753
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
754
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
755
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
756
|
+
|
757
|
+
@jsii.member(jsii_name="resetRegex")
|
758
|
+
def reset_regex(self) -> None:
|
759
|
+
return typing.cast(None, jsii.invoke(self, "resetRegex", []))
|
760
|
+
|
761
|
+
@jsii.member(jsii_name="resetSource")
|
762
|
+
def reset_source(self) -> None:
|
763
|
+
return typing.cast(None, jsii.invoke(self, "resetSource", []))
|
764
|
+
|
765
|
+
@jsii.member(jsii_name="resetTtlSeconds")
|
766
|
+
def reset_ttl_seconds(self) -> None:
|
767
|
+
return typing.cast(None, jsii.invoke(self, "resetTtlSeconds", []))
|
768
|
+
|
769
|
+
@builtins.property
|
770
|
+
@jsii.member(jsii_name="regexInput")
|
771
|
+
def regex_input(self) -> typing.Optional[builtins.str]:
|
772
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "regexInput"))
|
773
|
+
|
774
|
+
@builtins.property
|
775
|
+
@jsii.member(jsii_name="sourceInput")
|
776
|
+
def source_input(self) -> typing.Optional[builtins.str]:
|
777
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "sourceInput"))
|
778
|
+
|
779
|
+
@builtins.property
|
780
|
+
@jsii.member(jsii_name="ttlSecondsInput")
|
781
|
+
def ttl_seconds_input(self) -> typing.Optional[jsii.Number]:
|
782
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "ttlSecondsInput"))
|
783
|
+
|
784
|
+
@builtins.property
|
785
|
+
@jsii.member(jsii_name="typeInput")
|
786
|
+
def type_input(self) -> typing.Optional[builtins.str]:
|
787
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "typeInput"))
|
788
|
+
|
789
|
+
@builtins.property
|
790
|
+
@jsii.member(jsii_name="regex")
|
791
|
+
def regex(self) -> builtins.str:
|
792
|
+
return typing.cast(builtins.str, jsii.get(self, "regex"))
|
793
|
+
|
794
|
+
@regex.setter
|
795
|
+
def regex(self, value: builtins.str) -> None:
|
796
|
+
if __debug__:
|
797
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b5c748ce582798921d2eb9e434356bcc80703b3cdfbe4bea59f5f58dafe4713a)
|
798
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
799
|
+
jsii.set(self, "regex", value)
|
800
|
+
|
801
|
+
@builtins.property
|
802
|
+
@jsii.member(jsii_name="source")
|
803
|
+
def source(self) -> builtins.str:
|
804
|
+
return typing.cast(builtins.str, jsii.get(self, "source"))
|
805
|
+
|
806
|
+
@source.setter
|
807
|
+
def source(self, value: builtins.str) -> None:
|
808
|
+
if __debug__:
|
809
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5d68c3037ab178e3385913cea9bb63225b9fb7a11baaaaf0969ad276a8734264)
|
810
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
811
|
+
jsii.set(self, "source", value)
|
812
|
+
|
813
|
+
@builtins.property
|
814
|
+
@jsii.member(jsii_name="ttlSeconds")
|
815
|
+
def ttl_seconds(self) -> jsii.Number:
|
816
|
+
return typing.cast(jsii.Number, jsii.get(self, "ttlSeconds"))
|
817
|
+
|
818
|
+
@ttl_seconds.setter
|
819
|
+
def ttl_seconds(self, value: jsii.Number) -> None:
|
820
|
+
if __debug__:
|
821
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c3af4e73c84fe4b8027433aafa14103692d1a5ef88b4a62d0a62d1c4fb0c3a48)
|
822
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
823
|
+
jsii.set(self, "ttlSeconds", value)
|
824
|
+
|
825
|
+
@builtins.property
|
826
|
+
@jsii.member(jsii_name="type")
|
827
|
+
def type(self) -> builtins.str:
|
828
|
+
return typing.cast(builtins.str, jsii.get(self, "type"))
|
829
|
+
|
830
|
+
@type.setter
|
831
|
+
def type(self, value: builtins.str) -> None:
|
832
|
+
if __debug__:
|
833
|
+
type_hints = typing.get_type_hints(_typecheckingstub__930368c0f2dc04ba0414de2c2a4458f5a02474d6eaa311c1223839b1747a79f5)
|
834
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
835
|
+
jsii.set(self, "type", value)
|
836
|
+
|
837
|
+
@builtins.property
|
838
|
+
@jsii.member(jsii_name="internalValue")
|
839
|
+
def internal_value(
|
840
|
+
self,
|
841
|
+
) -> typing.Optional[EventOrchestrationServiceCacheVariableConfiguration]:
|
842
|
+
return typing.cast(typing.Optional[EventOrchestrationServiceCacheVariableConfiguration], jsii.get(self, "internalValue"))
|
843
|
+
|
844
|
+
@internal_value.setter
|
845
|
+
def internal_value(
|
846
|
+
self,
|
847
|
+
value: typing.Optional[EventOrchestrationServiceCacheVariableConfiguration],
|
848
|
+
) -> None:
|
849
|
+
if __debug__:
|
850
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f24498b5b0c0f6a34a6c6cf52b452e98f76e83c845ee563f715be6e580c1c121)
|
851
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
852
|
+
jsii.set(self, "internalValue", value)
|
853
|
+
|
854
|
+
|
855
|
+
__all__ = [
|
856
|
+
"EventOrchestrationServiceCacheVariable",
|
857
|
+
"EventOrchestrationServiceCacheVariableCondition",
|
858
|
+
"EventOrchestrationServiceCacheVariableConditionList",
|
859
|
+
"EventOrchestrationServiceCacheVariableConditionOutputReference",
|
860
|
+
"EventOrchestrationServiceCacheVariableConfig",
|
861
|
+
"EventOrchestrationServiceCacheVariableConfiguration",
|
862
|
+
"EventOrchestrationServiceCacheVariableConfigurationOutputReference",
|
863
|
+
]
|
864
|
+
|
865
|
+
publication.publish()
|
866
|
+
|
867
|
+
def _typecheckingstub__29452809e7c1eaf49dd467c17eaa3dcae4e34afa7ad2ce0605db9047b5fcefcb(
|
868
|
+
scope: _constructs_77d1e7e8.Construct,
|
869
|
+
id: builtins.str,
|
870
|
+
*,
|
871
|
+
configuration: typing.Union[EventOrchestrationServiceCacheVariableConfiguration, typing.Dict[builtins.str, typing.Any]],
|
872
|
+
name: builtins.str,
|
873
|
+
service: builtins.str,
|
874
|
+
condition: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCacheVariableCondition, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
875
|
+
disabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
876
|
+
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
877
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
878
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
879
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
880
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
881
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
882
|
+
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,
|
883
|
+
) -> None:
|
884
|
+
"""Type checking stubs"""
|
885
|
+
pass
|
886
|
+
|
887
|
+
def _typecheckingstub__c61fd930f0ab25472163ee97fe8d3af7d8ad956d8758e71218e0cd2ef235185c(
|
888
|
+
scope: _constructs_77d1e7e8.Construct,
|
889
|
+
import_to_id: builtins.str,
|
890
|
+
import_from_id: builtins.str,
|
891
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
892
|
+
) -> None:
|
893
|
+
"""Type checking stubs"""
|
894
|
+
pass
|
895
|
+
|
896
|
+
def _typecheckingstub__3174c01c277860d659724ee1f13dc716cdeda68a0d7a8e57e2df50d46c8ddc51(
|
897
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCacheVariableCondition, typing.Dict[builtins.str, typing.Any]]]],
|
898
|
+
) -> None:
|
899
|
+
"""Type checking stubs"""
|
900
|
+
pass
|
901
|
+
|
902
|
+
def _typecheckingstub__c073f26b9edb403d75e269a3e9c9ab34a2b2230866a60c7874f4d541d004aa3b(
|
903
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
904
|
+
) -> None:
|
905
|
+
"""Type checking stubs"""
|
906
|
+
pass
|
907
|
+
|
908
|
+
def _typecheckingstub__ae04f21e8c86f1afaaee5c9bc39f61db5a33b5e90da87fb8375cfb8b306cb2d9(
|
909
|
+
value: builtins.str,
|
910
|
+
) -> None:
|
911
|
+
"""Type checking stubs"""
|
912
|
+
pass
|
913
|
+
|
914
|
+
def _typecheckingstub__da213def79ab1a65ec465a85fb9694713067e32c1898f6d1e37f4e690ab29cad(
|
915
|
+
value: builtins.str,
|
916
|
+
) -> None:
|
917
|
+
"""Type checking stubs"""
|
918
|
+
pass
|
919
|
+
|
920
|
+
def _typecheckingstub__e50f37b7b762801582d7314d5441d94700f147f92ef74dd73e8eb03f20273636(
|
921
|
+
*,
|
922
|
+
expression: builtins.str,
|
923
|
+
) -> None:
|
924
|
+
"""Type checking stubs"""
|
925
|
+
pass
|
926
|
+
|
927
|
+
def _typecheckingstub__5d357844dccaa397adbca38c52f74730a0721bc439e37d6a90b21ac79f211909(
|
928
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
929
|
+
terraform_attribute: builtins.str,
|
930
|
+
wraps_set: builtins.bool,
|
931
|
+
) -> None:
|
932
|
+
"""Type checking stubs"""
|
933
|
+
pass
|
934
|
+
|
935
|
+
def _typecheckingstub__7c4134eb904530136cb170e8b5c2ca39598311c8f8fe4f5b9fb64eb59a628b4d(
|
936
|
+
index: jsii.Number,
|
937
|
+
) -> None:
|
938
|
+
"""Type checking stubs"""
|
939
|
+
pass
|
940
|
+
|
941
|
+
def _typecheckingstub__34198a0f1364ae5fb3ff02c440e2d408b22b3bff9f7b1799c0bda5fb38e6cd41(
|
942
|
+
value: builtins.str,
|
943
|
+
) -> None:
|
944
|
+
"""Type checking stubs"""
|
945
|
+
pass
|
946
|
+
|
947
|
+
def _typecheckingstub__2e1df1a05f777e14b303d9529a2915f516f665fd36ba8c2937ed989a5b428722(
|
948
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
949
|
+
) -> None:
|
950
|
+
"""Type checking stubs"""
|
951
|
+
pass
|
952
|
+
|
953
|
+
def _typecheckingstub__e44fd507a4cc6824e322e29d28e3851abb389e3deb29985e7f199a51a3646fd0(
|
954
|
+
value: builtins.bool,
|
955
|
+
) -> None:
|
956
|
+
"""Type checking stubs"""
|
957
|
+
pass
|
958
|
+
|
959
|
+
def _typecheckingstub__e440c22f1747d72fdb61a07a1cfd2ca33bd10400d64b1e752c05a86a3d8b96eb(
|
960
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[EventOrchestrationServiceCacheVariableCondition]]],
|
961
|
+
) -> None:
|
962
|
+
"""Type checking stubs"""
|
963
|
+
pass
|
964
|
+
|
965
|
+
def _typecheckingstub__a29f763fb09e928351adcac5c8210c84359ec63d7569f44177fbf9082cf65194(
|
966
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
967
|
+
terraform_attribute: builtins.str,
|
968
|
+
complex_object_index: jsii.Number,
|
969
|
+
complex_object_is_from_set: builtins.bool,
|
970
|
+
) -> None:
|
971
|
+
"""Type checking stubs"""
|
972
|
+
pass
|
973
|
+
|
974
|
+
def _typecheckingstub__edbaca98a0b5bfd767507e7a84fd2a059549d0bdf5b4567649c028e371317d86(
|
975
|
+
value: builtins.str,
|
976
|
+
) -> None:
|
977
|
+
"""Type checking stubs"""
|
978
|
+
pass
|
979
|
+
|
980
|
+
def _typecheckingstub__5e918fc4704437d0fa6f5303c6d07190385b00bab97390fd94dffe324379021c(
|
981
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, EventOrchestrationServiceCacheVariableCondition]],
|
982
|
+
) -> None:
|
983
|
+
"""Type checking stubs"""
|
984
|
+
pass
|
985
|
+
|
986
|
+
def _typecheckingstub__5acba1af5d2187e9720b6a5d6c61a487c0c5f4744592126e5960bb57b56ea561(
|
987
|
+
*,
|
988
|
+
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
989
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
990
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
991
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
992
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
993
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
994
|
+
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,
|
995
|
+
configuration: typing.Union[EventOrchestrationServiceCacheVariableConfiguration, typing.Dict[builtins.str, typing.Any]],
|
996
|
+
name: builtins.str,
|
997
|
+
service: builtins.str,
|
998
|
+
condition: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[EventOrchestrationServiceCacheVariableCondition, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
999
|
+
disabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
1000
|
+
) -> None:
|
1001
|
+
"""Type checking stubs"""
|
1002
|
+
pass
|
1003
|
+
|
1004
|
+
def _typecheckingstub__b9bf6adc3941c101e92e2c65e730bfaeaa331445b57c138a5a44d5e7f39cf5ee(
|
1005
|
+
*,
|
1006
|
+
type: builtins.str,
|
1007
|
+
regex: typing.Optional[builtins.str] = None,
|
1008
|
+
source: typing.Optional[builtins.str] = None,
|
1009
|
+
ttl_seconds: typing.Optional[jsii.Number] = None,
|
1010
|
+
) -> None:
|
1011
|
+
"""Type checking stubs"""
|
1012
|
+
pass
|
1013
|
+
|
1014
|
+
def _typecheckingstub__e9a62e0d5e91d8ad6887ab00885a8f5e9c7c5fb98e43c65841e35ac418a1d2f1(
|
1015
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
1016
|
+
terraform_attribute: builtins.str,
|
1017
|
+
) -> None:
|
1018
|
+
"""Type checking stubs"""
|
1019
|
+
pass
|
1020
|
+
|
1021
|
+
def _typecheckingstub__b5c748ce582798921d2eb9e434356bcc80703b3cdfbe4bea59f5f58dafe4713a(
|
1022
|
+
value: builtins.str,
|
1023
|
+
) -> None:
|
1024
|
+
"""Type checking stubs"""
|
1025
|
+
pass
|
1026
|
+
|
1027
|
+
def _typecheckingstub__5d68c3037ab178e3385913cea9bb63225b9fb7a11baaaaf0969ad276a8734264(
|
1028
|
+
value: builtins.str,
|
1029
|
+
) -> None:
|
1030
|
+
"""Type checking stubs"""
|
1031
|
+
pass
|
1032
|
+
|
1033
|
+
def _typecheckingstub__c3af4e73c84fe4b8027433aafa14103692d1a5ef88b4a62d0a62d1c4fb0c3a48(
|
1034
|
+
value: jsii.Number,
|
1035
|
+
) -> None:
|
1036
|
+
"""Type checking stubs"""
|
1037
|
+
pass
|
1038
|
+
|
1039
|
+
def _typecheckingstub__930368c0f2dc04ba0414de2c2a4458f5a02474d6eaa311c1223839b1747a79f5(
|
1040
|
+
value: builtins.str,
|
1041
|
+
) -> None:
|
1042
|
+
"""Type checking stubs"""
|
1043
|
+
pass
|
1044
|
+
|
1045
|
+
def _typecheckingstub__f24498b5b0c0f6a34a6c6cf52b452e98f76e83c845ee563f715be6e580c1c121(
|
1046
|
+
value: typing.Optional[EventOrchestrationServiceCacheVariableConfiguration],
|
1047
|
+
) -> None:
|
1048
|
+
"""Type checking stubs"""
|
1049
|
+
pass
|