cdktf-cdktf-provider-upcloud 14.9.0__py3-none-any.whl → 14.10.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.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- cdktf_cdktf_provider_upcloud/__init__.py +5 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.10.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +44 -44
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +62 -62
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +53 -53
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +54 -54
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +80 -80
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +41 -41
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +271 -176
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +73 -73
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +52 -52
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +351 -351
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +34 -77
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +315 -269
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +2670 -655
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +511 -417
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +219 -173
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +49 -49
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +32 -73
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/network/__init__.py +50 -50
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +39 -39
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +43 -43
- cdktf_cdktf_provider_upcloud/provider/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/router/__init__.py +34 -34
- cdktf_cdktf_provider_upcloud/server/__init__.py +220 -220
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/storage/__init__.py +648 -187
- cdktf_cdktf_provider_upcloud/storage_template/__init__.py +463 -0
- cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/METADATA +9 -9
- cdktf_cdktf_provider_upcloud-14.10.0.dist-info/RECORD +62 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.9.0.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `provider`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class UpcloudProvider(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.provider.UpcloudProvider",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs upcloud}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -44,17 +44,17 @@ class UpcloudProvider(
|
|
|
44
44
|
retry_wait_min_sec: typing.Optional[jsii.Number] = None,
|
|
45
45
|
username: typing.Optional[builtins.str] = None,
|
|
46
46
|
) -> None:
|
|
47
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
47
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs upcloud} Resource.
|
|
48
48
|
|
|
49
49
|
:param scope: The scope in which to define this construct.
|
|
50
50
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
51
|
-
:param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
-
:param password: Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
53
|
-
:param request_timeout_sec: The duration (in seconds) that the provider waits for an HTTP request towards UpCloud API to complete. Defaults to 120 seconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
54
|
-
:param retry_max: Maximum number of retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
55
|
-
:param retry_wait_max_sec: Maximum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
56
|
-
:param retry_wait_min_sec: Minimum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
57
|
-
:param username: UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
51
|
+
:param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#alias UpcloudProvider#alias}
|
|
52
|
+
:param password: Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#password UpcloudProvider#password}
|
|
53
|
+
:param request_timeout_sec: The duration (in seconds) that the provider waits for an HTTP request towards UpCloud API to complete. Defaults to 120 seconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#request_timeout_sec UpcloudProvider#request_timeout_sec}
|
|
54
|
+
:param retry_max: Maximum number of retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#retry_max UpcloudProvider#retry_max}
|
|
55
|
+
:param retry_wait_max_sec: Maximum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#retry_wait_max_sec UpcloudProvider#retry_wait_max_sec}
|
|
56
|
+
:param retry_wait_min_sec: Minimum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#retry_wait_min_sec UpcloudProvider#retry_wait_min_sec}
|
|
57
|
+
:param username: UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#username UpcloudProvider#username}
|
|
58
58
|
'''
|
|
59
59
|
if __debug__:
|
|
60
60
|
type_hints = typing.get_type_hints(_typecheckingstub__786d7492fb6ccdc4fc75b22452f182f0009c6f7041f055f198f8ab4750003c16)
|
|
@@ -85,7 +85,7 @@ class UpcloudProvider(
|
|
|
85
85
|
|
|
86
86
|
:param scope: The scope in which to define this construct.
|
|
87
87
|
:param import_to_id: The construct id used in the generated config for the UpcloudProvider to import.
|
|
88
|
-
:param import_from_id: The id of the existing UpcloudProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
88
|
+
:param import_from_id: The id of the existing UpcloudProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#import import section} in the documentation of this resource for the id to use
|
|
89
89
|
:param provider: ? Optional instance of the provider where the UpcloudProvider to import is found.
|
|
90
90
|
'''
|
|
91
91
|
if __debug__:
|
|
@@ -182,7 +182,7 @@ class UpcloudProvider(
|
|
|
182
182
|
if __debug__:
|
|
183
183
|
type_hints = typing.get_type_hints(_typecheckingstub__e945ae0cadd024f4b089068aefbe16b016f51e1f64cc6f1e8850982caaae4a34)
|
|
184
184
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
185
|
-
jsii.set(self, "alias", value)
|
|
185
|
+
jsii.set(self, "alias", value) # pyright: ignore[reportArgumentType]
|
|
186
186
|
|
|
187
187
|
@builtins.property
|
|
188
188
|
@jsii.member(jsii_name="password")
|
|
@@ -194,7 +194,7 @@ class UpcloudProvider(
|
|
|
194
194
|
if __debug__:
|
|
195
195
|
type_hints = typing.get_type_hints(_typecheckingstub__7468e4559193a961ddd25362db32f9c861bcc46838550615e263ebc1a73453cc)
|
|
196
196
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
197
|
-
jsii.set(self, "password", value)
|
|
197
|
+
jsii.set(self, "password", value) # pyright: ignore[reportArgumentType]
|
|
198
198
|
|
|
199
199
|
@builtins.property
|
|
200
200
|
@jsii.member(jsii_name="requestTimeoutSec")
|
|
@@ -206,7 +206,7 @@ class UpcloudProvider(
|
|
|
206
206
|
if __debug__:
|
|
207
207
|
type_hints = typing.get_type_hints(_typecheckingstub__287057d3016cfed3607f43e0805d362c5d2f2ee791a47dbdd378f3bbe989604b)
|
|
208
208
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
209
|
-
jsii.set(self, "requestTimeoutSec", value)
|
|
209
|
+
jsii.set(self, "requestTimeoutSec", value) # pyright: ignore[reportArgumentType]
|
|
210
210
|
|
|
211
211
|
@builtins.property
|
|
212
212
|
@jsii.member(jsii_name="retryMax")
|
|
@@ -218,7 +218,7 @@ class UpcloudProvider(
|
|
|
218
218
|
if __debug__:
|
|
219
219
|
type_hints = typing.get_type_hints(_typecheckingstub__5e4a81c76bc2199b17a918d1471a4c63e1c00ecb3f395413787eba9b56b6498b)
|
|
220
220
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
221
|
-
jsii.set(self, "retryMax", value)
|
|
221
|
+
jsii.set(self, "retryMax", value) # pyright: ignore[reportArgumentType]
|
|
222
222
|
|
|
223
223
|
@builtins.property
|
|
224
224
|
@jsii.member(jsii_name="retryWaitMaxSec")
|
|
@@ -230,7 +230,7 @@ class UpcloudProvider(
|
|
|
230
230
|
if __debug__:
|
|
231
231
|
type_hints = typing.get_type_hints(_typecheckingstub__b81aaca05e740634c669da4f51e9846126f057b96daa7a573168193975e920ed)
|
|
232
232
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
233
|
-
jsii.set(self, "retryWaitMaxSec", value)
|
|
233
|
+
jsii.set(self, "retryWaitMaxSec", value) # pyright: ignore[reportArgumentType]
|
|
234
234
|
|
|
235
235
|
@builtins.property
|
|
236
236
|
@jsii.member(jsii_name="retryWaitMinSec")
|
|
@@ -242,7 +242,7 @@ class UpcloudProvider(
|
|
|
242
242
|
if __debug__:
|
|
243
243
|
type_hints = typing.get_type_hints(_typecheckingstub__49c748eec266d9d5bc8e7a25a10e42de6548f3fcf8b2fadc433e055280bc7303)
|
|
244
244
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
245
|
-
jsii.set(self, "retryWaitMinSec", value)
|
|
245
|
+
jsii.set(self, "retryWaitMinSec", value) # pyright: ignore[reportArgumentType]
|
|
246
246
|
|
|
247
247
|
@builtins.property
|
|
248
248
|
@jsii.member(jsii_name="username")
|
|
@@ -254,7 +254,7 @@ class UpcloudProvider(
|
|
|
254
254
|
if __debug__:
|
|
255
255
|
type_hints = typing.get_type_hints(_typecheckingstub__73bdbfe36f31accc3b6a6dcba3205f0ac50aaaa3f363bff894bdc84e137fc234)
|
|
256
256
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
257
|
-
jsii.set(self, "username", value)
|
|
257
|
+
jsii.set(self, "username", value) # pyright: ignore[reportArgumentType]
|
|
258
258
|
|
|
259
259
|
|
|
260
260
|
@jsii.data_type(
|
|
@@ -283,13 +283,13 @@ class UpcloudProviderConfig:
|
|
|
283
283
|
username: typing.Optional[builtins.str] = None,
|
|
284
284
|
) -> None:
|
|
285
285
|
'''
|
|
286
|
-
:param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
287
|
-
:param password: Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
288
|
-
:param request_timeout_sec: The duration (in seconds) that the provider waits for an HTTP request towards UpCloud API to complete. Defaults to 120 seconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
289
|
-
:param retry_max: Maximum number of retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
290
|
-
:param retry_wait_max_sec: Maximum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
291
|
-
:param retry_wait_min_sec: Minimum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
292
|
-
:param username: UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
286
|
+
:param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#alias UpcloudProvider#alias}
|
|
287
|
+
:param password: Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#password UpcloudProvider#password}
|
|
288
|
+
:param request_timeout_sec: The duration (in seconds) that the provider waits for an HTTP request towards UpCloud API to complete. Defaults to 120 seconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#request_timeout_sec UpcloudProvider#request_timeout_sec}
|
|
289
|
+
:param retry_max: Maximum number of retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#retry_max UpcloudProvider#retry_max}
|
|
290
|
+
:param retry_wait_max_sec: Maximum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#retry_wait_max_sec UpcloudProvider#retry_wait_max_sec}
|
|
291
|
+
:param retry_wait_min_sec: Minimum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#retry_wait_min_sec UpcloudProvider#retry_wait_min_sec}
|
|
292
|
+
:param username: UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#username UpcloudProvider#username}
|
|
293
293
|
'''
|
|
294
294
|
if __debug__:
|
|
295
295
|
type_hints = typing.get_type_hints(_typecheckingstub__e59a8dbe0e889be0d58fa19f6443e5c6def71ffe937d944a0b10dbe3c74b4005)
|
|
@@ -320,7 +320,7 @@ class UpcloudProviderConfig:
|
|
|
320
320
|
def alias(self) -> typing.Optional[builtins.str]:
|
|
321
321
|
'''Alias name.
|
|
322
322
|
|
|
323
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
323
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#alias UpcloudProvider#alias}
|
|
324
324
|
'''
|
|
325
325
|
result = self._values.get("alias")
|
|
326
326
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -329,7 +329,7 @@ class UpcloudProviderConfig:
|
|
|
329
329
|
def password(self) -> typing.Optional[builtins.str]:
|
|
330
330
|
'''Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable.
|
|
331
331
|
|
|
332
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
332
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#password UpcloudProvider#password}
|
|
333
333
|
'''
|
|
334
334
|
result = self._values.get("password")
|
|
335
335
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -340,7 +340,7 @@ class UpcloudProviderConfig:
|
|
|
340
340
|
|
|
341
341
|
Defaults to 120 seconds
|
|
342
342
|
|
|
343
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
343
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#request_timeout_sec UpcloudProvider#request_timeout_sec}
|
|
344
344
|
'''
|
|
345
345
|
result = self._values.get("request_timeout_sec")
|
|
346
346
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -349,7 +349,7 @@ class UpcloudProviderConfig:
|
|
|
349
349
|
def retry_max(self) -> typing.Optional[jsii.Number]:
|
|
350
350
|
'''Maximum number of retries.
|
|
351
351
|
|
|
352
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
352
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#retry_max UpcloudProvider#retry_max}
|
|
353
353
|
'''
|
|
354
354
|
result = self._values.get("retry_max")
|
|
355
355
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -358,7 +358,7 @@ class UpcloudProviderConfig:
|
|
|
358
358
|
def retry_wait_max_sec(self) -> typing.Optional[jsii.Number]:
|
|
359
359
|
'''Maximum time to wait between retries.
|
|
360
360
|
|
|
361
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
361
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#retry_wait_max_sec UpcloudProvider#retry_wait_max_sec}
|
|
362
362
|
'''
|
|
363
363
|
result = self._values.get("retry_wait_max_sec")
|
|
364
364
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -367,7 +367,7 @@ class UpcloudProviderConfig:
|
|
|
367
367
|
def retry_wait_min_sec(self) -> typing.Optional[jsii.Number]:
|
|
368
368
|
'''Minimum time to wait between retries.
|
|
369
369
|
|
|
370
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
370
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#retry_wait_min_sec UpcloudProvider#retry_wait_min_sec}
|
|
371
371
|
'''
|
|
372
372
|
result = self._values.get("retry_wait_min_sec")
|
|
373
373
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -376,7 +376,7 @@ class UpcloudProviderConfig:
|
|
|
376
376
|
def username(self) -> typing.Optional[builtins.str]:
|
|
377
377
|
'''UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable.
|
|
378
378
|
|
|
379
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
379
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs#username UpcloudProvider#username}
|
|
380
380
|
'''
|
|
381
381
|
result = self._values.get("username")
|
|
382
382
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_router`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_router`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_router`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class Router(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.router.Router",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router upcloud_router}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -47,13 +47,13 @@ class Router(
|
|
|
47
47
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
48
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
49
|
) -> None:
|
|
50
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
50
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router upcloud_router} Resource.
|
|
51
51
|
|
|
52
52
|
:param scope: The scope in which to define this construct.
|
|
53
53
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
54
|
-
:param name: Name of the router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
55
|
-
:param labels:
|
|
56
|
-
:param static_route: static_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
54
|
+
:param name: Name of the router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#name Router#name}
|
|
55
|
+
:param labels: User defined key-value pairs to classify the router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#labels Router#labels}
|
|
56
|
+
:param static_route: static_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#static_route Router#static_route}
|
|
57
57
|
:param connection:
|
|
58
58
|
:param count:
|
|
59
59
|
:param depends_on:
|
|
@@ -94,7 +94,7 @@ class Router(
|
|
|
94
94
|
|
|
95
95
|
:param scope: The scope in which to define this construct.
|
|
96
96
|
:param import_to_id: The construct id used in the generated config for the Router to import.
|
|
97
|
-
:param import_from_id: The id of the existing Router that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
97
|
+
:param import_from_id: The id of the existing Router that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#import import section} in the documentation of this resource for the id to use
|
|
98
98
|
:param provider: ? Optional instance of the provider where the Router to import is found.
|
|
99
99
|
'''
|
|
100
100
|
if __debug__:
|
|
@@ -193,7 +193,7 @@ class Router(
|
|
|
193
193
|
if __debug__:
|
|
194
194
|
type_hints = typing.get_type_hints(_typecheckingstub__aa3747a3d78e5368cd4ad74ed7e0d7f94dd99ac2913c729bea9c6861d4564789)
|
|
195
195
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
196
|
-
jsii.set(self, "labels", value)
|
|
196
|
+
jsii.set(self, "labels", value) # pyright: ignore[reportArgumentType]
|
|
197
197
|
|
|
198
198
|
@builtins.property
|
|
199
199
|
@jsii.member(jsii_name="name")
|
|
@@ -205,7 +205,7 @@ class Router(
|
|
|
205
205
|
if __debug__:
|
|
206
206
|
type_hints = typing.get_type_hints(_typecheckingstub__bf1ff546e26877dfe75feb1a16a4a12a959c48a991ddbf5b854def4ab5f6cb90)
|
|
207
207
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
208
|
-
jsii.set(self, "name", value)
|
|
208
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
209
209
|
|
|
210
210
|
|
|
211
211
|
@jsii.data_type(
|
|
@@ -247,9 +247,9 @@ class RouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
247
247
|
:param lifecycle:
|
|
248
248
|
:param provider:
|
|
249
249
|
:param provisioners:
|
|
250
|
-
:param name: Name of the router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
251
|
-
:param labels:
|
|
252
|
-
:param static_route: static_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
250
|
+
:param name: Name of the router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#name Router#name}
|
|
251
|
+
:param labels: User defined key-value pairs to classify the router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#labels Router#labels}
|
|
252
|
+
:param static_route: static_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#static_route Router#static_route}
|
|
253
253
|
'''
|
|
254
254
|
if isinstance(lifecycle, dict):
|
|
255
255
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -355,7 +355,7 @@ class RouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
355
355
|
def name(self) -> builtins.str:
|
|
356
356
|
'''Name of the router.
|
|
357
357
|
|
|
358
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
358
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#name Router#name}
|
|
359
359
|
'''
|
|
360
360
|
result = self._values.get("name")
|
|
361
361
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -363,9 +363,9 @@ class RouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
363
363
|
|
|
364
364
|
@builtins.property
|
|
365
365
|
def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
366
|
-
'''
|
|
366
|
+
'''User defined key-value pairs to classify the router.
|
|
367
367
|
|
|
368
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
368
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#labels Router#labels}
|
|
369
369
|
'''
|
|
370
370
|
result = self._values.get("labels")
|
|
371
371
|
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
@@ -376,7 +376,7 @@ class RouterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
376
376
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["RouterStaticRoute"]]]:
|
|
377
377
|
'''static_route block.
|
|
378
378
|
|
|
379
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
379
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#static_route Router#static_route}
|
|
380
380
|
'''
|
|
381
381
|
result = self._values.get("static_route")
|
|
382
382
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["RouterStaticRoute"]]], result)
|
|
@@ -407,9 +407,9 @@ class RouterStaticRoute:
|
|
|
407
407
|
name: typing.Optional[builtins.str] = None,
|
|
408
408
|
) -> None:
|
|
409
409
|
'''
|
|
410
|
-
:param nexthop: Next hop address. NOTE: For static route to be active the next hop has to be an address of a reachable running Cloud Server in one of the Private Networks attached to the router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
411
|
-
:param route: Destination prefix of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
412
|
-
:param name: Name or description of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
410
|
+
:param nexthop: Next hop address. NOTE: For static route to be active the next hop has to be an address of a reachable running Cloud Server in one of the Private Networks attached to the router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#nexthop Router#nexthop}
|
|
411
|
+
:param route: Destination prefix of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#route Router#route}
|
|
412
|
+
:param name: Name or description of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#name Router#name}
|
|
413
413
|
'''
|
|
414
414
|
if __debug__:
|
|
415
415
|
type_hints = typing.get_type_hints(_typecheckingstub__19b50b7b811b7df94d19dfa751de09cba910b32f96dd6f76cdfde0ef1ed80121)
|
|
@@ -429,7 +429,7 @@ class RouterStaticRoute:
|
|
|
429
429
|
|
|
430
430
|
NOTE: For static route to be active the next hop has to be an address of a reachable running Cloud Server in one of the Private Networks attached to the router.
|
|
431
431
|
|
|
432
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
432
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#nexthop Router#nexthop}
|
|
433
433
|
'''
|
|
434
434
|
result = self._values.get("nexthop")
|
|
435
435
|
assert result is not None, "Required property 'nexthop' is missing"
|
|
@@ -439,7 +439,7 @@ class RouterStaticRoute:
|
|
|
439
439
|
def route(self) -> builtins.str:
|
|
440
440
|
'''Destination prefix of the route.
|
|
441
441
|
|
|
442
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
442
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#route Router#route}
|
|
443
443
|
'''
|
|
444
444
|
result = self._values.get("route")
|
|
445
445
|
assert result is not None, "Required property 'route' is missing"
|
|
@@ -449,7 +449,7 @@ class RouterStaticRoute:
|
|
|
449
449
|
def name(self) -> typing.Optional[builtins.str]:
|
|
450
450
|
'''Name or description of the route.
|
|
451
451
|
|
|
452
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
452
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/router#name Router#name}
|
|
453
453
|
'''
|
|
454
454
|
result = self._values.get("name")
|
|
455
455
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -510,7 +510,7 @@ class RouterStaticRouteList(
|
|
|
510
510
|
if __debug__:
|
|
511
511
|
type_hints = typing.get_type_hints(_typecheckingstub__444415ae8ef20fa398ab68de55df664705bb5f798e2c016becd6cc0fa07abd8e)
|
|
512
512
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
513
|
-
jsii.set(self, "terraformAttribute", value)
|
|
513
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
514
514
|
|
|
515
515
|
@builtins.property
|
|
516
516
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -523,7 +523,7 @@ class RouterStaticRouteList(
|
|
|
523
523
|
if __debug__:
|
|
524
524
|
type_hints = typing.get_type_hints(_typecheckingstub__de83d9ccce70beb4d4101ccabd551c2cb6f710397462adf2db9dc4d03d5fd4bc)
|
|
525
525
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
526
|
-
jsii.set(self, "terraformResource", value)
|
|
526
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
527
527
|
|
|
528
528
|
@builtins.property
|
|
529
529
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -536,7 +536,7 @@ class RouterStaticRouteList(
|
|
|
536
536
|
if __debug__:
|
|
537
537
|
type_hints = typing.get_type_hints(_typecheckingstub__def4378fc48832f0bd2370f056df4e2a7383698bc8af8b9ba7f493d8b4268efb)
|
|
538
538
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
539
|
-
jsii.set(self, "wrapsSet", value)
|
|
539
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
540
540
|
|
|
541
541
|
@builtins.property
|
|
542
542
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -553,7 +553,7 @@ class RouterStaticRouteList(
|
|
|
553
553
|
if __debug__:
|
|
554
554
|
type_hints = typing.get_type_hints(_typecheckingstub__46a1ec10d6a3502e5f87475a12f052406a99383a3e88ea17f230a5e20674dd43)
|
|
555
555
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
556
|
-
jsii.set(self, "internalValue", value)
|
|
556
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
557
557
|
|
|
558
558
|
|
|
559
559
|
class RouterStaticRouteOutputReference(
|
|
@@ -616,7 +616,7 @@ class RouterStaticRouteOutputReference(
|
|
|
616
616
|
if __debug__:
|
|
617
617
|
type_hints = typing.get_type_hints(_typecheckingstub__e75a9d60361fee4e477d37352a49977c71b56886000022f34c76c4fa8e2e6d15)
|
|
618
618
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
619
|
-
jsii.set(self, "name", value)
|
|
619
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
620
620
|
|
|
621
621
|
@builtins.property
|
|
622
622
|
@jsii.member(jsii_name="nexthop")
|
|
@@ -628,7 +628,7 @@ class RouterStaticRouteOutputReference(
|
|
|
628
628
|
if __debug__:
|
|
629
629
|
type_hints = typing.get_type_hints(_typecheckingstub__77ce156d73f4d76365611feaed75ba8cb91fe8c3976b0312ae6cdc67e0d64009)
|
|
630
630
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
631
|
-
jsii.set(self, "nexthop", value)
|
|
631
|
+
jsii.set(self, "nexthop", value) # pyright: ignore[reportArgumentType]
|
|
632
632
|
|
|
633
633
|
@builtins.property
|
|
634
634
|
@jsii.member(jsii_name="route")
|
|
@@ -640,7 +640,7 @@ class RouterStaticRouteOutputReference(
|
|
|
640
640
|
if __debug__:
|
|
641
641
|
type_hints = typing.get_type_hints(_typecheckingstub__251242a60a5f0cdde9b57b2ca563798600c7398d114281c7c4980145f69762ea)
|
|
642
642
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
643
|
-
jsii.set(self, "route", value)
|
|
643
|
+
jsii.set(self, "route", value) # pyright: ignore[reportArgumentType]
|
|
644
644
|
|
|
645
645
|
@builtins.property
|
|
646
646
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -657,7 +657,7 @@ class RouterStaticRouteOutputReference(
|
|
|
657
657
|
if __debug__:
|
|
658
658
|
type_hints = typing.get_type_hints(_typecheckingstub__8316b5465e8e47cf60c6f5c3862798064ee68a61bc316d39a44bb7c5b63bc391)
|
|
659
659
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
660
|
-
jsii.set(self, "internalValue", value)
|
|
660
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
661
661
|
|
|
662
662
|
|
|
663
663
|
@jsii.data_type(
|
|
@@ -725,7 +725,7 @@ class RouterStaticRoutesList(
|
|
|
725
725
|
if __debug__:
|
|
726
726
|
type_hints = typing.get_type_hints(_typecheckingstub__d23437c8568b7529d5fed7b4162bb335f72f2577bf41fa94ced0234d5c3a1c36)
|
|
727
727
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
728
|
-
jsii.set(self, "terraformAttribute", value)
|
|
728
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
729
729
|
|
|
730
730
|
@builtins.property
|
|
731
731
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -738,7 +738,7 @@ class RouterStaticRoutesList(
|
|
|
738
738
|
if __debug__:
|
|
739
739
|
type_hints = typing.get_type_hints(_typecheckingstub__9fb4be083f72125e926b75c844044393907d7283469c8f6e720496b265fbed1f)
|
|
740
740
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
741
|
-
jsii.set(self, "terraformResource", value)
|
|
741
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
742
742
|
|
|
743
743
|
@builtins.property
|
|
744
744
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -751,7 +751,7 @@ class RouterStaticRoutesList(
|
|
|
751
751
|
if __debug__:
|
|
752
752
|
type_hints = typing.get_type_hints(_typecheckingstub__96d7e7e56aa23c11cb51fd76392d60b115fb42d68a2bbe6d09747c3f563b38aa)
|
|
753
753
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
754
|
-
jsii.set(self, "wrapsSet", value)
|
|
754
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
755
755
|
|
|
756
756
|
|
|
757
757
|
class RouterStaticRoutesOutputReference(
|
|
@@ -810,7 +810,7 @@ class RouterStaticRoutesOutputReference(
|
|
|
810
810
|
if __debug__:
|
|
811
811
|
type_hints = typing.get_type_hints(_typecheckingstub__b67533cce2986109bac7670d8ffc2e281ea0386aa18577bd131445707e0ec5e7)
|
|
812
812
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
813
|
-
jsii.set(self, "internalValue", value)
|
|
813
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
814
814
|
|
|
815
815
|
|
|
816
816
|
__all__ = [
|