cdktf-cdktf-provider-upcloud 11.0.1__tar.gz → 11.0.2__tar.gz

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

Potentially problematic release.


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

Files changed (61) hide show
  1. {cdktf-cdktf-provider-upcloud-11.0.1/src/cdktf_cdktf_provider_upcloud.egg-info → cdktf-cdktf-provider-upcloud-11.0.2}/PKG-INFO +4 -5
  2. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/README.md +2 -2
  3. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/pyproject.toml +1 -1
  4. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/setup.py +4 -5
  5. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/__init__.py +2 -2
  6. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  7. cdktf-cdktf-provider-upcloud-11.0.2/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@11.0.2.jsii.tgz +0 -0
  8. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +7 -7
  9. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
  10. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
  11. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
  12. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
  13. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
  14. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
  15. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
  16. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
  17. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
  18. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
  19. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
  20. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +10 -10
  21. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
  22. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
  23. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/gateway/__init__.py +28 -28
  24. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +28 -28
  25. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +47 -47
  26. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +36 -36
  27. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +52 -52
  28. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
  29. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
  30. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +36 -36
  31. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +165 -165
  32. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
  33. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
  34. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
  35. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
  36. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  37. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +172 -172
  38. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +73 -73
  39. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +289 -289
  40. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +97 -97
  41. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
  42. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
  43. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +19 -19
  44. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/network/__init__.py +40 -40
  45. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
  46. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/provider/__init__.py +22 -22
  47. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  48. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/server/__init__.py +133 -133
  49. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
  50. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/storage/__init__.py +55 -55
  51. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  52. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2/src/cdktf_cdktf_provider_upcloud.egg-info}/PKG-INFO +4 -5
  53. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud.egg-info/SOURCES.txt +1 -1
  54. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud.egg-info/requires.txt +1 -1
  55. cdktf-cdktf-provider-upcloud-11.0.1/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@11.0.1.jsii.tgz +0 -0
  56. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/LICENSE +0 -0
  57. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/MANIFEST.in +0 -0
  58. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/setup.cfg +0 -0
  59. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud/py.typed +0 -0
  60. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud.egg-info/dependency_links.txt +0 -0
  61. {cdktf-cdktf-provider-upcloud-11.0.1 → cdktf-cdktf-provider-upcloud-11.0.2}/src/cdktf_cdktf_provider_upcloud.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdktf-cdktf-provider-upcloud
3
- Version: 11.0.1
3
+ Version: 11.0.2
4
4
  Summary: Prebuilt upcloud Provider for Terraform CDK (cdktf)
5
5
  Home-page: https://github.com/cdktf/cdktf-provider-upcloud.git
6
6
  Author: HashiCorp
@@ -10,7 +10,6 @@ Classifier: Intended Audience :: Developers
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: JavaScript
12
12
  Classifier: Programming Language :: Python :: 3 :: Only
13
- Classifier: Programming Language :: Python :: 3.7
14
13
  Classifier: Programming Language :: Python :: 3.8
15
14
  Classifier: Programming Language :: Python :: 3.9
16
15
  Classifier: Programming Language :: Python :: 3.10
@@ -18,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.11
18
17
  Classifier: Typing :: Typed
19
18
  Classifier: Development Status :: 5 - Production/Stable
20
19
  Classifier: License :: OSI Approved
21
- Requires-Python: ~=3.7
20
+ Requires-Python: ~=3.8
22
21
  Description-Content-Type: text/markdown
23
22
  License-File: LICENSE
24
23
 
@@ -26,7 +25,7 @@ License-File: LICENSE
26
25
 
