cdktf-cdktf-provider-upcloud 11.0.1__py3-none-any.whl → 11.0.2__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 +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@11.0.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +47 -47
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +52 -52
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +165 -165
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +172 -172
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +73 -73
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +289 -289
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +97 -97
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/network/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/provider/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/server/__init__.py +133 -133
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/storage/__init__.py +55 -55
- cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-11.0.1.dist-info → cdktf_cdktf_provider_upcloud-11.0.2.dist-info}/METADATA +5 -6
- cdktf_cdktf_provider_upcloud-11.0.2.dist-info/RECORD +53 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@11.0.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-11.0.1.dist-info/RECORD +0 -53
- {cdktf_cdktf_provider_upcloud-11.0.1.dist-info → cdktf_cdktf_provider_upcloud-11.0.2.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-11.0.1.dist-info → cdktf_cdktf_provider_upcloud-11.0.2.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-11.0.1.dist-info → cdktf_cdktf_provider_upcloud-11.0.2.dist-info}/top_level.txt +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
This repo builds and publishes the Terraform upcloud Provider bindings for [CDK for Terraform](https://cdk.tf).
|
|
5
5
|
|
|
6
|
-
Is based directly on upcloud 3.1.
|
|
6
|
+
Is based directly on upcloud 3.1.1
|
|
7
7
|
|
|
8
8
|
## Available Packages
|
|
9
9
|
|
|
@@ -62,7 +62,7 @@ This project is explicitly not tracking the Terraform upcloud Provider version 1
|
|
|
62
62
|
These are the upstream dependencies:
|
|
63
63
|
|
|
64
64
|
* [Terraform CDK](https://cdk.tf)
|
|
65
|
-
* [Terraform upcloud Provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.1.
|
|
65
|
+
* [Terraform upcloud Provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.1.1)
|
|
66
66
|
|
|
67
67
|
* This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-upcloud/releases)
|
|
68
68
|
* [Terraform Engine](https://terraform.io)
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_hosts`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registory for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
4
|
+
Refer to the Terraform Registory for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/hosts).
|
|
5
5
|
'''
|
|
6
6
|
import abc
|
|
7
7
|
import builtins
|
|
@@ -26,7 +26,7 @@ class DataUpcloudHosts(
|
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
|
27
27
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHosts",
|
|
28
28
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/hosts upcloud_hosts}.'''
|
|
30
30
|
|
|
31
31
|
def __init__(
|
|
32
32
|
self,
|
|
@@ -42,11 +42,11 @@ class DataUpcloudHosts(
|
|
|
42
42
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
43
43
|
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
44
|
) -> None:
|
|
45
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
45
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/hosts upcloud_hosts} Data Source.
|
|
46
46
|
|
|
47
47
|
:param scope: The scope in which to define this construct.
|
|
48
48
|
: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/3.1.
|
|
49
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/hosts#id DataUpcloudHosts#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
50
|
:param connection:
|
|
51
51
|
:param count:
|
|
52
52
|
:param depends_on:
|
|
@@ -85,7 +85,7 @@ class DataUpcloudHosts(
|
|
|
85
85
|
|
|
86
86
|
:param scope: The scope in which to define this construct.
|
|
87
87
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudHosts to import.
|
|
88
|
-
:param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
88
|
+
:param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
|
|
89
89
|
:param provider: ? Optional instance of the provider where the DataUpcloudHosts to import is found.
|
|
90
90
|
'''
|
|
91
91
|
if __debug__:
|
|
@@ -167,7 +167,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
167
167
|
:param lifecycle:
|
|
168
168
|
:param provider:
|
|
169
169
|
:param provisioners:
|
|
170
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
170
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/hosts#id DataUpcloudHosts#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.
|
|
171
171
|
'''
|
|
172
172
|
if isinstance(lifecycle, dict):
|
|
173
173
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -265,7 +265,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
265
265
|
|
|
266
266
|
@builtins.property
|
|
267
267
|
def id(self) -> typing.Optional[builtins.str]:
|
|
268
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
268
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/hosts#id DataUpcloudHosts#id}.
|
|
269
269
|
|
|
270
270
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
271
271
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_ip_addresses`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registory for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
4
|
+
Refer to the Terraform Registory for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/ip_addresses).
|
|
5
5
|
'''
|
|
6
6
|
import abc
|
|
7
7
|
import builtins
|
|
@@ -26,7 +26,7 @@ class DataUpcloudIpAddresses(
|
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
|
27
27
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudIpAddresses.DataUpcloudIpAddresses",
|
|
28
28
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
|
|
30
30
|
|
|
31
31
|
def __init__(
|
|
32
32
|
self,
|
|
@@ -42,11 +42,11 @@ class DataUpcloudIpAddresses(
|
|
|
42
42
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
43
43
|
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
44
|
) -> None:
|
|
45
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
45
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
|
|
46
46
|
|
|
47
47
|
:param scope: The scope in which to define this construct.
|
|
48
48
|
: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/3.1.
|
|
49
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
50
50
|
:param connection:
|
|
51
51
|
:param count:
|
|
52
52
|
:param depends_on:
|
|
@@ -85,7 +85,7 @@ class DataUpcloudIpAddresses(
|
|
|
85
85
|
|
|
86
86
|
:param scope: The scope in which to define this construct.
|
|
87
87
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudIpAddresses to import.
|
|
88
|
-
:param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
88
|
+
:param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
|
|
89
89
|
:param provider: ? Optional instance of the provider where the DataUpcloudIpAddresses to import is found.
|
|
90
90
|
'''
|
|
91
91
|
if __debug__:
|
|
@@ -351,7 +351,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
351
351
|
:param lifecycle:
|
|
352
352
|
:param provider:
|
|
353
353
|
:param provisioners:
|
|
354
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
354
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
355
355
|
'''
|
|
356
356
|
if isinstance(lifecycle, dict):
|
|
357
357
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -449,7 +449,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
449
449
|
|
|
450
450
|
@builtins.property
|
|
451
451
|
def id(self) -> typing.Optional[builtins.str]:
|
|
452
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
452
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
|
|
453
453
|
|
|
454
454
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
455
455
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_kubernetes_cluster`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registory for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
4
|
+
Refer to the Terraform Registory for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/kubernetes_cluster).
|
|
5
5
|
'''
|
|
6
6
|
import abc
|
|
7
7
|
import builtins
|
|
@@ -26,7 +26,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
|
27
27
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudKubernetesCluster.DataUpcloudKubernetesCluster",
|
|
28
28
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
|
|
30
30
|
|
|
31
31
|
def __init__(
|
|
32
32
|
self,
|
|
@@ -42,11 +42,11 @@ class DataUpcloudKubernetesCluster(
|
|
|
42
42
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
43
43
|
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
44
|
) -> None:
|
|
45
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
45
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
|
|
46
46
|
|
|
47
47
|
:param scope: The scope in which to define this construct.
|
|
48
48
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
49
|
-
:param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
49
|
+
:param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
50
50
|
:param connection:
|
|
51
51
|
:param count:
|
|
52
52
|
:param depends_on:
|
|
@@ -85,7 +85,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
85
85
|
|
|
86
86
|
:param scope: The scope in which to define this construct.
|
|
87
87
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudKubernetesCluster to import.
|
|
88
|
-
:param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
88
|
+
:param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
|
|
89
89
|
:param provider: ? Optional instance of the provider where the DataUpcloudKubernetesCluster to import is found.
|
|
90
90
|
'''
|
|
91
91
|
if __debug__:
|
|
@@ -188,7 +188,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
188
188
|
:param lifecycle:
|
|
189
189
|
:param provider:
|
|
190
190
|
:param provisioners:
|
|
191
|
-
:param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
191
|
+
:param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
192
192
|
'''
|
|
193
193
|
if isinstance(lifecycle, dict):
|
|
194
194
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -288,7 +288,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
288
288
|
def id(self) -> builtins.str:
|
|
289
289
|
'''Cluster ID.
|
|
290
290
|
|
|
291
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
291
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
|
|
292
292
|
|
|
293
293
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
294
294
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_managed_database_mysql_sessions`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registory for docs: [`data_upcloud_managed_database_mysql_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
4
|
+
Refer to the Terraform Registory for docs: [`data_upcloud_managed_database_mysql_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions).
|
|
5
5
|
'''
|
|
6
6
|
import abc
|
|
7
7
|
import builtins
|
|
@@ -26,7 +26,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
|
27
27
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabaseMysqlSessions.DataUpcloudManagedDatabaseMysqlSessions",
|
|
28
28
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions}.'''
|
|
30
30
|
|
|
31
31
|
def __init__(
|
|
32
32
|
self,
|
|
@@ -47,16 +47,16 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
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/3.1.
|
|
50
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions} 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 sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
56
|
-
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
57
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
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/3.1.
|
|
59
|
-
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
54
|
+
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
|
|
55
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
56
|
+
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
|
|
57
|
+
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
|
|
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/3.1.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
|
|
59
|
+
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
60
60
|
:param connection:
|
|
61
61
|
:param count:
|
|
62
62
|
:param depends_on:
|
|
@@ -100,7 +100,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
100
100
|
|
|
101
101
|
:param scope: The scope in which to define this construct.
|
|
102
102
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudManagedDatabaseMysqlSessions to import.
|
|
103
|
-
:param import_from_id: The id of the existing DataUpcloudManagedDatabaseMysqlSessions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
103
|
+
:param import_from_id: The id of the existing DataUpcloudManagedDatabaseMysqlSessions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#import import section} in the documentation of this resource for the id to use
|
|
104
104
|
:param provider: ? Optional instance of the provider where the DataUpcloudManagedDatabaseMysqlSessions to import is found.
|
|
105
105
|
'''
|
|
106
106
|
if __debug__:
|
|
@@ -298,12 +298,12 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
298
298
|
:param lifecycle:
|
|
299
299
|
:param provider:
|
|
300
300
|
:param provisioners:
|
|
301
|
-
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
302
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
303
|
-
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
304
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
305
|
-
: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/3.1.
|
|
306
|
-
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
301
|
+
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
|
|
302
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
303
|
+
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
|
|
304
|
+
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
|
|
305
|
+
: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/3.1.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
|
|
306
|
+
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
307
307
|
'''
|
|
308
308
|
if isinstance(lifecycle, dict):
|
|
309
309
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -418,7 +418,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
418
418
|
def service(self) -> builtins.str:
|
|
419
419
|
'''Service's UUID for which these sessions belongs to.
|
|
420
420
|
|
|
421
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
421
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
|
|
422
422
|
'''
|
|
423
423
|
result = self._values.get("service")
|
|
424
424
|
assert result is not None, "Required property 'service' is missing"
|
|
@@ -426,7 +426,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
426
426
|
|
|
427
427
|
@builtins.property
|
|
428
428
|
def id(self) -> typing.Optional[builtins.str]:
|
|
429
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
429
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}.
|
|
430
430
|
|
|
431
431
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
432
432
|
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.
|
|
@@ -438,7 +438,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
438
438
|
def limit(self) -> typing.Optional[jsii.Number]:
|
|
439
439
|
'''Number of entries to receive at most.
|
|
440
440
|
|
|
441
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
441
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
|
|
442
442
|
'''
|
|
443
443
|
result = self._values.get("limit")
|
|
444
444
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -447,7 +447,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
447
447
|
def offset(self) -> typing.Optional[jsii.Number]:
|
|
448
448
|
'''Offset for retrieved results based on sort order.
|
|
449
449
|
|
|
450
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
450
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
|
|
451
451
|
'''
|
|
452
452
|
result = self._values.get("offset")
|
|
453
453
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -456,7 +456,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
456
456
|
def order(self) -> typing.Optional[builtins.str]:
|
|
457
457
|
'''Order by session field and sort retrieved results. Limited variables can be used for ordering.
|
|
458
458
|
|
|
459
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
459
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
|
|
460
460
|
'''
|
|
461
461
|
result = self._values.get("order")
|
|
462
462
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -467,7 +467,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
467
467
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]]:
|
|
468
468
|
'''sessions block.
|
|
469
469
|
|
|
470
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
470
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
471
471
|
'''
|
|
472
472
|
result = self._values.get("sessions")
|
|
473
473
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]], result)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_managed_database_opensearch_indices`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registory for docs: [`data_upcloud_managed_database_opensearch_indices`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
4
|
+
Refer to the Terraform Registory for docs: [`data_upcloud_managed_database_opensearch_indices`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices).
|
|
5
5
|
'''
|
|
6
6
|
import abc
|
|
7
7
|
import builtins
|
|
@@ -26,7 +26,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
|
27
27
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabaseOpensearchIndices.DataUpcloudManagedDatabaseOpensearchIndices",
|
|
28
28
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices}.'''
|
|
30
30
|
|
|
31
31
|
def __init__(
|
|
32
32
|
self,
|
|
@@ -44,13 +44,13 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
44
44
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
45
45
|
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
46
|
) -> None:
|
|
47
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
47
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices} Data Source.
|
|
48
48
|
|
|
49
49
|
:param scope: The scope in which to define this construct.
|
|
50
50
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
51
|
-
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
53
|
-
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
51
|
+
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
|
|
52
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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.
|
|
53
|
+
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
54
54
|
:param connection:
|
|
55
55
|
:param count:
|
|
56
56
|
:param depends_on:
|
|
@@ -91,7 +91,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
91
91
|
|
|
92
92
|
:param scope: The scope in which to define this construct.
|
|
93
93
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudManagedDatabaseOpensearchIndices to import.
|
|
94
|
-
: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/3.1.
|
|
94
|
+
: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/3.1.1/docs/data-sources/managed_database_opensearch_indices#import import section} in the documentation of this resource for the id to use
|
|
95
95
|
:param provider: ? Optional instance of the provider where the DataUpcloudManagedDatabaseOpensearchIndices to import is found.
|
|
96
96
|
'''
|
|
97
97
|
if __debug__:
|
|
@@ -220,9 +220,9 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
220
220
|
:param lifecycle:
|
|
221
221
|
:param provider:
|
|
222
222
|
:param provisioners:
|
|
223
|
-
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
224
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
225
|
-
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
223
|
+
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
|
|
224
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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.
|
|
225
|
+
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
226
226
|
'''
|
|
227
227
|
if isinstance(lifecycle, dict):
|
|
228
228
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -328,7 +328,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
328
328
|
def service(self) -> builtins.str:
|
|
329
329
|
'''Service's UUID for which these indices belongs to.
|
|
330
330
|
|
|
331
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
331
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
|
|
332
332
|
'''
|
|
333
333
|
result = self._values.get("service")
|
|
334
334
|
assert result is not None, "Required property 'service' is missing"
|
|
@@ -336,7 +336,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
336
336
|
|
|
337
337
|
@builtins.property
|
|
338
338
|
def id(self) -> typing.Optional[builtins.str]:
|
|
339
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
339
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}.
|
|
340
340
|
|
|
341
341
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
342
342
|
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 +350,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
350
350
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]]:
|
|
351
351
|
'''indices block.
|
|
352
352
|
|
|
353
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.
|
|
353
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
354
354
|
'''
|
|
355
355
|
result = self._values.get("indices")
|
|
356
356
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]], result)
|