cdktf-cdktf-provider-upcloud 15.0.1__tar.gz → 15.1.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 (76) hide show
  1. {cdktf_cdktf_provider_upcloud-15.0.1/src/cdktf_cdktf_provider_upcloud.egg-info → cdktf_cdktf_provider_upcloud-15.1.1}/PKG-INFO +5 -5
  2. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/README.md +3 -3
  3. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/setup.py +3 -3
  4. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/__init__.py +3 -3
  5. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  6. cdktf_cdktf_provider_upcloud-15.1.1/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@15.1.1.jsii.tgz +0 -0
  7. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +9 -9
  8. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
  9. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
  10. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_load_balancer_dns_challenge_domain/__init__.py +4 -4
  11. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
  12. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
  13. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
  14. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
  15. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_valkey_sessions/__init__.py +22 -22
  16. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
  17. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
  18. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
  19. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -28
  20. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
  21. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
  22. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +7 -7
  23. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +38 -38
  24. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +16 -16
  25. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
  26. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
  27. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
  28. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +34 -34
  29. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +58 -58
  30. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +39 -39
  31. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +46 -46
  32. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +13 -13
  33. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +25 -25
  34. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +13 -13
  35. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +33 -33
  36. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +228 -228
  37. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +13 -13
  38. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +16 -16
  39. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +28 -28
  40. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +25 -25
  41. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  42. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +444 -201
  43. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +1393 -555
  44. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +503 -399
  45. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +132 -132
  46. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +65 -65
  47. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_database_valkey/__init__.py +135 -135
  48. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
  49. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_bucket/__init__.py +10 -10
  50. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_custom_domain/__init__.py +13 -13
  51. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +16 -16
  52. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
  53. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
  54. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
  55. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/network/__init__.py +33 -33
  56. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
  57. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
  58. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/provider/__init__.py +31 -29
  59. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  60. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/server/__init__.py +140 -140
  61. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
  62. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/storage/__init__.py +52 -52
  63. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/storage_backup/__init__.py +13 -13
  64. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/storage_template/__init__.py +13 -13
  65. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  66. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1/src/cdktf_cdktf_provider_upcloud.egg-info}/PKG-INFO +5 -5
  67. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud.egg-info/SOURCES.txt +1 -1
  68. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud.egg-info/requires.txt +1 -1
  69. cdktf_cdktf_provider_upcloud-15.0.1/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@15.0.1.jsii.tgz +0 -0
  70. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/LICENSE +0 -0
  71. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/MANIFEST.in +0 -0
  72. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/pyproject.toml +0 -0
  73. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/setup.cfg +0 -0
  74. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud/py.typed +0 -0
  75. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.1}/src/cdktf_cdktf_provider_upcloud.egg-info/dependency_links.txt +0 -0
  76. {cdktf_cdktf_provider_upcloud-15.0.1 → cdktf_cdktf_provider_upcloud-15.1.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: 15.0.1
3
+ Version: 15.1.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,13 +21,13 @@ Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
22
  Requires-Dist: cdktf<0.22.0,>=0.21.0
23
23
  Requires-Dist: constructs<11.0.0,>=10.4.2
24
- Requires-Dist: jsii<2.0.0,>=1.111.0
24
+ Requires-Dist: jsii<2.0.0,>=1.112.0
25
25
  Requires-Dist: publication>=0.0.3
26
26
  Requires-Dist: typeguard<4.3.0,>=2.13.3
27
27
 
28
- # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.22.1
28
+ # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.23.1
29
29
 
30
- This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.22.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
30
+ This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.23.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
31
31
 
32
32
  ## Available Packages
33
33
 
@@ -89,7 +89,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
89
89
  These are the upstream dependencies:
90
90
 
91
91
  * [CDK for Terraform](https://cdk.tf)
92
- * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.22.1)
92
+ * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.23.1)
93
93
  * [Terraform Engine](https://terraform.io)
94
94
 
95
95
  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.22.1
1
+ # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.23.1
2
2
 
3
- This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.22.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.23.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.22.1)
65
+ * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.23.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": "15.0.1",
8
+ "version": "15.1.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",
@@ -85,7 +85,7 @@ kwargs = json.loads(
85
85
  ],