27
26
  This repo builds and publishes the Terraform upcloud Provider bindings for [CDK for Terraform](https://cdk.tf).
28
27
 
29
- Is based directly on upcloud 3.1.0
28
+ Is based directly on upcloud 3.1.1
30
29
 
31
30
  ## Available Packages
32
31
 
@@ -85,7 +84,7 @@ This project is explicitly not tracking the Terraform upcloud Provider version 1
85
84
  These are the upstream dependencies:
86
85
 
87
86
  * [Terraform CDK](https://cdk.tf)
88
- * [Terraform upcloud Provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.1.0)
87
+ * [Terraform upcloud Provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.1.1)
89
88
 
90
89
  * This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-upcloud/releases)
91
90
  * [Terraform Engine](https://terraform.io)
@@ -2,7 +2,7 @@
2
2
 
3
3
  This repo builds and publishes the Terraform upcloud Provider bindings for [CDK for Terraform](https://cdk.tf).
4
4
 
5
- Is based directly on upcloud 3.1.0
5
+ Is based directly on upcloud 3.1.1
6
6
 
7
7
  ## Available Packages
8
8
 
@@ -61,7 +61,7 @@ This project is explicitly not tracking the Terraform upcloud Provider version 1
61
61
  These are the upstream dependencies:
62
62
 
63
63
  * [Terraform CDK](https://cdk.tf)
64
- * [Terraform upcloud Provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.1.0)
64
+ * [Terraform upcloud Provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.1.1)
65
65
 
66
66
  * This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-upcloud/releases)
67
67
  * [Terraform Engine](https://terraform.io)
@@ -4,6 +4,6 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [tool.pyright]
6
6
  defineConstant = { DEBUG = true }
7
- pythonVersion = "3.7"
7
+ pythonVersion = "3.8"
8
8
  pythonPlatform = "All"
9
9
  reportSelfClsParameterName = false
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "cdktf-cdktf-provider-upcloud",
8
- "version": "11.0.1",
8
+ "version": "11.0.2",
9
9
  "description": "Prebuilt upcloud Provider for Terraform CDK (cdktf)",
10
10
  "license": "MPL-2.0",
11
11
  "url": "https://github.com/cdktf/cdktf-provider-upcloud.git",
@@ -70,17 +70,17 @@ kwargs = json.loads(
70
70
  ],
71
71
  "package_data": {
72
72
  "cdktf_cdktf_provider_upcloud._jsii": [
73
- "provider-upcloud@11.0.1.jsii.tgz"
73
+ "provider-upcloud@11.0.2.jsii.tgz"
74
74
  ],
75
75
  "cdktf_cdktf_provider_upcloud": [
76
76
  "py.typed"
77
77
  ]
78
78
  },
79
- "python_requires": "~=3.7",
79
+ "python_requires": "~=3.8",
80
80
  "install_requires": [
81
81
  "cdktf>=0.19.0, <0.20.0",
82
82
  "constructs>=10.0.0, <11.0.0",
83
- "jsii>=1.91.0, <2.0.0",
83
+ "jsii>=1.92.0, <2.0.0",
84
84
  "publication>=0.0.3",
85
85
  "typeguard~=2.13.3"
86
86
  ],
@@ -89,7 +89,6 @@ kwargs = json.loads(
89
89
  "Operating System :: OS Independent",
90
90
  "Programming Language :: JavaScript",
91
91
  "Programming Language :: Python :: 3 :: Only",
92
- "Programming Language :: Python :: 3.7",
93
92
  "Programming Language :: Python :: 3.8",
94
93
  "Programming Language :: Python :: 3.9",
95
94
  "Programming Language :: Python :: 3.10",
@@ -3,7 +3,7 @@
3
3
 
4
4
  This repo builds and publishes the Terraform upcloud Provider bindings for [CDK for Terraform](https://cdk.tf).
5
5
 
6
- Is based directly on upcloud 3.1.0
6
+ Is based directly on upcloud 3.1.1
7
7
 
8
8
  ## Available Packages
9
9
 
@@ -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
  * [Terraform CDK](https://cdk.tf)
65
- * [Terraform upcloud Provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.1.0)
65
+ * [Terraform upcloud Provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.1.1)
66
66
 
67
67
  * This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-upcloud/releases)
68
68
  * [Terraform Engine](https://terraform.io)
@@ -15,9 +15,9 @@ import constructs._jsii
15
15
 
16
16
  __jsii_assembly__ = jsii.JSIIAssembly.load(
17
17
  "@cdktf/provider-upcloud",
18
- "11.0.1",
18
+ "11.0.2",
19
19
  __name__[0:-6],
20
- "provider-upcloud@11.0.1.jsii.tgz",
20
+ "provider-upcloud@11.0.2.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 Registory for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/hosts).
4
+ Refer to the Terraform Registory for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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/3.1.0/docs/data-sources/hosts upcloud_hosts}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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/3.1.0/docs/data-sources/hosts upcloud_hosts} Data Source.
45
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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/3.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/3.1.1/docs/data-sources/hosts#id DataUpcloudHosts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
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/3.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/3.1.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__:
@@ -167,7 +167,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
167
167
  :param lifecycle:
168
168
  :param provider:
169
169
  :param provisioners:
170
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.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.
170
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/hosts#id DataUpcloudHosts#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
171
171
  '''
172
172
  if isinstance(lifecycle, dict):
173
173
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -265,7 +265,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
265
265
 
266
266
  @builtins.property
267
267
  def id(self) -> typing.Optional[builtins.str]:
268
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/hosts#id DataUpcloudHosts#id}.
268
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/hosts#id DataUpcloudHosts#id}.
269
269
 
270
270
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
271
271
  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 Registory for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/ip_addresses).
4
+ Refer to the Terraform Registory for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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/3.1.0/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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/3.1.0/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
45
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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/3.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/3.1.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
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/3.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/3.1.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__:
@@ -351,7 +351,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
351
351
  :param lifecycle:
352
352
  :param provider:
353
353
  :param provisioners:
354
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.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.
354
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
355
355
  '''
356
356
  if isinstance(lifecycle, dict):
357
357
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -449,7 +449,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
449
449
 
450
450
  @builtins.property
451
451
  def id(self) -> typing.Optional[builtins.str]:
452
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
452
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
453
453
 
454
454
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
455
455
  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 Registory for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/kubernetes_cluster).
4
+ Refer to the Terraform Registory for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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/3.1.0/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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/3.1.0/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
45
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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/3.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/3.1.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
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/3.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/3.1.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__:
@@ -188,7 +188,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
188
188
  :param lifecycle:
189
189
  :param provider:
190
190
  :param provisioners:
191
- :param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.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.
191
+ :param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
192
192
  '''
193
193
  if isinstance(lifecycle, dict):
194
194
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -288,7 +288,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
288
288
  def id(self) -> builtins.str:
289
289
  '''Cluster ID.
290
290
 
291
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
291
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
292
292
 
293
293
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
294
294
  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 Registory for docs: [`data_upcloud_managed_database_mysql_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_mysql_sessions).
4
+ Refer to the Terraform Registory for docs: [`data_upcloud_managed_database_mysql_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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/3.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/3.1.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/3.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/3.1.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/3.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/3.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/3.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/3.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/3.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/3.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/3.1.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
+ :param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
57
+ :param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
58
+ :param order: Order by session field and sort retrieved results. Limited variables can be used for ordering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
59
+ :param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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/3.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/3.1.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__:
@@ -298,12 +298,12 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
298
298
  :param lifecycle:
299
299
  :param provider:
300
300
  :param provisioners:
301
- :param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
302
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.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.
303
- :param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
304
- :param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
305
- :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/3.1.0/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
306
- :param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
301
+ :param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
302
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
303
+ :param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
304
+ :param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
305
+ :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/3.1.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
306
+ :param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
307
307
  '''
308
308
  if isinstance(lifecycle, dict):
309
309
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -418,7 +418,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
418
418
  def service(self) -> builtins.str:
419
419
  '''Service's UUID for which these sessions belongs to.
420
420
 
421
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
421
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
422
422
  '''
423
423
  result = self._values.get("service")
424
424
  assert result is not None, "Required property 'service' is missing"
@@ -426,7 +426,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
426
426
 
427
427
  @builtins.property
428
428
  def id(self) -> typing.Optional[builtins.str]:
429
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}.
429
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}.
430
430
 
431
431
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
432
432
  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.
@@ -438,7 +438,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
438
438
  def limit(self) -> typing.Optional[jsii.Number]:
439
439
  '''Number of entries to receive at most.
440
440
 
441
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
441
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
442
442
  '''
443
443
  result = self._values.get("limit")
444
444
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -447,7 +447,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
447
447
  def offset(self) -> typing.Optional[jsii.Number]:
448
448
  '''Offset for retrieved results based on sort order.
449
449
 
450
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
450
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
451
451
  '''
452
452
  result = self._values.get("offset")
453
453
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -456,7 +456,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
456
456
  def order(self) -> typing.Optional[builtins.str]:
457
457
  '''Order by session field and sort retrieved results. Limited variables can be used for ordering.
458
458
 
459
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
459
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
460
460
  '''
461
461
  result = self._values.get("order")
462
462
  return typing.cast(typing.Optional[builtins.str], result)
@@ -467,7 +467,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
467
467
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]]:
468
468
  '''sessions block.
469
469
 
470
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
470
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
471
471
  '''
472
472
  result = self._values.get("sessions")
473
473
  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 Registory for docs: [`data_upcloud_managed_database_opensearch_indices`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_opensearch_indices).
4
+ Refer to the Terraform Registory for docs: [`data_upcloud_managed_database_opensearch_indices`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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/3.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/3.1.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/3.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/3.1.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/3.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/3.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/3.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/3.1.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
52
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
53
+ :param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.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/3.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/3.1.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__:
@@ -220,9 +220,9 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
220
220
  :param lifecycle:
221
221
  :param provider:
222
222
  :param provisioners:
223
- :param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
224
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.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.
225
- :param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
223
+ :param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
224
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
225
+ :param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
226
226
  '''
227
227
  if isinstance(lifecycle, dict):
228
228
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -328,7 +328,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
328
328
  def service(self) -> builtins.str:
329
329
  '''Service's UUID for which these indices belongs to.
330
330
 
331
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
331
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
332
332
  '''
333
333
  result = self._values.get("service")
334
334
  assert result is not None, "Required property 'service' is missing"
@@ -336,7 +336,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
336
336
 
337
337
  @builtins.property
338
338
  def id(self) -> typing.Optional[builtins.str]:
339
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}.
339
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}.
340
340
 
341
341
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
342
342
  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.
@@ -350,7 +350,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
350
350
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]]:
351
351
  '''indices block.
352
352
 
353
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.0/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
353
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
354
354
  '''
355
355
  result = self._values.get("indices")
356
356
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]], result)