cdktf-cdktf-provider-upcloud 14.1.1__tar.gz → 14.2.2__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.1.1/src/cdktf_cdktf_provider_upcloud.egg-info → cdktf-cdktf-provider-upcloud-14.2.2}/PKG-INFO +4 -4
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/README.md +3 -3
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/setup.py +5 -3
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/__init__.py +10 -3
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/_jsii/__init__.py +5 -2
- cdktf-cdktf-provider-upcloud-14.2.2/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.2.2.jsii.tgz +0 -0
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +10 -7
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +10 -7
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +10 -7
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +25 -22
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +16 -13
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +33 -30
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +25 -22
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +13 -10
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +10 -7
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +16 -13
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -25
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +10 -7
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +13 -10
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +13 -10
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +44 -41
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +22 -19
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/gateway/__init__.py +254 -29
- cdktf-cdktf-provider-upcloud-14.2.2/src/cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +1279 -0
- cdktf-cdktf-provider-upcloud-14.2.2/src/cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +1337 -0
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +34 -31
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +50 -47
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +45 -42
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +67 -64
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +19 -16
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +31 -28
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +19 -16
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +42 -39
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +196 -193
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +19 -16
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +22 -19
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +34 -31
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +31 -28
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +22 -19
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +192 -189
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +336 -333
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +348 -345
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +120 -117
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +53 -50
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +33 -30
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +22 -19
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -13
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +19 -16
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +19 -16
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/network/__init__.py +43 -40
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/object_storage/__init__.py +33 -30
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/provider/__init__.py +28 -25
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/router/__init__.py +22 -19
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/server/__init__.py +521 -149
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/server_group/__init__.py +25 -22
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/storage/__init__.py +61 -58
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/tag/__init__.py +19 -16
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2/src/cdktf_cdktf_provider_upcloud.egg-info}/PKG-INFO +4 -4
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud.egg-info/SOURCES.txt +3 -1
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud.egg-info/requires.txt +1 -1
- cdktf-cdktf-provider-upcloud-14.1.1/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.1.1.jsii.tgz +0 -0
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/LICENSE +0 -0
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/MANIFEST.in +0 -0
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/pyproject.toml +0 -0
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/setup.cfg +0 -0
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud/py.typed +0 -0
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/src/cdktf_cdktf_provider_upcloud.egg-info/dependency_links.txt +0 -0
- {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.2}/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.2.2
|
|
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.2.2
|
|
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.2.2/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.2.2)
|
|
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.2.2
|
|
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.2.2/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.2.2)
|
|
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.2.2",
|
|
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",
|
|
@@ -40,6 +40,8 @@ kwargs = json.loads(
|
|
|
40
40
|
"cdktf_cdktf_provider_upcloud.firewall_rules",
|
|
41
41
|
"cdktf_cdktf_provider_upcloud.floating_ip_address",
|
|
42
42
|
"cdktf_cdktf_provider_upcloud.gateway",
|
|
43
|
+
"cdktf_cdktf_provider_upcloud.gateway_connection",
|
|
44
|
+
"cdktf_cdktf_provider_upcloud.gateway_connection_tunnel",
|
|
43
45
|
"cdktf_cdktf_provider_upcloud.kubernetes_cluster",
|
|
44
46
|
"cdktf_cdktf_provider_upcloud.kubernetes_node_group",
|
|
45
47
|
"cdktf_cdktf_provider_upcloud.loadbalancer",
|
|
@@ -75,7 +77,7 @@ kwargs = json.loads(
|
|
|
75
77
|
],
|
|
76
78
|
"package_data": {
|
|
77
79
|
"cdktf_cdktf_provider_upcloud._jsii": [
|
|
78
|
-
"provider-upcloud@14.
|
|
80
|
+
"provider-upcloud@14.2.2.jsii.tgz"
|
|
79
81
|
],
|
|
80
82
|
"cdktf_cdktf_provider_upcloud": [
|
|
81
83
|
"py.typed"
|
|
@@ -85,7 +87,7 @@ kwargs = json.loads(
|
|
|
85
87
|
"install_requires": [
|
|
86
88
|
"cdktf>=0.20.0, <0.21.0",
|
|
87
89
|
"constructs>=10.3.0, <11.0.0",
|
|
88
|
-
"jsii>=1.
|
|
90
|
+
"jsii>=1.97.0, <2.0.0",
|
|
89
91
|
"publication>=0.0.3",
|
|
90
92
|
"typeguard~=2.13.3"
|
|
91
93
|
],
|
|
@@ -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.2.2
|
|
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.2.2/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.2.2)
|
|
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.
|
|
@@ -93,6 +93,9 @@ The provider version can be adjusted in [./.projenrc.js](./.projenrc.js).
|
|
|
93
93
|
|
|
94
94
|
The repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/).
|
|
95
95
|
'''
|
|
96
|
+
from pkgutil import extend_path
|
|
97
|
+
__path__ = extend_path(__path__, __name__)
|
|
98
|
+
|
|
96
99
|
import abc
|
|
97
100
|
import builtins
|
|
98
101
|
import datetime
|
|
@@ -125,6 +128,8 @@ __all__ = [
|
|
|
125
128
|
"firewall_rules",
|
|
126
129
|
"floating_ip_address",
|
|
127
130
|
"gateway",
|
|
131
|
+
"gateway_connection",
|
|
132
|
+
"gateway_connection_tunnel",
|
|
128
133
|
"kubernetes_cluster",
|
|
129
134
|
"kubernetes_node_group",
|
|
130
135
|
"loadbalancer",
|
|
@@ -179,6 +184,8 @@ from . import data_upcloud_zones
|
|
|
179
184
|
from . import firewall_rules
|
|
180
185
|
from . import floating_ip_address
|
|
181
186
|
from . import gateway
|
|
187
|
+
from . import gateway_connection
|
|
188
|
+
from . import gateway_connection_tunnel
|
|
182
189
|
from . import kubernetes_cluster
|
|
183
190
|
from . import kubernetes_node_group
|
|
184
191
|
from . import loadbalancer
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
from pkgutil import extend_path
|
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
|
3
|
+
|
|
1
4
|
import abc
|
|
2
5
|
import builtins
|
|
3
6
|
import datetime
|
|
@@ -15,9 +18,9 @@ import constructs._jsii
|
|
|
15
18
|
|
|
16
19
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
17
20
|
"@cdktf/provider-upcloud",
|
|
18
|
-
"14.
|
|
21
|
+
"14.2.2",
|
|
19
22
|
__name__[0:-6],
|
|
20
|
-
"provider-upcloud@14.
|
|
23
|
+
"provider-upcloud@14.2.2.jsii.tgz",
|
|
21
24
|
)
|
|
22
25
|
|
|
23
26
|
__all__ = [
|
|
Binary file
|
|
@@ -1,8 +1,11 @@
|
|
|
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.2.2/docs/data-sources/hosts).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudHosts(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHosts",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/hosts upcloud_hosts}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -42,11 +45,11 @@ class DataUpcloudHosts(
|
|
|
42
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
43
46
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
44
47
|
) -> None:
|
|
45
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/hosts upcloud_hosts} Data Source.
|
|
46
49
|
|
|
47
50
|
:param scope: The scope in which to define this construct.
|
|
48
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
49
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/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
53
|
:param connection:
|
|
51
54
|
:param count:
|
|
52
55
|
:param depends_on:
|
|
@@ -85,7 +88,7 @@ class DataUpcloudHosts(
|
|
|
85
88
|
|
|
86
89
|
:param scope: The scope in which to define this construct.
|
|
87
90
|
:param import_to_id: The construct id used in the generated config for the 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/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.2.2/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
|
|
89
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudHosts to import is found.
|
|
90
93
|
'''
|
|
91
94
|
if __debug__:
|
|
@@ -171,7 +174,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
171
174
|
:param lifecycle:
|
|
172
175
|
:param provider:
|
|
173
176
|
:param provisioners:
|
|
174
|
-
: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.2.2/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.
|
|
175
178
|
'''
|
|
176
179
|
if isinstance(lifecycle, dict):
|
|
177
180
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -269,7 +272,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
269
272
|
|
|
270
273
|
@builtins.property
|
|
271
274
|
def id(self) -> typing.Optional[builtins.str]:
|
|
272
|
-
'''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.2.2/docs/data-sources/hosts#id DataUpcloudHosts#id}.
|
|
273
276
|
|
|
274
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.
|
|
275
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,8 +1,11 @@
|
|
|
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.2.2/docs/data-sources/ip_addresses).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudIpAddresses(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudIpAddresses.DataUpcloudIpAddresses",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -42,11 +45,11 @@ class DataUpcloudIpAddresses(
|
|
|
42
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
43
46
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
44
47
|
) -> None:
|
|
45
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
|
|
46
49
|
|
|
47
50
|
:param scope: The scope in which to define this construct.
|
|
48
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
49
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/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
53
|
:param connection:
|
|
51
54
|
:param count:
|
|
52
55
|
:param depends_on:
|
|
@@ -85,7 +88,7 @@ class DataUpcloudIpAddresses(
|
|
|
85
88
|
|
|
86
89
|
:param scope: The scope in which to define this construct.
|
|
87
90
|
:param import_to_id: The construct id used in the generated config for the 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/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.2.2/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
|
|
89
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudIpAddresses to import is found.
|
|
90
93
|
'''
|
|
91
94
|
if __debug__:
|
|
@@ -355,7 +358,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
355
358
|
:param lifecycle:
|
|
356
359
|
:param provider:
|
|
357
360
|
:param provisioners:
|
|
358
|
-
: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.2.2/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.
|
|
359
362
|
'''
|
|
360
363
|
if isinstance(lifecycle, dict):
|
|
361
364
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -453,7 +456,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
453
456
|
|
|
454
457
|
@builtins.property
|
|
455
458
|
def id(self) -> typing.Optional[builtins.str]:
|
|
456
|
-
'''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.2.2/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
|
|
457
460
|
|
|
458
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.
|
|
459
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,8 +1,11 @@
|
|
|
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.2.2/docs/data-sources/kubernetes_cluster).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudKubernetesCluster.DataUpcloudKubernetesCluster",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -42,11 +45,11 @@ class DataUpcloudKubernetesCluster(
|
|
|
42
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
43
46
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
44
47
|
) -> None:
|
|
45
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
|
|
46
49
|
|
|
47
50
|
:param scope: The scope in which to define this construct.
|
|
48
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
49
|
-
:param id: 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.2.2/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
53
|
:param connection:
|
|
51
54
|
:param count:
|
|
52
55
|
:param depends_on:
|
|
@@ -85,7 +88,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
85
88
|
|
|
86
89
|
:param scope: The scope in which to define this construct.
|
|
87
90
|
:param import_to_id: The construct id used in the generated config for the 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/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.2.2/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
|
|
89
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudKubernetesCluster to import is found.
|
|
90
93
|
'''
|
|
91
94
|
if __debug__:
|
|
@@ -192,7 +195,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
192
195
|
:param lifecycle:
|
|
193
196
|
:param provider:
|
|
194
197
|
:param provisioners:
|
|
195
|
-
: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.2.2/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.
|
|
196
199
|
'''
|
|
197
200
|
if isinstance(lifecycle, dict):
|
|
198
201
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -292,7 +295,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
292
295
|
def id(self) -> builtins.str:
|
|
293
296
|
'''Cluster ID.
|
|
294
297
|
|
|
295
|
-
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.2.2/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
|
|
296
299
|
|
|
297
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.
|
|
298
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,8 +1,11 @@
|
|
|
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.2.2/docs/data-sources/managed_database_mysql_sessions).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabaseMysqlSessions.DataUpcloudManagedDatabaseMysqlSessions",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -47,16 +50,16 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
47
50
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
48
51
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
49
52
|
) -> None:
|
|
50
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
53
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions} Data Source.
|
|
51
54
|
|
|
52
55
|
:param scope: The scope in which to define this construct.
|
|
53
56
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
54
|
-
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
56
|
-
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
57
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
58
|
-
:param order: Order by session field and sort retrieved results. Limited variables can be used for ordering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
59
|
-
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
57
|
+
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
60
63
|
:param connection:
|
|
61
64
|
:param count:
|
|
62
65
|
:param depends_on:
|
|
@@ -100,7 +103,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
100
103
|
|
|
101
104
|
:param scope: The scope in which to define this construct.
|
|
102
105
|
:param import_to_id: The construct id used in the generated config for the 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/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.2.2/docs/data-sources/managed_database_mysql_sessions#import import section} in the documentation of this resource for the id to use
|
|
104
107
|
:param provider: ? Optional instance of the provider where the DataUpcloudManagedDatabaseMysqlSessions to import is found.
|
|
105
108
|
'''
|
|
106
109
|
if __debug__:
|
|
@@ -302,12 +305,12 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
302
305
|
:param lifecycle:
|
|
303
306
|
:param provider:
|
|
304
307
|
:param provisioners:
|
|
305
|
-
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
306
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
307
|
-
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
308
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
309
|
-
:param order: Order by session field and sort retrieved results. Limited variables can be used for ordering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
310
|
-
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
308
|
+
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
311
314
|
'''
|
|
312
315
|
if isinstance(lifecycle, dict):
|
|
313
316
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -422,7 +425,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
422
425
|
def service(self) -> builtins.str:
|
|
423
426
|
'''Service's UUID for which these sessions belongs to.
|
|
424
427
|
|
|
425
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
428
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
|
|
426
429
|
'''
|
|
427
430
|
result = self._values.get("service")
|
|
428
431
|
assert result is not None, "Required property 'service' is missing"
|
|
@@ -430,7 +433,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
430
433
|
|
|
431
434
|
@builtins.property
|
|
432
435
|
def id(self) -> typing.Optional[builtins.str]:
|
|
433
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
436
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}.
|
|
434
437
|
|
|
435
438
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
436
439
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -442,7 +445,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
442
445
|
def limit(self) -> typing.Optional[jsii.Number]:
|
|
443
446
|
'''Number of entries to receive at most.
|
|
444
447
|
|
|
445
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
448
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
|
|
446
449
|
'''
|
|
447
450
|
result = self._values.get("limit")
|
|
448
451
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -451,7 +454,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
451
454
|
def offset(self) -> typing.Optional[jsii.Number]:
|
|
452
455
|
'''Offset for retrieved results based on sort order.
|
|
453
456
|
|
|
454
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
457
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
|
|
455
458
|
'''
|
|
456
459
|
result = self._values.get("offset")
|
|
457
460
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -460,7 +463,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
460
463
|
def order(self) -> typing.Optional[builtins.str]:
|
|
461
464
|
'''Order by session field and sort retrieved results. Limited variables can be used for ordering.
|
|
462
465
|
|
|
463
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
466
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
|
|
464
467
|
'''
|
|
465
468
|
result = self._values.get("order")
|
|
466
469
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -471,7 +474,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
471
474
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]]:
|
|
472
475
|
'''sessions block.
|
|
473
476
|
|
|
474
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
477
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
475
478
|
'''
|
|
476
479
|
result = self._values.get("sessions")
|
|
477
480
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]], result)
|
|
@@ -1,8 +1,11 @@
|
|
|
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.2.2/docs/data-sources/managed_database_opensearch_indices).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabaseOpensearchIndices.DataUpcloudManagedDatabaseOpensearchIndices",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -44,13 +47,13 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
44
47
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
45
48
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
46
49
|
) -> None:
|
|
47
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
50
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices} Data Source.
|
|
48
51
|
|
|
49
52
|
:param scope: The scope in which to define this construct.
|
|
50
53
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
51
|
-
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
53
|
-
:param 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.2.2/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.2.2/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.2.2/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
54
57
|
:param connection:
|
|
55
58
|
:param count:
|
|
56
59
|
:param depends_on:
|
|
@@ -91,7 +94,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
91
94
|
|
|
92
95
|
:param scope: The scope in which to define this construct.
|
|
93
96
|
:param import_to_id: The construct id used in the generated config for the 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/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.2.2/docs/data-sources/managed_database_opensearch_indices#import import section} in the documentation of this resource for the id to use
|
|
95
98
|
:param provider: ? Optional instance of the provider where the DataUpcloudManagedDatabaseOpensearchIndices to import is found.
|
|
96
99
|
'''
|
|
97
100
|
if __debug__:
|
|
@@ -224,9 +227,9 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
224
227
|
:param lifecycle:
|
|
225
228
|
:param provider:
|
|
226
229
|
:param provisioners:
|
|
227
|
-
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
228
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
229
|
-
: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.2.2/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.2.2/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.2.2/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
230
233
|
'''
|
|
231
234
|
if isinstance(lifecycle, dict):
|
|
232
235
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -332,7 +335,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
332
335
|
def service(self) -> builtins.str:
|
|
333
336
|
'''Service's UUID for which these indices belongs to.
|
|
334
337
|
|
|
335
|
-
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.2.2/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
|
|
336
339
|
'''
|
|
337
340
|
result = self._values.get("service")
|
|
338
341
|
assert result is not None, "Required property 'service' is missing"
|
|
@@ -340,7 +343,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
340
343
|
|
|
341
344
|
@builtins.property
|
|
342
345
|
def id(self) -> typing.Optional[builtins.str]:
|
|
343
|
-
'''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.2.2/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}.
|
|
344
347
|
|
|
345
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.
|
|
346
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.
|
|
@@ -354,7 +357,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
354
357
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]]:
|
|
355
358
|
'''indices block.
|
|
356
359
|
|
|
357
|
-
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.2.2/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
358
361
|
'''
|
|
359
362
|
result = self._values.get("indices")
|
|
360
363
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]], result)
|