86
86
  "package_data": {
87
87
  "cdktf_cdktf_provider_upcloud._jsii": [
88
- "provider-upcloud@15.0.1.jsii.tgz"
88
+ "provider-upcloud@15.1.1.jsii.tgz"
89
89
  ],
90
90
  "cdktf_cdktf_provider_upcloud": [
91
91
  "py.typed"
@@ -95,7 +95,7 @@ kwargs = json.loads(
95
95
  "install_requires": [
96
96
  "cdktf>=0.21.0, <0.22.0",
97
97
  "constructs>=10.4.2, <11.0.0",
98
- "jsii>=1.111.0, <2.0.0",
98
+ "jsii>=1.112.0, <2.0.0",
99
99
  "publication>=0.0.3",
100
100
  "typeguard>=2.13.3,<4.3.0"
101
101
  ],
@@ -1,7 +1,7 @@
1
1
  r'''
2
- # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.22.1
2
+ # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.23.1
3
3
 
4
- This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.22.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.23.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.22.1)
66
+ * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.23.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.
@@ -33,9 +33,9 @@ import constructs._jsii
33
33
 
34
34
  __jsii_assembly__ = jsii.JSIIAssembly.load(
35
35
  "@cdktf/provider-upcloud",
36
- "15.0.1",
36
+ "15.1.1",
37
37
  __name__[0:-6],
38
- "provider-upcloud@15.0.1.jsii.tgz",
38
+ "provider-upcloud@15.1.1.jsii.tgz",
39
39
  )
40
40
 
41
41
  __all__ = [
@@ -1,7 +1,7 @@
1
1
  r'''
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.22.1/docs/data-sources/hosts).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/hosts).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudHosts(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHosts",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/hosts upcloud_hosts}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/hosts upcloud_hosts}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataUpcloudHosts(
60
60
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
61
61
  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,
62
62
  ) -> None:
63
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/hosts upcloud_hosts} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/hosts upcloud_hosts} Data Source.
64
64
 
65
65
  :param scope: The scope in which to define this construct.
66
66
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
67
- :param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
67
+ :param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataUpcloudHosts(
103
103
 
104
104
  :param scope: The scope in which to define this construct.
105
105
  :param import_to_id: The construct id used in the generated config for the DataUpcloudHosts to import.
106
- :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.22.1/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
106
+ :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.23.1/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
107
107
  :param provider: ? Optional instance of the provider where the DataUpcloudHosts to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -197,7 +197,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
197
197
  :param lifecycle:
198
198
  :param provider:
199
199
  :param provisioners:
200
- :param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
200
+ :param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
201
201
  '''
202
202
  if isinstance(lifecycle, dict):
203
203
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -299,7 +299,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
299
299
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]]:
300
300
  '''hosts block.
301
301
 
302
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
302
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
303
303
  '''
304
304
  result = self._values.get("hosts")
305
305
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]], result)
@@ -328,7 +328,7 @@ class DataUpcloudHostsHosts:
328
328
  statistics: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["DataUpcloudHostsHostsStatistics", typing.Dict[builtins.str, typing.Any]]]]] = None,
329
329
  ) -> None:
330
330
  '''
331
- :param statistics: statistics block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/hosts#statistics DataUpcloudHosts#statistics}
331
+ :param statistics: statistics block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/hosts#statistics DataUpcloudHosts#statistics}
332
332
  '''
333
333
  if __debug__:
334
334
  type_hints = typing.get_type_hints(_typecheckingstub__35ff19b978e1a15cfb5f77b6a4d9da25521117766382dd5efba6f9765d2bdf62)
@@ -343,7 +343,7 @@ class DataUpcloudHostsHosts:
343
343
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHostsStatistics"]]]:
344
344
  '''statistics block.
345
345
 
346
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/hosts#statistics DataUpcloudHosts#statistics}
346
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/hosts#statistics DataUpcloudHosts#statistics}
347
347
  '''
348
348
  result = self._values.get("statistics")
349
349
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHostsStatistics"]]], result)
@@ -1,7 +1,7 @@
1
1
  r'''
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.22.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.23.1/docs/data-sources/ip_addresses).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudIpAddresses(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudIpAddresses.DataUpcloudIpAddresses",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataUpcloudIpAddresses(
60
60
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
61
61
  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,
62
62
  ) -> None:
63
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
64
64
 
65
65
  :param scope: The scope in which to define this construct.
66
66
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
67
- :param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
67
+ :param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataUpcloudIpAddresses(
103
103
 
104
104
  :param scope: The scope in which to define this construct.
105
105
  :param import_to_id: The construct id used in the generated config for the DataUpcloudIpAddresses to import.
106
- :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.22.1/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
106
+ :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.23.1/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
107
107
  :param provider: ? Optional instance of the provider where the DataUpcloudIpAddresses to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -400,7 +400,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
400
400
  :param lifecycle:
401
401
  :param provider:
402
402
  :param provisioners:
403
- :param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
403
+ :param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
404
404
  '''
405
405
  if isinstance(lifecycle, dict):
406
406
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -502,7 +502,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
502
502
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudIpAddressesAddresses]]]:
503
503
  '''addresses block.
504
504
 
505
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
505
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
506
506
  '''
507
507
  result = self._values.get("addresses")
508
508
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudIpAddressesAddresses]]], result)
@@ -1,7 +1,7 @@
1
1
  r'''
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.22.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.23.1/docs/data-sources/kubernetes_cluster).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudKubernetesCluster(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudKubernetesCluster.DataUpcloudKubernetesCluster",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataUpcloudKubernetesCluster(
60
60
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
61
61
  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,
62
62
  ) -> None:
