cdktf-cdktf-provider-upcloud 14.9.0__py3-none-any.whl → 14.10.0__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 +5 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.10.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +44 -44
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +62 -62
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +53 -53
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +54 -54
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +80 -80
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +41 -41
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +271 -176
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +73 -73
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +52 -52
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +351 -351
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +34 -77
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +315 -269
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +2670 -655
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +511 -417
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +219 -173
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +49 -49
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +32 -73
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/network/__init__.py +50 -50
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +39 -39
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +43 -43
- cdktf_cdktf_provider_upcloud/provider/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/router/__init__.py +34 -34
- cdktf_cdktf_provider_upcloud/server/__init__.py +220 -220
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/storage/__init__.py +648 -187
- cdktf_cdktf_provider_upcloud/storage_template/__init__.py +463 -0
- cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/METADATA +9 -9
- cdktf_cdktf_provider_upcloud-14.10.0.dist-info/RECORD +62 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.9.0.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_loadbalancer_dynamic_certificate_bundle`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_loadbalancer_dynamic_certificate_bundle`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_loadbalancer_dynamic_certificate_bundle`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_dynamic_certificate_bundle).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,17 +29,16 @@ class LoadbalancerDynamicCertificateBundle(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.loadbalancerDynamicCertificateBundle.LoadbalancerDynamicCertificateBundle",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_dynamic_certificate_bundle upcloud_loadbalancer_dynamic_certificate_bundle}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
36
36
|
scope: _constructs_77d1e7e8.Construct,
|
|
37
|
-
|
|
37
|
+
id: builtins.str,
|
|
38
38
|
*,
|
|
39
39
|
hostnames: typing.Sequence[builtins.str],
|
|
40
40
|
key_type: builtins.str,
|
|
41
41
|
name: builtins.str,
|
|
42
|
-
id: typing.Optional[builtins.str] = None,
|
|
43
42
|
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,
|
|
44
43
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
45
44
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
@@ -48,14 +47,13 @@ class LoadbalancerDynamicCertificateBundle(
|
|
|
48
47
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
49
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,
|
|
50
49
|
) -> None:
|
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
50
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_dynamic_certificate_bundle upcloud_loadbalancer_dynamic_certificate_bundle} Resource.
|
|
52
51
|
|
|
53
52
|
:param scope: The scope in which to define this construct.
|
|
54
|
-
:param
|
|
55
|
-
:param hostnames: Certificate hostnames. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
56
|
-
:param key_type: Private key type (``rsa`` / ``ecdsa``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
57
|
-
:param name: The name of the bundle
|
|
58
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer_dynamic_certificate_bundle#id LoadbalancerDynamicCertificateBundle#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 id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
54
|
+
:param hostnames: Certificate hostnames. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_dynamic_certificate_bundle#hostnames LoadbalancerDynamicCertificateBundle#hostnames}
|
|
55
|
+
:param key_type: Private key type (``rsa`` / ``ecdsa``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_dynamic_certificate_bundle#key_type LoadbalancerDynamicCertificateBundle#key_type}
|
|
56
|
+
:param name: The name of the certificate bundle. Must be unique within customer account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_dynamic_certificate_bundle#name LoadbalancerDynamicCertificateBundle#name}
|
|
59
57
|
:param connection:
|
|
60
58
|
:param count:
|
|
61
59
|
:param depends_on:
|
|
@@ -67,12 +65,11 @@ class LoadbalancerDynamicCertificateBundle(
|
|
|
67
65
|
if __debug__:
|
|
68
66
|
type_hints = typing.get_type_hints(_typecheckingstub__2a46181dda53da2f4cda4b7c23ce6023fe4616e4966b031bfce2e26b23bc7689)
|
|
69
67
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
70
|
-
check_type(argname="argument
|
|
68
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
71
69
|
config = LoadbalancerDynamicCertificateBundleConfig(
|
|
72
70
|
hostnames=hostnames,
|
|
73
71
|
key_type=key_type,
|
|
74
72
|
name=name,
|
|
75
|
-
id=id,
|
|
76
73
|
connection=connection,
|
|
77
74
|
count=count,
|
|
78
75
|
depends_on=depends_on,
|
|
@@ -82,7 +79,7 @@ class LoadbalancerDynamicCertificateBundle(
|
|
|
82
79
|
provisioners=provisioners,
|
|
83
80
|
)
|
|
84
81
|
|
|
85
|
-
jsii.create(self.__class__, self, [scope,
|
|
82
|
+
jsii.create(self.__class__, self, [scope, id, config])
|
|
86
83
|
|
|
87
84
|
@jsii.member(jsii_name="generateConfigForImport")
|
|
88
85
|
@builtins.classmethod
|
|
@@ -97,7 +94,7 @@ class LoadbalancerDynamicCertificateBundle(
|
|
|
97
94
|
|
|
98
95
|
:param scope: The scope in which to define this construct.
|
|
99
96
|
:param import_to_id: The construct id used in the generated config for the LoadbalancerDynamicCertificateBundle to import.
|
|
100
|
-
:param import_from_id: The id of the existing LoadbalancerDynamicCertificateBundle that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
97
|
+
:param import_from_id: The id of the existing LoadbalancerDynamicCertificateBundle that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_dynamic_certificate_bundle#import import section} in the documentation of this resource for the id to use
|
|
101
98
|
:param provider: ? Optional instance of the provider where the LoadbalancerDynamicCertificateBundle to import is found.
|
|
102
99
|
'''
|
|
103
100
|
if __debug__:
|
|
@@ -108,10 +105,6 @@ class LoadbalancerDynamicCertificateBundle(
|
|
|
108
105
|
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
|
109
106
|
return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
|
|
110
107
|
|
|
111
|
-
@jsii.member(jsii_name="resetId")
|
|
112
|
-
def reset_id(self) -> None:
|
|
113
|
-
return typing.cast(None, jsii.invoke(self, "resetId", []))
|
|
114
|
-
|
|
115
108
|
@jsii.member(jsii_name="synthesizeAttributes")
|
|
116
109
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
117
110
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
|
@@ -125,6 +118,11 @@ class LoadbalancerDynamicCertificateBundle(
|
|
|
125
118
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
|
126
119
|
return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
|
|
127
120
|
|
|
121
|
+
@builtins.property
|
|
122
|
+
@jsii.member(jsii_name="id")
|
|
123
|
+
def id(self) -> builtins.str:
|
|
124
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
|
125
|
+
|
|
128
126
|
@builtins.property
|
|
129
127
|
@jsii.member(jsii_name="notAfter")
|
|
130
128
|
def not_after(self) -> builtins.str:
|
|
@@ -145,11 +143,6 @@ class LoadbalancerDynamicCertificateBundle(
|
|
|
145
143
|
def hostnames_input(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
146
144
|
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "hostnamesInput"))
|
|
147
145
|
|
|
148
|
-
@builtins.property
|
|
149
|
-
@jsii.member(jsii_name="idInput")
|
|
150
|
-
def id_input(self) -> typing.Optional[builtins.str]:
|
|
151
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
|
152
|
-
|
|
153
146
|
@builtins.property
|
|
154
147
|
@jsii.member(jsii_name="keyTypeInput")
|
|
155
148
|
def key_type_input(self) -> typing.Optional[builtins.str]:
|
|
@@ -170,19 +163,7 @@ class LoadbalancerDynamicCertificateBundle(
|
|
|
170
163
|
if __debug__:
|
|
171
164
|
type_hints = typing.get_type_hints(_typecheckingstub__af6b13bbea6e5016ed8fbc3a8239b43d57f52871a76598feb5c15975d1af77c7)
|
|
172
165
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
173
|
-
jsii.set(self, "hostnames", value)
|
|
174
|
-
|
|
175
|
-
@builtins.property
|
|
176
|
-
@jsii.member(jsii_name="id")
|
|
177
|
-
def id(self) -> builtins.str:
|
|
178
|
-
return typing.cast(builtins.str, jsii.get(self, "id"))
|
|
179
|
-
|
|
180
|
-
@id.setter
|
|
181
|
-
def id(self, value: builtins.str) -> None:
|
|
182
|
-
if __debug__:
|
|
183
|
-
type_hints = typing.get_type_hints(_typecheckingstub__37f243638dc99335ffb9bc7a54f736e8595866e5d4af036792bb9c7b06728ce8)
|
|
184
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
185
|
-
jsii.set(self, "id", value)
|
|
166
|
+
jsii.set(self, "hostnames", value) # pyright: ignore[reportArgumentType]
|
|
186
167
|
|
|
187
168
|
@builtins.property
|
|
188
169
|
@jsii.member(jsii_name="keyType")
|
|
@@ -194,7 +175,7 @@ class LoadbalancerDynamicCertificateBundle(
|
|
|
194
175
|
if __debug__:
|
|
195
176
|
type_hints = typing.get_type_hints(_typecheckingstub__b0c5408231a1e82fc5396a17275dcd2c0244a0cd1db650288a104fea3d12abf8)
|
|
196
177
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
197
|
-
jsii.set(self, "keyType", value)
|
|
178
|
+
jsii.set(self, "keyType", value) # pyright: ignore[reportArgumentType]
|
|
198
179
|
|
|
199
180
|
@builtins.property
|
|
200
181
|
@jsii.member(jsii_name="name")
|
|
@@ -206,7 +187,7 @@ class LoadbalancerDynamicCertificateBundle(
|
|
|
206
187
|
if __debug__:
|
|
207
188
|
type_hints = typing.get_type_hints(_typecheckingstub__471522ca789842f463f90f4e3258eff20d765fb5181d1cd901479ee389e2e83a)
|
|
208
189
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
209
|
-
jsii.set(self, "name", value)
|
|
190
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
210
191
|
|
|
211
192
|
|
|
212
193
|
@jsii.data_type(
|
|
@@ -223,7 +204,6 @@ class LoadbalancerDynamicCertificateBundle(
|
|
|
223
204
|
"hostnames": "hostnames",
|
|
224
205
|
"key_type": "keyType",
|
|
225
206
|
"name": "name",
|
|
226
|
-
"id": "id",
|
|
227
207
|
},
|
|
228
208
|
)
|
|
229
209
|
class LoadbalancerDynamicCertificateBundleConfig(
|
|
@@ -242,7 +222,6 @@ class LoadbalancerDynamicCertificateBundleConfig(
|
|
|
242
222
|
hostnames: typing.Sequence[builtins.str],
|
|
243
223
|
key_type: builtins.str,
|
|
244
224
|
name: builtins.str,
|
|
245
|
-
id: typing.Optional[builtins.str] = None,
|
|
246
225
|
) -> None:
|
|
247
226
|
'''
|
|
248
227
|
:param connection:
|
|
@@ -252,10 +231,9 @@ class LoadbalancerDynamicCertificateBundleConfig(
|
|
|
252
231
|
:param lifecycle:
|
|
253
232
|
:param provider:
|
|
254
233
|
:param provisioners:
|
|
255
|
-
:param hostnames: Certificate hostnames. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
256
|
-
:param key_type: Private key type (``rsa`` / ``ecdsa``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
257
|
-
:param name: The name of the bundle
|
|
258
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer_dynamic_certificate_bundle#id LoadbalancerDynamicCertificateBundle#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.
|
|
234
|
+
:param hostnames: Certificate hostnames. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_dynamic_certificate_bundle#hostnames LoadbalancerDynamicCertificateBundle#hostnames}
|
|
235
|
+
:param key_type: Private key type (``rsa`` / ``ecdsa``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_dynamic_certificate_bundle#key_type LoadbalancerDynamicCertificateBundle#key_type}
|
|
236
|
+
:param name: The name of the certificate bundle. Must be unique within customer account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_dynamic_certificate_bundle#name LoadbalancerDynamicCertificateBundle#name}
|
|
259
237
|
'''
|
|
260
238
|
if isinstance(lifecycle, dict):
|
|
261
239
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -271,7 +249,6 @@ class LoadbalancerDynamicCertificateBundleConfig(
|
|
|
271
249
|
check_type(argname="argument hostnames", value=hostnames, expected_type=type_hints["hostnames"])
|
|
272
250
|
check_type(argname="argument key_type", value=key_type, expected_type=type_hints["key_type"])
|
|
273
251
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
274
|
-
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
275
252
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
276
253
|
"hostnames": hostnames,
|
|
277
254
|
"key_type": key_type,
|
|
@@ -291,8 +268,6 @@ class LoadbalancerDynamicCertificateBundleConfig(
|
|
|
291
268
|
self._values["provider"] = provider
|
|
292
269
|
if provisioners is not None:
|
|
293
270
|
self._values["provisioners"] = provisioners
|
|
294
|
-
if id is not None:
|
|
295
|
-
self._values["id"] = id
|
|
296
271
|
|
|
297
272
|
@builtins.property
|
|
298
273
|
def connection(
|
|
@@ -362,7 +337,7 @@ class LoadbalancerDynamicCertificateBundleConfig(
|
|
|
362
337
|
def hostnames(self) -> typing.List[builtins.str]:
|
|
363
338
|
'''Certificate hostnames.
|
|
364
339
|
|
|
365
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
340
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_dynamic_certificate_bundle#hostnames LoadbalancerDynamicCertificateBundle#hostnames}
|
|
366
341
|
'''
|
|
367
342
|
result = self._values.get("hostnames")
|
|
368
343
|
assert result is not None, "Required property 'hostnames' is missing"
|
|
@@ -372,7 +347,7 @@ class LoadbalancerDynamicCertificateBundleConfig(
|
|
|
372
347
|
def key_type(self) -> builtins.str:
|
|
373
348
|
'''Private key type (``rsa`` / ``ecdsa``).
|
|
374
349
|
|
|
375
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
350
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_dynamic_certificate_bundle#key_type LoadbalancerDynamicCertificateBundle#key_type}
|
|
376
351
|
'''
|
|
377
352
|
result = self._values.get("key_type")
|
|
378
353
|
assert result is not None, "Required property 'key_type' is missing"
|
|
@@ -380,24 +355,14 @@ class LoadbalancerDynamicCertificateBundleConfig(
|
|
|
380
355
|
|
|
381
356
|
@builtins.property
|
|
382
357
|
def name(self) -> builtins.str:
|
|
383
|
-
'''The name of the bundle
|
|
358
|
+
'''The name of the certificate bundle. Must be unique within customer account.
|
|
384
359
|
|
|
385
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
360
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_dynamic_certificate_bundle#name LoadbalancerDynamicCertificateBundle#name}
|
|
386
361
|
'''
|
|
387
362
|
result = self._values.get("name")
|
|
388
363
|
assert result is not None, "Required property 'name' is missing"
|
|
389
364
|
return typing.cast(builtins.str, result)
|
|
390
365
|
|
|
391
|
-
@builtins.property
|
|
392
|
-
def id(self) -> typing.Optional[builtins.str]:
|
|
393
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer_dynamic_certificate_bundle#id LoadbalancerDynamicCertificateBundle#id}.
|
|
394
|
-
|
|
395
|
-
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
396
|
-
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.
|
|
397
|
-
'''
|
|
398
|
-
result = self._values.get("id")
|
|
399
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
400
|
-
|
|
401
366
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
402
367
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
403
368
|
|
|
@@ -419,12 +384,11 @@ publication.publish()
|
|
|
419
384
|
|
|
420
385
|
def _typecheckingstub__2a46181dda53da2f4cda4b7c23ce6023fe4616e4966b031bfce2e26b23bc7689(
|
|
421
386
|
scope: _constructs_77d1e7e8.Construct,
|
|
422
|
-
|
|
387
|
+
id: builtins.str,
|
|
423
388
|
*,
|
|
424
389
|
hostnames: typing.Sequence[builtins.str],
|
|
425
390
|
key_type: builtins.str,
|
|
426
391
|
name: builtins.str,
|
|
427
|
-
id: typing.Optional[builtins.str] = None,
|
|
428
392
|
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,
|
|
429
393
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
430
394
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
@@ -451,12 +415,6 @@ def _typecheckingstub__af6b13bbea6e5016ed8fbc3a8239b43d57f52871a76598feb5c15975d
|
|
|
451
415
|
"""Type checking stubs"""
|
|
452
416
|
pass
|
|
453
417
|
|
|
454
|
-
def _typecheckingstub__37f243638dc99335ffb9bc7a54f736e8595866e5d4af036792bb9c7b06728ce8(
|
|
455
|
-
value: builtins.str,
|
|
456
|
-
) -> None:
|
|
457
|
-
"""Type checking stubs"""
|
|
458
|
-
pass
|
|
459
|
-
|
|
460
418
|
def _typecheckingstub__b0c5408231a1e82fc5396a17275dcd2c0244a0cd1db650288a104fea3d12abf8(
|
|
461
419
|
value: builtins.str,
|
|
462
420
|
) -> None:
|
|
@@ -481,7 +439,6 @@ def _typecheckingstub__148c515a5ea72589538d574c71e6abefd303b776be3bf3d37f6a63f61
|
|
|
481
439
|
hostnames: typing.Sequence[builtins.str],
|
|
482
440
|
key_type: builtins.str,
|
|
483
441
|
name: builtins.str,
|
|
484
|
-
id: typing.Optional[builtins.str] = None,
|
|
485
442
|
) -> None:
|
|
486
443
|
"""Type checking stubs"""
|
|
487
444
|
pass
|