cdktf-cdktf-provider-upcloud 13.1.0__tar.gz → 14.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.

Files changed (66) hide show
  1. {cdktf-cdktf-provider-upcloud-13.1.0/src/cdktf_cdktf_provider_upcloud.egg-info → cdktf-cdktf-provider-upcloud-14.0.0}/PKG-INFO +5 -5
  2. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/README.md +4 -4
  3. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/setup.py +6 -2
  4. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/__init__.py +12 -4
  5. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  6. cdktf-cdktf-provider-upcloud-14.0.0/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.0.0.jsii.tgz +0 -0
  7. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +7 -7
  8. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
  9. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
  10. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
  11. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
  12. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
  13. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
  14. cdktf-cdktf-provider-upcloud-14.0.0/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +629 -0
  15. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
  16. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
  17. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
  18. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
  19. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
  20. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +10 -10
  21. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
  22. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
  23. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/gateway/__init__.py +28 -28
  24. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +31 -31
  25. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +47 -47
  26. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +42 -42
  27. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +64 -64
  28. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +16 -16
  29. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
  30. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
  31. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +39 -39
  32. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +193 -193
  33. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
  34. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
  35. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
  36. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
  37. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  38. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +175 -175
  39. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +73 -73
  40. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +286 -286
  41. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +103 -103
  42. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
  43. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +40 -79
  44. cdktf-cdktf-provider-upcloud-14.0.0/src/cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +544 -0
  45. cdktf-cdktf-provider-upcloud-14.0.0/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +436 -0
  46. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +51 -104
  47. cdktf-cdktf-provider-upcloud-14.0.0/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +467 -0
  48. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/network/__init__.py +40 -40
  49. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
  50. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/provider/__init__.py +25 -25
  51. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  52. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/server/__init__.py +147 -147
  53. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/server_group/__init__.py +22 -22
  54. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/storage/__init__.py +58 -58
  55. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  56. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0/src/cdktf_cdktf_provider_upcloud.egg-info}/PKG-INFO +5 -5
  57. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud.egg-info/SOURCES.txt +5 -1
  58. cdktf-cdktf-provider-upcloud-13.1.0/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@13.1.0.jsii.tgz +0 -0
  59. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/LICENSE +0 -0
  60. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/MANIFEST.in +0 -0
  61. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/pyproject.toml +0 -0
  62. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/setup.cfg +0 -0
  63. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud/py.typed +0 -0
  64. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud.egg-info/dependency_links.txt +0 -0
  65. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud.egg-info/requires.txt +0 -0
  66. {cdktf-cdktf-provider-upcloud-13.1.0 → cdktf-cdktf-provider-upcloud-14.0.0}/src/cdktf_cdktf_provider_upcloud.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdktf-cdktf-provider-upcloud
3
- Version: 13.1.0
3
+ Version: 14.0.0
4
4
  Summary: Prebuilt upcloud Provider for Terraform CDK (cdktf)
5
5
  Home-page: https://github.com/cdktf/cdktf-provider-upcloud.git
6
6
  Author: HashiCorp
@@ -21,9 +21,9 @@ Requires-Python: ~=3.8
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
23
 
24
- # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 4.1.0
24
+ # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.0.1
25
25
 
26
- This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/4.1.0/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.0.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
27
27
 
28
28
  ## Available Packages
29
29
 
@@ -80,12 +80,12 @@ You can also visit a hosted version of the documentation on [constructs.dev](htt
80
80
 
81
81
  ## Versioning
82
82
 
83
- This project is explicitly not tracking the Terraform upcloud provider version 1:1. In fact, it always tracks `latest` of `~> 4.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).
83
+ This project is explicitly not tracking the Terraform upcloud provider version 1:1. In fact, it always tracks `latest` of `~> 5.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).
84
84
 
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/4.1.0)
88
+ * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.0.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 4.1.0
1
+ # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.0.1
2
2
 
3
- This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/4.1.0/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.0.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
4
4
 
5
5
  ## Available Packages
6
6
 
