cdktf-cdktf-provider-upcloud 11.0.3__tar.gz → 12.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/LICENSE +1 -1
- {cdktf-cdktf-provider-upcloud-11.0.3/src/cdktf_cdktf_provider_upcloud.egg-info → cdktf-cdktf-provider-upcloud-12.0.0}/PKG-INFO +4 -4
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/README.md +3 -3
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/setup.py +3 -3
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/__init__.py +3 -3
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf-cdktf-provider-upcloud-12.0.0/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@12.0.0.jsii.tgz +0 -0
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +11 -7
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +11 -7
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +11 -7
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +26 -22
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +17 -13
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +34 -30
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +26 -22
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +11 -7
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +17 -13
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +29 -25
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +11 -7
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +14 -10
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +14 -10
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +45 -41
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +23 -19
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/gateway/__init__.py +32 -28
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +32 -28
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +51 -47
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +40 -36
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +68 -64
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -16
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +32 -28
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -16
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +43 -39
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +169 -165
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +20 -16
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +23 -19
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +35 -31
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +32 -28
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +23 -19
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +179 -175
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +77 -73
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +296 -292
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +104 -100
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +54 -50
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +77 -30
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +23 -19
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/network/__init__.py +44 -40
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/object_storage/__init__.py +34 -30
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/provider/__init__.py +29 -25
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/router/__init__.py +23 -19
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/server/__init__.py +145 -141
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/server_group/__init__.py +23 -19
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/storage/__init__.py +59 -55
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -16
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0/src/cdktf_cdktf_provider_upcloud.egg-info}/PKG-INFO +4 -4
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud.egg-info/SOURCES.txt +1 -1
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud.egg-info/requires.txt +1 -1
- cdktf-cdktf-provider-upcloud-11.0.3/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@11.0.3.jsii.tgz +0 -0
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/MANIFEST.in +0 -0
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/pyproject.toml +0 -0
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/setup.cfg +0 -0
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud/py.typed +0 -0
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud.egg-info/dependency_links.txt +0 -0
- {cdktf-cdktf-provider-upcloud-11.0.3 → cdktf-cdktf-provider-upcloud-12.0.0}/src/cdktf_cdktf_provider_upcloud.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cdktf-cdktf-provider-upcloud
|
|
3
|
-
Version:
|
|
3
|
+
Version: 12.0.0
|
|
4
4
|
Summary: Prebuilt upcloud Provider for Terraform CDK (cdktf)
|
|
5
5
|
Home-page: https://github.com/cdktf/cdktf-provider-upcloud.git
|
|
6
6
|
Author: HashiCorp
|
|
@@ -21,9 +21,9 @@ Requires-Python: ~=3.8
|
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
|
|
24
|
-
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 3.
|
|
24
|
+
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 3.3.0
|
|
25
25
|
|
|
26
|
-
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.
|
|
26
|
+
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.3.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
|
27
27
|
|
|
28
28
|
## Available Packages
|
|
29
29
|
|
|
@@ -82,7 +82,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
|
|
|
82
82
|
These are the upstream dependencies:
|
|
83
83
|
|
|
84
84
|
* [CDK for Terraform](https://cdk.tf)
|
|
85
|
-
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.
|
|
85
|
+
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.3.0)
|
|
86
86
|
* [Terraform Engine](https://terraform.io)
|
|
87
87
|
|
|
88
88
|
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 3.
|
|
1
|
+
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 3.3.0
|
|
2
2
|
|
|
3
|
-
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.
|
|
3
|
+
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.3.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
|
4
4
|
|
|
5
5
|
## Available Packages
|
|
6
6
|
|
|
@@ -59,7 +59,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
|
|
|
59
59
|
These are the upstream dependencies:
|
|
60
60
|
|
|
61
61
|
* [CDK for Terraform](https://cdk.tf)
|
|
62
|
-
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.
|
|
62
|
+
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.3.0)
|
|
63
63
|
* [Terraform Engine](https://terraform.io)
|
|
64
64
|
|
|
65
65
|
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": "
|
|
8
|
+
"version": "12.0.0",
|
|
9
9
|
"description": "Prebuilt upcloud Provider for Terraform CDK (cdktf)",
|
|
10
10
|
"license": "MPL-2.0",
|
|
11
11
|
"url": "https://github.com/cdktf/cdktf-provider-upcloud.git",
|
|
@@ -71,7 +71,7 @@ kwargs = json.loads(
|
|
|
71
71
|
],
|
|
72
72
|
"package_data": {
|
|
73
73
|
"cdktf_cdktf_provider_upcloud._jsii": [
|
|
74
|
-
"provider-upcloud@
|
|
74
|
+
"provider-upcloud@12.0.0.jsii.tgz"
|
|
75
75
|
],
|
|
76
76
|
"cdktf_cdktf_provider_upcloud": [
|
|
77
77
|
"py.typed"
|
|
@@ -79,7 +79,7 @@ kwargs = json.loads(
|
|
|
79
79
|
},
|
|
80
80
|
"python_requires": "~=3.8",
|
|
81
81
|
"install_requires": [
|
|
82
|
-
"cdktf>=0.
|
|
82
|
+
"cdktf>=0.20.0, <0.21.0",
|
|
83
83
|
"constructs>=10.3.0, <11.0.0",
|
|
84
84
|
"jsii>=1.93.0, <2.0.0",
|
|
85
85
|
"publication>=0.0.3",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
|
-
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 3.
|
|
2
|
+
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 3.3.0
|
|
3
3
|
|
|
4
|
-
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.
|
|
4
|
+
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.3.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
|
5
5
|
|
|
6
6
|
## Available Packages
|
|
7
7
|
|
|
@@ -60,7 +60,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
|
|
|
60
60
|
These are the upstream dependencies:
|
|
61
61
|
|
|
62
62
|
* [CDK for Terraform](https://cdk.tf)
|
|
63
|
-
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.
|
|
63
|
+
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/3.3.0)
|
|
64
64
|
* [Terraform Engine](https://terraform.io)
|
|
65
65
|
|
|
66
66
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_hosts`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
45
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
49
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.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.
|
|
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.
|
|
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.3.0/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__:
|
|
@@ -104,6 +104,10 @@ class DataUpcloudHosts(
|
|
|
104
104
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
105
105
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
|
106
106
|
|
|
107
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
|
108
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
109
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
|
110
|
+
|
|
107
111
|
@jsii.python.classproperty
|
|
108
112
|
@jsii.member(jsii_name="tfResourceType")
|
|
109
113
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
|
@@ -167,7 +171,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
167
171
|
:param lifecycle:
|
|
168
172
|
:param provider:
|
|
169
173
|
:param provisioners:
|
|
170
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
174
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.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.
|
|
171
175
|
'''
|
|
172
176
|
if isinstance(lifecycle, dict):
|
|
173
177
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -265,7 +269,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
265
269
|
|
|
266
270
|
@builtins.property
|
|
267
271
|
def id(self) -> typing.Optional[builtins.str]:
|
|
268
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
272
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/hosts#id DataUpcloudHosts#id}.
|
|
269
273
|
|
|
270
274
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
271
275
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_ip_addresses`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
45
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
49
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.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.
|
|
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.
|
|
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.3.0/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__:
|
|
@@ -104,6 +104,10 @@ class DataUpcloudIpAddresses(
|
|
|
104
104
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
105
105
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
|
106
106
|
|
|
107
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
|
108
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
109
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
|
110
|
+
|
|
107
111
|
@jsii.python.classproperty
|
|
108
112
|
@jsii.member(jsii_name="tfResourceType")
|
|
109
113
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
|
@@ -351,7 +355,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
351
355
|
:param lifecycle:
|
|
352
356
|
:param provider:
|
|
353
357
|
:param provisioners:
|
|
354
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
358
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.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.
|
|
355
359
|
'''
|
|
356
360
|
if isinstance(lifecycle, dict):
|
|
357
361
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -449,7 +453,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
449
453
|
|
|
450
454
|
@builtins.property
|
|
451
455
|
def id(self) -> typing.Optional[builtins.str]:
|
|
452
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
456
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
|
|
453
457
|
|
|
454
458
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
455
459
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_kubernetes_cluster`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
45
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
49
|
+
:param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.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.
|
|
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.
|
|
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.3.0/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__:
|
|
@@ -100,6 +100,10 @@ class DataUpcloudKubernetesCluster(
|
|
|
100
100
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
101
101
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
|
102
102
|
|
|
103
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
|
104
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
105
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
|
106
|
+
|
|
103
107
|
@jsii.python.classproperty
|
|
104
108
|
@jsii.member(jsii_name="tfResourceType")
|
|
105
109
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
|
@@ -188,7 +192,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
188
192
|
:param lifecycle:
|
|
189
193
|
:param provider:
|
|
190
194
|
:param provisioners:
|
|
191
|
-
:param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
195
|
+
:param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.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.
|
|
192
196
|
'''
|
|
193
197
|
if isinstance(lifecycle, dict):
|
|
194
198
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -288,7 +292,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
288
292
|
def id(self) -> builtins.str:
|
|
289
293
|
'''Cluster ID.
|
|
290
294
|
|
|
291
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
295
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
|
|
292
296
|
|
|
293
297
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
294
298
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_managed_database_mysql_sessions`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_mysql_sessions`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
50
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
56
|
-
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
57
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
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.
|
|
59
|
-
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
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.3.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.3.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.3.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.3.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.3.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.3.0/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.
|
|
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.3.0/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__:
|
|
@@ -148,6 +148,10 @@ class DataUpcloudManagedDatabaseMysqlSessions(
|
|
|
148
148
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
149
149
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
|
150
150
|
|
|
151
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
|
152
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
153
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
|
154
|
+
|
|
151
155
|
@jsii.python.classproperty
|
|
152
156
|
@jsii.member(jsii_name="tfResourceType")
|
|
153
157
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
|
@@ -298,12 +302,12 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
298
302
|
:param lifecycle:
|
|
299
303
|
:param provider:
|
|
300
304
|
: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.
|
|
302
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
303
|
-
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
304
|
-
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
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.
|
|
306
|
-
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
305
|
+
:param service: Service's UUID for which these sessions belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
|
|
306
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
307
|
+
:param limit: Number of entries to receive at most. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
|
|
308
|
+
:param offset: Offset for retrieved results based on sort order. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
|
|
309
|
+
:param order: Order by session field and sort retrieved results. Limited variables can be used for ordering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
|
|
310
|
+
:param sessions: sessions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
307
311
|
'''
|
|
308
312
|
if isinstance(lifecycle, dict):
|
|
309
313
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -418,7 +422,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
418
422
|
def service(self) -> builtins.str:
|
|
419
423
|
'''Service's UUID for which these sessions belongs to.
|
|
420
424
|
|
|
421
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
425
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_mysql_sessions#service DataUpcloudManagedDatabaseMysqlSessions#service}
|
|
422
426
|
'''
|
|
423
427
|
result = self._values.get("service")
|
|
424
428
|
assert result is not None, "Required property 'service' is missing"
|
|
@@ -426,7 +430,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
426
430
|
|
|
427
431
|
@builtins.property
|
|
428
432
|
def id(self) -> typing.Optional[builtins.str]:
|
|
429
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
433
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_mysql_sessions#id DataUpcloudManagedDatabaseMysqlSessions#id}.
|
|
430
434
|
|
|
431
435
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
432
436
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -438,7 +442,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
438
442
|
def limit(self) -> typing.Optional[jsii.Number]:
|
|
439
443
|
'''Number of entries to receive at most.
|
|
440
444
|
|
|
441
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
445
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_mysql_sessions#limit DataUpcloudManagedDatabaseMysqlSessions#limit}
|
|
442
446
|
'''
|
|
443
447
|
result = self._values.get("limit")
|
|
444
448
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -447,7 +451,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
447
451
|
def offset(self) -> typing.Optional[jsii.Number]:
|
|
448
452
|
'''Offset for retrieved results based on sort order.
|
|
449
453
|
|
|
450
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
454
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_mysql_sessions#offset DataUpcloudManagedDatabaseMysqlSessions#offset}
|
|
451
455
|
'''
|
|
452
456
|
result = self._values.get("offset")
|
|
453
457
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -456,7 +460,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
456
460
|
def order(self) -> typing.Optional[builtins.str]:
|
|
457
461
|
'''Order by session field and sort retrieved results. Limited variables can be used for ordering.
|
|
458
462
|
|
|
459
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
463
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_mysql_sessions#order DataUpcloudManagedDatabaseMysqlSessions#order}
|
|
460
464
|
'''
|
|
461
465
|
result = self._values.get("order")
|
|
462
466
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -467,7 +471,7 @@ class DataUpcloudManagedDatabaseMysqlSessionsConfig(
|
|
|
467
471
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]]:
|
|
468
472
|
'''sessions block.
|
|
469
473
|
|
|
470
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
474
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_mysql_sessions#sessions DataUpcloudManagedDatabaseMysqlSessions#sessions}
|
|
471
475
|
'''
|
|
472
476
|
result = self._values.get("sessions")
|
|
473
477
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseMysqlSessionsSessions"]]], result)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_managed_database_opensearch_indices`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_managed_database_opensearch_indices`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
47
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
53
|
-
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
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.3.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.3.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.3.0/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.
|
|
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.3.0/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__:
|
|
@@ -127,6 +127,10 @@ class DataUpcloudManagedDatabaseOpensearchIndices(
|
|
|
127
127
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
128
128
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
|
129
129
|
|
|
130
|
+
@jsii.member(jsii_name="synthesizeHclAttributes")
|
|
131
|
+
def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
132
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
|
|
133
|
+
|
|
130
134
|
@jsii.python.classproperty
|
|
131
135
|
@jsii.member(jsii_name="tfResourceType")
|
|
132
136
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
|
@@ -220,9 +224,9 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
220
224
|
:param lifecycle:
|
|
221
225
|
:param provider:
|
|
222
226
|
: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.
|
|
224
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
225
|
-
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
227
|
+
:param service: Service's UUID for which these indices belongs to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
|
|
228
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
229
|
+
:param indices: indices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
226
230
|
'''
|
|
227
231
|
if isinstance(lifecycle, dict):
|
|
228
232
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -328,7 +332,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
328
332
|
def service(self) -> builtins.str:
|
|
329
333
|
'''Service's UUID for which these indices belongs to.
|
|
330
334
|
|
|
331
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
335
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_opensearch_indices#service DataUpcloudManagedDatabaseOpensearchIndices#service}
|
|
332
336
|
'''
|
|
333
337
|
result = self._values.get("service")
|
|
334
338
|
assert result is not None, "Required property 'service' is missing"
|
|
@@ -336,7 +340,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
336
340
|
|
|
337
341
|
@builtins.property
|
|
338
342
|
def id(self) -> typing.Optional[builtins.str]:
|
|
339
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
343
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_opensearch_indices#id DataUpcloudManagedDatabaseOpensearchIndices#id}.
|
|
340
344
|
|
|
341
345
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
342
346
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -350,7 +354,7 @@ class DataUpcloudManagedDatabaseOpensearchIndicesConfig(
|
|
|
350
354
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]]:
|
|
351
355
|
'''indices block.
|
|
352
356
|
|
|
353
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
357
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/managed_database_opensearch_indices#indices DataUpcloudManagedDatabaseOpensearchIndices#indices}
|
|
354
358
|
'''
|
|
355
359
|
result = self._values.get("indices")
|
|
356
360
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedDatabaseOpensearchIndicesIndices"]]], result)
|