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_frontend_tls_config`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_loadbalancer_frontend_tls_config`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_loadbalancer_frontend_tls_config`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_frontend_tls_config).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,17 +29,16 @@ class LoadbalancerFrontendTlsConfig(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.loadbalancerFrontendTlsConfig.LoadbalancerFrontendTlsConfig",
|
|
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_frontend_tls_config upcloud_loadbalancer_frontend_tls_config}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
36
36
|
scope: _constructs_77d1e7e8.Construct,
|
|
37
|
-
|
|
37
|
+
id: builtins.str,
|
|
38
38
|
*,
|
|
39
39
|
certificate_bundle: builtins.str,
|
|
40
40
|
frontend: 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 LoadbalancerFrontendTlsConfig(
|
|
|
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_frontend_tls_config upcloud_loadbalancer_frontend_tls_config} Resource.
|
|
52
51
|
|
|
53
52
|
:param scope: The scope in which to define this construct.
|
|
54
|
-
:param
|
|
55
|
-
:param certificate_bundle: Reference to certificate bundle ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
56
|
-
:param frontend: ID of the load balancer frontend to which the TLS config is connected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
57
|
-
:param name: The name of the TLS config
|
|
58
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer_frontend_tls_config#id LoadbalancerFrontendTlsConfig#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 certificate_bundle: Reference to certificate bundle ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_frontend_tls_config#certificate_bundle LoadbalancerFrontendTlsConfig#certificate_bundle}
|
|
55
|
+
:param frontend: ID of the load balancer frontend to which the TLS config is connected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_frontend_tls_config#frontend LoadbalancerFrontendTlsConfig#frontend}
|
|
56
|
+
:param name: The name of the TLS config. Must be unique within customer account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_frontend_tls_config#name LoadbalancerFrontendTlsConfig#name}
|
|
59
57
|
:param connection:
|
|
60
58
|
:param count:
|
|
61
59
|
:param depends_on:
|
|
@@ -67,12 +65,11 @@ class LoadbalancerFrontendTlsConfig(
|
|
|
67
65
|
if __debug__:
|
|
68
66
|
type_hints = typing.get_type_hints(_typecheckingstub__1d4cd4ad7ebf97603900ff918033df3f1d41893190b3eac65413b9fffcbd9368)
|
|
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 = LoadbalancerFrontendTlsConfigConfig(
|
|
72
70
|
certificate_bundle=certificate_bundle,
|
|
73
71
|
frontend=frontend,
|
|
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 LoadbalancerFrontendTlsConfig(
|
|
|
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 LoadbalancerFrontendTlsConfig(
|
|
|
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 LoadbalancerFrontendTlsConfig to import.
|
|
100
|
-
:param import_from_id: The id of the existing LoadbalancerFrontendTlsConfig 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 LoadbalancerFrontendTlsConfig that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_frontend_tls_config#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 LoadbalancerFrontendTlsConfig to import is found.
|
|
102
99
|
'''
|
|
103
100
|
if __debug__:
|
|
@@ -108,10 +105,6 @@ class LoadbalancerFrontendTlsConfig(
|
|
|
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 LoadbalancerFrontendTlsConfig(
|
|
|
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="certificateBundleInput")
|
|
130
128
|
def certificate_bundle_input(self) -> typing.Optional[builtins.str]:
|
|
@@ -135,11 +133,6 @@ class LoadbalancerFrontendTlsConfig(
|
|
|
135
133
|
def frontend_input(self) -> typing.Optional[builtins.str]:
|
|
136
134
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "frontendInput"))
|
|
137
135
|
|
|
138
|
-
@builtins.property
|
|
139
|
-
@jsii.member(jsii_name="idInput")
|
|
140
|
-
def id_input(self) -> typing.Optional[builtins.str]:
|
|
141
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
|
142
|
-
|
|
143
136
|
@builtins.property
|
|
144
137
|
@jsii.member(jsii_name="nameInput")
|
|
145
138
|
def name_input(self) -> typing.Optional[builtins.str]:
|
|
@@ -155,7 +148,7 @@ class LoadbalancerFrontendTlsConfig(
|
|
|
155
148
|
if __debug__:
|
|
156
149
|
type_hints = typing.get_type_hints(_typecheckingstub__f856189c42bcb94ca0f9af01aadf25680062f03c7793ba837a6c47b0a9bb6bd3)
|
|
157
150
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
158
|
-
jsii.set(self, "certificateBundle", value)
|
|
151
|
+
jsii.set(self, "certificateBundle", value) # pyright: ignore[reportArgumentType]
|
|
159
152
|
|
|
160
153
|
@builtins.property
|
|
161
154
|
@jsii.member(jsii_name="frontend")
|
|
@@ -167,19 +160,7 @@ class LoadbalancerFrontendTlsConfig(
|
|
|
167
160
|
if __debug__:
|
|
168
161
|
type_hints = typing.get_type_hints(_typecheckingstub__a60b81ce2e1b8dbb76a8ed1e4457ec8cb1cf031113690cfb4888928428294e51)
|
|
169
162
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
170
|
-
jsii.set(self, "frontend", value)
|
|
171
|
-
|
|
172
|
-
@builtins.property
|
|
173
|
-
@jsii.member(jsii_name="id")
|
|
174
|
-
def id(self) -> builtins.str:
|
|
175
|
-
return typing.cast(builtins.str, jsii.get(self, "id"))
|
|
176
|
-
|
|
177
|
-
@id.setter
|
|
178
|
-
def id(self, value: builtins.str) -> None:
|
|
179
|
-
if __debug__:
|
|
180
|
-
type_hints = typing.get_type_hints(_typecheckingstub__13c331768c17ffd3481a793a7f4473b8e2d14cd8e60da014c5c98089e2124c14)
|
|
181
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
182
|
-
jsii.set(self, "id", value)
|
|
163
|
+
jsii.set(self, "frontend", value) # pyright: ignore[reportArgumentType]
|
|
183
164
|
|
|
184
165
|
@builtins.property
|
|
185
166
|
@jsii.member(jsii_name="name")
|
|
@@ -191,7 +172,7 @@ class LoadbalancerFrontendTlsConfig(
|
|
|
191
172
|
if __debug__:
|
|
192
173
|
type_hints = typing.get_type_hints(_typecheckingstub__abd296b56923e66965d40cf47464c6b03977ec2e8d8b30a2ce1f7484866c22a4)
|
|
193
174
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
194
|
-
jsii.set(self, "name", value)
|
|
175
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
195
176
|
|
|
196
177
|
|
|
197
178
|
@jsii.data_type(
|
|
@@ -208,7 +189,6 @@ class LoadbalancerFrontendTlsConfig(
|
|
|
208
189
|
"certificate_bundle": "certificateBundle",
|
|
209
190
|
"frontend": "frontend",
|
|
210
191
|
"name": "name",
|
|
211
|
-
"id": "id",
|
|
212
192
|
},
|
|
213
193
|
)
|
|
214
194
|
class LoadbalancerFrontendTlsConfigConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
@@ -225,7 +205,6 @@ class LoadbalancerFrontendTlsConfigConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
|
225
205
|
certificate_bundle: builtins.str,
|
|
226
206
|
frontend: builtins.str,
|
|
227
207
|
name: builtins.str,
|
|
228
|
-
id: typing.Optional[builtins.str] = None,
|
|
229
208
|
) -> None:
|
|
230
209
|
'''
|
|
231
210
|
:param connection:
|
|
@@ -235,10 +214,9 @@ class LoadbalancerFrontendTlsConfigConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
|
235
214
|
:param lifecycle:
|
|
236
215
|
:param provider:
|
|
237
216
|
:param provisioners:
|
|
238
|
-
:param certificate_bundle: Reference to certificate bundle ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
239
|
-
:param frontend: ID of the load balancer frontend to which the TLS config is connected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
240
|
-
:param name: The name of the TLS config
|
|
241
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer_frontend_tls_config#id LoadbalancerFrontendTlsConfig#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.
|
|
217
|
+
:param certificate_bundle: Reference to certificate bundle ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_frontend_tls_config#certificate_bundle LoadbalancerFrontendTlsConfig#certificate_bundle}
|
|
218
|
+
:param frontend: ID of the load balancer frontend to which the TLS config is connected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_frontend_tls_config#frontend LoadbalancerFrontendTlsConfig#frontend}
|
|
219
|
+
:param name: The name of the TLS config. Must be unique within customer account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_frontend_tls_config#name LoadbalancerFrontendTlsConfig#name}
|
|
242
220
|
'''
|
|
243
221
|
if isinstance(lifecycle, dict):
|
|
244
222
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -254,7 +232,6 @@ class LoadbalancerFrontendTlsConfigConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
|
254
232
|
check_type(argname="argument certificate_bundle", value=certificate_bundle, expected_type=type_hints["certificate_bundle"])
|
|
255
233
|
check_type(argname="argument frontend", value=frontend, expected_type=type_hints["frontend"])
|
|
256
234
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
257
|
-
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
258
235
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
259
236
|
"certificate_bundle": certificate_bundle,
|
|
260
237
|
"frontend": frontend,
|
|
@@ -274,8 +251,6 @@ class LoadbalancerFrontendTlsConfigConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
|
274
251
|
self._values["provider"] = provider
|
|
275
252
|
if provisioners is not None:
|
|
276
253
|
self._values["provisioners"] = provisioners
|
|
277
|
-
if id is not None:
|
|
278
|
-
self._values["id"] = id
|
|
279
254
|
|
|
280
255
|
@builtins.property
|
|
281
256
|
def connection(
|
|
@@ -345,7 +320,7 @@ class LoadbalancerFrontendTlsConfigConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
|
345
320
|
def certificate_bundle(self) -> builtins.str:
|
|
346
321
|
'''Reference to certificate bundle ID.
|
|
347
322
|
|
|
348
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
323
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_frontend_tls_config#certificate_bundle LoadbalancerFrontendTlsConfig#certificate_bundle}
|
|
349
324
|
'''
|
|
350
325
|
result = self._values.get("certificate_bundle")
|
|
351
326
|
assert result is not None, "Required property 'certificate_bundle' is missing"
|
|
@@ -355,7 +330,7 @@ class LoadbalancerFrontendTlsConfigConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
|
355
330
|
def frontend(self) -> builtins.str:
|
|
356
331
|
'''ID of the load balancer frontend to which the TLS config is connected.
|
|
357
332
|
|
|
358
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
333
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_frontend_tls_config#frontend LoadbalancerFrontendTlsConfig#frontend}
|
|
359
334
|
'''
|
|
360
335
|
result = self._values.get("frontend")
|
|
361
336
|
assert result is not None, "Required property 'frontend' is missing"
|
|
@@ -363,24 +338,14 @@ class LoadbalancerFrontendTlsConfigConfig(_cdktf_9a9027ec.TerraformMetaArguments
|
|
|
363
338
|
|
|
364
339
|
@builtins.property
|
|
365
340
|
def name(self) -> builtins.str:
|
|
366
|
-
'''The name of the TLS config
|
|
341
|
+
'''The name of the TLS config. Must be unique within customer account.
|
|
367
342
|
|
|
368
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
343
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_frontend_tls_config#name LoadbalancerFrontendTlsConfig#name}
|
|
369
344
|
'''
|
|
370
345
|
result = self._values.get("name")
|
|
371
346
|
assert result is not None, "Required property 'name' is missing"
|
|
372
347
|
return typing.cast(builtins.str, result)
|
|
373
348
|
|
|
374
|
-
@builtins.property
|
|
375
|
-
def id(self) -> typing.Optional[builtins.str]:
|
|
376
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer_frontend_tls_config#id LoadbalancerFrontendTlsConfig#id}.
|
|
377
|
-
|
|
378
|
-
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
379
|
-
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.
|
|
380
|
-
'''
|
|
381
|
-
result = self._values.get("id")
|
|
382
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
383
|
-
|
|
384
349
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
385
350
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
386
351
|
|
|
@@ -402,12 +367,11 @@ publication.publish()
|
|
|
402
367
|
|
|
403
368
|
def _typecheckingstub__1d4cd4ad7ebf97603900ff918033df3f1d41893190b3eac65413b9fffcbd9368(
|
|
404
369
|
scope: _constructs_77d1e7e8.Construct,
|
|
405
|
-
|
|
370
|
+
id: builtins.str,
|
|
406
371
|
*,
|
|
407
372
|
certificate_bundle: builtins.str,
|
|
408
373
|
frontend: builtins.str,
|
|
409
374
|
name: builtins.str,
|
|
410
|
-
id: typing.Optional[builtins.str] = None,
|
|
411
375
|
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,
|
|
412
376
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
413
377
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
@@ -440,12 +404,6 @@ def _typecheckingstub__a60b81ce2e1b8dbb76a8ed1e4457ec8cb1cf031113690cfb488892842
|
|
|
440
404
|
"""Type checking stubs"""
|
|
441
405
|
pass
|
|
442
406
|
|
|
443
|
-
def _typecheckingstub__13c331768c17ffd3481a793a7f4473b8e2d14cd8e60da014c5c98089e2124c14(
|
|
444
|
-
value: builtins.str,
|
|
445
|
-
) -> None:
|
|
446
|
-
"""Type checking stubs"""
|
|
447
|
-
pass
|
|
448
|
-
|
|
449
407
|
def _typecheckingstub__abd296b56923e66965d40cf47464c6b03977ec2e8d8b30a2ce1f7484866c22a4(
|
|
450
408
|
value: builtins.str,
|
|
451
409
|
) -> None:
|
|
@@ -464,7 +422,6 @@ def _typecheckingstub__645762d5f82edc564b054219202c3797b6c6fe524897a150c1c04ac2f
|
|
|
464
422
|
certificate_bundle: builtins.str,
|
|
465
423
|
frontend: builtins.str,
|
|
466
424
|
name: builtins.str,
|
|
467
|
-
id: typing.Optional[builtins.str] = None,
|
|
468
425
|
) -> None:
|
|
469
426
|
"""Type checking stubs"""
|
|
470
427
|
pass
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_loadbalancer_manual_certificate_bundle`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_loadbalancer_manual_certificate_bundle`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_loadbalancer_manual_certificate_bundle`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_manual_certificate_bundle).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,17 +29,16 @@ class LoadbalancerManualCertificateBundle(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.loadbalancerManualCertificateBundle.LoadbalancerManualCertificateBundle",
|
|
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_manual_certificate_bundle upcloud_loadbalancer_manual_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
|
certificate: builtins.str,
|
|
40
40
|
name: builtins.str,
|
|
41
41
|
private_key: builtins.str,
|
|
42
|
-
id: typing.Optional[builtins.str] = None,
|
|
43
42
|
intermediates: typing.Optional[builtins.str] = None,
|
|
44
43
|
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,
|
|
45
44
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
@@ -49,15 +48,14 @@ class LoadbalancerManualCertificateBundle(
|
|
|
49
48
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
50
49
|
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,
|
|
51
50
|
) -> None:
|
|
52
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_manual_certificate_bundle upcloud_loadbalancer_manual_certificate_bundle} Resource.
|
|
53
52
|
|
|
54
53
|
:param scope: The scope in which to define this construct.
|
|
55
|
-
:param
|
|
56
|
-
:param certificate: Certificate
|
|
57
|
-
:param name: The name of the bundle
|
|
58
|
-
:param private_key: Private key
|
|
59
|
-
:param
|
|
60
|
-
:param intermediates: Intermediate certificates within base64 string must be in PEM format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer_manual_certificate_bundle#intermediates LoadbalancerManualCertificateBundle#intermediates}
|
|
54
|
+
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
55
|
+
:param certificate: Certificate as base64 encoded string. Must be in PEM format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_manual_certificate_bundle#certificate LoadbalancerManualCertificateBundle#certificate}
|
|
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_manual_certificate_bundle#name LoadbalancerManualCertificateBundle#name}
|
|
57
|
+
:param private_key: Private key as base64 encoded string. Must be in PEM format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_manual_certificate_bundle#private_key LoadbalancerManualCertificateBundle#private_key}
|
|
58
|
+
:param intermediates: Intermediate certificates as base64 encoded string. Must be in PEM format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_manual_certificate_bundle#intermediates LoadbalancerManualCertificateBundle#intermediates}
|
|
61
59
|
:param connection:
|
|
62
60
|
:param count:
|
|
63
61
|
:param depends_on:
|
|
@@ -69,12 +67,11 @@ class LoadbalancerManualCertificateBundle(
|
|
|
69
67
|
if __debug__:
|
|
70
68
|
type_hints = typing.get_type_hints(_typecheckingstub__8906ddb93a852403edd26f83476b5132bbbba47dd80ae1e09a217b89c2c5ebfd)
|
|
71
69
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
72
|
-
check_type(argname="argument
|
|
70
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
73
71
|
config = LoadbalancerManualCertificateBundleConfig(
|
|
74
72
|
certificate=certificate,
|
|
75
73
|
name=name,
|
|
76
74
|
private_key=private_key,
|
|
77
|
-
id=id,
|
|
78
75
|
intermediates=intermediates,
|
|
79
76
|
connection=connection,
|
|
80
77
|
count=count,
|
|
@@ -85,7 +82,7 @@ class LoadbalancerManualCertificateBundle(
|
|
|
85
82
|
provisioners=provisioners,
|
|
86
83
|
)
|
|
87
84
|
|
|
88
|
-
jsii.create(self.__class__, self, [scope,
|
|
85
|
+
jsii.create(self.__class__, self, [scope, id, config])
|
|
89
86
|
|
|
90
87
|
@jsii.member(jsii_name="generateConfigForImport")
|
|
91
88
|
@builtins.classmethod
|
|
@@ -100,7 +97,7 @@ class LoadbalancerManualCertificateBundle(
|
|
|
100
97
|
|
|
101
98
|
:param scope: The scope in which to define this construct.
|
|
102
99
|
:param import_to_id: The construct id used in the generated config for the LoadbalancerManualCertificateBundle to import.
|
|
103
|
-
:param import_from_id: The id of the existing LoadbalancerManualCertificateBundle that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
100
|
+
:param import_from_id: The id of the existing LoadbalancerManualCertificateBundle that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_manual_certificate_bundle#import import section} in the documentation of this resource for the id to use
|
|
104
101
|
:param provider: ? Optional instance of the provider where the LoadbalancerManualCertificateBundle to import is found.
|
|
105
102
|
'''
|
|
106
103
|
if __debug__:
|
|
@@ -111,10 +108,6 @@ class LoadbalancerManualCertificateBundle(
|
|
|
111
108
|
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
|
112
109
|
return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
|
|
113
110
|
|
|
114
|
-
@jsii.member(jsii_name="resetId")
|
|
115
|
-
def reset_id(self) -> None:
|
|
116
|
-
return typing.cast(None, jsii.invoke(self, "resetId", []))
|
|
117
|
-
|
|
118
111
|
@jsii.member(jsii_name="resetIntermediates")
|
|
119
112
|
def reset_intermediates(self) -> None:
|
|
120
113
|
return typing.cast(None, jsii.invoke(self, "resetIntermediates", []))
|
|
@@ -132,6 +125,11 @@ class LoadbalancerManualCertificateBundle(
|
|
|
132
125
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
|
133
126
|
return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
|
|
134
127
|
|
|
128
|
+
@builtins.property
|
|
129
|
+
@jsii.member(jsii_name="id")
|
|
130
|
+
def id(self) -> builtins.str:
|
|
131
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
|
132
|
+
|
|
135
133
|
@builtins.property
|
|
136
134
|
@jsii.member(jsii_name="notAfter")
|
|
137
135
|
def not_after(self) -> builtins.str:
|
|
@@ -152,11 +150,6 @@ class LoadbalancerManualCertificateBundle(
|
|
|
152
150
|
def certificate_input(self) -> typing.Optional[builtins.str]:
|
|
153
151
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "certificateInput"))
|
|
154
152
|
|
|
155
|
-
@builtins.property
|
|
156
|
-
@jsii.member(jsii_name="idInput")
|
|
157
|
-
def id_input(self) -> typing.Optional[builtins.str]:
|
|
158
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
|
159
|
-
|
|
160
153
|
@builtins.property
|
|
161
154
|
@jsii.member(jsii_name="intermediatesInput")
|
|
162
155
|
def intermediates_input(self) -> typing.Optional[builtins.str]:
|
|
@@ -182,19 +175,7 @@ class LoadbalancerManualCertificateBundle(
|
|
|
182
175
|
if __debug__:
|
|
183
176
|
type_hints = typing.get_type_hints(_typecheckingstub__96ef382025a29a51866d84f2dc3c17b41f82b79a4bb094d894fcbaf95740f9b6)
|
|
184
177
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
185
|
-
jsii.set(self, "certificate", value)
|
|
186
|
-
|
|
187
|
-
@builtins.property
|
|
188
|
-
@jsii.member(jsii_name="id")
|
|
189
|
-
def id(self) -> builtins.str:
|
|
190
|
-
return typing.cast(builtins.str, jsii.get(self, "id"))
|
|
191
|
-
|
|
192
|
-
@id.setter
|
|
193
|
-
def id(self, value: builtins.str) -> None:
|
|
194
|
-
if __debug__:
|
|
195
|
-
type_hints = typing.get_type_hints(_typecheckingstub__2e14a0fe121290c2ef278dbb016301426c6a1e428654699bdc7c6bfb7c2f081c)
|
|
196
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
197
|
-
jsii.set(self, "id", value)
|
|
178
|
+
jsii.set(self, "certificate", value) # pyright: ignore[reportArgumentType]
|
|
198
179
|
|
|
199
180
|
@builtins.property
|
|
200
181
|
@jsii.member(jsii_name="intermediates")
|
|
@@ -206,7 +187,7 @@ class LoadbalancerManualCertificateBundle(
|
|
|
206
187
|
if __debug__:
|
|
207
188
|
type_hints = typing.get_type_hints(_typecheckingstub__8cc04ae1e4912a17e803a537f4509f2830feb5c54873cd177838664b3e1e46e1)
|
|
208
189
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
209
|
-
jsii.set(self, "intermediates", value)
|
|
190
|
+
jsii.set(self, "intermediates", value) # pyright: ignore[reportArgumentType]
|
|
210
191
|
|
|
211
192
|
@builtins.property
|
|
212
193
|
@jsii.member(jsii_name="name")
|
|
@@ -218,7 +199,7 @@ class LoadbalancerManualCertificateBundle(
|
|
|
218
199
|
if __debug__:
|
|
219
200
|
type_hints = typing.get_type_hints(_typecheckingstub__8d66c7d6519ee5d57272acf4d2eae061b67d8d68f40564783650e1b3f4d951be)
|
|
220
201
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
221
|
-
jsii.set(self, "name", value)
|
|
202
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
222
203
|
|
|
223
204
|
@builtins.property
|
|
224
205
|
@jsii.member(jsii_name="privateKey")
|
|
@@ -230,7 +211,7 @@ class LoadbalancerManualCertificateBundle(
|
|
|
230
211
|
if __debug__:
|
|
231
212
|
type_hints = typing.get_type_hints(_typecheckingstub__e9824200c17143549c0edae9af888590e7e454d121cdd68ed34d4dec38264f88)
|
|
232
213
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
233
|
-
jsii.set(self, "privateKey", value)
|
|
214
|
+
jsii.set(self, "privateKey", value) # pyright: ignore[reportArgumentType]
|
|
234
215
|
|
|
235
216
|
|
|
236
217
|
@jsii.data_type(
|
|
@@ -247,7 +228,6 @@ class LoadbalancerManualCertificateBundle(
|
|
|
247
228
|
"certificate": "certificate",
|
|
248
229
|
"name": "name",
|
|
249
230
|
"private_key": "privateKey",
|
|
250
|
-
"id": "id",
|
|
251
231
|
"intermediates": "intermediates",
|
|
252
232
|
},
|
|
253
233
|
)
|
|
@@ -265,7 +245,6 @@ class LoadbalancerManualCertificateBundleConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
|
265
245
|
certificate: builtins.str,
|
|
266
246
|
name: builtins.str,
|
|
267
247
|
private_key: builtins.str,
|
|
268
|
-
id: typing.Optional[builtins.str] = None,
|
|
269
248
|
intermediates: typing.Optional[builtins.str] = None,
|
|
270
249
|
) -> None:
|
|
271
250
|
'''
|
|
@@ -276,11 +255,10 @@ class LoadbalancerManualCertificateBundleConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
|
276
255
|
:param lifecycle:
|
|
277
256
|
:param provider:
|
|
278
257
|
:param provisioners:
|
|
279
|
-
:param certificate: Certificate
|
|
280
|
-
:param name: The name of the bundle
|
|
281
|
-
:param private_key: Private key
|
|
282
|
-
:param
|
|
283
|
-
:param intermediates: Intermediate certificates within base64 string must be in PEM format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer_manual_certificate_bundle#intermediates LoadbalancerManualCertificateBundle#intermediates}
|
|
258
|
+
:param certificate: Certificate as base64 encoded string. Must be in PEM format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_manual_certificate_bundle#certificate LoadbalancerManualCertificateBundle#certificate}
|
|
259
|
+
: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_manual_certificate_bundle#name LoadbalancerManualCertificateBundle#name}
|
|
260
|
+
:param private_key: Private key as base64 encoded string. Must be in PEM format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_manual_certificate_bundle#private_key LoadbalancerManualCertificateBundle#private_key}
|
|
261
|
+
:param intermediates: Intermediate certificates as base64 encoded string. Must be in PEM format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_manual_certificate_bundle#intermediates LoadbalancerManualCertificateBundle#intermediates}
|
|
284
262
|
'''
|
|
285
263
|
if isinstance(lifecycle, dict):
|
|
286
264
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -296,7 +274,6 @@ class LoadbalancerManualCertificateBundleConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
|
296
274
|
check_type(argname="argument certificate", value=certificate, expected_type=type_hints["certificate"])
|
|
297
275
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
298
276
|
check_type(argname="argument private_key", value=private_key, expected_type=type_hints["private_key"])
|
|
299
|
-
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
300
277
|
check_type(argname="argument intermediates", value=intermediates, expected_type=type_hints["intermediates"])
|
|
301
278
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
302
279
|
"certificate": certificate,
|
|
@@ -317,8 +294,6 @@ class LoadbalancerManualCertificateBundleConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
|
317
294
|
self._values["provider"] = provider
|
|
318
295
|
if provisioners is not None:
|
|
319
296
|
self._values["provisioners"] = provisioners
|
|
320
|
-
if id is not None:
|
|
321
|
-
self._values["id"] = id
|
|
322
297
|
if intermediates is not None:
|
|
323
298
|
self._values["intermediates"] = intermediates
|
|
324
299
|
|
|
@@ -388,9 +363,9 @@ class LoadbalancerManualCertificateBundleConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
|
388
363
|
|
|
389
364
|
@builtins.property
|
|
390
365
|
def certificate(self) -> builtins.str:
|
|
391
|
-
'''Certificate
|
|
366
|
+
'''Certificate as base64 encoded string. Must be in PEM format.
|
|
392
367
|
|
|
393
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
368
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_manual_certificate_bundle#certificate LoadbalancerManualCertificateBundle#certificate}
|
|
394
369
|
'''
|
|
395
370
|
result = self._values.get("certificate")
|
|
396
371
|
assert result is not None, "Required property 'certificate' is missing"
|
|
@@ -398,9 +373,9 @@ class LoadbalancerManualCertificateBundleConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
|
398
373
|
|
|
399
374
|
@builtins.property
|
|
400
375
|
def name(self) -> builtins.str:
|
|
401
|
-
'''The name of the bundle
|
|
376
|
+
'''The name of the certificate bundle. Must be unique within customer account.
|
|
402
377
|
|
|
403
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
378
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_manual_certificate_bundle#name LoadbalancerManualCertificateBundle#name}
|
|
404
379
|
'''
|
|
405
380
|
result = self._values.get("name")
|
|
406
381
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -408,29 +383,19 @@ class LoadbalancerManualCertificateBundleConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
|
408
383
|
|
|
409
384
|
@builtins.property
|
|
410
385
|
def private_key(self) -> builtins.str:
|
|
411
|
-
'''Private key
|
|
386
|
+
'''Private key as base64 encoded string. Must be in PEM format.
|
|
412
387
|
|
|
413
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
388
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_manual_certificate_bundle#private_key LoadbalancerManualCertificateBundle#private_key}
|
|
414
389
|
'''
|
|
415
390
|
result = self._values.get("private_key")
|
|
416
391
|
assert result is not None, "Required property 'private_key' is missing"
|
|
417
392
|
return typing.cast(builtins.str, result)
|
|
418
393
|
|
|
419
|
-
@builtins.property
|
|
420
|
-
def id(self) -> typing.Optional[builtins.str]:
|
|
421
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer_manual_certificate_bundle#id LoadbalancerManualCertificateBundle#id}.
|
|
422
|
-
|
|
423
|
-
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
424
|
-
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.
|
|
425
|
-
'''
|
|
426
|
-
result = self._values.get("id")
|
|
427
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
428
|
-
|
|
429
394
|
@builtins.property
|
|
430
395
|
def intermediates(self) -> typing.Optional[builtins.str]:
|
|
431
|
-
'''Intermediate certificates
|
|
396
|
+
'''Intermediate certificates as base64 encoded string. Must be in PEM format.
|
|
432
397
|
|
|
433
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
398
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/loadbalancer_manual_certificate_bundle#intermediates LoadbalancerManualCertificateBundle#intermediates}
|
|
434
399
|
'''
|
|
435
400
|
result = self._values.get("intermediates")
|
|
436
401
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -456,12 +421,11 @@ publication.publish()
|
|
|
456
421
|
|
|
457
422
|
def _typecheckingstub__8906ddb93a852403edd26f83476b5132bbbba47dd80ae1e09a217b89c2c5ebfd(
|
|
458
423
|
scope: _constructs_77d1e7e8.Construct,
|
|
459
|
-
|
|
424
|
+
id: builtins.str,
|
|
460
425
|
*,
|
|
461
426
|
certificate: builtins.str,
|
|
462
427
|
name: builtins.str,
|
|
463
428
|
private_key: builtins.str,
|
|
464
|
-
id: typing.Optional[builtins.str] = None,
|
|
465
429
|
intermediates: typing.Optional[builtins.str] = None,
|
|
466
430
|
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,
|
|
467
431
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
@@ -489,12 +453,6 @@ def _typecheckingstub__96ef382025a29a51866d84f2dc3c17b41f82b79a4bb094d894fcbaf95
|
|
|
489
453
|
"""Type checking stubs"""
|
|
490
454
|
pass
|
|
491
455
|
|
|
492
|
-
def _typecheckingstub__2e14a0fe121290c2ef278dbb016301426c6a1e428654699bdc7c6bfb7c2f081c(
|
|
493
|
-
value: builtins.str,
|
|
494
|
-
) -> None:
|
|
495
|
-
"""Type checking stubs"""
|
|
496
|
-
pass
|
|
497
|
-
|
|
498
456
|
def _typecheckingstub__8cc04ae1e4912a17e803a537f4509f2830feb5c54873cd177838664b3e1e46e1(
|
|
499
457
|
value: builtins.str,
|
|
500
458
|
) -> None:
|
|
@@ -525,7 +483,6 @@ def _typecheckingstub__1dedb301979f3a607f94d3098b5a66a8ce5efacc67dd9840b2ee617b9
|
|
|
525
483
|
certificate: builtins.str,
|
|
526
484
|
name: builtins.str,
|
|
527
485
|
private_key: builtins.str,
|
|
528
|
-
id: typing.Optional[builtins.str] = None,
|
|
529
486
|
intermediates: typing.Optional[builtins.str] = None,
|
|
530
487
|
) -> None:
|
|
531
488
|
"""Type checking stubs"""
|