cdktf-cdktf-provider-upcloud 14.8.1__py3-none-any.whl → 14.9.1__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 +3 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.1.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 +52 -52
- 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 +40 -40
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +95 -95
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +72 -72
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -20
- 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 +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +24 -24
- 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 +359 -264
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +509 -460
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +555 -412
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +263 -168
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +48 -48
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +24 -24
- 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 +49 -49
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +38 -38
- 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 +242 -29
- cdktf_cdktf_provider_upcloud/server/__init__.py +219 -219
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +34 -77
- cdktf_cdktf_provider_upcloud/storage/__init__.py +76 -76
- cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
- {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/METADATA +9 -9
- cdktf_cdktf_provider_upcloud-14.9.1.dist-info/RECORD +61 -0
- {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.8.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.8.1.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `data_upcloud_managed_database_opensearch_indices`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_opensearch_indices`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_opensearch_indices`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_opensearch_indices).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabaseOpensearchIndices.DataUpcloudManagedDatabaseOpensearchIndices",
|
|
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.9.1/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -47,13 +47,13 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
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.9.1/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices} Data Source.
|
|
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 service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
56
|
-
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
54
|
+
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
|
|
55
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
56
|
+
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
57
57
|
:param connection:
|
|
58
58
|
:param count:
|
|
59
59
|
:param depends_on:
|
|
@@ -94,7 +94,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
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 DataUpcloudManagedDatabaseOpensearchIndices to import.
|
|
97
|
-
:param import_from_id: The id of the existing DataUpcloudManagedDatabaseOpensearchIndices 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 DataUpcloudManagedDatabaseOpensearchIndices that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_opensearch_indices#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 DataUpcloudManagedDatabaseOpensearchIndices to import is found.
|
|
99
99
|
'''
|
|
100
100
|
if __debug__:
|
|
@@ -171,7 +171,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
171
171
|
if __debug__:
|
|
172
172
|
type_hints = typing.get_type_hints(_typecheckingstub__2b0c75aa68ef9576baa91a709dfd54879ff8ba8ca66c3a321ccd8b10559551a8)
|
|
173
173
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
174
|
-
jsii.set(self, "id", value)
|
|
174
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
175
175
|
|
|
176
176
|
@builtins.property
|
|
177
177
|
@jsii.member(jsii_name="service")
|
|
@@ -183,7 +183,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
183
183
|
if __debug__:
|
|
184
184
|
type_hints = typing.get_type_hints(_typecheckingstub__16d701509bffa959b58fc8dcfcddcca7bd0c89d3fe837406f2518f695c9ce168)
|
|
185
185
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
186
|
-
jsii.set(self, "service", value)
|
|
186
|
+
jsii.set(self, "service", value) # pyright: ignore[reportArgumentType]
|
|
187
187
|
|
|
188
188
|
|
|
189
189
|
@jsii.data_type(
|
|
@@ -227,9 +227,9 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
227
227
|
:param lifecycle:
|
|
228
228
|
:param provider:
|
|
229
229
|
:param provisioners:
|
|
230
|
-
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
231
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
232
|
-
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
230
|
+
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
|
|
231
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#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.
|
|
232
|
+
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
233
233
|
'''
|
|
234
234
|
if isinstance(lifecycle, dict):
|
|
235
235
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -335,7 +335,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
335
335
|
def service(self) -> builtins.str:
|
|
336
336
|
'''Service's UUID for which these indices belongs to.
|
|
337
337
|
|
|
338
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
338
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
|
|
339
339
|
'''
|
|
340
340
|
result = self._values.get("service")
|
|
341
341
|
assert result is not None, "Required property 'service' is missing"
|
|
@@ -343,7 +343,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
343
343
|
|
|
344
344
|
@builtins.property
|
|
345
345
|
def id(self) -> typing.Optional[builtins.str]:
|
|
346
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
346
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}.
|
|
347
347
|
|
|
348
348
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
349
349
|
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.
|
|
@@ -357,7 +357,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
357
357
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]]:
|
|
358
358
|
'''indices block.
|
|
359
359
|
|
|
360
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
360
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
361
361
|
'''
|
|
362
362
|
result = self._values.get("indices")
|
|
363
363
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]], result)
|
|
@@ -442,7 +442,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesIndicesList(
|
|
|
442
442
|
if __debug__:
|
|
443
443
|
type_hints = typing.get_type_hints(_typecheckingstub__9b358b88d2b28429fed269d7766ced2aba803e0d7caa16669d8656b6f7171c28)
|
|
444
444
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
445
|
-
jsii.set(self, "terraformAttribute", value)
|
|
445
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
446
446
|
|
|
447
447
|
@builtins.property
|
|
448
448
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -455,7 +455,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesIndicesList(
|
|
|
455
455
|
if __debug__:
|
|
456
456
|
type_hints = typing.get_type_hints(_typecheckingstub__4dec76e04a047cbf22687bd71024d9add33393d891f19b34b9a62ef75036458c)
|
|
457
457
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
458
|
-
jsii.set(self, "terraformResource", value)
|
|
458
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
459
459
|
|
|
460
460
|
@builtins.property
|
|
461
461
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -468,7 +468,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesIndicesList(
|
|
|
468
468
|
if __debug__:
|
|
469
469
|
type_hints = typing.get_type_hints(_typecheckingstub__ff2bf75b5929e5c69f2efd1639e8687f2300d614c7b1a9758cb94da56fd1aef3)
|
|
470
470
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
471
|
-
jsii.set(self, "wrapsSet", value)
|
|
471
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
472
472
|
|
|
473
473
|
@builtins.property
|
|
474
474
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -485,7 +485,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesIndicesList(
|
|
|
485
485
|
if __debug__:
|
|
486
486
|
type_hints = typing.get_type_hints(_typecheckingstub__ffb468395dc9b9d3a23a5b02a41a3ec5005adee976596fbec91083fb0bc40e1a)
|
|
487
487
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
488
|
-
jsii.set(self, "internalValue", value)
|
|
488
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
489
489
|
|
|
490
490
|
|
|
491
491
|
class DataUpcloudManagedDatabaseOpensearchIndicesIndicesOutputReference(
|
|
@@ -574,7 +574,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesIndicesOutputReference(
|
|
|
574
574
|
if __debug__:
|
|
575
575
|
type_hints = typing.get_type_hints(_typecheckingstub__8f5256c7d209ad1af303e3a9a2486fa9f524cd536909a19cddb13be7f30f8272)
|
|
576
576
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
577
|
-
jsii.set(self, "internalValue", value)
|
|
577
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
578
578
|
|
|
579
579
|
|
|
580
580
|
__all__ = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `data_upcloud_managed_database_postgresql_sessions`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_postgresql_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_postgresql_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_sessions).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudManagedDatabasePostgresqlSessions(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabasePostgresqlSessions.DataUpcloudManagedDatabasePostgresqlSessions",
|
|
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.9.1/docs/data-sources/managed_database_postgresql_sessions upcloud_managed_database_postgresql_sessions}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -50,16 +50,16 @@ class DataUpcloudManagedDatabasePostgresqlSessions(
|
|
|
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.9.1/docs/data-sources/managed_database_postgresql_sessions upcloud_managed_database_postgresql_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.9.1/docs/data-sources/managed_database_postgresql_sessions#service DataUpcloudManagedDatabasePostgresqlSessions#service}
|
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_sessions#id DataUpcloudManagedDatabasePostgresqlSessions#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.9.1/docs/data-sources/managed_database_postgresql_sessions#limit DataUpcloudManagedDatabasePostgresqlSessions#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.9.1/docs/data-sources/managed_database_postgresql_sessions#offset DataUpcloudManagedDatabasePostgresqlSessions#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.9.1/docs/data-sources/managed_database_postgresql_sessions#order DataUpcloudManagedDatabasePostgresqlSessions#order}
|
|
62
|
+
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_sessions#sessions DataUpcloudManagedDatabasePostgresqlSessions#sessions}
|
|
63
63
|
:param connection:
|
|
64
64
|
:param count:
|
|
65
65
|
:param depends_on:
|
|
@@ -103,7 +103,7 @@ class DataUpcloudManagedDatabasePostgresqlSessions(
|
|
|
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 DataUpcloudManagedDatabasePostgresqlSessions to import.
|
|
106
|
-
:param import_from_id: The id of the existing DataUpcloudManagedDatabasePostgresqlSessions 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 DataUpcloudManagedDatabasePostgresqlSessions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_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 DataUpcloudManagedDatabasePostgresqlSessions to import is found.
|
|
108
108
|
'''
|
|
109
109
|
if __debug__:
|
|
@@ -207,7 +207,7 @@ class DataUpcloudManagedDatabasePostgresqlSessions(
|
|
|
207
207
|
if __debug__:
|
|
208
208
|
type_hints = typing.get_type_hints(_typecheckingstub__a2ae758ed5b4903055d0b591b26c37ed702dbee7d13a1cdc16c639de933a3352)
|
|
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 DataUpcloudManagedDatabasePostgresqlSessions(
|
|
|
219
219
|
if __debug__:
|
|
220
220
|
type_hints = typing.get_type_hints(_typecheckingstub__a570a723c7894e5fc5914c900d359a386217a815f6a1d5eafe02159ce6b50282)
|
|
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 DataUpcloudManagedDatabasePostgresqlSessions(
|
|
|
231
231
|
if __debug__:
|
|
232
232
|
type_hints = typing.get_type_hints(_typecheckingstub__3f2c8ac86a938bdfe76b5b6d7ff43e2353b072223ff4359d371e2da4a9b90fda)
|
|
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 DataUpcloudManagedDatabasePostgresqlSessions(
|
|
|
243
243
|
if __debug__:
|
|
244
244
|
type_hints = typing.get_type_hints(_typecheckingstub__d04d770494b31ff465f1ed442616eb4c84ace8b7a7b9056bfac0edeb567d0154)
|
|
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 DataUpcloudManagedDatabasePostgresqlSessions(
|
|
|
255
255
|
if __debug__:
|
|
256
256
|
type_hints = typing.get_type_hints(_typecheckingstub__b115f9a6a886661fd8c995efbed30d680ac743da19b05f7a4c513c9d01b78f34)
|
|
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 DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
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.9.1/docs/data-sources/managed_database_postgresql_sessions#service DataUpcloudManagedDatabasePostgresqlSessions#service}
|
|
309
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_sessions#id DataUpcloudManagedDatabasePostgresqlSessions#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.9.1/docs/data-sources/managed_database_postgresql_sessions#limit DataUpcloudManagedDatabasePostgresqlSessions#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.9.1/docs/data-sources/managed_database_postgresql_sessions#offset DataUpcloudManagedDatabasePostgresqlSessions#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.9.1/docs/data-sources/managed_database_postgresql_sessions#order DataUpcloudManagedDatabasePostgresqlSessions#order}
|
|
313
|
+
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_sessions#sessions DataUpcloudManagedDatabasePostgresqlSessions#sessions}
|
|
314
314
|
'''
|
|
315
315
|
if isinstance(lifecycle, dict):
|
|
316
316
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -425,7 +425,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
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.9.1/docs/data-sources/managed_database_postgresql_sessions#service DataUpcloudManagedDatabasePostgresqlSessions#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 DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
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.9.1/docs/data-sources/managed_database_postgresql_sessions#id DataUpcloudManagedDatabasePostgresqlSessions#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 DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
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.9.1/docs/data-sources/managed_database_postgresql_sessions#limit DataUpcloudManagedDatabasePostgresqlSessions#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 DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
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.9.1/docs/data-sources/managed_database_postgresql_sessions#offset DataUpcloudManagedDatabasePostgresqlSessions#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 DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
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.9.1/docs/data-sources/managed_database_postgresql_sessions#order DataUpcloudManagedDatabasePostgresqlSessions#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 DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
474
474
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabasePostgresqlSessionsSessions"]]]:
|
|
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.9.1/docs/data-sources/managed_database_postgresql_sessions#sessions DataUpcloudManagedDatabasePostgresqlSessions#sessions}
|
|
478
478
|
'''
|
|
479
479
|
result = self._values.get("sessions")
|
|
480
480
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabasePostgresqlSessionsSessions"]]], result)
|
|
@@ -511,10 +511,10 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessions:
|
|
|
511
511
|
xact_start: typing.Optional[builtins.str] = None,
|
|
512
512
|
) -> None:
|
|
513
513
|
'''
|
|
514
|
-
:param backend_xid: Top-level transaction identifier of this service, if any. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
515
|
-
:param backend_xmin: The current service's xmin horizon. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
516
|
-
:param client_hostname: Host name of the connected client, as reported by a reverse DNS lookup of ``client_addr``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
517
|
-
:param xact_start: Time when this process' current transaction was started, or null if no transaction is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
514
|
+
:param backend_xid: Top-level transaction identifier of this service, if any. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_sessions#backend_xid DataUpcloudManagedDatabasePostgresqlSessions#backend_xid}
|
|
515
|
+
:param backend_xmin: The current service's xmin horizon. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_sessions#backend_xmin DataUpcloudManagedDatabasePostgresqlSessions#backend_xmin}
|
|
516
|
+
:param client_hostname: Host name of the connected client, as reported by a reverse DNS lookup of ``client_addr``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_sessions#client_hostname DataUpcloudManagedDatabasePostgresqlSessions#client_hostname}
|
|
517
|
+
:param xact_start: Time when this process' current transaction was started, or null if no transaction is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_sessions#xact_start DataUpcloudManagedDatabasePostgresqlSessions#xact_start}
|
|
518
518
|
'''
|
|
519
519
|
if __debug__:
|
|
520
520
|
type_hints = typing.get_type_hints(_typecheckingstub__57ec3b614936e25c6e3f84fc0b7fa845d1479abc373e328d4da778b1be8ee4cb)
|
|
@@ -536,7 +536,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessions:
|
|
|
536
536
|
def backend_xid(self) -> typing.Optional[jsii.Number]:
|
|
537
537
|
'''Top-level transaction identifier of this service, if any.
|
|
538
538
|
|
|
539
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
539
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_sessions#backend_xid DataUpcloudManagedDatabasePostgresqlSessions#backend_xid}
|
|
540
540
|
'''
|
|
541
541
|
result = self._values.get("backend_xid")
|
|
542
542
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -545,7 +545,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessions:
|
|
|
545
545
|
def backend_xmin(self) -> typing.Optional[jsii.Number]:
|
|
546
546
|
'''The current service's xmin horizon.
|
|
547
547
|
|
|
548
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
548
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_sessions#backend_xmin DataUpcloudManagedDatabasePostgresqlSessions#backend_xmin}
|
|
549
549
|
'''
|
|
550
550
|
result = self._values.get("backend_xmin")
|
|
551
551
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -554,7 +554,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessions:
|
|
|
554
554
|
def client_hostname(self) -> typing.Optional[builtins.str]:
|
|
555
555
|
'''Host name of the connected client, as reported by a reverse DNS lookup of ``client_addr``.
|
|
556
556
|
|
|
557
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
557
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_sessions#client_hostname DataUpcloudManagedDatabasePostgresqlSessions#client_hostname}
|
|
558
558
|
'''
|
|
559
559
|
result = self._values.get("client_hostname")
|
|
560
560
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -563,7 +563,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessions:
|
|
|
563
563
|
def xact_start(self) -> typing.Optional[builtins.str]:
|
|
564
564
|
'''Time when this process' current transaction was started, or null if no transaction is active.
|
|
565
565
|
|
|
566
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
566
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/managed_database_postgresql_sessions#xact_start DataUpcloudManagedDatabasePostgresqlSessions#xact_start}
|
|
567
567
|
'''
|
|
568
568
|
result = self._values.get("xact_start")
|
|
569
569
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -627,7 +627,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessionsList(
|
|
|
627
627
|
if __debug__:
|
|
628
628
|
type_hints = typing.get_type_hints(_typecheckingstub__26a141b97e21c6e6c9675aaf38f9392c6b889638f19cb6d91fe528d5b226e867)
|
|
629
629
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
630
|
-
jsii.set(self, "terraformAttribute", value)
|
|
630
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
631
631
|
|
|
632
632
|
@builtins.property
|
|
633
633
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -640,7 +640,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessionsList(
|
|
|
640
640
|
if __debug__:
|
|
641
641
|
type_hints = typing.get_type_hints(_typecheckingstub__3846315c5d599b56991b7004da6190014432cbef0ce8abf1544376a16a58e30f)
|
|
642
642
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
643
|
-
jsii.set(self, "terraformResource", value)
|
|
643
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
644
644
|
|
|
645
645
|
@builtins.property
|
|
646
646
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -653,7 +653,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessionsList(
|
|
|
653
653
|
if __debug__:
|
|
654
654
|
type_hints = typing.get_type_hints(_typecheckingstub__d86040e687c600d76c902c6f6c4ecc6497e006d7ac71d408e8af2a8d16a9f74d)
|
|
655
655
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
656
|
-
jsii.set(self, "wrapsSet", value)
|
|
656
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
657
657
|
|
|
658
658
|
@builtins.property
|
|
659
659
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -670,7 +670,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessionsList(
|
|
|
670
670
|
if __debug__:
|
|
671
671
|
type_hints = typing.get_type_hints(_typecheckingstub__9ea873ae56007bc5d75ed1f1bab628434bbee7c4f71a33516325b4eab2a0ccfe)
|
|
672
672
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
673
|
-
jsii.set(self, "internalValue", value)
|
|
673
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
674
674
|
|
|
675
675
|
|
|
676
676
|
class DataUpcloudManagedDatabasePostgresqlSessionsSessionsOutputReference(
|
|
@@ -830,7 +830,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessionsOutputReference(
|
|
|
830
830
|
if __debug__:
|
|
831
831
|
type_hints = typing.get_type_hints(_typecheckingstub__23aef71e3569d3201ad0e3f73e29a11fd4a4a874fc25d5ee2bb8536a4e806414)
|
|
832
832
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
833
|
-
jsii.set(self, "backendXid", value)
|
|
833
|
+
jsii.set(self, "backendXid", value) # pyright: ignore[reportArgumentType]
|
|
834
834
|
|
|
835
835
|
@builtins.property
|
|
836
836
|
@jsii.member(jsii_name="backendXmin")
|
|
@@ -842,7 +842,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessionsOutputReference(
|
|
|
842
842
|
if __debug__:
|
|
843
843
|
type_hints = typing.get_type_hints(_typecheckingstub__ec447e93c835010e1528f9d63c4d6c34bf8058c9f2cbf6a873f37bd7c015f289)
|
|
844
844
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
845
|
-
jsii.set(self, "backendXmin", value)
|
|
845
|
+
jsii.set(self, "backendXmin", value) # pyright: ignore[reportArgumentType]
|
|
846
846
|
|
|
847
847
|
@builtins.property
|
|
848
848
|
@jsii.member(jsii_name="clientHostname")
|
|
@@ -854,7 +854,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessionsOutputReference(
|
|
|
854
854
|
if __debug__:
|
|
855
855
|
type_hints = typing.get_type_hints(_typecheckingstub__065257c22d044f649f054f7261ee53c301f25a668dc2c857af8ec2453d5c3dc1)
|
|
856
856
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
857
|
-
jsii.set(self, "clientHostname", value)
|
|
857
|
+
jsii.set(self, "clientHostname", value) # pyright: ignore[reportArgumentType]
|
|
858
858
|
|
|
859
859
|
@builtins.property
|
|
860
860
|
@jsii.member(jsii_name="xactStart")
|
|
@@ -866,7 +866,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessionsOutputReference(
|
|
|
866
866
|
if __debug__:
|
|
867
867
|
type_hints = typing.get_type_hints(_typecheckingstub__0cf4b4d2f154901657ebf44f97d2d2399ae6010d0d1d9735d3a2bc91ca3f9db0)
|
|
868
868
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
869
|
-
jsii.set(self, "xactStart", value)
|
|
869
|
+
jsii.set(self, "xactStart", value) # pyright: ignore[reportArgumentType]
|
|
870
870
|
|
|
871
871
|
@builtins.property
|
|
872
872
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -883,7 +883,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessionsOutputReference(
|
|
|
883
883
|
if __debug__:
|
|
884
884
|
type_hints = typing.get_type_hints(_typecheckingstub__089b164ee14380b9e01a5973ac85d8c97100ef6334c79355fbfa46759a01d946)
|
|
885
885
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
886
|
-
jsii.set(self, "internalValue", value)
|
|
886
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
887
887
|
|
|
888
888
|
|
|
889
889
|
__all__ = [
|