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
|
-
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.
|
|
2
|
+
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.10.0
|
|
3
3
|
|
|
4
|
-
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
4
|
+
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.10.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
|
5
5
|
|
|
6
6
|
## Available Packages
|
|
7
7
|
|
|
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
|
|
|
63
63
|
These are the upstream dependencies:
|
|
64
64
|
|
|
65
65
|
* [CDK for Terraform](https://cdk.tf)
|
|
66
|
-
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
66
|
+
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.10.0)
|
|
67
67
|
* [Terraform Engine](https://terraform.io)
|
|
68
68
|
|
|
69
69
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
|
@@ -162,6 +162,7 @@ __all__ = [
|
|
|
162
162
|
"server",
|
|
163
163
|
"server_group",
|
|
164
164
|
"storage",
|
|
165
|
+
"storage_template",
|
|
165
166
|
"tag",
|
|
166
167
|
]
|
|
167
168
|
|
|
@@ -219,4 +220,5 @@ from . import router
|
|
|
219
220
|
from . import server
|
|
220
221
|
from . import server_group
|
|
221
222
|
from . import storage
|
|
223
|
+
from . import storage_template
|
|
222
224
|
from . import tag
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `data_upcloud_hosts`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/hosts).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudHosts(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHosts",
|
|
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/data-sources/hosts upcloud_hosts}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -45,11 +45,11 @@ class DataUpcloudHosts(
|
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
46
46
|
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,
|
|
47
47
|
) -> None:
|
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/hosts upcloud_hosts} Data Source.
|
|
49
49
|
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
|
51
51
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
52
|
-
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
+
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
|
|
53
53
|
:param connection:
|
|
54
54
|
:param count:
|
|
55
55
|
:param depends_on:
|
|
@@ -88,7 +88,7 @@ class DataUpcloudHosts(
|
|
|
88
88
|
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudHosts to import.
|
|
91
|
-
:param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
91
|
+
:param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
|
|
92
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudHosts to import is found.
|
|
93
93
|
'''
|
|
94
94
|
if __debug__:
|
|
@@ -182,7 +182,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
182
182
|
:param lifecycle:
|
|
183
183
|
:param provider:
|
|
184
184
|
:param provisioners:
|
|
185
|
-
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
185
|
+
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
|
|
186
186
|
'''
|
|
187
187
|
if isinstance(lifecycle, dict):
|
|
188
188
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -284,7 +284,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
284
284
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]]:
|
|
285
285
|
'''hosts block.
|
|
286
286
|
|
|
287
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
287
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
|
|
288
288
|
'''
|
|
289
289
|
result = self._values.get("hosts")
|
|
290
290
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]], result)
|
|
@@ -366,7 +366,7 @@ class DataUpcloudHostsHostsList(
|
|
|
366
366
|
if __debug__:
|
|
367
367
|
type_hints = typing.get_type_hints(_typecheckingstub__66495fc2cca1d1f9777e5d2a96b6c21f781bec6117f64bf4d1892b177fdc2933)
|
|
368
368
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
369
|
-
jsii.set(self, "terraformAttribute", value)
|
|
369
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
370
370
|
|
|
371
371
|
@builtins.property
|
|
372
372
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -379,7 +379,7 @@ class DataUpcloudHostsHostsList(
|
|
|
379
379
|
if __debug__:
|
|
380
380
|
type_hints = typing.get_type_hints(_typecheckingstub__abfe0db20f37d168e0a63ffc0ac3a1bbfd53c76d3c2b8170ca4de71d608e6c33)
|
|
381
381
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
382
|
-
jsii.set(self, "terraformResource", value)
|
|
382
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
383
383
|
|
|
384
384
|
@builtins.property
|
|
385
385
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -392,7 +392,7 @@ class DataUpcloudHostsHostsList(
|
|
|
392
392
|
if __debug__:
|
|
393
393
|
type_hints = typing.get_type_hints(_typecheckingstub__c1df1982c3efea1f378d5a156d455fb352ebbfa7e598640e2291c0f658727c29)
|
|
394
394
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
395
|
-
jsii.set(self, "wrapsSet", value)
|
|
395
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
396
396
|
|
|
397
397
|
@builtins.property
|
|
398
398
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -409,7 +409,7 @@ class DataUpcloudHostsHostsList(
|
|
|
409
409
|
if __debug__:
|
|
410
410
|
type_hints = typing.get_type_hints(_typecheckingstub__d70b1b5386269f6cbfbd3c19f3d095ed48ea6b41c8bc15462d58d8c0748c5eda)
|
|
411
411
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
412
|
-
jsii.set(self, "internalValue", value)
|
|
412
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
413
413
|
|
|
414
414
|
|
|
415
415
|
class DataUpcloudHostsHostsOutputReference(
|
|
@@ -468,7 +468,7 @@ class DataUpcloudHostsHostsOutputReference(
|
|
|
468
468
|
if __debug__:
|
|
469
469
|
type_hints = typing.get_type_hints(_typecheckingstub__2d367a9e4d095a50a62e730ceb71e847ae15e82a42ec564c26e2a5073fdf119a)
|
|
470
470
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
471
|
-
jsii.set(self, "internalValue", value)
|
|
471
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
472
472
|
|
|
473
473
|
|
|
474
474
|
__all__ = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `data_upcloud_ip_addresses`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/ip_addresses).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudIpAddresses(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudIpAddresses.DataUpcloudIpAddresses",
|
|
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/data-sources/ip_addresses upcloud_ip_addresses}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -45,11 +45,11 @@ class DataUpcloudIpAddresses(
|
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
46
46
|
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,
|
|
47
47
|
) -> None:
|
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
|
|
49
49
|
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
|
51
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#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.
|
|
53
53
|
:param connection:
|
|
54
54
|
:param count:
|
|
55
55
|
:param depends_on:
|
|
@@ -88,7 +88,7 @@ class DataUpcloudIpAddresses(
|
|
|
88
88
|
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudIpAddresses to import.
|
|
91
|
-
:param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
91
|
+
:param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
|
|
92
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudIpAddresses to import is found.
|
|
93
93
|
'''
|
|
94
94
|
if __debug__:
|
|
@@ -136,7 +136,7 @@ class DataUpcloudIpAddresses(
|
|
|
136
136
|
if __debug__:
|
|
137
137
|
type_hints = typing.get_type_hints(_typecheckingstub__f336ac226b08bf17853b0e267ce69a4812ab15d7caf62ec001ff541a1ed60622)
|
|
138
138
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
139
|
-
jsii.set(self, "id", value)
|
|
139
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
@jsii.data_type(
|
|
@@ -207,7 +207,7 @@ class DataUpcloudIpAddressesAddressesList(
|
|
|
207
207
|
if __debug__:
|
|
208
208
|
type_hints = typing.get_type_hints(_typecheckingstub__d5eaf9b7a37904775faa7c8e153568c8d83c219266d444433e4359c653b9862a)
|
|
209
209
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
210
|
-
jsii.set(self, "terraformAttribute", value)
|
|
210
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
211
211
|
|
|
212
212
|
@builtins.property
|
|
213
213
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -220,7 +220,7 @@ class DataUpcloudIpAddressesAddressesList(
|
|
|
220
220
|
if __debug__:
|
|
221
221
|
type_hints = typing.get_type_hints(_typecheckingstub__fdc2721001181258cb40fff6f302ae48c88385ac9dd1bad13541de2eee76d22e)
|
|
222
222
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
223
|
-
jsii.set(self, "terraformResource", value)
|
|
223
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
224
224
|
|
|
225
225
|
@builtins.property
|
|
226
226
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -233,7 +233,7 @@ class DataUpcloudIpAddressesAddressesList(
|
|
|
233
233
|
if __debug__:
|
|
234
234
|
type_hints = typing.get_type_hints(_typecheckingstub__5079e0f8b789f5032dc0044789334c21fa0a9825ed30d22c122cb4e5d1036b09)
|
|
235
235
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
236
|
-
jsii.set(self, "wrapsSet", value)
|
|
236
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
237
237
|
|
|
238
238
|
|
|
239
239
|
class DataUpcloudIpAddressesAddressesOutputReference(
|
|
@@ -320,7 +320,7 @@ class DataUpcloudIpAddressesAddressesOutputReference(
|
|
|
320
320
|
if __debug__:
|
|
321
321
|
type_hints = typing.get_type_hints(_typecheckingstub__c7eacdc6916f719ce9a5d133b699a86877fdcf385f12a4ef583dd68a9cbba7e5)
|
|
322
322
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
323
|
-
jsii.set(self, "internalValue", value)
|
|
323
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
324
324
|
|
|
325
325
|
|
|
326
326
|
@jsii.data_type(
|
|
@@ -358,7 +358,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
358
358
|
:param lifecycle:
|
|
359
359
|
:param provider:
|
|
360
360
|
:param provisioners:
|
|
361
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
361
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#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.
|
|
362
362
|
'''
|
|
363
363
|
if isinstance(lifecycle, dict):
|
|
364
364
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -456,7 +456,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
456
456
|
|
|
457
457
|
@builtins.property
|
|
458
458
|
def id(self) -> typing.Optional[builtins.str]:
|
|
459
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
459
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
|
|
460
460
|
|
|
461
461
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
462
462
|
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.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `data_upcloud_kubernetes_cluster`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/kubernetes_cluster).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudKubernetesCluster.DataUpcloudKubernetesCluster",
|
|
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/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -45,11 +45,11 @@ class DataUpcloudKubernetesCluster(
|
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
46
46
|
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,
|
|
47
47
|
) -> None:
|
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
|
|
49
49
|
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
|
51
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
52
|
-
:param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
+
:param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#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.
|
|
53
53
|
:param connection:
|
|
54
54
|
:param count:
|
|
55
55
|
:param depends_on:
|
|
@@ -88,7 +88,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
88
88
|
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudKubernetesCluster to import.
|
|
91
|
-
:param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
91
|
+
:param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
|
|
92
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudKubernetesCluster to import is found.
|
|
93
93
|
'''
|
|
94
94
|
if __debug__:
|
|
@@ -157,7 +157,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
157
157
|
if __debug__:
|
|
158
158
|
type_hints = typing.get_type_hints(_typecheckingstub__f481fa0f0daeb2f037061d58311b15cb6a1038875dafe84369dd543e18d82506)
|
|
159
159
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
160
|
-
jsii.set(self, "id", value)
|
|
160
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
161
161
|
|
|
162
162
|
|
|
163
163
|
@jsii.data_type(
|
|
@@ -195,7 +195,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
195
195
|
:param lifecycle:
|
|
196
196
|
:param provider:
|
|
197
197
|
:param provisioners:
|
|
198
|
-
:param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
198
|
+
:param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#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.
|
|
199
199
|
'''
|
|
200
200
|
if isinstance(lifecycle, dict):
|
|
201
201
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -295,7 +295,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
295
295
|
def id(self) -> builtins.str:
|
|
296
296
|
'''UUID of the cluster.
|
|
297
297
|
|
|
298
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
298
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
|
|
299
299
|
|
|
300
300
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
301
301
|
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.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `data_upcloud_managed_database_mysql_sessions`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_mysql_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_mysql_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabaseMysqlSessions.DataUpcloudManagedDatabaseMysqlSessions",
|
|
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/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -50,16 +50,16 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
50
50
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
51
51
|
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,
|
|
52
52
|
) -> None:
|
|
53
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
53
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions} Data Source.
|
|
54
54
|
|
|
55
55
|
:param scope: The scope in which to define this construct.
|
|
56
56
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
57
|
-
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
58
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
59
|
-
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
60
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
61
|
-
:param order: Order by session field and sort retrieved results. Limited variables can be used for ordering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
62
|
-
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
57
|
+
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
|
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#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.
|
|
59
|
+
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
|
|
60
|
+
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
|
|
61
|
+
:param order: Order by session field and sort retrieved results. Limited variables can be used for ordering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
|
|
62
|
+
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
63
63
|
:param connection:
|
|
64
64
|
:param count:
|
|
65
65
|
:param depends_on:
|
|
@@ -103,7 +103,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
103
103
|
|
|
104
104
|
:param scope: The scope in which to define this construct.
|
|
105
105
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudManagedDatabaseMysqlSessions to import.
|
|
106
|
-
:param import_from_id: The id of the existing DataUpcloudManagedDatabaseMysqlSessions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
106
|
+
:param import_from_id: The id of the existing DataUpcloudManagedDatabaseMysqlSessions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#import import section} in the documentation of this resource for the id to use
|
|
107
107
|
:param provider: ? Optional instance of the provider where the DataUpcloudManagedDatabaseMysqlSessions to import is found.
|
|
108
108
|
'''
|
|
109
109
|
if __debug__:
|
|
@@ -207,7 +207,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
207
207
|
if __debug__:
|
|
208
208
|
type_hints = typing.get_type_hints(_typecheckingstub__7ffe3b315ee68351aab0ce756be4579ff140b761b36fbf54a5c57059969df3c7)
|
|
209
209
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
210
|
-
jsii.set(self, "id", value)
|
|
210
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
211
211
|
|
|
212
212
|
@builtins.property
|
|
213
213
|
@jsii.member(jsii_name="limit")
|
|
@@ -219,7 +219,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
219
219
|
if __debug__:
|
|
220
220
|
type_hints = typing.get_type_hints(_typecheckingstub__41cfac678b7de81568a597ee3b57c9708412ab5618f6b77a902da6b437086574)
|
|
221
221
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
222
|
-
jsii.set(self, "limit", value)
|
|
222
|
+
jsii.set(self, "limit", value) # pyright: ignore[reportArgumentType]
|
|
223
223
|
|
|
224
224
|
@builtins.property
|
|
225
225
|
@jsii.member(jsii_name="offset")
|
|
@@ -231,7 +231,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
231
231
|
if __debug__:
|
|
232
232
|
type_hints = typing.get_type_hints(_typecheckingstub__5640ee34267e1fbee56de6fef17212a179d24117da2c226e500f3b57d2b5b07d)
|
|
233
233
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
234
|
-
jsii.set(self, "offset", value)
|
|
234
|
+
jsii.set(self, "offset", value) # pyright: ignore[reportArgumentType]
|
|
235
235
|
|
|
236
236
|
@builtins.property
|
|
237
237
|
@jsii.member(jsii_name="order")
|
|
@@ -243,7 +243,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
243
243
|
if __debug__:
|
|
244
244
|
type_hints = typing.get_type_hints(_typecheckingstub__39b7fabeab5eaabd4865e20d3e8ca65ca769b139f64b37b7b4e51484571c2f2c)
|
|
245
245
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
246
|
-
jsii.set(self, "order", value)
|
|
246
|
+
jsii.set(self, "order", value) # pyright: ignore[reportArgumentType]
|
|
247
247
|
|
|
248
248
|
@builtins.property
|
|
249
249
|
@jsii.member(jsii_name="service")
|
|
@@ -255,7 +255,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
255
255
|
if __debug__:
|
|
256
256
|
type_hints = typing.get_type_hints(_typecheckingstub__705b3fde757d4a12d8ac045b64cf384be5149134d2fa7708af989b528ec38865)
|
|
257
257
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
258
|
-
jsii.set(self, "service", value)
|
|
258
|
+
jsii.set(self, "service", value) # pyright: ignore[reportArgumentType]
|
|
259
259
|
|
|
260
260
|
|
|
261
261
|
@jsii.data_type(
|
|
@@ -305,12 +305,12 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
305
305
|
:param lifecycle:
|
|
306
306
|
:param provider:
|
|
307
307
|
:param provisioners:
|
|
308
|
-
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
309
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
310
|
-
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
311
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
312
|
-
:param order: Order by session field and sort retrieved results. Limited variables can be used for ordering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
313
|
-
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
308
|
+
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
|
|
309
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#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.
|
|
310
|
+
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
|
|
311
|
+
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
|
|
312
|
+
:param order: Order by session field and sort retrieved results. Limited variables can be used for ordering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
|
|
313
|
+
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
314
314
|
'''
|
|
315
315
|
if isinstance(lifecycle, dict):
|
|
316
316
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -425,7 +425,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
425
425
|
def service(self) -> builtins.str:
|
|
426
426
|
'''Service's UUID for which these sessions belongs to.
|
|
427
427
|
|
|
428
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
428
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
|
|
429
429
|
'''
|
|
430
430
|
result = self._values.get("service")
|
|
431
431
|
assert result is not None, "Required property 'service' is missing"
|
|
@@ -433,7 +433,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
433
433
|
|
|
434
434
|
@builtins.property
|
|
435
435
|
def id(self) -> typing.Optional[builtins.str]:
|
|
436
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
436
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}.
|
|
437
437
|
|
|
438
438
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
439
439
|
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.
|
|
@@ -445,7 +445,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
445
445
|
def limit(self) -> typing.Optional[jsii.Number]:
|
|
446
446
|
'''Number of entries to receive at most.
|
|
447
447
|
|
|
448
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
448
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
|
|
449
449
|
'''
|
|
450
450
|
result = self._values.get("limit")
|
|
451
451
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -454,7 +454,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
454
454
|
def offset(self) -> typing.Optional[jsii.Number]:
|
|
455
455
|
'''Offset for retrieved results based on sort order.
|
|
456
456
|
|
|
457
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
457
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
|
|
458
458
|
'''
|
|
459
459
|
result = self._values.get("offset")
|
|
460
460
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -463,7 +463,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
463
463
|
def order(self) -> typing.Optional[builtins.str]:
|
|
464
464
|
'''Order by session field and sort retrieved results. Limited variables can be used for ordering.
|
|
465
465
|
|
|
466
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
466
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
|
|
467
467
|
'''
|
|
468
468
|
result = self._values.get("order")
|
|
469
469
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -474,7 +474,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
474
474
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]]:
|
|
475
475
|
'''sessions block.
|
|
476
476
|
|
|
477
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
477
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
478
478
|
'''
|
|
479
479
|
result = self._values.get("sessions")
|
|
480
480
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]], result)
|
|
@@ -559,7 +559,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsSessionsList(
|
|
|
559
559
|
if __debug__:
|
|
560
560
|
type_hints = typing.get_type_hints(_typecheckingstub__2a26fe7b8368c1ae0a842947bc88309982c9f7055755cc28b5c681e680ccc6f5)
|
|
561
561
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
562
|
-
jsii.set(self, "terraformAttribute", value)
|
|
562
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
563
563
|
|
|
564
564
|
@builtins.property
|
|
565
565
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -572,7 +572,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsSessionsList(
|
|
|
572
572
|
if __debug__:
|
|
573
573
|
type_hints = typing.get_type_hints(_typecheckingstub__94184d2da1426733f95c7ed6a592e8fd496b63b6b01bcac9f3b795564be04db7)
|
|
574
574
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
575
|
-
jsii.set(self, "terraformResource", value)
|
|
575
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
576
576
|
|
|
577
577
|
@builtins.property
|
|
578
578
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -585,7 +585,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsSessionsList(
|
|
|
585
585
|
if __debug__:
|
|
586
586
|
type_hints = typing.get_type_hints(_typecheckingstub__ed6f2771e8cd646a7ccbcc9f2cb24a7e7404414f9c46a9e8fc312d2ecdf8b9a6)
|
|
587
587
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
588
|
-
jsii.set(self, "wrapsSet", value)
|
|
588
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
589
589
|
|
|
590
590
|
@builtins.property
|
|
591
591
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -602,7 +602,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsSessionsList(
|
|
|
602
602
|
if __debug__:
|
|
603
603
|
type_hints = typing.get_type_hints(_typecheckingstub__a7409fa146cca47599fb207cff67717f6aa2bd71fcaf7c7231a2442ea3ebbb48)
|
|
604
604
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
605
|
-
jsii.set(self, "internalValue", value)
|
|
605
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
606
606
|
|
|
607
607
|
|
|
608
608
|
class DataUpcloudManagedDatabaseMysqlSessionsSessionsOutputReference(
|
|
@@ -686,7 +686,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsSessionsOutputReference(
|
|
|
686
686
|
if __debug__:
|
|
687
687
|
type_hints = typing.get_type_hints(_typecheckingstub__1a0b7a1f74a662bacc50f66297e2c1e95b66e66499195d4d1cbaefe604909919)
|
|
688
688
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
689
|
-
jsii.set(self, "internalValue", value)
|
|
689
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
690
690
|
|
|
691
691
|
|
|
692
692
|
__all__ = [
|