cdktf-cdktf-provider-upcloud 14.12.0__py3-none-any.whl → 14.13.1__py3-none-any.whl
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/__init__.py +3 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.13.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +80 -46
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_load_balancer_dns_challenge_domain/__init__.py +4 -4
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +31 -31
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +58 -58
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +317 -107
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +46 -46
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +33 -33
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +4638 -2086
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +195 -195
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +441 -441
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +309 -309
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +123 -123
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/managed_object_storage_custom_domain/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/network/__init__.py +33 -33
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/provider/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/server/__init__.py +153 -153
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/storage/__init__.py +51 -51
- cdktf_cdktf_provider_upcloud/storage_template/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-14.12.0.dist-info → cdktf_cdktf_provider_upcloud-14.13.1.dist-info}/METADATA +6 -6
- cdktf_cdktf_provider_upcloud-14.13.1.dist-info/RECORD +64 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.12.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.12.0.dist-info/RECORD +0 -64
- {cdktf_cdktf_provider_upcloud-14.12.0.dist-info → cdktf_cdktf_provider_upcloud-14.13.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.12.0.dist-info → cdktf_cdktf_provider_upcloud-14.13.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-14.12.0.dist-info → cdktf_cdktf_provider_upcloud-14.13.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
|
-
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.
|
|
2
|
+
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.13.1
|
|
3
3
|
|
|
4
|
-
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
4
|
+
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.13.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
|
5
5
|
|
|
6
6
|
## Available Packages
|
|
7
7
|
|
|
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
|
|
|
63
63
|
These are the upstream dependencies:
|
|
64
64
|
|
|
65
65
|
* [CDK for Terraform](https://cdk.tf)
|
|
66
|
-
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
66
|
+
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.13.1)
|
|
67
67
|
* [Terraform Engine](https://terraform.io)
|
|
68
68
|
|
|
69
69
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
|
@@ -33,9 +33,9 @@ import constructs._jsii
|
|
|
33
33
|
|
|
34
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
35
|
"@cdktf/provider-upcloud",
|
|
36
|
-
"14.
|
|
36
|
+
"14.13.1",
|
|
37
37
|
__name__[0:-6],
|
|
38
|
-
"provider-upcloud@14.
|
|
38
|
+
"provider-upcloud@14.13.1.jsii.tgz",
|
|
39
39
|
)
|
|
40
40
|
|
|
41
41
|
__all__ = [
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `data_upcloud_hosts`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/hosts).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -44,7 +44,7 @@ class DataUpcloudHosts(
|
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
|
45
45
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHosts",
|
|
46
46
|
):
|
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/hosts upcloud_hosts}.'''
|
|
48
48
|
|
|
49
49
|
def __init__(
|
|
50
50
|
self,
|
|
@@ -60,11 +60,11 @@ class DataUpcloudHosts(
|
|
|
60
60
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
61
61
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
62
62
|
) -> None:
|
|
63
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
63
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/hosts upcloud_hosts} Data Source.
|
|
64
64
|
|
|
65
65
|
:param scope: The scope in which to define this construct.
|
|
66
66
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
67
|
-
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
67
|
+
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
|
|
68
68
|
:param connection:
|
|
69
69
|
:param count:
|
|
70
70
|
:param depends_on:
|
|
@@ -103,7 +103,7 @@ class DataUpcloudHosts(
|
|
|
103
103
|
|
|
104
104
|
:param scope: The scope in which to define this construct.
|
|
105
105
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudHosts to import.
|
|
106
|
-
:param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
106
|
+
:param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
|
|
107
107
|
:param provider: ? Optional instance of the provider where the DataUpcloudHosts to import is found.
|
|
108
108
|
'''
|
|
109
109
|
if __debug__:
|
|
@@ -197,7 +197,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
197
197
|
:param lifecycle:
|
|
198
198
|
:param provider:
|
|
199
199
|
:param provisioners:
|
|
200
|
-
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
200
|
+
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
|
|
201
201
|
'''
|
|
202
202
|
if isinstance(lifecycle, dict):
|
|
203
203
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -299,7 +299,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
299
299
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]]:
|
|
300
300
|
'''hosts block.
|
|
301
301
|
|
|
302
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
302
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
|
|
303
303
|
'''
|
|
304
304
|
result = self._values.get("hosts")
|
|
305
305
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]], result)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `data_upcloud_ip_addresses`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/ip_addresses).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -44,14 +44,14 @@ class DataUpcloudIpAddresses(
|
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
|
45
45
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudIpAddresses.DataUpcloudIpAddresses",
|
|
46
46
|
):
|
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
|
|
48
48
|
|
|
49
49
|
def __init__(
|
|
50
50
|
self,
|
|
51
51
|
scope: _constructs_77d1e7e8.Construct,
|
|
52
|
-
|
|
52
|
+
id: builtins.str,
|
|
53
53
|
*,
|
|
54
|
-
|
|
54
|
+
addresses: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["DataUpcloudIpAddressesAddresses", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
55
55
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
56
56
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
57
57
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
@@ -60,11 +60,11 @@ class DataUpcloudIpAddresses(
|
|
|
60
60
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
61
61
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
62
62
|
) -> None:
|
|
63
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
63
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
|
|
64
64
|
|
|
65
65
|
:param scope: The scope in which to define this construct.
|
|
66
|
-
:param
|
|
67
|
-
:param
|
|
66
|
+
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
67
|
+
:param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
|
|
68
68
|
:param connection:
|
|
69
69
|
:param count:
|
|
70
70
|
:param depends_on:
|
|
@@ -76,9 +76,9 @@ class DataUpcloudIpAddresses(
|
|
|
76
76
|
if __debug__:
|
|
77
77
|
type_hints = typing.get_type_hints(_typecheckingstub__2b1d8df4f9a76a9c0b3ddb9006fcc889260c1a2ed1a82c09065ba480a290158e)
|
|
78
78
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
79
|
-
check_type(argname="argument
|
|
79
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
80
80
|
config = DataUpcloudIpAddressesConfig(
|
|
81
|
-
|
|
81
|
+
addresses=addresses,
|
|
82
82
|
connection=connection,
|
|
83
83
|
count=count,
|
|
84
84
|
depends_on=depends_on,
|
|
@@ -88,7 +88,7 @@ class DataUpcloudIpAddresses(
|
|
|
88
88
|
provisioners=provisioners,
|
|
89
89
|
)
|
|
90
90
|
|
|
91
|
-
jsii.create(self.__class__, self, [scope,
|
|
91
|
+
jsii.create(self.__class__, self, [scope, id, config])
|
|
92
92
|
|
|
93
93
|
@jsii.member(jsii_name="generateConfigForImport")
|
|
94
94
|
@builtins.classmethod
|
|
@@ -103,7 +103,7 @@ class DataUpcloudIpAddresses(
|
|
|
103
103
|
|
|
104
104
|
:param scope: The scope in which to define this construct.
|
|
105
105
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudIpAddresses to import.
|
|
106
|
-
:param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
106
|
+
:param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
|
|
107
107
|
:param provider: ? Optional instance of the provider where the DataUpcloudIpAddresses to import is found.
|
|
108
108
|
'''
|
|
109
109
|
if __debug__:
|
|
@@ -114,9 +114,22 @@ class DataUpcloudIpAddresses(
|
|
|
114
114
|
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
|
115
115
|
return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
|
|
116
116
|
|
|
117
|
-
@jsii.member(jsii_name="
|
|
118
|
-
def
|
|
119
|
-
|
|
117
|
+
@jsii.member(jsii_name="putAddresses")
|
|
118
|
+
def put_addresses(
|
|
119
|
+
self,
|
|
120
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["DataUpcloudIpAddressesAddresses", typing.Dict[builtins.str, typing.Any]]]],
|
|
121
|
+
) -> None:
|
|
122
|
+
'''
|
|
123
|
+
:param value: -
|
|
124
|
+
'''
|
|
125
|
+
if __debug__:
|
|
126
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ca88bd0b6a7d70fa1f0beecd8eb62dd45c54144d435da3bdaf406816325607f7)
|
|
127
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
128
|
+
return typing.cast(None, jsii.invoke(self, "putAddresses", [value]))
|
|
129
|
+
|
|
130
|
+
@jsii.member(jsii_name="resetAddresses")
|
|
131
|
+
def reset_addresses(self) -> None:
|
|
132
|
+
return typing.cast(None, jsii.invoke(self, "resetAddresses", []))
|
|
120
133
|
|
|
121
134
|
@jsii.member(jsii_name="synthesizeAttributes")
|
|
122
135
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -136,22 +149,17 @@ class DataUpcloudIpAddresses(
|
|
|
136
149
|
def addresses(self) -> "DataUpcloudIpAddressesAddressesList":
|
|
137
150
|
return typing.cast("DataUpcloudIpAddressesAddressesList", jsii.get(self, "addresses"))
|
|
138
151
|
|
|
139
|
-
@builtins.property
|
|
140
|
-
@jsii.member(jsii_name="idInput")
|
|
141
|
-
def id_input(self) -> typing.Optional[builtins.str]:
|
|
142
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
|
143
|
-
|
|
144
152
|
@builtins.property
|
|
145
153
|
@jsii.member(jsii_name="id")
|
|
146
154
|
def id(self) -> builtins.str:
|
|
147
155
|
return typing.cast(builtins.str, jsii.get(self, "id"))
|
|
148
156
|
|
|
149
|
-
@
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
jsii.
|
|
157
|
+
@builtins.property
|
|
158
|
+
@jsii.member(jsii_name="addressesInput")
|
|
159
|
+
def addresses_input(
|
|
160
|
+
self,
|
|
161
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudIpAddressesAddresses"]]]:
|
|
162
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudIpAddressesAddresses"]]], jsii.get(self, "addressesInput"))
|
|
155
163
|
|
|
156
164
|
|
|
157
165
|
@jsii.data_type(
|
|
@@ -250,6 +258,23 @@ class DataUpcloudIpAddressesAddressesList(
|
|
|
250
258
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
251
259
|
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
252
260
|
|
|
261
|
+
@builtins.property
|
|
262
|
+
@jsii.member(jsii_name="internalValue")
|
|
263
|
+
def internal_value(
|
|
264
|
+
self,
|
|
265
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudIpAddressesAddresses]]]:
|
|
266
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudIpAddressesAddresses]]], jsii.get(self, "internalValue"))
|
|
267
|
+
|
|
268
|
+
@internal_value.setter
|
|
269
|
+
def internal_value(
|
|
270
|
+
self,
|
|
271
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudIpAddressesAddresses]]],
|
|
272
|
+
) -> None:
|
|
273
|
+
if __debug__:
|
|
274
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c1cafca0cf6c9b1b568bb04311626d7a15277f0769132160f7c7d8d0b88c943f)
|
|
275
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
276
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
277
|
+
|
|
253
278
|
|
|
254
279
|
class DataUpcloudIpAddressesAddressesOutputReference(
|
|
255
280
|
_cdktf_9a9027ec.ComplexObject,
|
|
@@ -324,13 +349,15 @@ class DataUpcloudIpAddressesAddressesOutputReference(
|
|
|
324
349
|
|
|
325
350
|
@builtins.property
|
|
326
351
|
@jsii.member(jsii_name="internalValue")
|
|
327
|
-
def internal_value(
|
|
328
|
-
|
|
352
|
+
def internal_value(
|
|
353
|
+
self,
|
|
354
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudIpAddressesAddresses]]:
|
|
355
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudIpAddressesAddresses]], jsii.get(self, "internalValue"))
|
|
329
356
|
|
|
330
357
|
@internal_value.setter
|
|
331
358
|
def internal_value(
|
|
332
359
|
self,
|
|
333
|
-
value: typing.Optional[DataUpcloudIpAddressesAddresses],
|
|
360
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudIpAddressesAddresses]],
|
|
334
361
|
) -> None:
|
|
335
362
|
if __debug__:
|
|
336
363
|
type_hints = typing.get_type_hints(_typecheckingstub__c7eacdc6916f719ce9a5d133b699a86877fdcf385f12a4ef583dd68a9cbba7e5)
|
|
@@ -349,7 +376,7 @@ class DataUpcloudIpAddressesAddressesOutputReference(
|
|
|
349
376
|
"lifecycle": "lifecycle",
|
|
350
377
|
"provider": "provider",
|
|
351
378
|
"provisioners": "provisioners",
|
|
352
|
-
"
|
|
379
|
+
"addresses": "addresses",
|
|
353
380
|
},
|
|
354
381
|
)
|
|
355
382
|
class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
@@ -363,7 +390,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
363
390
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
364
391
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
365
392
|
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,
|
|
366
|
-
|
|
393
|
+
addresses: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudIpAddressesAddresses, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
367
394
|
) -> None:
|
|
368
395
|
'''
|
|
369
396
|
:param connection:
|
|
@@ -373,7 +400,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
373
400
|
:param lifecycle:
|
|
374
401
|
:param provider:
|
|
375
402
|
:param provisioners:
|
|
376
|
-
:param
|
|
403
|
+
:param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
|
|
377
404
|
'''
|
|
378
405
|
if isinstance(lifecycle, dict):
|
|
379
406
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -386,7 +413,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
386
413
|
check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
|
|
387
414
|
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
|
388
415
|
check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
|
|
389
|
-
check_type(argname="argument
|
|
416
|
+
check_type(argname="argument addresses", value=addresses, expected_type=type_hints["addresses"])
|
|
390
417
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
391
418
|
if connection is not None:
|
|
392
419
|
self._values["connection"] = connection
|
|
@@ -402,8 +429,8 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
402
429
|
self._values["provider"] = provider
|
|
403
430
|
if provisioners is not None:
|
|
404
431
|
self._values["provisioners"] = provisioners
|
|
405
|
-
if
|
|
406
|
-
self._values["
|
|
432
|
+
if addresses is not None:
|
|
433
|
+
self._values["addresses"] = addresses
|
|
407
434
|
|
|
408
435
|
@builtins.property
|
|
409
436
|
def connection(
|
|
@@ -470,14 +497,15 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
470
497
|
return typing.cast(typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]], result)
|
|
471
498
|
|
|
472
499
|
@builtins.property
|
|
473
|
-
def
|
|
474
|
-
|
|
500
|
+
def addresses(
|
|
501
|
+
self,
|
|
502
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudIpAddressesAddresses]]]:
|
|
503
|
+
'''addresses block.
|
|
475
504
|
|
|
476
|
-
|
|
477
|
-
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.
|
|
505
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
|
|
478
506
|
'''
|
|
479
|
-
result = self._values.get("
|
|
480
|
-
return typing.cast(typing.Optional[
|
|
507
|
+
result = self._values.get("addresses")
|
|
508
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudIpAddressesAddresses]]], result)
|
|
481
509
|
|
|
482
510
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
483
511
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -503,9 +531,9 @@ publication.publish()
|
|
|
503
531
|
|
|
504
532
|
def _typecheckingstub__2b1d8df4f9a76a9c0b3ddb9006fcc889260c1a2ed1a82c09065ba480a290158e(
|
|
505
533
|
scope: _constructs_77d1e7e8.Construct,
|
|
506
|
-
|
|
534
|
+
id: builtins.str,
|
|
507
535
|
*,
|
|
508
|
-
|
|
536
|
+
addresses: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudIpAddressesAddresses, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
509
537
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
510
538
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
511
539
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
@@ -526,8 +554,8 @@ def _typecheckingstub__448bac2e92f32297bbadabc1892b6f6b4df4c83114f76163f624876da
|
|
|
526
554
|
"""Type checking stubs"""
|
|
527
555
|
pass
|
|
528
556
|
|
|
529
|
-
def
|
|
530
|
-
value: builtins.str,
|
|
557
|
+
def _typecheckingstub__ca88bd0b6a7d70fa1f0beecd8eb62dd45c54144d435da3bdaf406816325607f7(
|
|
558
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudIpAddressesAddresses, typing.Dict[builtins.str, typing.Any]]]],
|
|
531
559
|
) -> None:
|
|
532
560
|
"""Type checking stubs"""
|
|
533
561
|
pass
|
|
@@ -564,6 +592,12 @@ def _typecheckingstub__5079e0f8b789f5032dc0044789334c21fa0a9825ed30d22c122cb4e5d
|
|
|
564
592
|
"""Type checking stubs"""
|
|
565
593
|
pass
|
|
566
594
|
|
|
595
|
+
def _typecheckingstub__c1cafca0cf6c9b1b568bb04311626d7a15277f0769132160f7c7d8d0b88c943f(
|
|
596
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudIpAddressesAddresses]]],
|
|
597
|
+
) -> None:
|
|
598
|
+
"""Type checking stubs"""
|
|
599
|
+
pass
|
|
600
|
+
|
|
567
601
|
def _typecheckingstub__377164bcea76251e579e73778b4b45e819fed7d526134bc3e31679df1abecf9c(
|
|
568
602
|
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
569
603
|
terraform_attribute: builtins.str,
|
|
@@ -574,7 +608,7 @@ def _typecheckingstub__377164bcea76251e579e73778b4b45e819fed7d526134bc3e31679df1
|
|
|
574
608
|
pass
|
|
575
609
|
|
|
576
610
|
def _typecheckingstub__c7eacdc6916f719ce9a5d133b699a86877fdcf385f12a4ef583dd68a9cbba7e5(
|
|
577
|
-
value: typing.Optional[DataUpcloudIpAddressesAddresses],
|
|
611
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudIpAddressesAddresses]],
|
|
578
612
|
) -> None:
|
|
579
613
|
"""Type checking stubs"""
|
|
580
614
|
pass
|
|
@@ -588,7 +622,7 @@ def _typecheckingstub__f8eaf73d054779a9489925b302569b9e24194947f28df7eff8d51225d
|
|
|
588
622
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
589
623
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
590
624
|
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,
|
|
591
|
-
|
|
625
|
+
addresses: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudIpAddressesAddresses, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
592
626
|
) -> None:
|
|
593
627
|
"""Type checking stubs"""
|
|
594
628
|
pass
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `data_upcloud_kubernetes_cluster`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/kubernetes_cluster).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -44,7 +44,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
|
45
45
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudKubernetesCluster.DataUpcloudKubernetesCluster",
|
|
46
46
|
):
|
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
|
|
48
48
|
|
|
49
49
|
def __init__(
|
|
50
50
|
self,
|
|
@@ -60,11 +60,11 @@ class DataUpcloudKubernetesCluster(
|
|
|
60
60
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
61
61
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
62
62
|
) -> None:
|
|
63
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
63
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
|
|
64
64
|
|
|
65
65
|
:param scope: The scope in which to define this construct.
|
|
66
66
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
67
|
-
:param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
67
|
+
:param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
68
68
|
:param connection:
|
|
69
69
|
:param count:
|
|
70
70
|
:param depends_on:
|
|
@@ -103,7 +103,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
103
103
|
|
|
104
104
|
:param scope: The scope in which to define this construct.
|
|
105
105
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudKubernetesCluster to import.
|
|
106
|
-
:param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
106
|
+
:param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
|
|
107
107
|
:param provider: ? Optional instance of the provider where the DataUpcloudKubernetesCluster to import is found.
|
|
108
108
|
'''
|
|
109
109
|
if __debug__:
|
|
@@ -210,7 +210,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
210
210
|
:param lifecycle:
|
|
211
211
|
:param provider:
|
|
212
212
|
:param provisioners:
|
|
213
|
-
:param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
213
|
+
:param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
214
214
|
'''
|
|
215
215
|
if isinstance(lifecycle, dict):
|
|
216
216
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -310,7 +310,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
310
310
|
def id(self) -> builtins.str:
|
|
311
311
|
'''UUID of the cluster.
|
|
312
312
|
|
|
313
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
313
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
|
|
314
314
|
|
|
315
315
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
316
316
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `data_upcloud_load_balancer_dns_challenge_domain`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_load_balancer_dns_challenge_domain`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_load_balancer_dns_challenge_domain`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/load_balancer_dns_challenge_domain).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -44,7 +44,7 @@ class DataUpcloudLoadBalancerDnsChallengeDomain(
|
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
|
45
45
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudLoadBalancerDnsChallengeDomain.DataUpcloudLoadBalancerDnsChallengeDomain",
|
|
46
46
|
):
|
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/load_balancer_dns_challenge_domain upcloud_load_balancer_dns_challenge_domain}.'''
|
|
48
48
|
|
|
49
49
|
def __init__(
|
|
50
50
|
self,
|
|
@@ -59,7 +59,7 @@ class DataUpcloudLoadBalancerDnsChallengeDomain(
|
|
|
59
59
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
60
60
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
61
61
|
) -> None:
|
|
62
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
62
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/load_balancer_dns_challenge_domain upcloud_load_balancer_dns_challenge_domain} Data Source.
|
|
63
63
|
|
|
64
64
|
:param scope: The scope in which to define this construct.
|
|
65
65
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -100,7 +100,7 @@ class DataUpcloudLoadBalancerDnsChallengeDomain(
|
|
|
100
100
|
|
|
101
101
|
:param scope: The scope in which to define this construct.
|
|
102
102
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudLoadBalancerDnsChallengeDomain to import.
|
|
103
|
-
:param import_from_id: The id of the existing DataUpcloudLoadBalancerDnsChallengeDomain that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
103
|
+
:param import_from_id: The id of the existing DataUpcloudLoadBalancerDnsChallengeDomain that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/data-sources/load_balancer_dns_challenge_domain#import import section} in the documentation of this resource for the id to use
|
|
104
104
|
:param provider: ? Optional instance of the provider where the DataUpcloudLoadBalancerDnsChallengeDomain to import is found.
|
|
105
105
|
'''
|
|
106
106
|
if __debug__:
|