63
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
64
64
 
65
65
  :param scope: The scope in which to define this construct.
66
66
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
67
- :param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.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.
67
+ :param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.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.
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataUpcloudKubernetesCluster(
103
103
 
104
104
  :param scope: The scope in which to define this construct.
105
105
  :param import_to_id: The construct id used in the generated config for the DataUpcloudKubernetesCluster to import.
106
- :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.22.1/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
106
+ :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.23.1/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
107
107
  :param provider: ? Optional instance of the provider where the DataUpcloudKubernetesCluster to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -210,7 +210,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
210
210
  :param lifecycle:
211
211
  :param provider:
212
212
  :param provisioners:
213
- :param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.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.
213
+ :param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.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.
214
214
  '''
215
215
  if isinstance(lifecycle, dict):
216
216
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -310,7 +310,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
310
310
  def id(self) -> builtins.str:
311
311
  '''UUID of the cluster.
312
312
 
313
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
313
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
314
314
 
315
315
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
316
316
  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
  r'''
2
2
  # `data_upcloud_load_balancer_dns_challenge_domain`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_load_balancer_dns_challenge_domain`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/load_balancer_dns_challenge_domain).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_load_balancer_dns_challenge_domain`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/load_balancer_dns_challenge_domain).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudLoadBalancerDnsChallengeDomain(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudLoadBalancerDnsChallengeDomain.DataUpcloudLoadBalancerDnsChallengeDomain",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/load_balancer_dns_challenge_domain upcloud_load_balancer_dns_challenge_domain}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/load_balancer_dns_challenge_domain upcloud_load_balancer_dns_challenge_domain}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -59,7 +59,7 @@ class DataUpcloudLoadBalancerDnsChallengeDomain(
59
59
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
60
60
  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,
61
61
  ) -> None:
62
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/load_balancer_dns_challenge_domain upcloud_load_balancer_dns_challenge_domain} Data Source.
62
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/load_balancer_dns_challenge_domain upcloud_load_balancer_dns_challenge_domain} Data Source.
63
63
 
64
64
  :param scope: The scope in which to define this construct.
65
65
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -100,7 +100,7 @@ class DataUpcloudLoadBalancerDnsChallengeDomain(
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 DataUpcloudLoadBalancerDnsChallengeDomain to import.
103
- :param import_from_id: The id of the existing DataUpcloudLoadBalancerDnsChallengeDomain that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/load_balancer_dns_challenge_domain#import import section} in the documentation of this resource for the id to use
103
+ :param import_from_id: The id of the existing DataUpcloudLoadBalancerDnsChallengeDomain that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/load_balancer_dns_challenge_domain#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 DataUpcloudLoadBalancerDnsChallengeDomain to import is found.
105
105
  '''
106
106
  if __debug__:
@@ -1,7 +1,7 @@
1
1
  r'''
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.22.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.23.1/docs/data-sources/managed_database_mysql_sessions).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabaseMysqlSessions.DataUpcloudManagedDatabaseMysqlSessions",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -65,16 +65,16 @@ class DataUpcloudManagedDatabaseMysqlSessions(
65
65
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
66
66
  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,
67
67
  ) -> None:
68
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions} Data Source.
68
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions upcloud_managed_database_mysql_sessions} Data Source.
69
69
 
70
70
  :param scope: The scope in which to define this construct.
71
71
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
72
- :param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
73
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.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.
74
- :param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
75
- :param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
76
- :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.22.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
77
- :param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
72
+ :param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
73
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.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.
74
+ :param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
75
+ :param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
76
+ :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.23.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
77
+ :param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
78
78
  :param connection:
79
79
  :param count:
80
80
  :param depends_on:
@@ -118,7 +118,7 @@ class DataUpcloudManagedDatabaseMysqlSessions(
118
118
 
119
119
  :param scope: The scope in which to define this construct.
120
120
  :param import_to_id: The construct id used in the generated config for the DataUpcloudManagedDatabaseMysqlSessions to import.
121
- :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.22.1/docs/data-sources/managed_database_mysql_sessions#import import section} in the documentation of this resource for the id to use
121
+ :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.23.1/docs/data-sources/managed_database_mysql_sessions#import import section} in the documentation of this resource for the id to use
122
122
  :param provider: ? Optional instance of the provider where the DataUpcloudManagedDatabaseMysqlSessions to import is found.
123
123
  '''
124
124
  if __debug__:
@@ -320,12 +320,12 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
320
320
  :param lifecycle:
321
321
  :param provider:
322
322
  :param provisioners:
323
- :param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
324
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.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.
325
- :param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
326
- :param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
327
- :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.22.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
328
- :param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
323
+ :param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
324
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.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.
325
+ :param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
326
+ :param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
327
+ :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.23.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
328
+ :param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
329
329
  '''
330
330
  if isinstance(lifecycle, dict):
331
331
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -440,7 +440,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
440
440
  def service(self) -> builtins.str:
441
441
  '''Service's UUID for which these sessions belongs to.
442
442
 
443
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
443
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
444
444
  '''
445
445
  result = self._values.get("service")
446
446
  assert result is not None, "Required property 'service' is missing"
@@ -448,7 +448,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
448
448
 
449
449
  @builtins.property
450
450
  def id(self) -> typing.Optional[builtins.str]:
451
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}.
451
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}.
452
452
 
453
453
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
454
454
  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.
@@ -460,7 +460,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
460
460
  def limit(self) -> typing.Optional[jsii.Number]:
461
461
  '''Number of entries to receive at most.
462
462
 
463
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
463
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
464
464
  '''
465
465
  result = self._values.get("limit")
466
466
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -469,7 +469,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
469
469
  def offset(self) -> typing.Optional[jsii.Number]:
470
470
  '''Offset for retrieved results based on sort order.
471
471
 
472
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
472
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
473
473
  '''
474
474
  result = self._values.get("offset")
475
475
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -478,7 +478,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
478
478
  def order(self) -> typing.Optional[builtins.str]:
479
479
  '''Order by session field and sort retrieved results. Limited variables can be used for ordering.
480
480
 
481
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
481
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
482
482
  '''
483
483
  result = self._values.get("order")
484
484
  return typing.cast(typing.Optional[builtins.str], result)
@@ -489,7 +489,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
489
489
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]]:
490
490
  '''sessions block.
491
491
 
492
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
492
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
493
493
  '''
494
494
  result = self._values.get("sessions")
495
495
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]], result)
@@ -1,7 +1,7 @@
1
1
  r'''
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.22.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.23.1/docs/data-sources/managed_database_opensearch_indices).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedDatabaseOpensearchIndices.DataUpcloudManagedDatabaseOpensearchIndices",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -62,13 +62,13 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
62
62
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
63
63
  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,
