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.
Files changed (82) hide show
  1. cdktf_cdktf_provider_pagerduty/__init__.py +14 -3
  2. cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +5 -2
  3. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_pagerduty/addon/__init__.py +16 -13
  5. cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +55 -52
  6. cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +16 -13
  7. cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +16 -13
  8. cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +28 -25
  9. cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +16 -13
  10. cdktf_cdktf_provider_pagerduty/business_service/__init__.py +22 -19
  11. cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +19 -16
  12. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +31 -28
  13. cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +19 -16
  14. cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +10 -7
  15. cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +13 -10
  16. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +16 -13
  17. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +853 -0
  18. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +16 -13
  19. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +853 -0
  20. cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +13 -10
  21. cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +13 -10
  22. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +13 -10
  23. cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +13 -10
  24. cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +40 -37
  25. cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +35 -32
  26. cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +13 -10
  27. cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +13 -10
  28. cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +13 -10
  29. cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +13 -10
  30. cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +16 -13
  31. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +10 -7
  32. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +13 -10
  33. cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +13 -10
  34. cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +13 -10
  35. cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +19 -16
  36. cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +13 -10
  37. cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +13 -10
  38. cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +19 -16
  39. cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +13 -10
  40. cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +13 -10
  41. cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +38 -35
  42. cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +22 -19
  43. cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +194 -191
  44. cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +1049 -0
  45. cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +13 -10
  46. cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +44 -41
  47. cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +203 -200
  48. cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +1049 -0
  49. cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +95 -92
  50. cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +19 -16
  51. cdktf_cdktf_provider_pagerduty/extension/__init__.py +28 -25
  52. cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +46 -43
  53. cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +28 -25
  54. cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +19 -16
  55. cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +48 -45
  56. cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +25 -22
  57. cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +22 -19
  58. cdktf_cdktf_provider_pagerduty/provider/__init__.py +34 -31
  59. cdktf_cdktf_provider_pagerduty/response_play/__init__.py +58 -55
  60. cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +19 -16
  61. cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +128 -125
  62. cdktf_cdktf_provider_pagerduty/schedule/__init__.py +50 -47
  63. cdktf_cdktf_provider_pagerduty/service/__init__.py +125 -122
  64. cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +30 -27
  65. cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +120 -117
  66. cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +93 -90
  67. cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +34 -31
  68. cdktf_cdktf_provider_pagerduty/tag/__init__.py +13 -10
  69. cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +19 -16
  70. cdktf_cdktf_provider_pagerduty/team/__init__.py +22 -19
  71. cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +19 -16
  72. cdktf_cdktf_provider_pagerduty/user/__init__.py +37 -34
  73. cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +28 -25
  74. cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +22 -19
  75. cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +44 -41
  76. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/METADATA +5 -5
  77. cdktf_cdktf_provider_pagerduty-13.7.0.dist-info/RECORD +81 -0
  78. cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.0.jsii.tgz +0 -0
  79. cdktf_cdktf_provider_pagerduty-13.6.0.dist-info/RECORD +0 -77
  80. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/LICENSE +0 -0
  81. {cdktf_cdktf_provider_pagerduty-13.6.0.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/WHEEL +0 -0
  82. {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,853 @@
1
+ '''
2
+ # `data_pagerduty_event_orchestration_service_cache_variable`
3
+
4
+ Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_service_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/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 DataPagerdutyEventOrchestrationServiceCacheVariable(
28
+ _cdktf_9a9027ec.TerraformDataSource,
29
+ metaclass=jsii.JSIIMeta,
30
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationServiceCacheVariable.DataPagerdutyEventOrchestrationServiceCacheVariable",
31
+ ):
32
+ '''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/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
+ service: builtins.str,
40
+ id: typing.Optional[builtins.str] = None,
41
+ name: typing.Optional[builtins.str] = None,
42
+ 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,
43
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
44
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
45
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
46
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
47
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
48
+ 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,
49
+ ) -> None:
50
+ '''Create a new {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_service_cache_variable pagerduty_event_orchestration_service_cache_variable} Data Source.
51
+
52
+ :param scope: The scope in which to define this construct.
53
+ :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
54
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}.
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}.
57
+ :param connection:
58
+ :param count:
59
+ :param depends_on:
60
+ :param for_each:
61
+ :param lifecycle:
62
+ :param provider:
63
+ :param provisioners:
64
+ '''
65
+ if __debug__:
66
+ type_hints = typing.get_type_hints(_typecheckingstub__5d14014b38596037aa1d009c8b235fcac6e03c47eaf0a6a1f59ffb2ea0b3344f)
67
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
68
+ check_type(argname="argument id_", value=id_, expected_type=type_hints["id_"])
69
+ config = DataPagerdutyEventOrchestrationServiceCacheVariableConfig(
70
+ service=service,
71
+ id=id,
72
+ name=name,
73
+ connection=connection,
74
+ count=count,
75
+ depends_on=depends_on,
76
+ for_each=for_each,
77
+ lifecycle=lifecycle,
78
+ provider=provider,
79
+ provisioners=provisioners,
80
+ )
81
+
82
+ jsii.create(self.__class__, self, [scope, id_, config])
83
+
84
+ @jsii.member(jsii_name="generateConfigForImport")
85
+ @builtins.classmethod
86
+ def generate_config_for_import(
87
+ cls,
88
+ scope: _constructs_77d1e7e8.Construct,
89
+ import_to_id: builtins.str,
90
+ import_from_id: builtins.str,
91
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
92
+ ) -> _cdktf_9a9027ec.ImportableResource:
93
+ '''Generates CDKTF code for importing a DataPagerdutyEventOrchestrationServiceCacheVariable resource upon running "cdktf plan ".
94
+
95
+ :param scope: The scope in which to define this construct.
96
+ :param import_to_id: The construct id used in the generated config for the DataPagerdutyEventOrchestrationServiceCacheVariable to import.
97
+ :param import_from_id: The id of the existing DataPagerdutyEventOrchestrationServiceCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_service_cache_variable#import import section} in the documentation of this resource for the id to use
98
+ :param provider: ? Optional instance of the provider where the DataPagerdutyEventOrchestrationServiceCacheVariable to import is found.
99
+ '''
100
+ if __debug__:
101
+ type_hints = typing.get_type_hints(_typecheckingstub__fadf37cfd1b7fdc3d45270f95e312988e0912a6e540d442e2901ee1efb9732fd)
102
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
103
+ check_type(argname="argument import_to_id", value=import_to_id, expected_type=type_hints["import_to_id"])
104
+ check_type(argname="argument import_from_id", value=import_from_id, expected_type=type_hints["import_from_id"])
105
+ check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
106
+ return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
107
+
108
+ @jsii.member(jsii_name="resetId")
109
+ def reset_id(self) -> None:
110
+ return typing.cast(None, jsii.invoke(self, "resetId", []))
111
+
112
+ @jsii.member(jsii_name="resetName")
113
+ def reset_name(self) -> None:
114
+ return typing.cast(None, jsii.invoke(self, "resetName", []))
115
+
116
+ @jsii.member(jsii_name="synthesizeAttributes")
117
+ def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
118
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
119
+
120
+ @jsii.member(jsii_name="synthesizeHclAttributes")
121
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
122
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
123
+
124
+ @jsii.python.classproperty
125
+ @jsii.member(jsii_name="tfResourceType")
126
+ def TF_RESOURCE_TYPE(cls) -> builtins.str:
127
+ return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
128
+
129
+ @builtins.property
130
+ @jsii.member(jsii_name="condition")
131
+ def condition(
132
+ self,
133
+ ) -> "DataPagerdutyEventOrchestrationServiceCacheVariableConditionList":
134
+ return typing.cast("DataPagerdutyEventOrchestrationServiceCacheVariableConditionList", jsii.get(self, "condition"))
135
+
136
+ @builtins.property
137
+ @jsii.member(jsii_name="configuration")
138
+ def configuration(
139
+ self,
140
+ ) -> "DataPagerdutyEventOrchestrationServiceCacheVariableConfigurationList":
141
+ return typing.cast("DataPagerdutyEventOrchestrationServiceCacheVariableConfigurationList", jsii.get(self, "configuration"))
142
+
143
+ @builtins.property
144
+ @jsii.member(jsii_name="disabled")
145
+ def disabled(self) -> _cdktf_9a9027ec.IResolvable:
146
+ return typing.cast(_cdktf_9a9027ec.IResolvable, jsii.get(self, "disabled"))
147
+
148
+ @builtins.property
149
+ @jsii.member(jsii_name="idInput")
150
+ def id_input(self) -> typing.Optional[builtins.str]:
151
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
152
+
153
+ @builtins.property
154
+ @jsii.member(jsii_name="nameInput")
155
+ def name_input(self) -> typing.Optional[builtins.str]:
156
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
157
+
158
+ @builtins.property
159
+ @jsii.member(jsii_name="serviceInput")
160
+ def service_input(self) -> typing.Optional[builtins.str]:
161
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceInput"))
162
+
163
+ @builtins.property
164
+ @jsii.member(jsii_name="id")
165
+ def id(self) -> builtins.str:
166
+ return typing.cast(builtins.str, jsii.get(self, "id"))
167
+
168
+ @id.setter
169
+ def id(self, value: builtins.str) -> None:
170
+ if __debug__:
171
+ type_hints = typing.get_type_hints(_typecheckingstub__f244609b712c179f7450cf1af0668a397aa56dcfdd8fee343dc204436d6c8c70)
172
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
173
+ jsii.set(self, "id", value)
174
+
175
+ @builtins.property
176
+ @jsii.member(jsii_name="name")
177
+ def name(self) -> builtins.str:
178
+ return typing.cast(builtins.str, jsii.get(self, "name"))
179
+
180
+ @name.setter
181
+ def name(self, value: builtins.str) -> None:
182
+ if __debug__:
183
+ type_hints = typing.get_type_hints(_typecheckingstub__858f25d85fc450639dd53bdfbaebc5a7bdbcf45009cdece8d2df08f894e7b452)
184
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
185
+ jsii.set(self, "name", value)
186
+
187
+ @builtins.property
188
+ @jsii.member(jsii_name="service")
189
+ def service(self) -> builtins.str:
190
+ return typing.cast(builtins.str, jsii.get(self, "service"))
191
+
192
+ @service.setter
193
+ def service(self, value: builtins.str) -> None:
194
+ if __debug__:
195
+ type_hints = typing.get_type_hints(_typecheckingstub__93436a225622afb1ceb803f462c7e429a104631923929a085a3749bfd80e8365)
196
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
197
+ jsii.set(self, "service", value)
198
+
199
+
200
+ @jsii.data_type(
201
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationServiceCacheVariable.DataPagerdutyEventOrchestrationServiceCacheVariableCondition",
202
+ jsii_struct_bases=[],
203
+ name_mapping={},
204
+ )
205
+ class DataPagerdutyEventOrchestrationServiceCacheVariableCondition:
206
+ def __init__(self) -> None:
207
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
208
+
209
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
210
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
211
+
212
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
213
+ return not (rhs == self)
214
+
215
+ def __repr__(self) -> str:
216
+ return "DataPagerdutyEventOrchestrationServiceCacheVariableCondition(%s)" % ", ".join(
217
+ k + "=" + repr(v) for k, v in self._values.items()
218
+ )
219
+
220
+
221
+ class DataPagerdutyEventOrchestrationServiceCacheVariableConditionList(
222
+ _cdktf_9a9027ec.ComplexList,
223
+ metaclass=jsii.JSIIMeta,
224
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationServiceCacheVariable.DataPagerdutyEventOrchestrationServiceCacheVariableConditionList",
225
+ ):
226
+ def __init__(
227
+ self,
228
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
229
+ terraform_attribute: builtins.str,
230
+ wraps_set: builtins.bool,
231
+ ) -> None:
232
+ '''
233
+ :param terraform_resource: The parent resource.
234
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
235
+ :param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
236
+ '''
237
+ if __debug__:
238
+ type_hints = typing.get_type_hints(_typecheckingstub__9de14e4b3d2d6b619d584345408bd6915c6d47b1ae637c5c17764da3ffd4472b)
239
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
240
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
241
+ check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
242
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
243
+
244
+ @jsii.member(jsii_name="get")
245
+ def get(
246
+ self,
247
+ index: jsii.Number,
248
+ ) -> "DataPagerdutyEventOrchestrationServiceCacheVariableConditionOutputReference":
249
+ '''
250
+ :param index: the index of the item to return.
251
+ '''
252
+ if __debug__:
253
+ type_hints = typing.get_type_hints(_typecheckingstub__cf08718c83c8f4da1189412f992c77417b6dac3897b369b6e575a1a2d0fa865b)
254
+ check_type(argname="argument index", value=index, expected_type=type_hints["index"])
255
+ return typing.cast("DataPagerdutyEventOrchestrationServiceCacheVariableConditionOutputReference", jsii.invoke(self, "get", [index]))
256
+
257
+ @builtins.property
258
+ @jsii.member(jsii_name="terraformAttribute")
259
+ def _terraform_attribute(self) -> builtins.str:
260
+ '''The attribute on the parent resource this class is referencing.'''
261
+ return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
262
+
263
+ @_terraform_attribute.setter
264
+ def _terraform_attribute(self, value: builtins.str) -> None:
265
+ if __debug__:
266
+ type_hints = typing.get_type_hints(_typecheckingstub__aba0004720b9f10c76cb9fda201d2a672e94586eee6d25b47554eb785e0486bf)
267
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
268
+ jsii.set(self, "terraformAttribute", value)
269
+
270
+ @builtins.property
271
+ @jsii.member(jsii_name="terraformResource")
272
+ def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
273
+ '''The parent resource.'''
274
+ return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
275
+
276
+ @_terraform_resource.setter
277
+ def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
278
+ if __debug__:
279
+ type_hints = typing.get_type_hints(_typecheckingstub__ecf950428709ab0e9b405dfd7fc64e1df2e1a7a309b0cc3320e18b15e2c97e76)
280
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
281
+ jsii.set(self, "terraformResource", value)
282
+
283
+ @builtins.property
284
+ @jsii.member(jsii_name="wrapsSet")
285
+ def _wraps_set(self) -> builtins.bool:
286
+ '''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
287
+ return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
288
+
289
+ @_wraps_set.setter
290
+ def _wraps_set(self, value: builtins.bool) -> None:
291
+ if __debug__:
292
+ type_hints = typing.get_type_hints(_typecheckingstub__7650ff5c2f083c225b0c5d56112c1cc7d887e1e1345c80b3b0780ed0a18aa9ec)
293
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
294
+ jsii.set(self, "wrapsSet", value)
295
+
296
+
297
+ class DataPagerdutyEventOrchestrationServiceCacheVariableConditionOutputReference(
298
+ _cdktf_9a9027ec.ComplexObject,
299
+ metaclass=jsii.JSIIMeta,
300
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationServiceCacheVariable.DataPagerdutyEventOrchestrationServiceCacheVariableConditionOutputReference",
301
+ ):
302
+ def __init__(
303
+ self,
304
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
305
+ terraform_attribute: builtins.str,
306
+ complex_object_index: jsii.Number,
307
+ complex_object_is_from_set: builtins.bool,
308
+ ) -> None:
309
+ '''
310
+ :param terraform_resource: The parent resource.
311
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
312
+ :param complex_object_index: the index of this item in the list.
313
+ :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).
314
+ '''
315
+ if __debug__:
316
+ type_hints = typing.get_type_hints(_typecheckingstub__915c55cdd8fce96b9ee6e84f6b534e14b4c73e5baec25cc0de2a9d409f7e120f)
317
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
318
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
319
+ check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
320
+ check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
321
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
322
+
323
+ @builtins.property
324
+ @jsii.member(jsii_name="expression")
325
+ def expression(self) -> builtins.str:
326
+ return typing.cast(builtins.str, jsii.get(self, "expression"))
327
+
328
+ @builtins.property
329
+ @jsii.member(jsii_name="internalValue")
330
+ def internal_value(
331
+ self,
332
+ ) -> typing.Optional[DataPagerdutyEventOrchestrationServiceCacheVariableCondition]:
333
+ return typing.cast(typing.Optional[DataPagerdutyEventOrchestrationServiceCacheVariableCondition], jsii.get(self, "internalValue"))
334
+
335
+ @internal_value.setter
336
+ def internal_value(
337
+ self,
338
+ value: typing.Optional[DataPagerdutyEventOrchestrationServiceCacheVariableCondition],
339
+ ) -> None:
340
+ if __debug__:
341
+ type_hints = typing.get_type_hints(_typecheckingstub__fb1beb75820be137783a2312d212e03bf81d1aa1ad374232bea5e312fe5d1850)
342
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
343
+ jsii.set(self, "internalValue", value)
344
+
345
+
346
+ @jsii.data_type(
347
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationServiceCacheVariable.DataPagerdutyEventOrchestrationServiceCacheVariableConfig",
348
+ jsii_struct_bases=[_cdktf_9a9027ec.TerraformMetaArguments],
349
+ name_mapping={
350
+ "connection": "connection",
351
+ "count": "count",
352
+ "depends_on": "dependsOn",
353
+ "for_each": "forEach",
354
+ "lifecycle": "lifecycle",
355
+ "provider": "provider",
356
+ "provisioners": "provisioners",
357
+ "service": "service",
358
+ "id": "id",
359
+ "name": "name",
360
+ },
361
+ )
362
+ class DataPagerdutyEventOrchestrationServiceCacheVariableConfig(
363
+ _cdktf_9a9027ec.TerraformMetaArguments,
364
+ ):
365
+ def __init__(
366
+ self,
367
+ *,
368
+ 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,
369
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
370
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
371
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
372
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
373
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
374
+ 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,
375
+ service: builtins.str,
376
+ id: typing.Optional[builtins.str] = None,
377
+ name: typing.Optional[builtins.str] = None,
378
+ ) -> None:
379
+ '''
380
+ :param connection:
381
+ :param count:
382
+ :param depends_on:
383
+ :param for_each:
384
+ :param lifecycle:
385
+ :param provider:
386
+ :param provisioners:
387
+ :param service: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}.
388
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
389
+ :param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}.
390
+ '''
391
+ if isinstance(lifecycle, dict):
392
+ lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
393
+ if __debug__:
394
+ type_hints = typing.get_type_hints(_typecheckingstub__df16ad8ae7628ce0b3461fa27ccada451bea7eea8cc374ef8825c114ce56facc)
395
+ check_type(argname="argument connection", value=connection, expected_type=type_hints["connection"])
396
+ check_type(argname="argument count", value=count, expected_type=type_hints["count"])
397
+ check_type(argname="argument depends_on", value=depends_on, expected_type=type_hints["depends_on"])
398
+ check_type(argname="argument for_each", value=for_each, expected_type=type_hints["for_each"])
399
+ check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
400
+ check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
401
+ check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
402
+ check_type(argname="argument service", value=service, expected_type=type_hints["service"])
403
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
404
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
405
+ self._values: typing.Dict[builtins.str, typing.Any] = {
406
+ "service": service,
407
+ }
408
+ if connection is not None:
409
+ self._values["connection"] = connection
410
+ if count is not None:
411
+ self._values["count"] = count
412
+ if depends_on is not None:
413
+ self._values["depends_on"] = depends_on
414
+ if for_each is not None:
415
+ self._values["for_each"] = for_each
416
+ if lifecycle is not None:
417
+ self._values["lifecycle"] = lifecycle
418
+ if provider is not None:
419
+ self._values["provider"] = provider
420
+ if provisioners is not None:
421
+ self._values["provisioners"] = provisioners
422
+ if id is not None:
423
+ self._values["id"] = id
424
+ if name is not None:
425
+ self._values["name"] = name
426
+
427
+ @builtins.property
428
+ def connection(
429
+ self,
430
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]]:
431
+ '''
432
+ :stability: experimental
433
+ '''
434
+ result = self._values.get("connection")
435
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
436
+
437
+ @builtins.property
438
+ def count(
439
+ self,
440
+ ) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
441
+ '''
442
+ :stability: experimental
443
+ '''
444
+ result = self._values.get("count")
445
+ return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
446
+
447
+ @builtins.property
448
+ def depends_on(
449
+ self,
450
+ ) -> typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]]:
451
+ '''
452
+ :stability: experimental
453
+ '''
454
+ result = self._values.get("depends_on")
455
+ return typing.cast(typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]], result)
456
+
457
+ @builtins.property
458
+ def for_each(self) -> typing.Optional[_cdktf_9a9027ec.ITerraformIterator]:
459
+ '''
460
+ :stability: experimental
461
+ '''
462
+ result = self._values.get("for_each")
463
+ return typing.cast(typing.Optional[_cdktf_9a9027ec.ITerraformIterator], result)
464
+
465
+ @builtins.property
466
+ def lifecycle(self) -> typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle]:
467
+ '''
468
+ :stability: experimental
469
+ '''
470
+ result = self._values.get("lifecycle")
471
+ return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle], result)
472
+
473
+ @builtins.property
474
+ def provider(self) -> typing.Optional[_cdktf_9a9027ec.TerraformProvider]:
475
+ '''
476
+ :stability: experimental
477
+ '''
478
+ result = self._values.get("provider")
479
+ return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformProvider], result)
480
+
481
+ @builtins.property
482
+ def provisioners(
483
+ self,
484
+ ) -> typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]]:
485
+ '''
486
+ :stability: experimental
487
+ '''
488
+ result = self._values.get("provisioners")
489
+ return typing.cast(typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]], result)
490
+
491
+ @builtins.property
492
+ def service(self) -> builtins.str:
493
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_service_cache_variable#service DataPagerdutyEventOrchestrationServiceCacheVariable#service}.'''
494
+ result = self._values.get("service")
495
+ assert result is not None, "Required property 'service' is missing"
496
+ return typing.cast(builtins.str, result)
497
+
498
+ @builtins.property
499
+ def id(self) -> typing.Optional[builtins.str]:
500
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_service_cache_variable#id DataPagerdutyEventOrchestrationServiceCacheVariable#id}.
501
+
502
+ Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
503
+ If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
504
+ '''
505
+ result = self._values.get("id")
506
+ return typing.cast(typing.Optional[builtins.str], result)
507
+
508
+ @builtins.property
509
+ def name(self) -> typing.Optional[builtins.str]:
510
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_service_cache_variable#name DataPagerdutyEventOrchestrationServiceCacheVariable#name}.'''
511
+ result = self._values.get("name")
512
+ return typing.cast(typing.Optional[builtins.str], result)
513
+
514
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
515
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
516
+
517
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
518
+ return not (rhs == self)
519
+
520
+ def __repr__(self) -> str:
521
+ return "DataPagerdutyEventOrchestrationServiceCacheVariableConfig(%s)" % ", ".join(
522
+ k + "=" + repr(v) for k, v in self._values.items()
523
+ )
524
+
525
+
526
+ @jsii.data_type(
527
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationServiceCacheVariable.DataPagerdutyEventOrchestrationServiceCacheVariableConfiguration",
528
+ jsii_struct_bases=[],
529
+ name_mapping={},
530
+ )
531
+ class DataPagerdutyEventOrchestrationServiceCacheVariableConfiguration:
532
+ def __init__(self) -> None:
533
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
534
+
535
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
536
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
537
+
538
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
539
+ return not (rhs == self)
540
+
541
+ def __repr__(self) -> str:
542
+ return "DataPagerdutyEventOrchestrationServiceCacheVariableConfiguration(%s)" % ", ".join(
543
+ k + "=" + repr(v) for k, v in self._values.items()
544
+ )
545
+
546
+
547
+ class DataPagerdutyEventOrchestrationServiceCacheVariableConfigurationList(
548
+ _cdktf_9a9027ec.ComplexList,
549
+ metaclass=jsii.JSIIMeta,
550
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationServiceCacheVariable.DataPagerdutyEventOrchestrationServiceCacheVariableConfigurationList",
551
+ ):
552
+ def __init__(
553
+ self,
554
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
555
+ terraform_attribute: builtins.str,
556
+ wraps_set: builtins.bool,
557
+ ) -> None:
558
+ '''
559
+ :param terraform_resource: The parent resource.
560
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
561
+ :param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
562
+ '''
563
+ if __debug__:
564
+ type_hints = typing.get_type_hints(_typecheckingstub__8b4d8ef77fe1882899bdde52e3a3b895459bace04dab79919607b35c58222ac1)
565
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
566
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
567
+ check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
568
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
569
+
570
+ @jsii.member(jsii_name="get")
571
+ def get(
572
+ self,
573
+ index: jsii.Number,
574
+ ) -> "DataPagerdutyEventOrchestrationServiceCacheVariableConfigurationOutputReference":
575
+ '''
576
+ :param index: the index of the item to return.
577
+ '''
578
+ if __debug__:
579
+ type_hints = typing.get_type_hints(_typecheckingstub__67eee29f8f6176be97a06766eef2ea78fc9606293b07a3c62df29fac9097fa6b)
580
+ check_type(argname="argument index", value=index, expected_type=type_hints["index"])
581
+ return typing.cast("DataPagerdutyEventOrchestrationServiceCacheVariableConfigurationOutputReference", jsii.invoke(self, "get", [index]))
582
+
583
+ @builtins.property
584
+ @jsii.member(jsii_name="terraformAttribute")
585
+ def _terraform_attribute(self) -> builtins.str:
586
+ '''The attribute on the parent resource this class is referencing.'''
587
+ return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
588
+
589
+ @_terraform_attribute.setter
590
+ def _terraform_attribute(self, value: builtins.str) -> None:
591
+ if __debug__:
592
+ type_hints = typing.get_type_hints(_typecheckingstub__dcbdf66caf428c58fe6914a52d59c2f86fda822d6ced85eb5cd8e4bf415d126b)
593
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
594
+ jsii.set(self, "terraformAttribute", value)
595
+
596
+ @builtins.property
597
+ @jsii.member(jsii_name="terraformResource")
598
+ def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
599
+ '''The parent resource.'''
600
+ return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
601
+
602
+ @_terraform_resource.setter
603
+ def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
604
+ if __debug__:
605
+ type_hints = typing.get_type_hints(_typecheckingstub__a377d8bcd0e0898020cc150332de0bfd6bc2383263ad4c294b841633afce4c0c)
606
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
607
+ jsii.set(self, "terraformResource", value)
608
+
609
+ @builtins.property
610
+ @jsii.member(jsii_name="wrapsSet")
611
+ def _wraps_set(self) -> builtins.bool:
612
+ '''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
613
+ return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
614
+
615
+ @_wraps_set.setter
616
+ def _wraps_set(self, value: builtins.bool) -> None:
617
+ if __debug__:
618
+ type_hints = typing.get_type_hints(_typecheckingstub__8ed1cc9bfa6d2038d152670b49889f42d4ca1ab9f1261c6d011bbc45a7d68ff0)
619
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
620
+ jsii.set(self, "wrapsSet", value)
621
+
622
+
623
+ class DataPagerdutyEventOrchestrationServiceCacheVariableConfigurationOutputReference(
624
+ _cdktf_9a9027ec.ComplexObject,
625
+ metaclass=jsii.JSIIMeta,
626
+ jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationServiceCacheVariable.DataPagerdutyEventOrchestrationServiceCacheVariableConfigurationOutputReference",
627
+ ):
628
+ def __init__(
629
+ self,
630
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
631
+ terraform_attribute: builtins.str,
632
+ complex_object_index: jsii.Number,
633
+ complex_object_is_from_set: builtins.bool,
634
+ ) -> None:
635
+ '''
636
+ :param terraform_resource: The parent resource.
637
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
638
+ :param complex_object_index: the index of this item in the list.
639
+ :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).
640
+ '''
641
+ if __debug__:
642
+ type_hints = typing.get_type_hints(_typecheckingstub__96212e47b68b9e7674d5560708ad9f216daf5521f6ccb43e97cb4ed049db5fb9)
643
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
644
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
645
+ check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
646
+ check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
647
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
648
+
649
+ @builtins.property
650
+ @jsii.member(jsii_name="regex")
651
+ def regex(self) -> builtins.str:
652
+ return typing.cast(builtins.str, jsii.get(self, "regex"))
653
+
654
+ @builtins.property
655
+ @jsii.member(jsii_name="source")
656
+ def source(self) -> builtins.str:
657
+ return typing.cast(builtins.str, jsii.get(self, "source"))
658
+
659
+ @builtins.property
660
+ @jsii.member(jsii_name="ttlSeconds")
661
+ def ttl_seconds(self) -> jsii.Number:
662
+ return typing.cast(jsii.Number, jsii.get(self, "ttlSeconds"))
663
+
664
+ @builtins.property
665
+ @jsii.member(jsii_name="type")
666
+ def type(self) -> builtins.str:
667
+ return typing.cast(builtins.str, jsii.get(self, "type"))
668
+
669
+ @builtins.property
670
+ @jsii.member(jsii_name="internalValue")
671
+ def internal_value(
672
+ self,
673
+ ) -> typing.Optional[DataPagerdutyEventOrchestrationServiceCacheVariableConfiguration]:
674
+ return typing.cast(typing.Optional[DataPagerdutyEventOrchestrationServiceCacheVariableConfiguration], jsii.get(self, "internalValue"))
675
+
676
+ @internal_value.setter
677
+ def internal_value(
678
+ self,
679
+ value: typing.Optional[DataPagerdutyEventOrchestrationServiceCacheVariableConfiguration],
680
+ ) -> None:
681
+ if __debug__:
682
+ type_hints = typing.get_type_hints(_typecheckingstub__bc9cf0eb7be32644c5f72dac75ad6ca69bedc9f6a72314fa3e35a31d49495887)
683
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
684
+ jsii.set(self, "internalValue", value)
685
+
686
+
687
+ __all__ = [
688
+ "DataPagerdutyEventOrchestrationServiceCacheVariable",
689
+ "DataPagerdutyEventOrchestrationServiceCacheVariableCondition",
690
+ "DataPagerdutyEventOrchestrationServiceCacheVariableConditionList",
691
+ "DataPagerdutyEventOrchestrationServiceCacheVariableConditionOutputReference",
692
+ "DataPagerdutyEventOrchestrationServiceCacheVariableConfig",
693
+ "DataPagerdutyEventOrchestrationServiceCacheVariableConfiguration",
694
+ "DataPagerdutyEventOrchestrationServiceCacheVariableConfigurationList",
695
+ "DataPagerdutyEventOrchestrationServiceCacheVariableConfigurationOutputReference",
696
+ ]
697
+
698
+ publication.publish()
699
+
700
+ def _typecheckingstub__5d14014b38596037aa1d009c8b235fcac6e03c47eaf0a6a1f59ffb2ea0b3344f(
701
+ scope: _constructs_77d1e7e8.Construct,
702
+ id_: builtins.str,
703
+ *,
704
+ service: builtins.str,
705
+ id: typing.Optional[builtins.str] = None,
706
+ name: typing.Optional[builtins.str] = None,
707
+ 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,
708
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
709
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
710
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
711
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
712
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
713
+ 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,
714
+ ) -> None:
715
+ """Type checking stubs"""
716
+ pass
717
+
718
+ def _typecheckingstub__fadf37cfd1b7fdc3d45270f95e312988e0912a6e540d442e2901ee1efb9732fd(
719
+ scope: _constructs_77d1e7e8.Construct,
720
+ import_to_id: builtins.str,
721
+ import_from_id: builtins.str,
722
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
723
+ ) -> None:
724
+ """Type checking stubs"""
725
+ pass
726
+
727
+ def _typecheckingstub__f244609b712c179f7450cf1af0668a397aa56dcfdd8fee343dc204436d6c8c70(
728
+ value: builtins.str,
729
+ ) -> None:
730
+ """Type checking stubs"""
731
+ pass
732
+
733
+ def _typecheckingstub__858f25d85fc450639dd53bdfbaebc5a7bdbcf45009cdece8d2df08f894e7b452(
734
+ value: builtins.str,
735
+ ) -> None:
736
+ """Type checking stubs"""
737
+ pass
738
+
739
+ def _typecheckingstub__93436a225622afb1ceb803f462c7e429a104631923929a085a3749bfd80e8365(
740
+ value: builtins.str,
741
+ ) -> None:
742
+ """Type checking stubs"""
743
+ pass
744
+
745
+ def _typecheckingstub__9de14e4b3d2d6b619d584345408bd6915c6d47b1ae637c5c17764da3ffd4472b(
746
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
747
+ terraform_attribute: builtins.str,
748
+ wraps_set: builtins.bool,
749
+ ) -> None:
750
+ """Type checking stubs"""
751
+ pass
752
+
753
+ def _typecheckingstub__cf08718c83c8f4da1189412f992c77417b6dac3897b369b6e575a1a2d0fa865b(
754
+ index: jsii.Number,
755
+ ) -> None:
756
+ """Type checking stubs"""
757
+ pass
758
+
759
+ def _typecheckingstub__aba0004720b9f10c76cb9fda201d2a672e94586eee6d25b47554eb785e0486bf(
760
+ value: builtins.str,
761
+ ) -> None:
762
+ """Type checking stubs"""
763
+ pass
764
+
765
+ def _typecheckingstub__ecf950428709ab0e9b405dfd7fc64e1df2e1a7a309b0cc3320e18b15e2c97e76(
766
+ value: _cdktf_9a9027ec.IInterpolatingParent,
767
+ ) -> None:
768
+ """Type checking stubs"""
769
+ pass
770
+
771
+ def _typecheckingstub__7650ff5c2f083c225b0c5d56112c1cc7d887e1e1345c80b3b0780ed0a18aa9ec(
772
+ value: builtins.bool,
773
+ ) -> None:
774
+ """Type checking stubs"""
775
+ pass
776
+
777
+ def _typecheckingstub__915c55cdd8fce96b9ee6e84f6b534e14b4c73e5baec25cc0de2a9d409f7e120f(
778
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
779
+ terraform_attribute: builtins.str,
780
+ complex_object_index: jsii.Number,
781
+ complex_object_is_from_set: builtins.bool,
782
+ ) -> None:
783
+ """Type checking stubs"""
784
+ pass
785
+
786
+ def _typecheckingstub__fb1beb75820be137783a2312d212e03bf81d1aa1ad374232bea5e312fe5d1850(
787
+ value: typing.Optional[DataPagerdutyEventOrchestrationServiceCacheVariableCondition],
788
+ ) -> None:
789
+ """Type checking stubs"""
790
+ pass
791
+
792
+ def _typecheckingstub__df16ad8ae7628ce0b3461fa27ccada451bea7eea8cc374ef8825c114ce56facc(
793
+ *,
794
+ 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,
795
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
796
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
797
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
798
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
799
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
800
+ 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,
801
+ service: builtins.str,
802
+ id: typing.Optional[builtins.str] = None,
803
+ name: typing.Optional[builtins.str] = None,
804
+ ) -> None:
805
+ """Type checking stubs"""
806
+ pass
807
+
808
+ def _typecheckingstub__8b4d8ef77fe1882899bdde52e3a3b895459bace04dab79919607b35c58222ac1(
809
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
810
+ terraform_attribute: builtins.str,
811
+ wraps_set: builtins.bool,
812
+ ) -> None:
813
+ """Type checking stubs"""
814
+ pass
815
+
816
+ def _typecheckingstub__67eee29f8f6176be97a06766eef2ea78fc9606293b07a3c62df29fac9097fa6b(
817
+ index: jsii.Number,
818
+ ) -> None:
819
+ """Type checking stubs"""
820
+ pass
821
+
822
+ def _typecheckingstub__dcbdf66caf428c58fe6914a52d59c2f86fda822d6ced85eb5cd8e4bf415d126b(
823
+ value: builtins.str,
824
+ ) -> None:
825
+ """Type checking stubs"""
826
+ pass
827
+
828
+ def _typecheckingstub__a377d8bcd0e0898020cc150332de0bfd6bc2383263ad4c294b841633afce4c0c(
829
+ value: _cdktf_9a9027ec.IInterpolatingParent,
830
+ ) -> None:
831
+ """Type checking stubs"""
832
+ pass
833
+
834
+ def _typecheckingstub__8ed1cc9bfa6d2038d152670b49889f42d4ca1ab9f1261c6d011bbc45a7d68ff0(
835
+ value: builtins.bool,
836
+ ) -> None:
837
+ """Type checking stubs"""
838
+ pass
839
+
840
+ def _typecheckingstub__96212e47b68b9e7674d5560708ad9f216daf5521f6ccb43e97cb4ed049db5fb9(
841
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
842
+ terraform_attribute: builtins.str,
843
+ complex_object_index: jsii.Number,
844
+ complex_object_is_from_set: builtins.bool,
845
+ ) -> None:
846
+ """Type checking stubs"""
847
+ pass
848
+
849
+ def _typecheckingstub__bc9cf0eb7be32644c5f72dac75ad6ca69bedc9f6a72314fa3e35a31d49495887(
850
+ value: typing.Optional[DataPagerdutyEventOrchestrationServiceCacheVariableConfiguration],
851
+ ) -> None:
852
+ """Type checking stubs"""
853
+ pass