cdktf-cdktf-provider-upcloud 13.0.0__py3-none-any.whl → 14.0.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.

Files changed (59) hide show
  1. cdktf_cdktf_provider_upcloud/__init__.py +12 -4
  2. cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.0.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +7 -7
  5. cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
  6. cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
  7. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +629 -0
  12. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
  13. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
  14. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
  15. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
  16. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
  17. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +10 -10
  18. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
  19. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
  20. cdktf_cdktf_provider_upcloud/gateway/__init__.py +28 -28
  21. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +77 -28
  22. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +47 -47
  23. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +134 -36
  24. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +64 -64
  25. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +16 -16
  26. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
  27. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
  28. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +39 -39
  29. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +193 -193
  30. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
  31. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
  32. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
  33. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
  34. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  35. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +175 -175
  36. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +73 -73
  37. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +286 -286
  38. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +103 -103
  39. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
  40. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +40 -79
  41. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +544 -0
  42. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +436 -0
  43. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +51 -104
  44. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +467 -0
  45. cdktf_cdktf_provider_upcloud/network/__init__.py +40 -40
  46. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
  47. cdktf_cdktf_provider_upcloud/provider/__init__.py +25 -25
  48. cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  49. cdktf_cdktf_provider_upcloud/server/__init__.py +148 -148
  50. cdktf_cdktf_provider_upcloud/server_group/__init__.py +22 -22
  51. cdktf_cdktf_provider_upcloud/storage/__init__.py +58 -58
  52. cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  53. {cdktf_cdktf_provider_upcloud-13.0.0.dist-info → cdktf_cdktf_provider_upcloud-14.0.0.dist-info}/METADATA +5 -5
  54. cdktf_cdktf_provider_upcloud-14.0.0.dist-info/RECORD +58 -0
  55. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@13.0.0.jsii.tgz +0 -0
  56. cdktf_cdktf_provider_upcloud-13.0.0.dist-info/RECORD +0 -54
  57. {cdktf_cdktf_provider_upcloud-13.0.0.dist-info → cdktf_cdktf_provider_upcloud-14.0.0.dist-info}/LICENSE +0 -0
  58. {cdktf_cdktf_provider_upcloud-13.0.0.dist-info → cdktf_cdktf_provider_upcloud-14.0.0.dist-info}/WHEEL +0 -0
  59. {cdktf_cdktf_provider_upcloud-13.0.0.dist-info → cdktf_cdktf_provider_upcloud-14.0.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,436 @@
1
+ '''
2
+ # `upcloud_managed_object_storage_user`
3
+
4
+ Refer to the Terraform Registry for docs: [`upcloud_managed_object_storage_user`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/resources/managed_object_storage_user).
5
+ '''
6
+ import abc
7
+ import builtins
8
+ import datetime
9
+ import enum
10
+ import typing
11
+
12
+ import jsii
13
+ import publication
14
+ import typing_extensions
15
+
16
+ from typeguard import check_type
17
+
18
+ from .._jsii import *
19
+
20
+ import cdktf as _cdktf_9a9027ec
21
+ import constructs as _constructs_77d1e7e8
22
+
23
+
24
+ class ManagedObjectStorageUser(
25
+ _cdktf_9a9027ec.TerraformResource,
26
+ metaclass=jsii.JSIIMeta,
27
+ jsii_type="@cdktf/provider-upcloud.managedObjectStorageUser.ManagedObjectStorageUser",
28
+ ):
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/resources/managed_object_storage_user upcloud_managed_object_storage_user}.'''
30
+
31
+ def __init__(
32
+ self,
33
+ scope: _constructs_77d1e7e8.Construct,
34
+ id_: builtins.str,
35
+ *,
36
+ service_uuid: builtins.str,
37
+ username: builtins.str,
38
+ id: typing.Optional[builtins.str] = None,
39
+ 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,
40
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
41
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
42
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
43
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
44
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
45
+ provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
46
+ ) -> None:
47
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/resources/managed_object_storage_user upcloud_managed_object_storage_user} Resource.
48
+
49
+ :param scope: The scope in which to define this construct.
50
+ :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
51
+ :param service_uuid: Managed Object Storage service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/resources/managed_object_storage_user#service_uuid ManagedObjectStorageUser#service_uuid}
52
+ :param username: Custom usernames for accessing the object storage. No relation to UpCloud API accounts. See ``upcloud_managed_object_storage_user_access_key`` for managing access keys and ``upcloud_managed_object_storage_user_policy`` for managing policies. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/resources/managed_object_storage_user#username ManagedObjectStorageUser#username}
53
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/resources/managed_object_storage_user#id ManagedObjectStorageUser#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.
54
+ :param connection:
55
+ :param count:
56
+ :param depends_on:
57
+ :param for_each:
58
+ :param lifecycle:
59
+ :param provider:
60
+ :param provisioners:
61
+ '''
62
+ if __debug__:
63
+ type_hints = typing.get_type_hints(_typecheckingstub__dc36e4c59a54946bb60223733d5e68322f091e5fbb517c9af40c7627cd35e56c)
64
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
65
+ check_type(argname="argument id_", value=id_, expected_type=type_hints["id_"])
66
+ config = ManagedObjectStorageUserConfig(
67
+ service_uuid=service_uuid,
68
+ username=username,
69
+ id=id,
70
+ connection=connection,
71
+ count=count,
72
+ depends_on=depends_on,
73
+ for_each=for_each,
74
+ lifecycle=lifecycle,
75
+ provider=provider,
76
+ provisioners=provisioners,
77
+ )
78
+
79
+ jsii.create(self.__class__, self, [scope, id_, config])
80
+
81
+ @jsii.member(jsii_name="generateConfigForImport")
82
+ @builtins.classmethod
83
+ def generate_config_for_import(
84
+ cls,
85
+ scope: _constructs_77d1e7e8.Construct,
86
+ import_to_id: builtins.str,
87
+ import_from_id: builtins.str,
88
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
89
+ ) -> _cdktf_9a9027ec.ImportableResource:
90
+ '''Generates CDKTF code for importing a ManagedObjectStorageUser resource upon running "cdktf plan ".
91
+
92
+ :param scope: The scope in which to define this construct.
93
+ :param import_to_id: The construct id used in the generated config for the ManagedObjectStorageUser to import.
94
+ :param import_from_id: The id of the existing ManagedObjectStorageUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/resources/managed_object_storage_user#import import section} in the documentation of this resource for the id to use
95
+ :param provider: ? Optional instance of the provider where the ManagedObjectStorageUser to import is found.
96
+ '''
97
+ if __debug__:
98
+ type_hints = typing.get_type_hints(_typecheckingstub__fb5de46a2cb1684a09b50d692fedf3d184b80d795c3a2efa649e248f12b2984c)
99
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
100
+ check_type(argname="argument import_to_id", value=import_to_id, expected_type=type_hints["import_to_id"])
101
+ check_type(argname="argument import_from_id", value=import_from_id, expected_type=type_hints["import_from_id"])
102
+ check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
103
+ return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
104
+
105
+ @jsii.member(jsii_name="resetId")
106
+ def reset_id(self) -> None:
107
+ return typing.cast(None, jsii.invoke(self, "resetId", []))
108
+
109
+ @jsii.member(jsii_name="synthesizeAttributes")
110
+ def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
111
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
112
+
113
+ @jsii.member(jsii_name="synthesizeHclAttributes")
114
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
115
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
116
+
117
+ @jsii.python.classproperty
118
+ @jsii.member(jsii_name="tfResourceType")
119
+ def TF_RESOURCE_TYPE(cls) -> builtins.str:
120
+ return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
121
+
122
+ @builtins.property
123
+ @jsii.member(jsii_name="arn")
124
+ def arn(self) -> builtins.str:
125
+ return typing.cast(builtins.str, jsii.get(self, "arn"))
126
+
127
+ @builtins.property
128
+ @jsii.member(jsii_name="createdAt")
129
+ def created_at(self) -> builtins.str:
130
+ return typing.cast(builtins.str, jsii.get(self, "createdAt"))
131
+
132
+ @builtins.property
133
+ @jsii.member(jsii_name="idInput")
134
+ def id_input(self) -> typing.Optional[builtins.str]:
135
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
136
+
137
+ @builtins.property
138
+ @jsii.member(jsii_name="serviceUuidInput")
139
+ def service_uuid_input(self) -> typing.Optional[builtins.str]:
140
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceUuidInput"))
141
+
142
+ @builtins.property
143
+ @jsii.member(jsii_name="usernameInput")
144
+ def username_input(self) -> typing.Optional[builtins.str]:
145
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "usernameInput"))
146
+
147
+ @builtins.property
148
+ @jsii.member(jsii_name="id")
149
+ def id(self) -> builtins.str:
150
+ return typing.cast(builtins.str, jsii.get(self, "id"))
151
+
152
+ @id.setter
153
+ def id(self, value: builtins.str) -> None:
154
+ if __debug__:
155
+ type_hints = typing.get_type_hints(_typecheckingstub__a64868a3a9916db5325bef71d27da8d80400dcab4371001a80398e82606eace2)
156
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
157
+ jsii.set(self, "id", value)
158
+
159
+ @builtins.property
160
+ @jsii.member(jsii_name="serviceUuid")
161
+ def service_uuid(self) -> builtins.str:
162
+ return typing.cast(builtins.str, jsii.get(self, "serviceUuid"))
163
+
164
+ @service_uuid.setter
165
+ def service_uuid(self, value: builtins.str) -> None:
166
+ if __debug__:
167
+ type_hints = typing.get_type_hints(_typecheckingstub__b906f17f810d6c27086a79fcb1740f0bbe1a0e31a5b253f4163bf382e80b4cad)
168
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
169
+ jsii.set(self, "serviceUuid", value)
170
+
171
+ @builtins.property
172
+ @jsii.member(jsii_name="username")
173
+ def username(self) -> builtins.str:
174
+ return typing.cast(builtins.str, jsii.get(self, "username"))
175
+
176
+ @username.setter
177
+ def username(self, value: builtins.str) -> None:
178
+ if __debug__:
179
+ type_hints = typing.get_type_hints(_typecheckingstub__a80c3612cca7985765971f261f46a6f8a60fba5b6a5ceb1537a33a7d4915b574)
180
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
181
+ jsii.set(self, "username", value)
182
+
183
+
184
+ @jsii.data_type(
185
+ jsii_type="@cdktf/provider-upcloud.managedObjectStorageUser.ManagedObjectStorageUserConfig",
186
+ jsii_struct_bases=[_cdktf_9a9027ec.TerraformMetaArguments],
187
+ name_mapping={
188
+ "connection": "connection",
189
+ "count": "count",
190
+ "depends_on": "dependsOn",
191
+ "for_each": "forEach",
192
+ "lifecycle": "lifecycle",
193
+ "provider": "provider",
194
+ "provisioners": "provisioners",
195
+ "service_uuid": "serviceUuid",
196
+ "username": "username",
197
+ "id": "id",
198
+ },
199
+ )
200
+ class ManagedObjectStorageUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
201
+ def __init__(
202
+ self,
203
+ *,
204
+ 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,
205
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
206
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
207
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
208
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
209
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
210
+ 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,
211
+ service_uuid: builtins.str,
212
+ username: builtins.str,
213
+ id: typing.Optional[builtins.str] = None,
214
+ ) -> None:
215
+ '''
216
+ :param connection:
217
+ :param count:
218
+ :param depends_on:
219
+ :param for_each:
220
+ :param lifecycle:
221
+ :param provider:
222
+ :param provisioners:
223
+ :param service_uuid: Managed Object Storage service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/resources/managed_object_storage_user#service_uuid ManagedObjectStorageUser#service_uuid}
224
+ :param username: Custom usernames for accessing the object storage. No relation to UpCloud API accounts. See ``upcloud_managed_object_storage_user_access_key`` for managing access keys and ``upcloud_managed_object_storage_user_policy`` for managing policies. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/resources/managed_object_storage_user#username ManagedObjectStorageUser#username}
225
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/resources/managed_object_storage_user#id ManagedObjectStorageUser#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.
226
+ '''
227
+ if isinstance(lifecycle, dict):
228
+ lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
229
+ if __debug__:
230
+ type_hints = typing.get_type_hints(_typecheckingstub__cd365359d5f360b2d3682ace2aa0b106954a4cd0ae25e72443a315942b30e36f)
231
+ check_type(argname="argument connection", value=connection, expected_type=type_hints["connection"])
232
+ check_type(argname="argument count", value=count, expected_type=type_hints["count"])
233
+ check_type(argname="argument depends_on", value=depends_on, expected_type=type_hints["depends_on"])
234
+ check_type(argname="argument for_each", value=for_each, expected_type=type_hints["for_each"])
235
+ check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
236
+ check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
237
+ check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
238
+ check_type(argname="argument service_uuid", value=service_uuid, expected_type=type_hints["service_uuid"])
239
+ check_type(argname="argument username", value=username, expected_type=type_hints["username"])
240
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
241
+ self._values: typing.Dict[builtins.str, typing.Any] = {
242
+ "service_uuid": service_uuid,
243
+ "username": username,
244
+ }
245
+ if connection is not None:
246
+ self._values["connection"] = connection
247
+ if count is not None:
248
+ self._values["count"] = count
249
+ if depends_on is not None:
250
+ self._values["depends_on"] = depends_on
251
+ if for_each is not None:
252
+ self._values["for_each"] = for_each
253
+ if lifecycle is not None:
254
+ self._values["lifecycle"] = lifecycle
255
+ if provider is not None:
256
+ self._values["provider"] = provider
257
+ if provisioners is not None:
258
+ self._values["provisioners"] = provisioners
259
+ if id is not None:
260
+ self._values["id"] = id
261
+
262
+ @builtins.property
263
+ def connection(
264
+ self,
265
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]]:
266
+ '''
267
+ :stability: experimental
268
+ '''
269
+ result = self._values.get("connection")
270
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
271
+
272
+ @builtins.property
273
+ def count(
274
+ self,
275
+ ) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
276
+ '''
277
+ :stability: experimental
278
+ '''
279
+ result = self._values.get("count")
280
+ return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
281
+
282
+ @builtins.property
283
+ def depends_on(
284
+ self,
285
+ ) -> typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]]:
286
+ '''
287
+ :stability: experimental
288
+ '''
289
+ result = self._values.get("depends_on")
290
+ return typing.cast(typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]], result)
291
+
292
+ @builtins.property
293
+ def for_each(self) -> typing.Optional[_cdktf_9a9027ec.ITerraformIterator]:
294
+ '''
295
+ :stability: experimental
296
+ '''
297
+ result = self._values.get("for_each")
298
+ return typing.cast(typing.Optional[_cdktf_9a9027ec.ITerraformIterator], result)
299
+
300
+ @builtins.property
301
+ def lifecycle(self) -> typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle]:
302
+ '''
303
+ :stability: experimental
304
+ '''
305
+ result = self._values.get("lifecycle")
306
+ return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle], result)
307
+
308
+ @builtins.property
309
+ def provider(self) -> typing.Optional[_cdktf_9a9027ec.TerraformProvider]:
310
+ '''
311
+ :stability: experimental
312
+ '''
313
+ result = self._values.get("provider")
314
+ return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformProvider], result)
315
+
316
+ @builtins.property
317
+ def provisioners(
318
+ self,
319
+ ) -> typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]]:
320
+ '''
321
+ :stability: experimental
322
+ '''
323
+ result = self._values.get("provisioners")
324
+ return typing.cast(typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]], result)
325
+
326
+ @builtins.property
327
+ def service_uuid(self) -> builtins.str:
328
+ '''Managed Object Storage service UUID.
329
+
330
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/resources/managed_object_storage_user#service_uuid ManagedObjectStorageUser#service_uuid}
331
+ '''
332
+ result = self._values.get("service_uuid")
333
+ assert result is not None, "Required property 'service_uuid' is missing"
334
+ return typing.cast(builtins.str, result)
335
+
336
+ @builtins.property
337
+ def username(self) -> builtins.str:
338
+ '''Custom usernames for accessing the object storage.
339
+
340
+ No relation to UpCloud API accounts. See ``upcloud_managed_object_storage_user_access_key`` for managing access keys and ``upcloud_managed_object_storage_user_policy`` for managing policies.
341
+
342
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/resources/managed_object_storage_user#username ManagedObjectStorageUser#username}
343
+ '''
344
+ result = self._values.get("username")
345
+ assert result is not None, "Required property 'username' is missing"
346
+ return typing.cast(builtins.str, result)
347
+
348
+ @builtins.property
349
+ def id(self) -> typing.Optional[builtins.str]:
350
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.1/docs/resources/managed_object_storage_user#id ManagedObjectStorageUser#id}.
351
+
352
+ Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
353
+ If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
354
+ '''
355
+ result = self._values.get("id")
356
+ return typing.cast(typing.Optional[builtins.str], result)
357
+
358
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
359
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
360
+
361
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
362
+ return not (rhs == self)
363
+
364
+ def __repr__(self) -> str:
365
+ return "ManagedObjectStorageUserConfig(%s)" % ", ".join(
366
+ k + "=" + repr(v) for k, v in self._values.items()
367
+ )
368
+
369
+
370
+ __all__ = [
371
+ "ManagedObjectStorageUser",
372
+ "ManagedObjectStorageUserConfig",
373
+ ]
374
+
375
+ publication.publish()
376
+
377
+ def _typecheckingstub__dc36e4c59a54946bb60223733d5e68322f091e5fbb517c9af40c7627cd35e56c(
378
+ scope: _constructs_77d1e7e8.Construct,
379
+ id_: builtins.str,
380
+ *,
381
+ service_uuid: builtins.str,
382
+ username: builtins.str,
383
+ id: typing.Optional[builtins.str] = None,
384
+ 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,
385
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
386
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
387
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
388
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
389
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
390
+ 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,
391
+ ) -> None:
392
+ """Type checking stubs"""
393
+ pass
394
+
395
+ def _typecheckingstub__fb5de46a2cb1684a09b50d692fedf3d184b80d795c3a2efa649e248f12b2984c(
396
+ scope: _constructs_77d1e7e8.Construct,
397
+ import_to_id: builtins.str,
398
+ import_from_id: builtins.str,
399
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
400
+ ) -> None:
401
+ """Type checking stubs"""
402
+ pass
403
+
404
+ def _typecheckingstub__a64868a3a9916db5325bef71d27da8d80400dcab4371001a80398e82606eace2(
405
+ value: builtins.str,
406
+ ) -> None:
407
+ """Type checking stubs"""
408
+ pass
409
+
410
+ def _typecheckingstub__b906f17f810d6c27086a79fcb1740f0bbe1a0e31a5b253f4163bf382e80b4cad(
411
+ value: builtins.str,
412
+ ) -> None:
413
+ """Type checking stubs"""
414
+ pass
415
+
416
+ def _typecheckingstub__a80c3612cca7985765971f261f46a6f8a60fba5b6a5ceb1537a33a7d4915b574(
417
+ value: builtins.str,
418
+ ) -> None:
419
+ """Type checking stubs"""
420
+ pass
421
+
422
+ def _typecheckingstub__cd365359d5f360b2d3682ace2aa0b106954a4cd0ae25e72443a315942b30e36f(
423
+ *,
424
+ 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,
425
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
426
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
427
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
428
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
429
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
430
+ 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,
431
+ service_uuid: builtins.str,
432
+ username: builtins.str,
433
+ id: typing.Optional[builtins.str] = None,
434
+ ) -> None:
435
+ """Type checking stubs"""
436
+ pass