cdktf-cdktf-provider-upcloud 14.4.0__tar.gz → 14.5.0__tar.gz
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-14.4.0/src/cdktf_cdktf_provider_upcloud.egg-info → cdktf-cdktf-provider-upcloud-14.5.0}/PKG-INFO +4 -4
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/README.md +3 -3
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/setup.py +2 -2
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/__init__.py +3 -3
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf-cdktf-provider-upcloud-14.5.0/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.5.0.jsii.tgz +0 -0
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +7 -7
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +41 -29
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +10 -10
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +39 -34
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +66 -61
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +34 -34
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +65 -65
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +42 -42
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +64 -64
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +16 -16
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +39 -39
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +193 -193
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +189 -189
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +330 -330
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +345 -345
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +117 -117
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +19 -19
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/network/__init__.py +79 -30
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/provider/__init__.py +25 -25
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/server/__init__.py +153 -153
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/server_group/__init__.py +22 -22
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/storage/__init__.py +58 -58
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0/src/cdktf_cdktf_provider_upcloud.egg-info}/PKG-INFO +4 -4
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud.egg-info/SOURCES.txt +1 -1
- cdktf-cdktf-provider-upcloud-14.4.0/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.4.0.jsii.tgz +0 -0
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/LICENSE +0 -0
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/MANIFEST.in +0 -0
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/pyproject.toml +0 -0
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/setup.cfg +0 -0
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud/py.typed +0 -0
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud.egg-info/dependency_links.txt +0 -0
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud.egg-info/requires.txt +0 -0
- {cdktf-cdktf-provider-upcloud-14.4.0 → cdktf-cdktf-provider-upcloud-14.5.0}/src/cdktf_cdktf_provider_upcloud.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cdktf-cdktf-provider-upcloud
|
|
3
|
-
Version: 14.
|
|
3
|
+
Version: 14.5.0
|
|
4
4
|
Summary: Prebuilt upcloud Provider for Terraform CDK (cdktf)
|
|
5
5
|
Home-page: https://github.com/cdktf/cdktf-provider-upcloud.git
|
|
6
6
|
Author: HashiCorp
|
|
@@ -21,9 +21,9 @@ Requires-Python: ~=3.8
|
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
|
|
24
|
-
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.
|
|
24
|
+
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.5.0
|
|
25
25
|
|
|
26
|
-
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
26
|
+
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.5.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
|
27
27
|
|
|
28
28
|
## Available Packages
|
|
29
29
|
|
|
@@ -85,7 +85,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
|
|
|
85
85
|
These are the upstream dependencies:
|
|
86
86
|
|
|
87
87
|
* [CDK for Terraform](https://cdk.tf)
|
|
88
|
-
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
88
|
+
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.5.0)
|
|
89
89
|
* [Terraform Engine](https://terraform.io)
|
|
90
90
|
|
|
91
91
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.
|
|
1
|
+
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.5.0
|
|
2
2
|
|
|
3
|
-
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
3
|
+
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.5.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
|
4
4
|
|
|
5
5
|
## Available Packages
|
|
6
6
|
|
|
@@ -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
|
* [CDK for Terraform](https://cdk.tf)
|
|
65
|
-
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
65
|
+
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.5.0)
|
|
66
66
|
* [Terraform Engine](https://terraform.io)
|
|
67
67
|
|
|
68
68
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "cdktf-cdktf-provider-upcloud",
|
|
8
|
-
"version": "14.
|
|
8
|
+
"version": "14.5.0",
|
|
9
9
|
"description": "Prebuilt upcloud Provider for Terraform CDK (cdktf)",
|
|
10
10
|
"license": "MPL-2.0",
|
|
11
11
|
"url": "https://github.com/cdktf/cdktf-provider-upcloud.git",
|
|
@@ -78,7 +78,7 @@ kwargs = json.loads(
|
|
|
78
78
|
],
|
|
79
79
|
"package_data": {
|
|
80
80
|
"cdktf_cdktf_provider_upcloud._jsii": [
|
|
81
|
-
"provider-upcloud@14.
|
|
81
|
+
"provider-upcloud@14.5.0.jsii.tgz"
|
|
82
82
|
],
|
|
83
83
|
"cdktf_cdktf_provider_upcloud": [
|
|
84
84
|
"py.typed"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
|
-
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.
|
|
2
|
+
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.5.0
|
|
3
3
|
|
|
4
|
-
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
4
|
+
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.5.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
|
5
5
|
|
|
6
6
|
## Available Packages
|
|
7
7
|
|
|
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
|
|
|
63
63
|
These are the upstream dependencies:
|
|
64
64
|
|
|
65
65
|
* [CDK for Terraform](https://cdk.tf)
|
|
66
|
-
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
66
|
+
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.5.0)
|
|
67
67
|
* [Terraform Engine](https://terraform.io)
|
|
68
68
|
|
|
69
69
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_hosts`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/hosts).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudHosts(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHosts",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/hosts upcloud_hosts}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -45,11 +45,11 @@ class DataUpcloudHosts(
|
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
46
46
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
47
47
|
) -> None:
|
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/hosts upcloud_hosts} Data Source.
|
|
49
49
|
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
|
51
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
52
|
-
:param 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.5.0/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.
|
|
53
53
|
:param connection:
|
|
54
54
|
:param count:
|
|
55
55
|
:param depends_on:
|
|
@@ -88,7 +88,7 @@ class DataUpcloudHosts(
|
|
|
88
88
|
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudHosts to import.
|
|
91
|
-
:param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
91
|
+
:param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
|
|
92
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudHosts to import is found.
|
|
93
93
|
'''
|
|
94
94
|
if __debug__:
|
|
@@ -174,7 +174,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
174
174
|
:param lifecycle:
|
|
175
175
|
:param provider:
|
|
176
176
|
:param provisioners:
|
|
177
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
177
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/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.
|
|
178
178
|
'''
|
|
179
179
|
if isinstance(lifecycle, dict):
|
|
180
180
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -272,7 +272,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
272
272
|
|
|
273
273
|
@builtins.property
|
|
274
274
|
def id(self) -> typing.Optional[builtins.str]:
|
|
275
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
275
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/hosts#id DataUpcloudHosts#id}.
|
|
276
276
|
|
|
277
277
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
278
278
|
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 Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/ip_addresses).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudIpAddresses(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudIpAddresses.DataUpcloudIpAddresses",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -45,11 +45,11 @@ class DataUpcloudIpAddresses(
|
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
46
46
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
47
47
|
) -> None:
|
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
|
|
49
49
|
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
|
51
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
53
53
|
:param connection:
|
|
54
54
|
:param count:
|
|
55
55
|
:param depends_on:
|
|
@@ -88,7 +88,7 @@ class DataUpcloudIpAddresses(
|
|
|
88
88
|
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudIpAddresses to import.
|
|
91
|
-
:param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
91
|
+
:param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
|
|
92
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudIpAddresses to import is found.
|
|
93
93
|
'''
|
|
94
94
|
if __debug__:
|
|
@@ -358,7 +358,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
358
358
|
:param lifecycle:
|
|
359
359
|
:param provider:
|
|
360
360
|
:param provisioners:
|
|
361
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
361
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
362
362
|
'''
|
|
363
363
|
if isinstance(lifecycle, dict):
|
|
364
364
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -456,7 +456,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
456
456
|
|
|
457
457
|
@builtins.property
|
|
458
458
|
def id(self) -> typing.Optional[builtins.str]:
|
|
459
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
459
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
|
|
460
460
|
|
|
461
461
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
462
462
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_kubernetes_cluster`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/kubernetes_cluster).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudKubernetesCluster.DataUpcloudKubernetesCluster",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -45,11 +45,11 @@ class DataUpcloudKubernetesCluster(
|
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
46
46
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
47
47
|
) -> None:
|
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
|
|
49
49
|
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
|
51
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
52
|
-
:param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
+
:param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
53
53
|
:param connection:
|
|
54
54
|
:param count:
|
|
55
55
|
:param depends_on:
|
|
@@ -88,7 +88,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
88
88
|
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudKubernetesCluster to import.
|
|
91
|
-
:param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
91
|
+
:param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
|
|
92
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudKubernetesCluster to import is found.
|
|
93
93
|
'''
|
|
94
94
|
if __debug__:
|
|
@@ -195,7 +195,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
195
195
|
:param lifecycle:
|
|
196
196
|
:param provider:
|
|
197
197
|
:param provisioners:
|
|
198
|
-
:param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
198
|
+
:param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
199
199
|
'''
|
|
200
200
|
if isinstance(lifecycle, dict):
|
|
201
201
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -295,7 +295,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
295
295
|
def id(self) -> builtins.str:
|
|
296
296
|
'''Cluster ID.
|
|
297
297
|
|
|
298
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
298
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
|
|
299
299
|
|
|
300
300
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
301
301
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_managed_database_mysql_sessions`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_mysql_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_mysql_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabaseMysqlSessions.DataUpcloudManagedDatabaseMysqlSessions",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -50,16 +50,16 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
50
50
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
51
51
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
52
52
|
) -> None:
|
|
53
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
53
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions} Data Source.
|
|
54
54
|
|
|
55
55
|
:param scope: The scope in which to define this construct.
|
|
56
56
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
57
|
-
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
58
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
59
|
-
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
60
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
61
|
-
:param order: Order by session field and sort retrieved results. Limited variables can be used for ordering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
62
|
-
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
57
|
+
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
|
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
59
|
+
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
|
|
60
|
+
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
|
|
61
|
+
:param order: Order by session field and sort retrieved results. Limited variables can be used for ordering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
|
|
62
|
+
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
63
63
|
:param connection:
|
|
64
64
|
:param count:
|
|
65
65
|
:param depends_on:
|
|
@@ -103,7 +103,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
103
103
|
|
|
104
104
|
:param scope: The scope in which to define this construct.
|
|
105
105
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudManagedDatabaseMysqlSessions to import.
|
|
106
|
-
:param import_from_id: The id of the existing DataUpcloudManagedDatabaseMysqlSessions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
106
|
+
:param import_from_id: The id of the existing DataUpcloudManagedDatabaseMysqlSessions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#import import section} in the documentation of this resource for the id to use
|
|
107
107
|
:param provider: ? Optional instance of the provider where the DataUpcloudManagedDatabaseMysqlSessions to import is found.
|
|
108
108
|
'''
|
|
109
109
|
if __debug__:
|
|
@@ -305,12 +305,12 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
305
305
|
:param lifecycle:
|
|
306
306
|
:param provider:
|
|
307
307
|
:param provisioners:
|
|
308
|
-
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
309
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
310
|
-
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
311
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
312
|
-
:param order: Order by session field and sort retrieved results. Limited variables can be used for ordering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
313
|
-
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
308
|
+
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
|
|
309
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
310
|
+
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
|
|
311
|
+
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
|
|
312
|
+
:param order: Order by session field and sort retrieved results. Limited variables can be used for ordering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
|
|
313
|
+
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
314
314
|
'''
|
|
315
315
|
if isinstance(lifecycle, dict):
|
|
316
316
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -425,7 +425,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
425
425
|
def service(self) -> builtins.str:
|
|
426
426
|
'''Service's UUID for which these sessions belongs to.
|
|
427
427
|
|
|
428
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
428
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
|
|
429
429
|
'''
|
|
430
430
|
result = self._values.get("service")
|
|
431
431
|
assert result is not None, "Required property 'service' is missing"
|
|
@@ -433,7 +433,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
433
433
|
|
|
434
434
|
@builtins.property
|
|
435
435
|
def id(self) -> typing.Optional[builtins.str]:
|
|
436
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
436
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}.
|
|
437
437
|
|
|
438
438
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
439
439
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -445,7 +445,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
445
445
|
def limit(self) -> typing.Optional[jsii.Number]:
|
|
446
446
|
'''Number of entries to receive at most.
|
|
447
447
|
|
|
448
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
448
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
|
|
449
449
|
'''
|
|
450
450
|
result = self._values.get("limit")
|
|
451
451
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -454,7 +454,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
454
454
|
def offset(self) -> typing.Optional[jsii.Number]:
|
|
455
455
|
'''Offset for retrieved results based on sort order.
|
|
456
456
|
|
|
457
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
457
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
|
|
458
458
|
'''
|
|
459
459
|
result = self._values.get("offset")
|
|
460
460
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -463,7 +463,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
463
463
|
def order(self) -> typing.Optional[builtins.str]:
|
|
464
464
|
'''Order by session field and sort retrieved results. Limited variables can be used for ordering.
|
|
465
465
|
|
|
466
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
466
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
|
|
467
467
|
'''
|
|
468
468
|
result = self._values.get("order")
|
|
469
469
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -474,7 +474,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
474
474
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]]:
|
|
475
475
|
'''sessions block.
|
|
476
476
|
|
|
477
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
477
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
478
478
|
'''
|
|
479
479
|
result = self._values.get("sessions")
|
|
480
480
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]], result)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_managed_database_opensearch_indices`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_opensearch_indices`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_opensearch_indices`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_opensearch_indices).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabaseOpensearchIndices.DataUpcloudManagedDatabaseOpensearchIndices",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -47,13 +47,13 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
47
47
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
48
48
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
49
49
|
) -> None:
|
|
50
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
50
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices} Data Source.
|
|
51
51
|
|
|
52
52
|
:param scope: The scope in which to define this construct.
|
|
53
53
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
54
|
-
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
56
|
-
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
54
|
+
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
|
|
55
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
56
|
+
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
57
57
|
:param connection:
|
|
58
58
|
:param count:
|
|
59
59
|
:param depends_on:
|
|
@@ -94,7 +94,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
94
94
|
|
|
95
95
|
:param scope: The scope in which to define this construct.
|
|
96
96
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudManagedDatabaseOpensearchIndices to import.
|
|
97
|
-
:param import_from_id: The id of the existing DataUpcloudManagedDatabaseOpensearchIndices that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
97
|
+
:param import_from_id: The id of the existing DataUpcloudManagedDatabaseOpensearchIndices that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_opensearch_indices#import import section} in the documentation of this resource for the id to use
|
|
98
98
|
:param provider: ? Optional instance of the provider where the DataUpcloudManagedDatabaseOpensearchIndices to import is found.
|
|
99
99
|
'''
|
|
100
100
|
if __debug__:
|
|
@@ -227,9 +227,9 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
227
227
|
:param lifecycle:
|
|
228
228
|
:param provider:
|
|
229
229
|
:param provisioners:
|
|
230
|
-
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
231
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
232
|
-
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
230
|
+
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
|
|
231
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
232
|
+
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
233
233
|
'''
|
|
234
234
|
if isinstance(lifecycle, dict):
|
|
235
235
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -335,7 +335,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
335
335
|
def service(self) -> builtins.str:
|
|
336
336
|
'''Service's UUID for which these indices belongs to.
|
|
337
337
|
|
|
338
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
338
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
|
|
339
339
|
'''
|
|
340
340
|
result = self._values.get("service")
|
|
341
341
|
assert result is not None, "Required property 'service' is missing"
|
|
@@ -343,7 +343,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
343
343
|
|
|
344
344
|
@builtins.property
|
|
345
345
|
def id(self) -> typing.Optional[builtins.str]:
|
|
346
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
346
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}.
|
|
347
347
|
|
|
348
348
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
349
349
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -357,7 +357,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
357
357
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]]:
|
|
358
358
|
'''indices block.
|
|
359
359
|
|
|
360
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
360
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.5.0/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
361
361
|
'''
|
|
362
362
|
result = self._values.get("indices")
|
|
363
363
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]], result)
|