@@ -57,12 +57,12 @@ You can also visit a hosted version of the documentation on [constructs.dev](htt
57
57
 
58
58
  ## Versioning
59
59
 
60
- This project is explicitly not tracking the Terraform upcloud provider version 1:1. In fact, it always tracks `latest` of `~> 4.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).
60
+ This project is explicitly not tracking the Terraform upcloud provider version 1:1. In fact, it always tracks `latest` of `~> 5.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).
61
61
 
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/4.1.0)
65
+ * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.0.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": "13.1.0",
8
+ "version": "14.0.0",
9
9
  "description": "Prebuilt upcloud Provider for Terraform CDK (cdktf)",
10
10
  "license": "MPL-2.0",
11
11
  "url": "https://github.com/cdktf/cdktf-provider-upcloud.git",
@@ -30,6 +30,7 @@ kwargs = json.loads(
30
30
  "cdktf_cdktf_provider_upcloud.data_upcloud_managed_database_opensearch_indices",
31
31
  "cdktf_cdktf_provider_upcloud.data_upcloud_managed_database_postgresql_sessions",
32
32
  "cdktf_cdktf_provider_upcloud.data_upcloud_managed_database_redis_sessions",
33
+ "cdktf_cdktf_provider_upcloud.data_upcloud_managed_object_storage_policies",
33
34
  "cdktf_cdktf_provider_upcloud.data_upcloud_managed_object_storage_regions",
34
35
  "cdktf_cdktf_provider_upcloud.data_upcloud_networks",
35
36
  "cdktf_cdktf_provider_upcloud.data_upcloud_storage",
@@ -59,7 +60,10 @@ kwargs = json.loads(
59
60
  "cdktf_cdktf_provider_upcloud.managed_database_redis",
60
61
  "cdktf_cdktf_provider_upcloud.managed_database_user",
61
62
  "cdktf_cdktf_provider_upcloud.managed_object_storage",
63
+ "cdktf_cdktf_provider_upcloud.managed_object_storage_policy",
64
+ "cdktf_cdktf_provider_upcloud.managed_object_storage_user",
62
65
  "cdktf_cdktf_provider_upcloud.managed_object_storage_user_access_key",
66
+ "cdktf_cdktf_provider_upcloud.managed_object_storage_user_policy",
63
67
  "cdktf_cdktf_provider_upcloud.network",
64
68
  "cdktf_cdktf_provider_upcloud.object_storage",
65
69
  "cdktf_cdktf_provider_upcloud.provider",
@@ -71,7 +75,7 @@ kwargs = json.loads(
71
75
  ],
72
76
  "package_data": {
73
77
  "cdktf_cdktf_provider_upcloud._jsii": [
74
- "provider-upcloud@13.1.0.jsii.tgz"
78
+ "provider-upcloud@14.0.0.jsii.tgz"
75
79
  ],
76
80
  "cdktf_cdktf_provider_upcloud": [
77
81
  "py.typed"
@@ -1,7 +1,7 @@
1
1
  '''
2
- # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 4.1.0
2
+ # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.0.1
3
3
 
4
- This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/4.1.0/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.0.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
5
5
 
6
6
  ## Available Packages
7
7
 
@@ -58,12 +58,12 @@ You can also visit a hosted version of the documentation on [constructs.dev](htt
58
58
 
59
59
  ## Versioning
60
60
 
61
- This project is explicitly not tracking the Terraform upcloud provider version 1:1. In fact, it always tracks `latest` of `~> 4.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).
61
+ This project is explicitly not tracking the Terraform upcloud provider version 1:1. In fact, it always tracks `latest` of `~> 5.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).
62
62
 
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/4.1.0)
66
+ * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.0.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.
@@ -115,6 +115,7 @@ __all__ = [
115
115
  "data_upcloud_managed_database_opensearch_indices",
116
116
  "data_upcloud_managed_database_postgresql_sessions",
117
117
  "data_upcloud_managed_database_redis_sessions",
118
+ "data_upcloud_managed_object_storage_policies",
118
119
  "data_upcloud_managed_object_storage_regions",
119
120
  "data_upcloud_networks",
120
121
  "data_upcloud_storage",
@@ -144,7 +145,10 @@ __all__ = [
144
145
  "managed_database_redis",
145
146
  "managed_database_user",
146
147
  "managed_object_storage",
148
+ "managed_object_storage_policy",
149
+ "managed_object_storage_user",
147
150
  "managed_object_storage_user_access_key",
151
+ "managed_object_storage_user_policy",
148
152
  "network",
149
153
  "object_storage",
150
154
  "provider",
@@ -165,6 +169,7 @@ from . import data_upcloud_managed_database_mysql_sessions
165
169
  from . import data_upcloud_managed_database_opensearch_indices
166
170
  from . import data_upcloud_managed_database_postgresql_sessions
167
171
  from . import data_upcloud_managed_database_redis_sessions
172
+ from . import data_upcloud_managed_object_storage_policies
168
173
  from . import data_upcloud_managed_object_storage_regions
169
174
  from . import data_upcloud_networks
170
175
  from . import data_upcloud_storage
@@ -194,7 +199,10 @@ from . import managed_database_postgresql
194
199
  from . import managed_database_redis
195
200
  from . import managed_database_user
196
201
  from . import managed_object_storage
202
+ from . import managed_object_storage_policy
203
+ from . import managed_object_storage_user
197
204
  from . import managed_object_storage_user_access_key
205
+ from . import managed_object_storage_user_policy
198
206
  from . import network
199
207
  from . import object_storage
200
208
  from . import provider
@@ -15,9 +15,9 @@ import constructs._jsii
15
15
 
16
16
  __jsii_assembly__ = jsii.JSIIAssembly.load(
17
17
  "@cdktf/provider-upcloud",
18
- "13.1.0",
18
+ "14.0.0",
19
19
  __name__[0:-6],
20
- "provider-upcloud@13.1.0.jsii.tgz",
20
+ "provider-upcloud@14.0.0.jsii.tgz",
21
21
  )
22
22
 
23
23
  __all__ = [
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_upcloud_hosts`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/hosts).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/hosts).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudHosts(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHosts",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/hosts upcloud_hosts}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/hosts upcloud_hosts}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -42,11 +42,11 @@ class DataUpcloudHosts(
42
42
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
43
43
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
44
44
  ) -> None:
45
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/hosts upcloud_hosts} Data Source.
45
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/hosts upcloud_hosts} Data Source.
46
46
 
47
47
  :param scope: The scope in which to define this construct.
48
48
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
49
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/hosts#id DataUpcloudHosts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
49
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/hosts#id DataUpcloudHosts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
50
50
  :param connection:
51
51
  :param count:
52
52
  :param depends_on:
@@ -85,7 +85,7 @@ class DataUpcloudHosts(
85
85
 
86
86
  :param scope: The scope in which to define this construct.
87
87
  :param import_to_id: The construct id used in the generated config for the DataUpcloudHosts to import.
88
- :param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
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.0.1/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
89
89
  :param provider: ? Optional instance of the provider where the DataUpcloudHosts to import is found.
90
90
  '''
91
91
  if __debug__:
@@ -171,7 +171,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
171
171
  :param lifecycle:
172
172
  :param provider:
173
173
  :param provisioners:
174
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/hosts#id DataUpcloudHosts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
174
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.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
175
  '''
176
176
  if isinstance(lifecycle, dict):
177
177
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -269,7 +269,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
269
269
 
270
270
  @builtins.property
271
271
  def id(self) -> typing.Optional[builtins.str]:
272
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/hosts#id DataUpcloudHosts#id}.
272
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/hosts#id DataUpcloudHosts#id}.
273
273
 
274
274
  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
275
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_upcloud_ip_addresses`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/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.0.1/docs/data-sources/ip_addresses).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudIpAddresses(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudIpAddresses.DataUpcloudIpAddresses",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -42,11 +42,11 @@ class DataUpcloudIpAddresses(
42
42
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
43
43
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
44
44
  ) -> None:
45
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
45
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
46
46
 
47
47
  :param scope: The scope in which to define this construct.
48
48
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
49
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
49
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
50
50
  :param connection:
51
51
  :param count:
52
52
  :param depends_on:
@@ -85,7 +85,7 @@ class DataUpcloudIpAddresses(
85
85
 
86
86
  :param scope: The scope in which to define this construct.
87
87
  :param import_to_id: The construct id used in the generated config for the DataUpcloudIpAddresses to import.
88
- :param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
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.0.1/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
89
89
  :param provider: ? Optional instance of the provider where the DataUpcloudIpAddresses to import is found.
90
90
  '''
91
91
  if __debug__:
@@ -355,7 +355,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
355
355
  :param lifecycle:
356
356
  :param provider:
357
357
  :param provisioners:
358
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
358
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.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
359
  '''
360
360
  if isinstance(lifecycle, dict):
361
361
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -453,7 +453,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
453
453
 
454
454
  @builtins.property
455
455
  def id(self) -> typing.Optional[builtins.str]:
456
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
456
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
457
457
 
458
458
  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
459
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_upcloud_kubernetes_cluster`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/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.0.1/docs/data-sources/kubernetes_cluster).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudKubernetesCluster(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudKubernetesCluster.DataUpcloudKubernetesCluster",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -42,11 +42,11 @@ class DataUpcloudKubernetesCluster(
42
42
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
43
43
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
44
44
  ) -> None:
45
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
45
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
46
46
 
47
47
  :param scope: The scope in which to define this construct.
48
48
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
49
- :param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
49
+ :param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
50
50
  :param connection:
51
51
  :param count:
52
52
  :param depends_on:
@@ -85,7 +85,7 @@ class DataUpcloudKubernetesCluster(
85
85
 
86
86
  :param scope: The scope in which to define this construct.
87
87
  :param import_to_id: The construct id used in the generated config for the DataUpcloudKubernetesCluster to import.
88
- :param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
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.0.1/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
89
89
  :param provider: ? Optional instance of the provider where the DataUpcloudKubernetesCluster to import is found.
90
90
  '''
91
91
  if __debug__:
@@ -192,7 +192,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
192
192
  :param lifecycle:
193
193
  :param provider:
194
194
  :param provisioners:
195
- :param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
195
+ :param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.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
196
  '''
197
197
  if isinstance(lifecycle, dict):
198
198
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -292,7 +292,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
292
292
  def id(self) -> builtins.str:
293
293
  '''Cluster ID.
294
294
 
295
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
295
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
296
296
 
297
297
  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
298
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_upcloud_managed_database_mysql_sessions`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_mysql_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/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.0.1/docs/data-sources/managed_database_mysql_sessions).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabaseMysqlSessions.DataUpcloudManagedDatabaseMysqlSessions",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -47,16 +47,16 @@ class DataUpcloudManagedDatabaseMysqlSessions(
47
47
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
48
48
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
49
49
  ) -> None:
50
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions} Data Source.
50
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions} Data Source.
51
51
 
52
52
  :param scope: The scope in which to define this construct.
53
53
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
54
- :param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/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/4.1.0/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
- :param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/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/4.1.0/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/4.1.0/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/4.1.0/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
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.0.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.0.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.0.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.0.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.0.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.0.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
60
60
  :param connection:
61
61
  :param count:
62
62
  :param depends_on:
@@ -100,7 +100,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
100
100
 
101
101
  :param scope: The scope in which to define this construct.
102
102
  :param import_to_id: The construct id used in the generated config for the DataUpcloudManagedDatabaseMysqlSessions to import.
103
- :param import_from_id: The id of the existing DataUpcloudManagedDatabaseMysqlSessions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_mysql_sessions#import import section} in the documentation of this resource for the id to use
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.0.1/docs/data-sources/managed_database_mysql_sessions#import import section} in the documentation of this resource for the id to use
104
104
  :param provider: ? Optional instance of the provider where the DataUpcloudManagedDatabaseMysqlSessions to import is found.
105
105
  '''
106
106
  if __debug__:
@@ -302,12 +302,12 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
302
302
  :param lifecycle:
303
303
  :param provider:
304
304
  :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/4.1.0/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/4.1.0/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
307
- :param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/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/4.1.0/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/4.1.0/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/4.1.0/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
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.0.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.0.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.0.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.0.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.0.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.0.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
311
311
  '''
312
312
  if isinstance(lifecycle, dict):
313
313
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -422,7 +422,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
422
422
  def service(self) -> builtins.str:
423
423
  '''Service's UUID for which these sessions belongs to.
424
424
 
425
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
425
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
426
426
  '''
427
427
  result = self._values.get("service")
428
428
  assert result is not None, "Required property 'service' is missing"
@@ -430,7 +430,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
430
430
 
431
431
  @builtins.property
432
432
  def id(self) -> typing.Optional[builtins.str]:
433
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}.
433
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}.
434
434
 
435
435
  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
436
  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 +442,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
442
442
  def limit(self) -> typing.Optional[jsii.Number]:
443
443
  '''Number of entries to receive at most.
444
444
 
445
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
445
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
446
446
  '''
447
447
  result = self._values.get("limit")
448
448
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -451,7 +451,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
451
451
  def offset(self) -> typing.Optional[jsii.Number]:
452
452
  '''Offset for retrieved results based on sort order.
453
453
 
454
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
454
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
455
455
  '''
456
456
  result = self._values.get("offset")
457
457
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -460,7 +460,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
460
460
  def order(self) -> typing.Optional[builtins.str]:
461
461
  '''Order by session field and sort retrieved results. Limited variables can be used for ordering.
462
462
 
463
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
463
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
464
464
  '''
465
465
  result = self._values.get("order")
466
466
  return typing.cast(typing.Optional[builtins.str], result)
@@ -471,7 +471,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
471
471
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]]:
472
472
  '''sessions block.
473
473
 
474
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
474
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
475
475
  '''
476
476
  result = self._values.get("sessions")
477
477
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]], result)
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_upcloud_managed_database_opensearch_indices`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_opensearch_indices`](https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/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.0.1/docs/data-sources/managed_database_opensearch_indices).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabaseOpensearchIndices.DataUpcloudManagedDatabaseOpensearchIndices",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -44,13 +44,13 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
44
44
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
45
45
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
46
46
  ) -> None:
47
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices} Data Source.
47
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices} Data Source.
48
48
 
49
49
  :param scope: The scope in which to define this construct.
50
50
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
51
- :param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/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/4.1.0/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
53
- :param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
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.0.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.0.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.0.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
54
54
  :param connection:
55
55
  :param count:
56
56
  :param depends_on:
@@ -91,7 +91,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
91
91
 
92
92
  :param scope: The scope in which to define this construct.
93
93
  :param import_to_id: The construct id used in the generated config for the DataUpcloudManagedDatabaseOpensearchIndices to import.
94
- :param import_from_id: The id of the existing DataUpcloudManagedDatabaseOpensearchIndices that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_opensearch_indices#import import section} in the documentation of this resource for the id to use
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.0.1/docs/data-sources/managed_database_opensearch_indices#import import section} in the documentation of this resource for the id to use
95
95
  :param provider: ? Optional instance of the provider where the DataUpcloudManagedDatabaseOpensearchIndices to import is found.
96
96
  '''
97
97
  if __debug__:
@@ -224,9 +224,9 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
224
224
  :param lifecycle:
225
225
  :param provider:
226
226
  :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/4.1.0/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/4.1.0/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
229
- :param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
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.0.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.0.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.0.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
230
230
  '''
231
231
  if isinstance(lifecycle, dict):
232
232
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -332,7 +332,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
332
332
  def service(self) -> builtins.str:
333
333
  '''Service's UUID for which these indices belongs to.
334
334
 
335
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
335
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
336
336
  '''
337
337
  result = self._values.get("service")
338
338
  assert result is not None, "Required property 'service' is missing"
@@ -340,7 +340,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
340
340
 
341
341
  @builtins.property
342
342
  def id(self) -> typing.Optional[builtins.str]:
343
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}.
343
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}.
344
344
 
345
345
  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
346
  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 +354,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
354
354
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]]:
355
355
  '''indices block.
356
356
 
357
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
357
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
358
358
  '''
359
359
  result = self._values.get("indices")
360
360
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]], result)