64
64
  ) -> None:
65
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices} Data Source.
65
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_opensearch_indices upcloud_managed_database_opensearch_indices} Data Source.
66
66
 
67
67
  :param scope: The scope in which to define this construct.
68
68
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
69
- :param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
70
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.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.
71
- :param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
69
+ :param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
70
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.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.
71
+ :param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
72
72
  :param connection:
73
73
  :param count:
74
74
  :param depends_on:
@@ -109,7 +109,7 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
109
109
 
110
110
  :param scope: The scope in which to define this construct.
111
111
  :param import_to_id: The construct id used in the generated config for the DataUpcloudManagedDatabaseOpensearchIndices to import.
112
- :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.22.1/docs/data-sources/managed_database_opensearch_indices#import import section} in the documentation of this resource for the id to use
112
+ :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.23.1/docs/data-sources/managed_database_opensearch_indices#import import section} in the documentation of this resource for the id to use
113
113
  :param provider: ? Optional instance of the provider where the DataUpcloudManagedDatabaseOpensearchIndices to import is found.
114
114
  '''
115
115
  if __debug__:
@@ -242,9 +242,9 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
242
242
  :param lifecycle:
243
243
  :param provider:
244
244
  :param provisioners:
245
- :param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
246
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.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.
247
- :param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
245
+ :param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
246
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.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.
247
+ :param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
248
248
  '''
249
249
  if isinstance(lifecycle, dict):
250
250
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -350,7 +350,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
350
350
  def service(self) -> builtins.str:
351
351
  '''Service's UUID for which these indices belongs to.
352
352
 
353
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
353
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
354
354
  '''
355
355
  result = self._values.get("service")
356
356
  assert result is not None, "Required property 'service' is missing"
@@ -358,7 +358,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
358
358
 
359
359
  @builtins.property
360
360
  def id(self) -> typing.Optional[builtins.str]:
361
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}.
361
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}.
362
362
 
363
363
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
364
364
  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.
@@ -372,7 +372,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
372
372
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]]:
373
373
  '''indices block.
374
374
 
375
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.22.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
375
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.23.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
376
376
  '''
377
377
  result = self._values.get("indices")
378
378
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]], result)