cdktf-cdktf-provider-upcloud 14.1.1__tar.gz → 14.2.1__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.

Files changed (68) hide show
  1. {cdktf-cdktf-provider-upcloud-14.1.1/src/cdktf_cdktf_provider_upcloud.egg-info → cdktf-cdktf-provider-upcloud-14.2.1}/PKG-INFO +4 -4
  2. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/README.md +3 -3
  3. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/setup.py +5 -3
  4. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/__init__.py +10 -3
  5. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/_jsii/__init__.py +5 -2
  6. cdktf-cdktf-provider-upcloud-14.2.1/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.2.1.jsii.tgz +0 -0
  7. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +10 -7
  8. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +10 -7
  9. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +10 -7
  10. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +25 -22
  11. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +16 -13
  12. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +33 -30
  13. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +25 -22
  14. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +13 -10
  15. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +10 -7
  16. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +16 -13
  17. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -25
  18. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +10 -7
  19. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +13 -10
  20. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +13 -10
  21. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +44 -41
  22. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +22 -19
  23. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/gateway/__init__.py +254 -29
  24. cdktf-cdktf-provider-upcloud-14.2.1/src/cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +1279 -0
  25. cdktf-cdktf-provider-upcloud-14.2.1/src/cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +1337 -0
  26. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +34 -31
  27. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +50 -47
  28. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +45 -42
  29. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +67 -64
  30. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +19 -16
  31. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +31 -28
  32. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +19 -16
  33. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +42 -39
  34. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +196 -193
  35. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +19 -16
  36. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +22 -19
  37. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +34 -31
  38. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +31 -28
  39. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +22 -19
  40. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +192 -189
  41. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +336 -333
  42. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +348 -345
  43. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +120 -117
  44. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +53 -50
  45. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +33 -30
  46. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +22 -19
  47. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -13
  48. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +19 -16
  49. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +19 -16
  50. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/network/__init__.py +43 -40
  51. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/object_storage/__init__.py +33 -30
  52. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/provider/__init__.py +28 -25
  53. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/router/__init__.py +22 -19
  54. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/server/__init__.py +150 -147
  55. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/server_group/__init__.py +25 -22
  56. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/storage/__init__.py +61 -58
  57. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/tag/__init__.py +19 -16
  58. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1/src/cdktf_cdktf_provider_upcloud.egg-info}/PKG-INFO +4 -4
  59. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud.egg-info/SOURCES.txt +3 -1
  60. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud.egg-info/requires.txt +1 -1
  61. cdktf-cdktf-provider-upcloud-14.1.1/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.1.1.jsii.tgz +0 -0
  62. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/LICENSE +0 -0
  63. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/MANIFEST.in +0 -0
  64. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/pyproject.toml +0 -0
  65. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/setup.cfg +0 -0
  66. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud/py.typed +0 -0
  67. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/src/cdktf_cdktf_provider_upcloud.egg-info/dependency_links.txt +0 -0
  68. {cdktf-cdktf-provider-upcloud-14.1.1 → cdktf-cdktf-provider-upcloud-14.2.1}/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.1.1
3
+ Version: 14.2.1
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.1.1
24
+ # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.2.1
25
25
 
26
- This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.1.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
26
+ This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.2.1/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.1.1)
88
+ * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.2.1)
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.1
1
+ # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.2.1
2
2
 
3
- This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.1.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
3
+ This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.2.1/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.1.1)
65
+ * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.2.1)
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.1.1",
8
+ "version": "14.2.1",
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.1.1.jsii.tgz"
80
+ "provider-upcloud@14.2.1.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.94.0, <2.0.0",
90
+ "jsii>=1.96.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.1.1
2
+ # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.2.1
3
3
 
4
- This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.1.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
4
+ This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.2.1/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.1.1)
66
+ * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.2.1)
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.1.1",
21
+ "14.2.1",
19
22
  __name__[0:-6],
20
- "provider-upcloud@14.1.1.jsii.tgz",
23
+ "provider-upcloud@14.2.1.jsii.tgz",
21
24
  )
22
25
 
23
26
  __all__ = [
@@ -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.1.1/docs/data-sources/hosts).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/hosts upcloud_hosts}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/hosts upcloud_hosts} Data Source.
48
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/hosts#id DataUpcloudHosts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
52
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/hosts#id DataUpcloudHosts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
50
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.1.1/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
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.1/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.1.1/docs/data-sources/hosts#id DataUpcloudHosts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
177
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/hosts#id DataUpcloudHosts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
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.1.1/docs/data-sources/hosts#id DataUpcloudHosts#id}.
275
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/ip_addresses).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
48
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
52
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
50
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.1.1/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
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.1/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.1.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
361
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
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.1.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
459
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/kubernetes_cluster).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
48
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
52
+ :param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
50
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.1.1/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
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.1/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.1.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
198
+ :param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
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.1.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
298
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_mysql_sessions).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_mysql_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions} Data Source.
53
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
- :param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
57
- :param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
58
- :param order: Order by session field and sort retrieved results. Limited variables can be used for ordering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
59
- :param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
57
+ :param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
58
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
59
+ :param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_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.1/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.1/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.1/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.1.1/docs/data-sources/managed_database_mysql_sessions#import import section} in the documentation of this resource for the id to use
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.1/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.1.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
306
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
307
- :param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
308
- :param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
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.1.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
310
- :param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
308
+ :param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
309
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
310
+ :param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_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.1/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.1/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.1/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.1.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
428
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}.
436
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
448
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
457
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
466
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
477
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_opensearch_indices).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_opensearch_indices`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices} Data Source.
50
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
52
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
53
- :param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
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.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
+ :param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_opensearch_indices#import import section} in the documentation of this resource for the id to use
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.1/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.1.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
228
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
229
- :param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
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.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
231
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
232
+ :param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
338
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}.
346
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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.1.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
360
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/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)