cdktf-cdktf-provider-upcloud 14.1.1__py3-none-any.whl → 14.2.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 +10 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +5 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.2.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +25 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +16 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +33 -30
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +25 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +13 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +16 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -25
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +13 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +13 -10
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +44 -41
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +254 -29
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +1279 -0
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +1337 -0
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +34 -31
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +50 -47
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +45 -42
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +67 -64
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +31 -28
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +42 -39
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +196 -193
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +34 -31
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +31 -28
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +192 -189
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +336 -333
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +348 -345
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +120 -117
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +53 -50
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +33 -30
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -13
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/network/__init__.py +43 -40
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +33 -30
- cdktf_cdktf_provider_upcloud/provider/__init__.py +28 -25
- cdktf_cdktf_provider_upcloud/router/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/server/__init__.py +150 -147
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +25 -22
- cdktf_cdktf_provider_upcloud/storage/__init__.py +61 -58
- cdktf_cdktf_provider_upcloud/tag/__init__.py +19 -16
- {cdktf_cdktf_provider_upcloud-14.1.1.dist-info → cdktf_cdktf_provider_upcloud-14.2.1.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_upcloud-14.2.1.dist-info/RECORD +60 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.1.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.1.1.dist-info/RECORD +0 -58
- {cdktf_cdktf_provider_upcloud-14.1.1.dist-info → cdktf_cdktf_provider_upcloud-14.2.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.1.1.dist-info → cdktf_cdktf_provider_upcloud-14.2.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-14.1.1.dist-info → cdktf_cdktf_provider_upcloud-14.2.1.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'''
|
|
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.2.1/docs/data-sources/managed_database_postgresql_sessions).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudManagedDatabasePostgresqlSessions(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabasePostgresqlSessions.DataUpcloudManagedDatabasePostgresqlSessions",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_postgresql_sessions upcloud_managed_database_postgresql_sessions}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -47,16 +50,16 @@ class DataUpcloudManagedDatabasePostgresqlSessions(
|
|
|
47
50
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
48
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,
|
|
49
52
|
) -> None:
|
|
50
|
-
'''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.2.1/docs/data-sources/managed_database_postgresql_sessions upcloud_managed_database_postgresql_sessions} Data Source.
|
|
51
54
|
|
|
52
55
|
:param scope: The scope in which to define this construct.
|
|
53
56
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
54
|
-
:param service: Service's UUID for which these sessions 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 limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
57
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
58
|
-
: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.
|
|
59
|
-
: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.2.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.2.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.2.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.2.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.2.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.2.1/docs/data-sources/managed_database_postgresql_sessions#sessions DataUpcloudManagedDatabasePostgresqlSessions#sessions}
|
|
60
63
|
:param connection:
|
|
61
64
|
:param count:
|
|
62
65
|
:param depends_on:
|
|
@@ -100,7 +103,7 @@ class DataUpcloudManagedDatabasePostgresqlSessions(
|
|
|
100
103
|
|
|
101
104
|
:param scope: The scope in which to define this construct.
|
|
102
105
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudManagedDatabasePostgresqlSessions to import.
|
|
103
|
-
: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.2.1/docs/data-sources/managed_database_postgresql_sessions#import import section} in the documentation of this resource for the id to use
|
|
104
107
|
:param provider: ? Optional instance of the provider where the DataUpcloudManagedDatabasePostgresqlSessions to import is found.
|
|
105
108
|
'''
|
|
106
109
|
if __debug__:
|
|
@@ -302,12 +305,12 @@ class DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
302
305
|
:param lifecycle:
|
|
303
306
|
:param provider:
|
|
304
307
|
:param provisioners:
|
|
305
|
-
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
306
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
307
|
-
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
308
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
309
|
-
: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.
|
|
310
|
-
: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.2.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.2.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.2.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.2.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.2.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.2.1/docs/data-sources/managed_database_postgresql_sessions#sessions DataUpcloudManagedDatabasePostgresqlSessions#sessions}
|
|
311
314
|
'''
|
|
312
315
|
if isinstance(lifecycle, dict):
|
|
313
316
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -422,7 +425,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
422
425
|
def service(self) -> builtins.str:
|
|
423
426
|
'''Service's UUID for which these sessions belongs to.
|
|
424
427
|
|
|
425
|
-
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.2.1/docs/data-sources/managed_database_postgresql_sessions#service DataUpcloudManagedDatabasePostgresqlSessions#service}
|
|
426
429
|
'''
|
|
427
430
|
result = self._values.get("service")
|
|
428
431
|
assert result is not None, "Required property 'service' is missing"
|
|
@@ -430,7 +433,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
430
433
|
|
|
431
434
|
@builtins.property
|
|
432
435
|
def id(self) -> typing.Optional[builtins.str]:
|
|
433
|
-
'''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.2.1/docs/data-sources/managed_database_postgresql_sessions#id DataUpcloudManagedDatabasePostgresqlSessions#id}.
|
|
434
437
|
|
|
435
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.
|
|
436
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.
|
|
@@ -442,7 +445,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
442
445
|
def limit(self) -> typing.Optional[jsii.Number]:
|
|
443
446
|
'''Number of entries to receive at most.
|
|
444
447
|
|
|
445
|
-
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.2.1/docs/data-sources/managed_database_postgresql_sessions#limit DataUpcloudManagedDatabasePostgresqlSessions#limit}
|
|
446
449
|
'''
|
|
447
450
|
result = self._values.get("limit")
|
|
448
451
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -451,7 +454,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
451
454
|
def offset(self) -> typing.Optional[jsii.Number]:
|
|
452
455
|
'''Offset for retrieved results based on sort order.
|
|
453
456
|
|
|
454
|
-
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.2.1/docs/data-sources/managed_database_postgresql_sessions#offset DataUpcloudManagedDatabasePostgresqlSessions#offset}
|
|
455
458
|
'''
|
|
456
459
|
result = self._values.get("offset")
|
|
457
460
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -460,7 +463,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
460
463
|
def order(self) -> typing.Optional[builtins.str]:
|
|
461
464
|
'''Order by session field and sort retrieved results. Limited variables can be used for ordering.
|
|
462
465
|
|
|
463
|
-
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.2.1/docs/data-sources/managed_database_postgresql_sessions#order DataUpcloudManagedDatabasePostgresqlSessions#order}
|
|
464
467
|
'''
|
|
465
468
|
result = self._values.get("order")
|
|
466
469
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -471,7 +474,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsConfig(
|
|
|
471
474
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabasePostgresqlSessionsSessions"]]]:
|
|
472
475
|
'''sessions block.
|
|
473
476
|
|
|
474
|
-
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.2.1/docs/data-sources/managed_database_postgresql_sessions#sessions DataUpcloudManagedDatabasePostgresqlSessions#sessions}
|
|
475
478
|
'''
|
|
476
479
|
result = self._values.get("sessions")
|
|
477
480
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabasePostgresqlSessionsSessions"]]], result)
|
|
@@ -508,10 +511,10 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessions:
|
|
|
508
511
|
xact_start: typing.Optional[builtins.str] = None,
|
|
509
512
|
) -> None:
|
|
510
513
|
'''
|
|
511
|
-
: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.
|
|
512
|
-
:param backend_xmin: The current service's xmin horizon. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
513
|
-
: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.
|
|
514
|
-
: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.2.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.2.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.2.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.2.1/docs/data-sources/managed_database_postgresql_sessions#xact_start DataUpcloudManagedDatabasePostgresqlSessions#xact_start}
|
|
515
518
|
'''
|
|
516
519
|
if __debug__:
|
|
517
520
|
type_hints = typing.get_type_hints(_typecheckingstub__57ec3b614936e25c6e3f84fc0b7fa845d1479abc373e328d4da778b1be8ee4cb)
|
|
@@ -533,7 +536,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessions:
|
|
|
533
536
|
def backend_xid(self) -> typing.Optional[jsii.Number]:
|
|
534
537
|
'''Top-level transaction identifier of this service, if any.
|
|
535
538
|
|
|
536
|
-
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.2.1/docs/data-sources/managed_database_postgresql_sessions#backend_xid DataUpcloudManagedDatabasePostgresqlSessions#backend_xid}
|
|
537
540
|
'''
|
|
538
541
|
result = self._values.get("backend_xid")
|
|
539
542
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -542,7 +545,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessions:
|
|
|
542
545
|
def backend_xmin(self) -> typing.Optional[jsii.Number]:
|
|
543
546
|
'''The current service's xmin horizon.
|
|
544
547
|
|
|
545
|
-
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.2.1/docs/data-sources/managed_database_postgresql_sessions#backend_xmin DataUpcloudManagedDatabasePostgresqlSessions#backend_xmin}
|
|
546
549
|
'''
|
|
547
550
|
result = self._values.get("backend_xmin")
|
|
548
551
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -551,7 +554,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessions:
|
|
|
551
554
|
def client_hostname(self) -> typing.Optional[builtins.str]:
|
|
552
555
|
'''Host name of the connected client, as reported by a reverse DNS lookup of ``client_addr``.
|
|
553
556
|
|
|
554
|
-
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.2.1/docs/data-sources/managed_database_postgresql_sessions#client_hostname DataUpcloudManagedDatabasePostgresqlSessions#client_hostname}
|
|
555
558
|
'''
|
|
556
559
|
result = self._values.get("client_hostname")
|
|
557
560
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -560,7 +563,7 @@ class DataUpcloudManagedDatabasePostgresqlSessionsSessions:
|
|
|
560
563
|
def xact_start(self) -> typing.Optional[builtins.str]:
|
|
561
564
|
'''Time when this process' current transaction was started, or null if no transaction is active.
|
|
562
565
|
|
|
563
|
-
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.2.1/docs/data-sources/managed_database_postgresql_sessions#xact_start DataUpcloudManagedDatabasePostgresqlSessions#xact_start}
|
|
564
567
|
'''
|
|
565
568
|
result = self._values.get("xact_start")
|
|
566
569
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_managed_database_redis_sessions`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_redis_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_redis_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_redis_sessions).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudManagedDatabaseRedisSessions(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabaseRedisSessions.DataUpcloudManagedDatabaseRedisSessions",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_redis_sessions upcloud_managed_database_redis_sessions}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -47,16 +50,16 @@ class DataUpcloudManagedDatabaseRedisSessions(
|
|
|
47
50
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
48
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,
|
|
49
52
|
) -> None:
|
|
50
|
-
'''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.2.1/docs/data-sources/managed_database_redis_sessions upcloud_managed_database_redis_sessions} Data Source.
|
|
51
54
|
|
|
52
55
|
:param scope: The scope in which to define this construct.
|
|
53
56
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
54
|
-
:param service: Service's UUID for which these sessions 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 limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
57
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
58
|
-
: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.
|
|
59
|
-
: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.2.1/docs/data-sources/managed_database_redis_sessions#service DataUpcloudManagedDatabaseRedisSessions#service}
|
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_redis_sessions#id DataUpcloudManagedDatabaseRedisSessions#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.2.1/docs/data-sources/managed_database_redis_sessions#limit DataUpcloudManagedDatabaseRedisSessions#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.2.1/docs/data-sources/managed_database_redis_sessions#offset DataUpcloudManagedDatabaseRedisSessions#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.2.1/docs/data-sources/managed_database_redis_sessions#order DataUpcloudManagedDatabaseRedisSessions#order}
|
|
62
|
+
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_redis_sessions#sessions DataUpcloudManagedDatabaseRedisSessions#sessions}
|
|
60
63
|
:param connection:
|
|
61
64
|
:param count:
|
|
62
65
|
:param depends_on:
|
|
@@ -100,7 +103,7 @@ class DataUpcloudManagedDatabaseRedisSessions(
|
|
|
100
103
|
|
|
101
104
|
:param scope: The scope in which to define this construct.
|
|
102
105
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudManagedDatabaseRedisSessions to import.
|
|
103
|
-
:param import_from_id: The id of the existing DataUpcloudManagedDatabaseRedisSessions 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 DataUpcloudManagedDatabaseRedisSessions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_redis_sessions#import import section} in the documentation of this resource for the id to use
|
|
104
107
|
:param provider: ? Optional instance of the provider where the DataUpcloudManagedDatabaseRedisSessions to import is found.
|
|
105
108
|
'''
|
|
106
109
|
if __debug__:
|
|
@@ -302,12 +305,12 @@ class DataUpcloudManagedDatabaseRedisSessionsConfig(
|
|
|
302
305
|
:param lifecycle:
|
|
303
306
|
:param provider:
|
|
304
307
|
:param provisioners:
|
|
305
|
-
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
306
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
307
|
-
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
308
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
309
|
-
: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.
|
|
310
|
-
: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.2.1/docs/data-sources/managed_database_redis_sessions#service DataUpcloudManagedDatabaseRedisSessions#service}
|
|
309
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_redis_sessions#id DataUpcloudManagedDatabaseRedisSessions#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.2.1/docs/data-sources/managed_database_redis_sessions#limit DataUpcloudManagedDatabaseRedisSessions#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.2.1/docs/data-sources/managed_database_redis_sessions#offset DataUpcloudManagedDatabaseRedisSessions#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.2.1/docs/data-sources/managed_database_redis_sessions#order DataUpcloudManagedDatabaseRedisSessions#order}
|
|
313
|
+
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_redis_sessions#sessions DataUpcloudManagedDatabaseRedisSessions#sessions}
|
|
311
314
|
'''
|
|
312
315
|
if isinstance(lifecycle, dict):
|
|
313
316
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -422,7 +425,7 @@ class DataUpcloudManagedDatabaseRedisSessionsConfig(
|
|
|
422
425
|
def service(self) -> builtins.str:
|
|
423
426
|
'''Service's UUID for which these sessions belongs to.
|
|
424
427
|
|
|
425
|
-
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.2.1/docs/data-sources/managed_database_redis_sessions#service DataUpcloudManagedDatabaseRedisSessions#service}
|
|
426
429
|
'''
|
|
427
430
|
result = self._values.get("service")
|
|
428
431
|
assert result is not None, "Required property 'service' is missing"
|
|
@@ -430,7 +433,7 @@ class DataUpcloudManagedDatabaseRedisSessionsConfig(
|
|
|
430
433
|
|
|
431
434
|
@builtins.property
|
|
432
435
|
def id(self) -> typing.Optional[builtins.str]:
|
|
433
|
-
'''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.2.1/docs/data-sources/managed_database_redis_sessions#id DataUpcloudManagedDatabaseRedisSessions#id}.
|
|
434
437
|
|
|
435
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.
|
|
436
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.
|
|
@@ -442,7 +445,7 @@ class DataUpcloudManagedDatabaseRedisSessionsConfig(
|
|
|
442
445
|
def limit(self) -> typing.Optional[jsii.Number]:
|
|
443
446
|
'''Number of entries to receive at most.
|
|
444
447
|
|
|
445
|
-
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.2.1/docs/data-sources/managed_database_redis_sessions#limit DataUpcloudManagedDatabaseRedisSessions#limit}
|
|
446
449
|
'''
|
|
447
450
|
result = self._values.get("limit")
|
|
448
451
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -451,7 +454,7 @@ class DataUpcloudManagedDatabaseRedisSessionsConfig(
|
|
|
451
454
|
def offset(self) -> typing.Optional[jsii.Number]:
|
|
452
455
|
'''Offset for retrieved results based on sort order.
|
|
453
456
|
|
|
454
|
-
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.2.1/docs/data-sources/managed_database_redis_sessions#offset DataUpcloudManagedDatabaseRedisSessions#offset}
|
|
455
458
|
'''
|
|
456
459
|
result = self._values.get("offset")
|
|
457
460
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -460,7 +463,7 @@ class DataUpcloudManagedDatabaseRedisSessionsConfig(
|
|
|
460
463
|
def order(self) -> typing.Optional[builtins.str]:
|
|
461
464
|
'''Order by session field and sort retrieved results. Limited variables can be used for ordering.
|
|
462
465
|
|
|
463
|
-
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.2.1/docs/data-sources/managed_database_redis_sessions#order DataUpcloudManagedDatabaseRedisSessions#order}
|
|
464
467
|
'''
|
|
465
468
|
result = self._values.get("order")
|
|
466
469
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -471,7 +474,7 @@ class DataUpcloudManagedDatabaseRedisSessionsConfig(
|
|
|
471
474
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseRedisSessionsSessions"]]]:
|
|
472
475
|
'''sessions block.
|
|
473
476
|
|
|
474
|
-
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.2.1/docs/data-sources/managed_database_redis_sessions#sessions DataUpcloudManagedDatabaseRedisSessions#sessions}
|
|
475
478
|
'''
|
|
476
479
|
result = self._values.get("sessions")
|
|
477
480
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseRedisSessionsSessions"]]], result)
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_managed_object_storage_policies`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_managed_object_storage_policies`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_managed_object_storage_policies`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_policies).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudManagedObjectStoragePolicies(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedObjectStoragePolicies.DataUpcloudManagedObjectStoragePolicies",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_policies upcloud_managed_object_storage_policies}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -43,12 +46,12 @@ class DataUpcloudManagedObjectStoragePolicies(
|
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
44
47
|
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,
|
|
45
48
|
) -> None:
|
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_policies upcloud_managed_object_storage_policies} Data Source.
|
|
47
50
|
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
|
49
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
50
|
-
:param service_uuid: Service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
53
|
+
:param service_uuid: Service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_policies#service_uuid DataUpcloudManagedObjectStoragePolicies#service_uuid}
|
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_policies#id DataUpcloudManagedObjectStoragePolicies#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.
|
|
52
55
|
:param connection:
|
|
53
56
|
:param count:
|
|
54
57
|
:param depends_on:
|
|
@@ -88,7 +91,7 @@ class DataUpcloudManagedObjectStoragePolicies(
|
|
|
88
91
|
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
|
90
93
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudManagedObjectStoragePolicies to import.
|
|
91
|
-
:param import_from_id: The id of the existing DataUpcloudManagedObjectStoragePolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
94
|
+
:param import_from_id: The id of the existing DataUpcloudManagedObjectStoragePolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_policies#import import section} in the documentation of this resource for the id to use
|
|
92
95
|
:param provider: ? Optional instance of the provider where the DataUpcloudManagedObjectStoragePolicies to import is found.
|
|
93
96
|
'''
|
|
94
97
|
if __debug__:
|
|
@@ -195,8 +198,8 @@ class DataUpcloudManagedObjectStoragePoliciesConfig(
|
|
|
195
198
|
:param lifecycle:
|
|
196
199
|
:param provider:
|
|
197
200
|
:param provisioners:
|
|
198
|
-
:param service_uuid: Service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
199
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
201
|
+
:param service_uuid: Service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_policies#service_uuid DataUpcloudManagedObjectStoragePolicies#service_uuid}
|
|
202
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_policies#id DataUpcloudManagedObjectStoragePolicies#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.
|
|
200
203
|
'''
|
|
201
204
|
if isinstance(lifecycle, dict):
|
|
202
205
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -299,7 +302,7 @@ class DataUpcloudManagedObjectStoragePoliciesConfig(
|
|
|
299
302
|
def service_uuid(self) -> builtins.str:
|
|
300
303
|
'''Service UUID.
|
|
301
304
|
|
|
302
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
305
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_policies#service_uuid DataUpcloudManagedObjectStoragePolicies#service_uuid}
|
|
303
306
|
'''
|
|
304
307
|
result = self._values.get("service_uuid")
|
|
305
308
|
assert result is not None, "Required property 'service_uuid' is missing"
|
|
@@ -307,7 +310,7 @@ class DataUpcloudManagedObjectStoragePoliciesConfig(
|
|
|
307
310
|
|
|
308
311
|
@builtins.property
|
|
309
312
|
def id(self) -> typing.Optional[builtins.str]:
|
|
310
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
313
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_policies#id DataUpcloudManagedObjectStoragePolicies#id}.
|
|
311
314
|
|
|
312
315
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
313
316
|
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,8 +1,11 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_managed_object_storage_regions`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_managed_object_storage_regions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_managed_object_storage_regions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_regions).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudManagedObjectStorageRegions(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedObjectStorageRegions.DataUpcloudManagedObjectStorageRegions",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_regions upcloud_managed_object_storage_regions}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -42,11 +45,11 @@ class DataUpcloudManagedObjectStorageRegions(
|
|
|
42
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
43
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,
|
|
44
47
|
) -> None:
|
|
45
|
-
'''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.2.1/docs/data-sources/managed_object_storage_regions upcloud_managed_object_storage_regions} Data Source.
|
|
46
49
|
|
|
47
50
|
:param scope: The scope in which to define this construct.
|
|
48
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
49
|
-
: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.2.1/docs/data-sources/managed_object_storage_regions#id DataUpcloudManagedObjectStorageRegions#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.
|
|
50
53
|
:param connection:
|
|
51
54
|
:param count:
|
|
52
55
|
:param depends_on:
|
|
@@ -85,7 +88,7 @@ class DataUpcloudManagedObjectStorageRegions(
|
|
|
85
88
|
|
|
86
89
|
:param scope: The scope in which to define this construct.
|
|
87
90
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudManagedObjectStorageRegions to import.
|
|
88
|
-
:param import_from_id: The id of the existing DataUpcloudManagedObjectStorageRegions 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 DataUpcloudManagedObjectStorageRegions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_regions#import import section} in the documentation of this resource for the id to use
|
|
89
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudManagedObjectStorageRegions to import is found.
|
|
90
93
|
'''
|
|
91
94
|
if __debug__:
|
|
@@ -173,7 +176,7 @@ class DataUpcloudManagedObjectStorageRegionsConfig(
|
|
|
173
176
|
:param lifecycle:
|
|
174
177
|
:param provider:
|
|
175
178
|
:param provisioners:
|
|
176
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
179
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_regions#id DataUpcloudManagedObjectStorageRegions#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.
|
|
177
180
|
'''
|
|
178
181
|
if isinstance(lifecycle, dict):
|
|
179
182
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -271,7 +274,7 @@ class DataUpcloudManagedObjectStorageRegionsConfig(
|
|
|
271
274
|
|
|
272
275
|
@builtins.property
|
|
273
276
|
def id(self) -> typing.Optional[builtins.str]:
|
|
274
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
277
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_object_storage_regions#id DataUpcloudManagedObjectStorageRegions#id}.
|
|
275
278
|
|
|
276
279
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
277
280
|
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,8 +1,11 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_networks`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_networks`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_networks`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/networks).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudNetworks(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudNetworks.DataUpcloudNetworks",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/networks upcloud_networks}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -44,13 +47,13 @@ class DataUpcloudNetworks(
|
|
|
44
47
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
45
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,
|
|
46
49
|
) -> None:
|
|
47
|
-
'''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.2.1/docs/data-sources/networks upcloud_networks} Data Source.
|
|
48
51
|
|
|
49
52
|
:param scope: The scope in which to define this construct.
|
|
50
53
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
51
|
-
:param filter_name: If specified, results will be filtered to match name using a regular expression. 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.
|
|
53
|
-
:param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
54
|
+
:param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
|
|
55
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/networks#id DataUpcloudNetworks#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 zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
|
|
54
57
|
:param connection:
|
|
55
58
|
:param count:
|
|
56
59
|
:param depends_on:
|
|
@@ -91,7 +94,7 @@ class DataUpcloudNetworks(
|
|
|
91
94
|
|
|
92
95
|
:param scope: The scope in which to define this construct.
|
|
93
96
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudNetworks to import.
|
|
94
|
-
:param import_from_id: The id of the existing DataUpcloudNetworks 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 DataUpcloudNetworks that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/networks#import import section} in the documentation of this resource for the id to use
|
|
95
98
|
:param provider: ? Optional instance of the provider where the DataUpcloudNetworks to import is found.
|
|
96
99
|
'''
|
|
97
100
|
if __debug__:
|
|
@@ -223,9 +226,9 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
223
226
|
:param lifecycle:
|
|
224
227
|
:param provider:
|
|
225
228
|
:param provisioners:
|
|
226
|
-
:param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
227
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
228
|
-
:param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
229
|
+
:param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
|
|
230
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/networks#id DataUpcloudNetworks#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.
|
|
231
|
+
:param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
|
|
229
232
|
'''
|
|
230
233
|
if isinstance(lifecycle, dict):
|
|
231
234
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -331,14 +334,14 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
331
334
|
def filter_name(self) -> typing.Optional[builtins.str]:
|
|
332
335
|
'''If specified, results will be filtered to match name using a regular expression.
|
|
333
336
|
|
|
334
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
337
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
|
|
335
338
|
'''
|
|
336
339
|
result = self._values.get("filter_name")
|
|
337
340
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
338
341
|
|
|
339
342
|
@builtins.property
|
|
340
343
|
def id(self) -> typing.Optional[builtins.str]:
|
|
341
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
344
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/networks#id DataUpcloudNetworks#id}.
|
|
342
345
|
|
|
343
346
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
344
347
|
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.
|
|
@@ -350,7 +353,7 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
350
353
|
def zone(self) -> typing.Optional[builtins.str]:
|
|
351
354
|
'''If specified, this data source will return only networks from this zone.
|
|
352
355
|
|
|
353
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
356
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
|
|
354
357
|
'''
|
|
355
358
|
result = self._values.get("zone")
|
|
356
359
|
return typing.cast(typing.Optional[builtins.str], result)
|