cdktf-cdktf-provider-pagerduty 13.6.1__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 +11 -3
- cdktf_cdktf_provider_pagerduty/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.7.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty/addon/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action/__init__.py +52 -52
- cdktf_cdktf_provider_pagerduty/automation_actions_action_service_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_action_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/automation_actions_runner/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/automation_actions_runner_team_association/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/business_service/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/business_service_subscriber/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_action/__init__.py +28 -28
- cdktf_cdktf_provider_pagerduty/data_pagerduty_automation_actions_runner/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_business_service/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_escalation_policy/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py +853 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_service_cache_variable/__init__.py +853 -0
- cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestrations/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_extension_schema/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_custom_field/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_incident_workflow/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_license/__init__.py +37 -37
- cdktf_cdktf_provider_pagerduty/data_pagerduty_licenses/__init__.py +32 -32
- cdktf_cdktf_provider_pagerduty/data_pagerduty_priority/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_ruleset/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_schedule/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_service_integration/__init__.py +13 -13
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards/__init__.py +7 -7
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resource_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_standards_resources_scores/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_team_members/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_user_contact_method/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/data_pagerduty_users/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/data_pagerduty_vendor/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/escalation_policy/__init__.py +35 -35
- cdktf_cdktf_provider_pagerduty/event_orchestration/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/event_orchestration_global/__init__.py +191 -191
- cdktf_cdktf_provider_pagerduty/event_orchestration_global_cache_variable/__init__.py +1049 -0
- cdktf_cdktf_provider_pagerduty/event_orchestration_integration/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/event_orchestration_router/__init__.py +41 -41
- cdktf_cdktf_provider_pagerduty/event_orchestration_service/__init__.py +200 -200
- cdktf_cdktf_provider_pagerduty/event_orchestration_service_cache_variable/__init__.py +1049 -0
- cdktf_cdktf_provider_pagerduty/event_orchestration_unrouted/__init__.py +92 -92
- cdktf_cdktf_provider_pagerduty/event_rule/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/extension/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/extension_servicenow/__init__.py +43 -43
- cdktf_cdktf_provider_pagerduty/incident_custom_field/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/incident_custom_field_option/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/incident_workflow/__init__.py +45 -45
- cdktf_cdktf_provider_pagerduty/incident_workflow_trigger/__init__.py +22 -22
- cdktf_cdktf_provider_pagerduty/maintenance_window/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/provider/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/response_play/__init__.py +55 -55
- cdktf_cdktf_provider_pagerduty/ruleset/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/ruleset_rule/__init__.py +125 -125
- cdktf_cdktf_provider_pagerduty/schedule/__init__.py +47 -47
- cdktf_cdktf_provider_pagerduty/service/__init__.py +122 -122
- cdktf_cdktf_provider_pagerduty/service_dependency/__init__.py +27 -27
- cdktf_cdktf_provider_pagerduty/service_event_rule/__init__.py +117 -117
- cdktf_cdktf_provider_pagerduty/service_integration/__init__.py +90 -90
- cdktf_cdktf_provider_pagerduty/slack_connection/__init__.py +31 -31
- cdktf_cdktf_provider_pagerduty/tag/__init__.py +10 -10
- cdktf_cdktf_provider_pagerduty/tag_assignment/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/team/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/team_membership/__init__.py +16 -16
- cdktf_cdktf_provider_pagerduty/user/__init__.py +34 -34
- cdktf_cdktf_provider_pagerduty/user_contact_method/__init__.py +25 -25
- cdktf_cdktf_provider_pagerduty/user_notification_rule/__init__.py +19 -19
- cdktf_cdktf_provider_pagerduty/webhook_subscription/__init__.py +41 -41
- {cdktf_cdktf_provider_pagerduty-13.6.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_pagerduty-13.7.0.dist-info/RECORD +81 -0
- cdktf_cdktf_provider_pagerduty/_jsii/provider-pagerduty@13.6.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_pagerduty-13.6.1.dist-info/RECORD +0 -77
- {cdktf_cdktf_provider_pagerduty-13.6.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_pagerduty-13.6.1.dist-info → cdktf_cdktf_provider_pagerduty-13.7.0.dist-info}/top_level.txt +0 -0
cdktf_cdktf_provider_pagerduty/data_pagerduty_event_orchestration_global_cache_variable/__init__.py
ADDED
@@ -0,0 +1,853 @@
|
|
1
|
+
'''
|
2
|
+
# `data_pagerduty_event_orchestration_global_cache_variable`
|
3
|
+
|
4
|
+
Refer to the Terraform Registry for docs: [`data_pagerduty_event_orchestration_global_cache_variable`](https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_global_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 DataPagerdutyEventOrchestrationGlobalCacheVariable(
|
28
|
+
_cdktf_9a9027ec.TerraformDataSource,
|
29
|
+
metaclass=jsii.JSIIMeta,
|
30
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationGlobalCacheVariable.DataPagerdutyEventOrchestrationGlobalCacheVariable",
|
31
|
+
):
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_global_cache_variable pagerduty_event_orchestration_global_cache_variable}.'''
|
33
|
+
|
34
|
+
def __init__(
|
35
|
+
self,
|
36
|
+
scope: _constructs_77d1e7e8.Construct,
|
37
|
+
id_: builtins.str,
|
38
|
+
*,
|
39
|
+
event_orchestration: 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_global_cache_variable pagerduty_event_orchestration_global_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 event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.
|
55
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#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_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#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__deeb053919dcabf464e080531cf56ab77294ed0a056fb31f6e8c0723b06f35f8)
|
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 = DataPagerdutyEventOrchestrationGlobalCacheVariableConfig(
|
70
|
+
event_orchestration=event_orchestration,
|
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 DataPagerdutyEventOrchestrationGlobalCacheVariable 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 DataPagerdutyEventOrchestrationGlobalCacheVariable to import.
|
97
|
+
:param import_from_id: The id of the existing DataPagerdutyEventOrchestrationGlobalCacheVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_global_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 DataPagerdutyEventOrchestrationGlobalCacheVariable to import is found.
|
99
|
+
'''
|
100
|
+
if __debug__:
|
101
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8fac991e9c4e232b2720c189184d2677c24ce693353d810f456b6dd5d2f35fd5)
|
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
|
+
) -> "DataPagerdutyEventOrchestrationGlobalCacheVariableConditionList":
|
134
|
+
return typing.cast("DataPagerdutyEventOrchestrationGlobalCacheVariableConditionList", jsii.get(self, "condition"))
|
135
|
+
|
136
|
+
@builtins.property
|
137
|
+
@jsii.member(jsii_name="configuration")
|
138
|
+
def configuration(
|
139
|
+
self,
|
140
|
+
) -> "DataPagerdutyEventOrchestrationGlobalCacheVariableConfigurationList":
|
141
|
+
return typing.cast("DataPagerdutyEventOrchestrationGlobalCacheVariableConfigurationList", 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="eventOrchestrationInput")
|
150
|
+
def event_orchestration_input(self) -> typing.Optional[builtins.str]:
|
151
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "eventOrchestrationInput"))
|
152
|
+
|
153
|
+
@builtins.property
|
154
|
+
@jsii.member(jsii_name="idInput")
|
155
|
+
def id_input(self) -> typing.Optional[builtins.str]:
|
156
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
157
|
+
|
158
|
+
@builtins.property
|
159
|
+
@jsii.member(jsii_name="nameInput")
|
160
|
+
def name_input(self) -> typing.Optional[builtins.str]:
|
161
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
|
162
|
+
|
163
|
+
@builtins.property
|
164
|
+
@jsii.member(jsii_name="eventOrchestration")
|
165
|
+
def event_orchestration(self) -> builtins.str:
|
166
|
+
return typing.cast(builtins.str, jsii.get(self, "eventOrchestration"))
|
167
|
+
|
168
|
+
@event_orchestration.setter
|
169
|
+
def event_orchestration(self, value: builtins.str) -> None:
|
170
|
+
if __debug__:
|
171
|
+
type_hints = typing.get_type_hints(_typecheckingstub__25b0b839d913b7243fb4f9a91d6d1faf39430bba8db052bd3863d32b795dc836)
|
172
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
173
|
+
jsii.set(self, "eventOrchestration", value)
|
174
|
+
|
175
|
+
@builtins.property
|
176
|
+
@jsii.member(jsii_name="id")
|
177
|
+
def id(self) -> builtins.str:
|
178
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
179
|
+
|
180
|
+
@id.setter
|
181
|
+
def id(self, value: builtins.str) -> None:
|
182
|
+
if __debug__:
|
183
|
+
type_hints = typing.get_type_hints(_typecheckingstub__92939ff878a478f6c6d88febd15a2ccc0393685706b3e5c8035caa57d06f3e1d)
|
184
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
185
|
+
jsii.set(self, "id", value)
|
186
|
+
|
187
|
+
@builtins.property
|
188
|
+
@jsii.member(jsii_name="name")
|
189
|
+
def name(self) -> builtins.str:
|
190
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
191
|
+
|
192
|
+
@name.setter
|
193
|
+
def name(self, value: builtins.str) -> None:
|
194
|
+
if __debug__:
|
195
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9fb3de4baefb8fc0f0ce3928569b373b0fa2492922f38bc096521b79ad33ed93)
|
196
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
197
|
+
jsii.set(self, "name", value)
|
198
|
+
|
199
|
+
|
200
|
+
@jsii.data_type(
|
201
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationGlobalCacheVariable.DataPagerdutyEventOrchestrationGlobalCacheVariableCondition",
|
202
|
+
jsii_struct_bases=[],
|
203
|
+
name_mapping={},
|
204
|
+
)
|
205
|
+
class DataPagerdutyEventOrchestrationGlobalCacheVariableCondition:
|
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 "DataPagerdutyEventOrchestrationGlobalCacheVariableCondition(%s)" % ", ".join(
|
217
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
218
|
+
)
|
219
|
+
|
220
|
+
|
221
|
+
class DataPagerdutyEventOrchestrationGlobalCacheVariableConditionList(
|
222
|
+
_cdktf_9a9027ec.ComplexList,
|
223
|
+
metaclass=jsii.JSIIMeta,
|
224
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationGlobalCacheVariable.DataPagerdutyEventOrchestrationGlobalCacheVariableConditionList",
|
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__5fe17e50af0944afd25084ed0f165bc91bf5656cd9b15d21929245e091801f27)
|
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
|
+
) -> "DataPagerdutyEventOrchestrationGlobalCacheVariableConditionOutputReference":
|
249
|
+
'''
|
250
|
+
:param index: the index of the item to return.
|
251
|
+
'''
|
252
|
+
if __debug__:
|
253
|
+
type_hints = typing.get_type_hints(_typecheckingstub__aca5539dfc2bd24f1a141bd27fddf28035158f881353655ff4bc28070fe1f062)
|
254
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
255
|
+
return typing.cast("DataPagerdutyEventOrchestrationGlobalCacheVariableConditionOutputReference", 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__9865b010500699d137c9f1038dfbce14e8640da9f64d67e790cbb5bb946e412e)
|
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__8ec1df92c45def5c9414e01e1dbd7e5ba7d15ce087da0d932b840d377783c9c5)
|
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__40666d5c6222763dd9bc3d8a3440e4cd8c057c8760713333ff1bd69c3803942f)
|
293
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
294
|
+
jsii.set(self, "wrapsSet", value)
|
295
|
+
|
296
|
+
|
297
|
+
class DataPagerdutyEventOrchestrationGlobalCacheVariableConditionOutputReference(
|
298
|
+
_cdktf_9a9027ec.ComplexObject,
|
299
|
+
metaclass=jsii.JSIIMeta,
|
300
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationGlobalCacheVariable.DataPagerdutyEventOrchestrationGlobalCacheVariableConditionOutputReference",
|
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__8d186126e1a7fad5f8e433ee5bda67e6d8bb5542117f7ceaa495d1b2c6a11dca)
|
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[DataPagerdutyEventOrchestrationGlobalCacheVariableCondition]:
|
333
|
+
return typing.cast(typing.Optional[DataPagerdutyEventOrchestrationGlobalCacheVariableCondition], jsii.get(self, "internalValue"))
|
334
|
+
|
335
|
+
@internal_value.setter
|
336
|
+
def internal_value(
|
337
|
+
self,
|
338
|
+
value: typing.Optional[DataPagerdutyEventOrchestrationGlobalCacheVariableCondition],
|
339
|
+
) -> None:
|
340
|
+
if __debug__:
|
341
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2cd8190c24a38c7c7881a6ef87bd3e9e51d967c08acfa4255cf501931aa3b539)
|
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.dataPagerdutyEventOrchestrationGlobalCacheVariable.DataPagerdutyEventOrchestrationGlobalCacheVariableConfig",
|
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
|
+
"event_orchestration": "eventOrchestration",
|
358
|
+
"id": "id",
|
359
|
+
"name": "name",
|
360
|
+
},
|
361
|
+
)
|
362
|
+
class DataPagerdutyEventOrchestrationGlobalCacheVariableConfig(
|
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
|
+
event_orchestration: 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 event_orchestration: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.
|
388
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#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_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#name}.
|
390
|
+
'''
|
391
|
+
if isinstance(lifecycle, dict):
|
392
|
+
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
393
|
+
if __debug__:
|
394
|
+
type_hints = typing.get_type_hints(_typecheckingstub__558f36b6e49d3c17e58b0c8b3d244a4160cf4dd0ec3c7c68c2687187c0857c8d)
|
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 event_orchestration", value=event_orchestration, expected_type=type_hints["event_orchestration"])
|
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
|
+
"event_orchestration": event_orchestration,
|
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 event_orchestration(self) -> builtins.str:
|
493
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/pagerduty/pagerduty/3.11.0/docs/data-sources/event_orchestration_global_cache_variable#event_orchestration DataPagerdutyEventOrchestrationGlobalCacheVariable#event_orchestration}.'''
|
494
|
+
result = self._values.get("event_orchestration")
|
495
|
+
assert result is not None, "Required property 'event_orchestration' 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_global_cache_variable#id DataPagerdutyEventOrchestrationGlobalCacheVariable#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_global_cache_variable#name DataPagerdutyEventOrchestrationGlobalCacheVariable#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 "DataPagerdutyEventOrchestrationGlobalCacheVariableConfig(%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.dataPagerdutyEventOrchestrationGlobalCacheVariable.DataPagerdutyEventOrchestrationGlobalCacheVariableConfiguration",
|
528
|
+
jsii_struct_bases=[],
|
529
|
+
name_mapping={},
|
530
|
+
)
|
531
|
+
class DataPagerdutyEventOrchestrationGlobalCacheVariableConfiguration:
|
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 "DataPagerdutyEventOrchestrationGlobalCacheVariableConfiguration(%s)" % ", ".join(
|
543
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
544
|
+
)
|
545
|
+
|
546
|
+
|
547
|
+
class DataPagerdutyEventOrchestrationGlobalCacheVariableConfigurationList(
|
548
|
+
_cdktf_9a9027ec.ComplexList,
|
549
|
+
metaclass=jsii.JSIIMeta,
|
550
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationGlobalCacheVariable.DataPagerdutyEventOrchestrationGlobalCacheVariableConfigurationList",
|
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__6e7361b83d68f69bf55735d268287164af16f4f563979ebe0edadaf8d15a0551)
|
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
|
+
) -> "DataPagerdutyEventOrchestrationGlobalCacheVariableConfigurationOutputReference":
|
575
|
+
'''
|
576
|
+
:param index: the index of the item to return.
|
577
|
+
'''
|
578
|
+
if __debug__:
|
579
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4693fda9d0ced5afa38ba484909e7b5de595473937c61f038e3a5a5de43b43b8)
|
580
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
581
|
+
return typing.cast("DataPagerdutyEventOrchestrationGlobalCacheVariableConfigurationOutputReference", 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__05b26dd1b2bf973b8258d69d20760e070ec10e1a8593b710dbcd48b84729ca90)
|
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__999f438c864e6a2df4f96f7c45f2cb659bbb45d9ec4f70dada1ff595b7068097)
|
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__51789211df6bf520c47a597befe39e91c7341ec39fa67002e9c1aaa48911a736)
|
619
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
620
|
+
jsii.set(self, "wrapsSet", value)
|
621
|
+
|
622
|
+
|
623
|
+
class DataPagerdutyEventOrchestrationGlobalCacheVariableConfigurationOutputReference(
|
624
|
+
_cdktf_9a9027ec.ComplexObject,
|
625
|
+
metaclass=jsii.JSIIMeta,
|
626
|
+
jsii_type="@cdktf/provider-pagerduty.dataPagerdutyEventOrchestrationGlobalCacheVariable.DataPagerdutyEventOrchestrationGlobalCacheVariableConfigurationOutputReference",
|
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__9f416745a3ee8a4acae2c0e0a67c6942e515754f89c14cdef595b5aaeae89be0)
|
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[DataPagerdutyEventOrchestrationGlobalCacheVariableConfiguration]:
|
674
|
+
return typing.cast(typing.Optional[DataPagerdutyEventOrchestrationGlobalCacheVariableConfiguration], jsii.get(self, "internalValue"))
|
675
|
+
|
676
|
+
@internal_value.setter
|
677
|
+
def internal_value(
|
678
|
+
self,
|
679
|
+
value: typing.Optional[DataPagerdutyEventOrchestrationGlobalCacheVariableConfiguration],
|
680
|
+
) -> None:
|
681
|
+
if __debug__:
|
682
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e77c25927a7c4b2c9e1fd9791cc0080476960d2c2bd31664975ddfbf4adb7ace)
|
683
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
684
|
+
jsii.set(self, "internalValue", value)
|
685
|
+
|
686
|
+
|
687
|
+
__all__ = [
|
688
|
+
"DataPagerdutyEventOrchestrationGlobalCacheVariable",
|
689
|
+
"DataPagerdutyEventOrchestrationGlobalCacheVariableCondition",
|
690
|
+
"DataPagerdutyEventOrchestrationGlobalCacheVariableConditionList",
|
691
|
+
"DataPagerdutyEventOrchestrationGlobalCacheVariableConditionOutputReference",
|
692
|
+
"DataPagerdutyEventOrchestrationGlobalCacheVariableConfig",
|
693
|
+
"DataPagerdutyEventOrchestrationGlobalCacheVariableConfiguration",
|
694
|
+
"DataPagerdutyEventOrchestrationGlobalCacheVariableConfigurationList",
|
695
|
+
"DataPagerdutyEventOrchestrationGlobalCacheVariableConfigurationOutputReference",
|
696
|
+
]
|
697
|
+
|
698
|
+
publication.publish()
|
699
|
+
|
700
|
+
def _typecheckingstub__deeb053919dcabf464e080531cf56ab77294ed0a056fb31f6e8c0723b06f35f8(
|
701
|
+
scope: _constructs_77d1e7e8.Construct,
|
702
|
+
id_: builtins.str,
|
703
|
+
*,
|
704
|
+
event_orchestration: 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__8fac991e9c4e232b2720c189184d2677c24ce693353d810f456b6dd5d2f35fd5(
|
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__25b0b839d913b7243fb4f9a91d6d1faf39430bba8db052bd3863d32b795dc836(
|
728
|
+
value: builtins.str,
|
729
|
+
) -> None:
|
730
|
+
"""Type checking stubs"""
|
731
|
+
pass
|
732
|
+
|
733
|
+
def _typecheckingstub__92939ff878a478f6c6d88febd15a2ccc0393685706b3e5c8035caa57d06f3e1d(
|
734
|
+
value: builtins.str,
|
735
|
+
) -> None:
|
736
|
+
"""Type checking stubs"""
|
737
|
+
pass
|
738
|
+
|
739
|
+
def _typecheckingstub__9fb3de4baefb8fc0f0ce3928569b373b0fa2492922f38bc096521b79ad33ed93(
|
740
|
+
value: builtins.str,
|
741
|
+
) -> None:
|
742
|
+
"""Type checking stubs"""
|
743
|
+
pass
|
744
|
+
|
745
|
+
def _typecheckingstub__5fe17e50af0944afd25084ed0f165bc91bf5656cd9b15d21929245e091801f27(
|
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__aca5539dfc2bd24f1a141bd27fddf28035158f881353655ff4bc28070fe1f062(
|
754
|
+
index: jsii.Number,
|
755
|
+
) -> None:
|
756
|
+
"""Type checking stubs"""
|
757
|
+
pass
|
758
|
+
|
759
|
+
def _typecheckingstub__9865b010500699d137c9f1038dfbce14e8640da9f64d67e790cbb5bb946e412e(
|
760
|
+
value: builtins.str,
|
761
|
+
) -> None:
|
762
|
+
"""Type checking stubs"""
|
763
|
+
pass
|
764
|
+
|
765
|
+
def _typecheckingstub__8ec1df92c45def5c9414e01e1dbd7e5ba7d15ce087da0d932b840d377783c9c5(
|
766
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
767
|
+
) -> None:
|
768
|
+
"""Type checking stubs"""
|
769
|
+
pass
|
770
|
+
|
771
|
+
def _typecheckingstub__40666d5c6222763dd9bc3d8a3440e4cd8c057c8760713333ff1bd69c3803942f(
|
772
|
+
value: builtins.bool,
|
773
|
+
) -> None:
|
774
|
+
"""Type checking stubs"""
|
775
|
+
pass
|
776
|
+
|
777
|
+
def _typecheckingstub__8d186126e1a7fad5f8e433ee5bda67e6d8bb5542117f7ceaa495d1b2c6a11dca(
|
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__2cd8190c24a38c7c7881a6ef87bd3e9e51d967c08acfa4255cf501931aa3b539(
|
787
|
+
value: typing.Optional[DataPagerdutyEventOrchestrationGlobalCacheVariableCondition],
|
788
|
+
) -> None:
|
789
|
+
"""Type checking stubs"""
|
790
|
+
pass
|
791
|
+
|
792
|
+
def _typecheckingstub__558f36b6e49d3c17e58b0c8b3d244a4160cf4dd0ec3c7c68c2687187c0857c8d(
|
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
|
+
event_orchestration: 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__6e7361b83d68f69bf55735d268287164af16f4f563979ebe0edadaf8d15a0551(
|
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__4693fda9d0ced5afa38ba484909e7b5de595473937c61f038e3a5a5de43b43b8(
|
817
|
+
index: jsii.Number,
|
818
|
+
) -> None:
|
819
|
+
"""Type checking stubs"""
|
820
|
+
pass
|
821
|
+
|
822
|
+
def _typecheckingstub__05b26dd1b2bf973b8258d69d20760e070ec10e1a8593b710dbcd48b84729ca90(
|
823
|
+
value: builtins.str,
|
824
|
+
) -> None:
|
825
|
+
"""Type checking stubs"""
|
826
|
+
pass
|
827
|
+
|
828
|
+
def _typecheckingstub__999f438c864e6a2df4f96f7c45f2cb659bbb45d9ec4f70dada1ff595b7068097(
|
829
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
830
|
+
) -> None:
|
831
|
+
"""Type checking stubs"""
|
832
|
+
pass
|
833
|
+
|
834
|
+
def _typecheckingstub__51789211df6bf520c47a597befe39e91c7341ec39fa67002e9c1aaa48911a736(
|
835
|
+
value: builtins.bool,
|
836
|
+
) -> None:
|
837
|
+
"""Type checking stubs"""
|
838
|
+
pass
|
839
|
+
|
840
|
+
def _typecheckingstub__9f416745a3ee8a4acae2c0e0a67c6942e515754f89c14cdef595b5aaeae89be0(
|
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__e77c25927a7c4b2c9e1fd9791cc0080476960d2c2bd31664975ddfbf4adb7ace(
|
850
|
+
value: typing.Optional[DataPagerdutyEventOrchestrationGlobalCacheVariableConfiguration],
|
851
|
+
) -> None:
|
852
|
+
"""Type checking stubs"""
|
853
|
+
pass
|