cdktf-cdktf-provider-upcloud 14.8.1__py3-none-any.whl → 14.9.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.

Files changed (62) hide show
  1. cdktf_cdktf_provider_upcloud/__init__.py +3 -3
  2. cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.1.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +12 -12
  5. cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +12 -12
  6. cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
  7. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +32 -32
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +20 -20
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +44 -44
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +32 -32
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +16 -16
  12. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +12 -12
  13. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +28 -28
  14. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +32 -32
  15. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +12 -12
  16. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +12 -12
  17. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +8 -8
  18. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +62 -62
  19. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +20 -20
  20. cdktf_cdktf_provider_upcloud/gateway/__init__.py +52 -52
  21. cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +54 -54
  22. cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +80 -80
  23. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +40 -40
  24. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +95 -95
  25. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +72 -72
  26. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
  27. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -20
  28. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
  29. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -20
  30. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +52 -52
  31. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +351 -351
  32. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +20 -20
  33. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +24 -24
  34. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +40 -40
  35. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +36 -36
  36. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +24 -24
  37. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +359 -264
  38. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +509 -460
  39. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +555 -412
  40. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +263 -168
  41. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
  42. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +48 -48
  43. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +24 -24
  44. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -16
  45. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +20 -20
  46. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +20 -20
  47. cdktf_cdktf_provider_upcloud/network/__init__.py +49 -49
  48. cdktf_cdktf_provider_upcloud/network_peering/__init__.py +38 -38
  49. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +43 -43
  50. cdktf_cdktf_provider_upcloud/provider/__init__.py +32 -32
  51. cdktf_cdktf_provider_upcloud/router/__init__.py +242 -29
  52. cdktf_cdktf_provider_upcloud/server/__init__.py +219 -219
  53. cdktf_cdktf_provider_upcloud/server_group/__init__.py +34 -77
  54. cdktf_cdktf_provider_upcloud/storage/__init__.py +76 -76
  55. cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
  56. {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/METADATA +9 -9
  57. cdktf_cdktf_provider_upcloud-14.9.1.dist-info/RECORD +61 -0
  58. {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/WHEEL +1 -1
  59. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.8.1.jsii.tgz +0 -0
  60. cdktf_cdktf_provider_upcloud-14.8.1.dist-info/RECORD +0 -61
  61. {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/LICENSE +0 -0
  62. {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_upcloud_networks`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_networks`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/networks).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_networks`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/networks).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DataUpcloudNetworks(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-upcloud.dataUpcloudNetworks.DataUpcloudNetworks",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/networks upcloud_networks}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/networks upcloud_networks}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -47,13 +47,13 @@ class DataUpcloudNetworks(
47
47
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
48
48
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
49
49
  ) -> None:
50
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/networks upcloud_networks} Data Source.
50
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/networks upcloud_networks} Data Source.
51
51
 
52
52
  :param scope: The scope in which to define this construct.
53
53
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
54
- :param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
55
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/networks#id DataUpcloudNetworks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
- :param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
54
+ :param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
55
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/networks#id DataUpcloudNetworks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
+ :param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
57
57
  :param connection:
58
58
  :param count:
59
59
  :param depends_on:
@@ -94,7 +94,7 @@ class DataUpcloudNetworks(
94
94
 
95
95
  :param scope: The scope in which to define this construct.
96
96
  :param import_to_id: The construct id used in the generated config for the DataUpcloudNetworks to import.
97
- :param import_from_id: The id of the existing DataUpcloudNetworks that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/networks#import import section} in the documentation of this resource for the id to use
97
+ :param import_from_id: The id of the existing DataUpcloudNetworks that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/networks#import import section} in the documentation of this resource for the id to use
98
98
  :param provider: ? Optional instance of the provider where the DataUpcloudNetworks to import is found.
99
99
  '''
100
100
  if __debug__:
@@ -160,7 +160,7 @@ class DataUpcloudNetworks(
160
160
  if __debug__:
161
161
  type_hints = typing.get_type_hints(_typecheckingstub__b5aa77891260d4208522f57f6b0aab890f02493cb3a6beca31b227a07bd252a0)
162
162
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
163
- jsii.set(self, "filterName", value)
163
+ jsii.set(self, "filterName", value) # pyright: ignore[reportArgumentType]
164
164
 
165
165
  @builtins.property
166
166
  @jsii.member(jsii_name="id")
@@ -172,7 +172,7 @@ class DataUpcloudNetworks(
172
172
  if __debug__:
173
173
  type_hints = typing.get_type_hints(_typecheckingstub__cf496fe4c56ee566f93ce14ec2e3105d8837ce6505c8bfc2a330b375f7f9d591)
174
174
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
175
- jsii.set(self, "id", value)
175
+ jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
176
176
 
177
177
  @builtins.property
178
178
  @jsii.member(jsii_name="zone")
@@ -184,7 +184,7 @@ class DataUpcloudNetworks(
184
184
  if __debug__:
185
185
  type_hints = typing.get_type_hints(_typecheckingstub__9a631ad1f4c6aaecb48f1e8a7298a6ca0b3fb0b7aec906159b8d6384d9341fa8)
186
186
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
187
- jsii.set(self, "zone", value)
187
+ jsii.set(self, "zone", value) # pyright: ignore[reportArgumentType]
188
188
 
189
189
 
190
190
  @jsii.data_type(
@@ -226,9 +226,9 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
226
226
  :param lifecycle:
227
227
  :param provider:
228
228
  :param provisioners:
229
- :param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
230
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/networks#id DataUpcloudNetworks#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.
231
- :param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
229
+ :param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
230
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/networks#id DataUpcloudNetworks#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.
231
+ :param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
232
232
  '''
233
233
  if isinstance(lifecycle, dict):
234
234
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -334,14 +334,14 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
334
334
  def filter_name(self) -> typing.Optional[builtins.str]:
335
335
  '''If specified, results will be filtered to match name using a regular expression.
336
336
 
337
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
337
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
338
338
  '''
339
339
  result = self._values.get("filter_name")
340
340
  return typing.cast(typing.Optional[builtins.str], result)
341
341
 
342
342
  @builtins.property
343
343
  def id(self) -> typing.Optional[builtins.str]:
344
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/networks#id DataUpcloudNetworks#id}.
344
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/networks#id DataUpcloudNetworks#id}.
345
345
 
346
346
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
347
347
  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.
@@ -353,7 +353,7 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
353
353
  def zone(self) -> typing.Optional[builtins.str]:
354
354
  '''If specified, this data source will return only networks from this zone.
355
355
 
356
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
356
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
357
357
  '''
358
358
  result = self._values.get("zone")
359
359
  return typing.cast(typing.Optional[builtins.str], result)
@@ -459,7 +459,7 @@ class DataUpcloudNetworksNetworksIpNetworkList(
459
459
  if __debug__:
460
460
  type_hints = typing.get_type_hints(_typecheckingstub__14587e28e665b69ca34f725ffc8276cb44bd0e581da9b3cbe45a716e2ad774d2)
461
461
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
462
- jsii.set(self, "terraformAttribute", value)
462
+ jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
463
463
 
464
464
  @builtins.property
465
465
  @jsii.member(jsii_name="terraformResource")
@@ -472,7 +472,7 @@ class DataUpcloudNetworksNetworksIpNetworkList(
472
472
  if __debug__:
473
473
  type_hints = typing.get_type_hints(_typecheckingstub__1cdbc0a3b4241f6abfaa5acabc27fc05676699d150eb1b6ac61cdd9c29aa11b5)
474
474
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
475
- jsii.set(self, "terraformResource", value)
475
+ jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
476
476
 
477
477
  @builtins.property
478
478
  @jsii.member(jsii_name="wrapsSet")
@@ -485,7 +485,7 @@ class DataUpcloudNetworksNetworksIpNetworkList(
485
485
  if __debug__:
486
486
  type_hints = typing.get_type_hints(_typecheckingstub__d5bcc43ee1a97acb5a2d1c3127c4d2822222926b79f76a151629f9a8f5139d5b)
487
487
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
488
- jsii.set(self, "wrapsSet", value)
488
+ jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
489
489
 
490
490
 
491
491
  class DataUpcloudNetworksNetworksIpNetworkOutputReference(
@@ -562,7 +562,7 @@ class DataUpcloudNetworksNetworksIpNetworkOutputReference(
562
562
  if __debug__:
563
563
  type_hints = typing.get_type_hints(_typecheckingstub__5837618c70d47a9e57d9579bf1e0c0d23b0f504ee13df3154fbb12268d753cae)
564
564
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
565
- jsii.set(self, "internalValue", value)
565
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
566
566
 
567
567
 
568
568
  class DataUpcloudNetworksNetworksList(
@@ -609,7 +609,7 @@ class DataUpcloudNetworksNetworksList(
609
609
  if __debug__:
610
610
  type_hints = typing.get_type_hints(_typecheckingstub__76f794a122064df8a2a8a8f6d703d9473d7cc7e3ce074422a7e39270d0c0b97c)
611
611
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
612
- jsii.set(self, "terraformAttribute", value)
612
+ jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
613
613
 
614
614
  @builtins.property
615
615
  @jsii.member(jsii_name="terraformResource")
@@ -622,7 +622,7 @@ class DataUpcloudNetworksNetworksList(
622
622
  if __debug__:
623
623
  type_hints = typing.get_type_hints(_typecheckingstub__45cbbf0837f8f46d5e41abac4026ea1246c53ec61af17b2dd9796861ee4cf1b0)
624
624
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
625
- jsii.set(self, "terraformResource", value)
625
+ jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
626
626
 
627
627
  @builtins.property
628
628
  @jsii.member(jsii_name="wrapsSet")
@@ -635,7 +635,7 @@ class DataUpcloudNetworksNetworksList(
635
635
  if __debug__:
636
636
  type_hints = typing.get_type_hints(_typecheckingstub__28478caacca2f63d04091468653ebf07092b6c5b8b57a88e6f5cfe5bf8870c62)
637
637
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
638
- jsii.set(self, "wrapsSet", value)
638
+ jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
639
639
 
640
640
 
641
641
  class DataUpcloudNetworksNetworksOutputReference(
@@ -707,7 +707,7 @@ class DataUpcloudNetworksNetworksOutputReference(
707
707
  if __debug__:
708
708
  type_hints = typing.get_type_hints(_typecheckingstub__1f8095d746be9c8d8f0ac952f0806e42368fc8b51cb2e1f433bf30c0d4a8d8db)
709
709
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
710
- jsii.set(self, "internalValue", value)
710
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
711
711
 
712
712
 
713
713
  @jsii.data_type(
@@ -778,7 +778,7 @@ class DataUpcloudNetworksNetworksServersList(
778
778
  if __debug__:
779
779
  type_hints = typing.get_type_hints(_typecheckingstub__8c23b72f364c87a660d6638286722c68657c796c7fa2ee50517d1b9347fff922)
780
780
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
781
- jsii.set(self, "terraformAttribute", value)
781
+ jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
782
782
 
783
783
  @builtins.property
784
784
  @jsii.member(jsii_name="terraformResource")
@@ -791,7 +791,7 @@ class DataUpcloudNetworksNetworksServersList(
791
791
  if __debug__:
792
792
  type_hints = typing.get_type_hints(_typecheckingstub__fca73801f71655c621c7269040513bc3b2a84986781d63a2599f96b1413abb8d)
793
793
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
794
- jsii.set(self, "terraformResource", value)
794
+ jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
795
795
 
796
796
  @builtins.property
797
797
  @jsii.member(jsii_name="wrapsSet")
@@ -804,7 +804,7 @@ class DataUpcloudNetworksNetworksServersList(
804
804
  if __debug__:
805
805
  type_hints = typing.get_type_hints(_typecheckingstub__5c66922a8049d6c46dc46294bef83df2e6ef81408367e041fe6991fdd03b7784)
806
806
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
807
- jsii.set(self, "wrapsSet", value)
807
+ jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
808
808
 
809
809
 
810
810
  class DataUpcloudNetworksNetworksServersOutputReference(
@@ -856,7 +856,7 @@ class DataUpcloudNetworksNetworksServersOutputReference(
856
856
  if __debug__:
857
857
  type_hints = typing.get_type_hints(_typecheckingstub__b61e3302c648c16a510e1dd82ff6d010908a9e3d218ea5d4c1118e49a0c0cf74)
858
858
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
859
- jsii.set(self, "internalValue", value)
859
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
860
860
 
861
861
 
862
862
  __all__ = [
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_upcloud_storage`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DataUpcloudStorage(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-upcloud.dataUpcloudStorage.DataUpcloudStorage",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage upcloud_storage}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage upcloud_storage}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -51,17 +51,17 @@ class DataUpcloudStorage(
51
51
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
52
52
  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,
53
53
  ) -> None:
54
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage upcloud_storage} Data Source.
54
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage upcloud_storage} Data Source.
55
55
 
56
56
  :param scope: The scope in which to define this construct.
57
57
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
58
- :param type: Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#type DataUpcloudStorage#type}
59
- :param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
60
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#id DataUpcloudStorage#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.
61
- :param most_recent: If more than one result is returned, use the most recent storage. This is only useful with private storages. Public storages might give unpredictable results. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
62
- :param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#name DataUpcloudStorage#name}
63
- :param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
64
- :param zone: The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
58
+ :param type: Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#type DataUpcloudStorage#type}
59
+ :param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
60
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#id DataUpcloudStorage#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.
61
+ :param most_recent: If more than one result is returned, use the most recent storage. This is only useful with private storages. Public storages might give unpredictable results. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
62
+ :param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#name DataUpcloudStorage#name}
63
+ :param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
64
+ :param zone: The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
65
65
  :param connection:
66
66
  :param count:
67
67
  :param depends_on:
@@ -106,7 +106,7 @@ class DataUpcloudStorage(
106
106
 
107
107
  :param scope: The scope in which to define this construct.
108
108
  :param import_to_id: The construct id used in the generated config for the DataUpcloudStorage to import.
109
- :param import_from_id: The id of the existing DataUpcloudStorage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing DataUpcloudStorage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#import import section} in the documentation of this resource for the id to use
110
110
  :param provider: ? Optional instance of the provider where the DataUpcloudStorage to import is found.
111
111
  '''
112
112
  if __debug__:
@@ -221,7 +221,7 @@ class DataUpcloudStorage(
221
221
  if __debug__:
222
222
  type_hints = typing.get_type_hints(_typecheckingstub__33a17fd731db18ae4bb90beca899131e843209ac3c5cccfc043a919889bc49e5)
223
223
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
224
- jsii.set(self, "accessType", value)
224
+ jsii.set(self, "accessType", value) # pyright: ignore[reportArgumentType]
225
225
 
226
226
  @builtins.property
227
227
  @jsii.member(jsii_name="id")
@@ -233,7 +233,7 @@ class DataUpcloudStorage(
233
233
  if __debug__:
234
234
  type_hints = typing.get_type_hints(_typecheckingstub__1f88182489362c6672aa9f6d00c5016afe28b9c3a4413d599f2a21acb38b435e)
235
235
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
236
- jsii.set(self, "id", value)
236
+ jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
237
237
 
238
238
  @builtins.property
239
239
  @jsii.member(jsii_name="mostRecent")
@@ -248,7 +248,7 @@ class DataUpcloudStorage(
248
248
  if __debug__:
249
249
  type_hints = typing.get_type_hints(_typecheckingstub__8ece074a74d70b09f152385956c784df201601a4b697aac64b691e8510dec1c8)
250
250
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
251
- jsii.set(self, "mostRecent", value)
251
+ jsii.set(self, "mostRecent", value) # pyright: ignore[reportArgumentType]
252
252
 
253
253
  @builtins.property
254
254
  @jsii.member(jsii_name="name")
@@ -260,7 +260,7 @@ class DataUpcloudStorage(
260
260
  if __debug__:
261
261
  type_hints = typing.get_type_hints(_typecheckingstub__9c86622743a1ef20d15a14886822a90e7a58cd286e60227ec46cc8b6473d94f3)
262
262
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
263
- jsii.set(self, "name", value)
263
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
264
264
 
265
265
  @builtins.property
266
266
  @jsii.member(jsii_name="nameRegex")
@@ -272,7 +272,7 @@ class DataUpcloudStorage(
272
272
  if __debug__:
273
273
  type_hints = typing.get_type_hints(_typecheckingstub__600d8c2c85159f4e28c67546470c51a0ddbb2df44c08205f3c9b3cc9ab49ccc5)
274
274
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
275
- jsii.set(self, "nameRegex", value)
275
+ jsii.set(self, "nameRegex", value) # pyright: ignore[reportArgumentType]
276
276
 
277
277
  @builtins.property
278
278
  @jsii.member(jsii_name="type")
@@ -284,7 +284,7 @@ class DataUpcloudStorage(
284
284
  if __debug__:
285
285
  type_hints = typing.get_type_hints(_typecheckingstub__252f54234afff9bedab90401e88af6110a25dc97f86fb7a091b34b24cb3b1fb5)
286
286
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
287
- jsii.set(self, "type", value)
287
+ jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
288
288
 
289
289
  @builtins.property
290
290
  @jsii.member(jsii_name="zone")
@@ -296,7 +296,7 @@ class DataUpcloudStorage(
296
296
  if __debug__:
297
297
  type_hints = typing.get_type_hints(_typecheckingstub__35e5a88025b5a62639c370fc1242b547dab1664b575a9a7f43e1a78ce1ab0739)
298
298
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
299
- jsii.set(self, "zone", value)
299
+ jsii.set(self, "zone", value) # pyright: ignore[reportArgumentType]
300
300
 
301
301
 
302
302
  @jsii.data_type(
@@ -346,13 +346,13 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
346
346
  :param lifecycle:
347
347
  :param provider:
348
348
  :param provisioners:
349
- :param type: Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#type DataUpcloudStorage#type}
350
- :param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
351
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#id DataUpcloudStorage#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.
352
- :param most_recent: If more than one result is returned, use the most recent storage. This is only useful with private storages. Public storages might give unpredictable results. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
353
- :param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#name DataUpcloudStorage#name}
354
- :param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
355
- :param zone: The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
349
+ :param type: Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#type DataUpcloudStorage#type}
350
+ :param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
351
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#id DataUpcloudStorage#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.
352
+ :param most_recent: If more than one result is returned, use the most recent storage. This is only useful with private storages. Public storages might give unpredictable results. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
353
+ :param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#name DataUpcloudStorage#name}
354
+ :param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
355
+ :param zone: The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
356
356
  '''
357
357
  if isinstance(lifecycle, dict):
358
358
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -470,7 +470,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
470
470
  def type(self) -> builtins.str:
471
471
  '''Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites.
472
472
 
473
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#type DataUpcloudStorage#type}
473
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#type DataUpcloudStorage#type}
474
474
  '''
475
475
  result = self._values.get("type")
476
476
  assert result is not None, "Required property 'type' is missing"
@@ -480,14 +480,14 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
480
480
  def access_type(self) -> typing.Optional[builtins.str]:
481
481
  '''Storage access type (public, private).
482
482
 
483
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
483
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
484
484
  '''
485
485
  result = self._values.get("access_type")
486
486
  return typing.cast(typing.Optional[builtins.str], result)
487
487
 
488
488
  @builtins.property
489
489
  def id(self) -> typing.Optional[builtins.str]:
490
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#id DataUpcloudStorage#id}.
490
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#id DataUpcloudStorage#id}.
491
491
 
492
492
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
493
493
  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.
@@ -503,7 +503,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
503
503
 
504
504
  This is only useful with private storages. Public storages might give unpredictable results.
505
505
 
506
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
506
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
507
507
  '''
508
508
  result = self._values.get("most_recent")
509
509
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -512,7 +512,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
512
512
  def name(self) -> typing.Optional[builtins.str]:
513
513
  '''Exact name of the storage (same as title).
514
514
 
515
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#name DataUpcloudStorage#name}
515
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#name DataUpcloudStorage#name}
516
516
  '''
517
517
  result = self._values.get("name")
518
518
  return typing.cast(typing.Optional[builtins.str], result)
@@ -521,7 +521,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
521
521
  def name_regex(self) -> typing.Optional[builtins.str]:
522
522
  '''Use regular expression to match storage name.
523
523
 
524
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
524
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
525
525
  '''
526
526
  result = self._values.get("name_regex")
527
527
  return typing.cast(typing.Optional[builtins.str], result)
@@ -530,7 +530,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
530
530
  def zone(self) -> typing.Optional[builtins.str]:
531
531
  '''The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
532
532
 
533
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
533
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
534
534
  '''
535
535
  result = self._values.get("zone")
536
536
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_upcloud_tags`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_tags`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/tags).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_tags`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/tags).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DataUpcloudTags(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-upcloud.dataUpcloudTags.DataUpcloudTags",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/tags upcloud_tags}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/tags upcloud_tags}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -45,11 +45,11 @@ class DataUpcloudTags(
45
45
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
46
46
  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,
47
47
  ) -> None:
48
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/tags upcloud_tags} Data Source.
48
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/tags upcloud_tags} Data Source.
49
49
 
50
50
  :param scope: The scope in which to define this construct.
51
51
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
52
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/tags#id DataUpcloudTags#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.
52
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/tags#id DataUpcloudTags#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
53
  :param connection:
54
54
  :param count:
55
55
  :param depends_on:
@@ -88,7 +88,7 @@ class DataUpcloudTags(
88
88
 
89
89
  :param scope: The scope in which to define this construct.
90
90
  :param import_to_id: The construct id used in the generated config for the DataUpcloudTags to import.
91
- :param import_from_id: The id of the existing DataUpcloudTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
91
+ :param import_from_id: The id of the existing DataUpcloudTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
92
92
  :param provider: ? Optional instance of the provider where the DataUpcloudTags to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -136,7 +136,7 @@ class DataUpcloudTags(
136
136
  if __debug__:
137
137
  type_hints = typing.get_type_hints(_typecheckingstub__80885502e2f79dd8b32f41a807db9a901a33eceb82259fc1e93234ae90e7a56e)
138
138
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
139
- jsii.set(self, "id", value)
139
+ jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
140
140
 
141
141
 
142
142
  @jsii.data_type(
@@ -174,7 +174,7 @@ class DataUpcloudTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
174
174
  :param lifecycle:
175
175
  :param provider:
176
176
  :param provisioners:
177
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/tags#id DataUpcloudTags#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.
177
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/tags#id DataUpcloudTags#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.
178
178
  '''
179
179
  if isinstance(lifecycle, dict):
180
180
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -272,7 +272,7 @@ class DataUpcloudTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
272
272
 
273
273
  @builtins.property
274
274
  def id(self) -> typing.Optional[builtins.str]:
275
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.1/docs/data-sources/tags#id DataUpcloudTags#id}.
275
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/data-sources/tags#id DataUpcloudTags#id}.
276
276
 
277
277
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
278
278
  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.
@@ -357,7 +357,7 @@ class DataUpcloudTagsTagsList(
357
357
  if __debug__:
358
358
  type_hints = typing.get_type_hints(_typecheckingstub__638beb23f98ab3f56074ed29ac73819bccefeb6da09c5026efb5c7cd4340b430)
359
359
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
360
- jsii.set(self, "terraformAttribute", value)
360
+ jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
361
361
 
362
362
  @builtins.property
363
363
  @jsii.member(jsii_name="terraformResource")
@@ -370,7 +370,7 @@ class DataUpcloudTagsTagsList(
370
370
  if __debug__:
371
371
  type_hints = typing.get_type_hints(_typecheckingstub__43df77589c61e659639850840dd416511b27e1e48f3246867ceeec0b24c29e8a)
372
372
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
373
- jsii.set(self, "terraformResource", value)
373
+ jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
374
374
 
375
375
  @builtins.property
376
376
  @jsii.member(jsii_name="wrapsSet")
@@ -383,7 +383,7 @@ class DataUpcloudTagsTagsList(
383
383
  if __debug__:
384
384
  type_hints = typing.get_type_hints(_typecheckingstub__e8e729b5894d992ea12f456c115a8d4d28fab77c05fe7410b06e029a4c73c894)
385
385
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
386
- jsii.set(self, "wrapsSet", value)
386
+ jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
387
387
 
388
388
 
389
389
  class DataUpcloudTagsTagsOutputReference(
@@ -437,7 +437,7 @@ class DataUpcloudTagsTagsOutputReference(
437
437
  if __debug__:
438
438
  type_hints = typing.get_type_hints(_typecheckingstub__a7a05c2e8af4138731d285cbf8e12678954c62bde5967591ec18f2db8e5dbef0)
439
439
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
440
- jsii.set(self, "internalValue", value)
440
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
441
441
 
442
442
 
443
443
  __all__ = [