cdktf-cdktf-provider-upcloud 15.8.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_upcloud/__init__.py +247 -0
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +45 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@15.8.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +894 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +633 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +384 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_load_balancer_dns_challenge_domain/__init__.py +319 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +853 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +717 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +1084 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_valkey_sessions/__init__.py +898 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +647 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +600 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +1093 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +725 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +558 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +421 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +364 -0
- cdktf_cdktf_provider_upcloud/file_storage/__init__.py +1683 -0
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +1233 -0
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +552 -0
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +1167 -0
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +1299 -0
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +1357 -0
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +801 -0
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +2674 -0
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +2113 -0
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +1426 -0
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +442 -0
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +633 -0
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +459 -0
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +1290 -0
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +11486 -0
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +442 -0
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +504 -0
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +659 -0
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +633 -0
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +536 -0
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +4644 -0
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +13812 -0
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +7734 -0
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +1541 -0
- cdktf_cdktf_provider_upcloud/managed_database_valkey/__init__.py +3355 -0
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +1198 -0
- cdktf_cdktf_provider_upcloud/managed_object_storage_bucket/__init__.py +409 -0
- cdktf_cdktf_provider_upcloud/managed_object_storage_custom_domain/__init__.py +446 -0
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +521 -0
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +454 -0
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +505 -0
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +485 -0
- cdktf_cdktf_provider_upcloud/network/__init__.py +1554 -0
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +1084 -0
- cdktf_cdktf_provider_upcloud/provider/__init__.py +544 -0
- cdktf_cdktf_provider_upcloud/py.typed +1 -0
- cdktf_cdktf_provider_upcloud/router/__init__.py +1030 -0
- cdktf_cdktf_provider_upcloud/server/__init__.py +4542 -0
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +571 -0
- cdktf_cdktf_provider_upcloud/storage/__init__.py +1850 -0
- cdktf_cdktf_provider_upcloud/storage_backup/__init__.py +483 -0
- cdktf_cdktf_provider_upcloud/storage_template/__init__.py +478 -0
- cdktf_cdktf_provider_upcloud/tag/__init__.py +493 -0
- cdktf_cdktf_provider_upcloud-15.8.0.dist-info/LICENSE +355 -0
- cdktf_cdktf_provider_upcloud-15.8.0.dist-info/METADATA +120 -0
- cdktf_cdktf_provider_upcloud-15.8.0.dist-info/RECORD +66 -0
- cdktf_cdktf_provider_upcloud-15.8.0.dist-info/WHEEL +5 -0
- cdktf_cdktf_provider_upcloud-15.8.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
r'''
|
|
2
|
+
# `data_upcloud_load_balancer_dns_challenge_domain`
|
|
3
|
+
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_load_balancer_dns_challenge_domain`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.31.0/docs/data-sources/load_balancer_dns_challenge_domain).
|
|
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
|
+
import typeguard
|
|
20
|
+
from importlib.metadata import version as _metadata_package_version
|
|
21
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
22
|
+
|
|
23
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
24
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
25
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
26
|
+
else:
|
|
27
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
28
|
+
pass
|
|
29
|
+
else:
|
|
30
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
31
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
32
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
33
|
+
else:
|
|
34
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
35
|
+
|
|
36
|
+
from .._jsii import *
|
|
37
|
+
|
|
38
|
+
import cdktf as _cdktf_9a9027ec
|
|
39
|
+
import constructs as _constructs_77d1e7e8
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
class DataUpcloudLoadBalancerDnsChallengeDomain(
|
|
43
|
+
_cdktf_9a9027ec.TerraformDataSource,
|
|
44
|
+
metaclass=jsii.JSIIMeta,
|
|
45
|
+
jsii_type="@cdktf/provider-upcloud.dataUpcloudLoadBalancerDnsChallengeDomain.DataUpcloudLoadBalancerDnsChallengeDomain",
|
|
46
|
+
):
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.31.0/docs/data-sources/load_balancer_dns_challenge_domain upcloud_load_balancer_dns_challenge_domain}.'''
|
|
48
|
+
|
|
49
|
+
def __init__(
|
|
50
|
+
self,
|
|
51
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
52
|
+
id: builtins.str,
|
|
53
|
+
*,
|
|
54
|
+
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,
|
|
55
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
56
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
57
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
58
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
59
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
60
|
+
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,
|
|
61
|
+
) -> None:
|
|
62
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.31.0/docs/data-sources/load_balancer_dns_challenge_domain upcloud_load_balancer_dns_challenge_domain} Data Source.
|
|
63
|
+
|
|
64
|
+
:param scope: The scope in which to define this construct.
|
|
65
|
+
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
66
|
+
:param connection:
|
|
67
|
+
:param count:
|
|
68
|
+
:param depends_on:
|
|
69
|
+
:param for_each:
|
|
70
|
+
:param lifecycle:
|
|
71
|
+
:param provider:
|
|
72
|
+
:param provisioners:
|
|
73
|
+
'''
|
|
74
|
+
if __debug__:
|
|
75
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c37f4d0a4c511ddf65a2c369c347583e37429a216ab6c13a7f6d0627093eb17b)
|
|
76
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
77
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
78
|
+
config = DataUpcloudLoadBalancerDnsChallengeDomainConfig(
|
|
79
|
+
connection=connection,
|
|
80
|
+
count=count,
|
|
81
|
+
depends_on=depends_on,
|
|
82
|
+
for_each=for_each,
|
|
83
|
+
lifecycle=lifecycle,
|
|
84
|
+
provider=provider,
|
|
85
|
+
provisioners=provisioners,
|
|
86
|
+
)
|
|
87
|
+
|
|
88
|
+
jsii.create(self.__class__, self, [scope, id, config])
|
|
89
|
+
|
|
90
|
+
@jsii.member(jsii_name="generateConfigForImport")
|
|
91
|
+
@builtins.classmethod
|
|
92
|
+
def generate_config_for_import(
|
|
93
|
+
cls,
|
|
94
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
95
|
+
import_to_id: builtins.str,
|
|
96
|
+
import_from_id: builtins.str,
|
|
97
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
98
|
+
) -> _cdktf_9a9027ec.ImportableResource:
|
|
99
|
+
'''Generates CDKTF code for importing a DataUpcloudLoadBalancerDnsChallengeDomain resource upon running "cdktf plan ".
|
|
100
|
+
|
|
101
|
+
:param scope: The scope in which to define this construct.
|
|
102
|
+
:param import_to_id: The construct id used in the generated config for the DataUpcloudLoadBalancerDnsChallengeDomain to import.
|
|
103
|
+
:param import_from_id: The id of the existing DataUpcloudLoadBalancerDnsChallengeDomain that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.31.0/docs/data-sources/load_balancer_dns_challenge_domain#import import section} in the documentation of this resource for the id to use
|
|
104
|
+
:param provider: ? Optional instance of the provider where the DataUpcloudLoadBalancerDnsChallengeDomain to import is found.
|
|
105
|
+
'''
|
|
106
|
+
if __debug__:
|
|
107
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f8f40685cf78699ec0bfc08a5cb5e3560a23916129a435f4a9ca0b073e14818f)
|
|
108
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
109
|
+
check_type(argname="argument import_to_id", value=import_to_id, expected_type=type_hints["import_to_id"])
|
|
110
|
+
check_type(argname="argument import_from_id", value=import_from_id, expected_type=type_hints["import_from_id"])
|
|
111
|
+
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
|
112
|
+
return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
|
|
113
|
+
|
|
114
|
+
@jsii.member(jsii_name="synthesizeAttributes")
|
|
115
|
+
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
116
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
|
117
|
+
|
|
118
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
|
119
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
120
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
|
121
|
+
|
|
122
|
+
@jsii.python.classproperty
|
|
123
|
+
@jsii.member(jsii_name="tfResourceType")
|
|
124
|
+
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
|
125
|
+
return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
|
|
126
|
+
|
|
127
|
+
@builtins.property
|
|
128
|
+
@jsii.member(jsii_name="domain")
|
|
129
|
+
def domain(self) -> builtins.str:
|
|
130
|
+
return typing.cast(builtins.str, jsii.get(self, "domain"))
|
|
131
|
+
|
|
132
|
+
@builtins.property
|
|
133
|
+
@jsii.member(jsii_name="id")
|
|
134
|
+
def id(self) -> builtins.str:
|
|
135
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
@jsii.data_type(
|
|
139
|
+
jsii_type="@cdktf/provider-upcloud.dataUpcloudLoadBalancerDnsChallengeDomain.DataUpcloudLoadBalancerDnsChallengeDomainConfig",
|
|
140
|
+
jsii_struct_bases=[_cdktf_9a9027ec.TerraformMetaArguments],
|
|
141
|
+
name_mapping={
|
|
142
|
+
"connection": "connection",
|
|
143
|
+
"count": "count",
|
|
144
|
+
"depends_on": "dependsOn",
|
|
145
|
+
"for_each": "forEach",
|
|
146
|
+
"lifecycle": "lifecycle",
|
|
147
|
+
"provider": "provider",
|
|
148
|
+
"provisioners": "provisioners",
|
|
149
|
+
},
|
|
150
|
+
)
|
|
151
|
+
class DataUpcloudLoadBalancerDnsChallengeDomainConfig(
|
|
152
|
+
_cdktf_9a9027ec.TerraformMetaArguments,
|
|
153
|
+
):
|
|
154
|
+
def __init__(
|
|
155
|
+
self,
|
|
156
|
+
*,
|
|
157
|
+
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,
|
|
158
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
159
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
160
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
161
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
162
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
163
|
+
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,
|
|
164
|
+
) -> None:
|
|
165
|
+
'''
|
|
166
|
+
:param connection:
|
|
167
|
+
:param count:
|
|
168
|
+
:param depends_on:
|
|
169
|
+
:param for_each:
|
|
170
|
+
:param lifecycle:
|
|
171
|
+
:param provider:
|
|
172
|
+
:param provisioners:
|
|
173
|
+
'''
|
|
174
|
+
if isinstance(lifecycle, dict):
|
|
175
|
+
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
176
|
+
if __debug__:
|
|
177
|
+
type_hints = typing.get_type_hints(_typecheckingstub__82ba9b2f4eeffdb3cf480b47e8989595b8bae2af667094e3dbfb83f0219b3264)
|
|
178
|
+
check_type(argname="argument connection", value=connection, expected_type=type_hints["connection"])
|
|
179
|
+
check_type(argname="argument count", value=count, expected_type=type_hints["count"])
|
|
180
|
+
check_type(argname="argument depends_on", value=depends_on, expected_type=type_hints["depends_on"])
|
|
181
|
+
check_type(argname="argument for_each", value=for_each, expected_type=type_hints["for_each"])
|
|
182
|
+
check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
|
|
183
|
+
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
|
184
|
+
check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
|
|
185
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
186
|
+
if connection is not None:
|
|
187
|
+
self._values["connection"] = connection
|
|
188
|
+
if count is not None:
|
|
189
|
+
self._values["count"] = count
|
|
190
|
+
if depends_on is not None:
|
|
191
|
+
self._values["depends_on"] = depends_on
|
|
192
|
+
if for_each is not None:
|
|
193
|
+
self._values["for_each"] = for_each
|
|
194
|
+
if lifecycle is not None:
|
|
195
|
+
self._values["lifecycle"] = lifecycle
|
|
196
|
+
if provider is not None:
|
|
197
|
+
self._values["provider"] = provider
|
|
198
|
+
if provisioners is not None:
|
|
199
|
+
self._values["provisioners"] = provisioners
|
|
200
|
+
|
|
201
|
+
@builtins.property
|
|
202
|
+
def connection(
|
|
203
|
+
self,
|
|
204
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]]:
|
|
205
|
+
'''
|
|
206
|
+
:stability: experimental
|
|
207
|
+
'''
|
|
208
|
+
result = self._values.get("connection")
|
|
209
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
|
|
210
|
+
|
|
211
|
+
@builtins.property
|
|
212
|
+
def count(
|
|
213
|
+
self,
|
|
214
|
+
) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
|
|
215
|
+
'''
|
|
216
|
+
:stability: experimental
|
|
217
|
+
'''
|
|
218
|
+
result = self._values.get("count")
|
|
219
|
+
return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
|
|
220
|
+
|
|
221
|
+
@builtins.property
|
|
222
|
+
def depends_on(
|
|
223
|
+
self,
|
|
224
|
+
) -> typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]]:
|
|
225
|
+
'''
|
|
226
|
+
:stability: experimental
|
|
227
|
+
'''
|
|
228
|
+
result = self._values.get("depends_on")
|
|
229
|
+
return typing.cast(typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]], result)
|
|
230
|
+
|
|
231
|
+
@builtins.property
|
|
232
|
+
def for_each(self) -> typing.Optional[_cdktf_9a9027ec.ITerraformIterator]:
|
|
233
|
+
'''
|
|
234
|
+
:stability: experimental
|
|
235
|
+
'''
|
|
236
|
+
result = self._values.get("for_each")
|
|
237
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.ITerraformIterator], result)
|
|
238
|
+
|
|
239
|
+
@builtins.property
|
|
240
|
+
def lifecycle(self) -> typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle]:
|
|
241
|
+
'''
|
|
242
|
+
:stability: experimental
|
|
243
|
+
'''
|
|
244
|
+
result = self._values.get("lifecycle")
|
|
245
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle], result)
|
|
246
|
+
|
|
247
|
+
@builtins.property
|
|
248
|
+
def provider(self) -> typing.Optional[_cdktf_9a9027ec.TerraformProvider]:
|
|
249
|
+
'''
|
|
250
|
+
:stability: experimental
|
|
251
|
+
'''
|
|
252
|
+
result = self._values.get("provider")
|
|
253
|
+
return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformProvider], result)
|
|
254
|
+
|
|
255
|
+
@builtins.property
|
|
256
|
+
def provisioners(
|
|
257
|
+
self,
|
|
258
|
+
) -> typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]]:
|
|
259
|
+
'''
|
|
260
|
+
:stability: experimental
|
|
261
|
+
'''
|
|
262
|
+
result = self._values.get("provisioners")
|
|
263
|
+
return typing.cast(typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]], result)
|
|
264
|
+
|
|
265
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
266
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
267
|
+
|
|
268
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
269
|
+
return not (rhs == self)
|
|
270
|
+
|
|
271
|
+
def __repr__(self) -> str:
|
|
272
|
+
return "DataUpcloudLoadBalancerDnsChallengeDomainConfig(%s)" % ", ".join(
|
|
273
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
274
|
+
)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
__all__ = [
|
|
278
|
+
"DataUpcloudLoadBalancerDnsChallengeDomain",
|
|
279
|
+
"DataUpcloudLoadBalancerDnsChallengeDomainConfig",
|
|
280
|
+
]
|
|
281
|
+
|
|
282
|
+
publication.publish()
|
|
283
|
+
|
|
284
|
+
def _typecheckingstub__c37f4d0a4c511ddf65a2c369c347583e37429a216ab6c13a7f6d0627093eb17b(
|
|
285
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
286
|
+
id: builtins.str,
|
|
287
|
+
*,
|
|
288
|
+
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,
|
|
289
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
290
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
291
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
292
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
293
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
294
|
+
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,
|
|
295
|
+
) -> None:
|
|
296
|
+
"""Type checking stubs"""
|
|
297
|
+
pass
|
|
298
|
+
|
|
299
|
+
def _typecheckingstub__f8f40685cf78699ec0bfc08a5cb5e3560a23916129a435f4a9ca0b073e14818f(
|
|
300
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
301
|
+
import_to_id: builtins.str,
|
|
302
|
+
import_from_id: builtins.str,
|
|
303
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
304
|
+
) -> None:
|
|
305
|
+
"""Type checking stubs"""
|
|
306
|
+
pass
|
|
307
|
+
|
|
308
|
+
def _typecheckingstub__82ba9b2f4eeffdb3cf480b47e8989595b8bae2af667094e3dbfb83f0219b3264(
|
|
309
|
+
*,
|
|
310
|
+
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,
|
|
311
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
312
|
+
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
313
|
+
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
314
|
+
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
315
|
+
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
316
|
+
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,
|
|
317
|
+
) -> None:
|
|
318
|
+
"""Type checking stubs"""
|
|
319
|
+
pass
|