cdktf-cdktf-provider-upcloud 14.18.0__py3-none-any.whl → 14.20.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 (68) 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.20.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +308 -9
  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_load_balancer_dns_challenge_domain/__init__.py +4 -4
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
  12. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_valkey_sessions/__init__.py +22 -22
  13. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
  14. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
  15. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
  16. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -28
  17. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
  18. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
  19. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +7 -7
  20. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
  21. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +16 -16
  22. cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
  23. cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
  24. cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
  25. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +31 -31
  26. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +58 -58
  27. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +39 -39
  28. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +46 -46
  29. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +13 -13
  30. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +25 -25
  31. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +13 -13
  32. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +33 -33
  33. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +269 -227
  34. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +13 -13
  35. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +16 -16
  36. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +28 -28
  37. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +25 -25
  38. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  39. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +201 -201
  40. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +540 -957
  41. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +315 -315
  42. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +132 -132
  43. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +65 -65
  44. cdktf_cdktf_provider_upcloud/managed_database_valkey/__init__.py +234 -129
  45. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
  46. cdktf_cdktf_provider_upcloud/managed_object_storage_bucket/__init__.py +10 -10
  47. cdktf_cdktf_provider_upcloud/managed_object_storage_custom_domain/__init__.py +13 -13
  48. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +16 -16
  49. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
  50. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
  51. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
  52. cdktf_cdktf_provider_upcloud/network/__init__.py +33 -33
  53. cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
  54. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
  55. cdktf_cdktf_provider_upcloud/provider/__init__.py +72 -25
  56. cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  57. cdktf_cdktf_provider_upcloud/server/__init__.py +136 -136
  58. cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
  59. cdktf_cdktf_provider_upcloud/storage/__init__.py +51 -51
  60. cdktf_cdktf_provider_upcloud/storage_template/__init__.py +13 -13
  61. cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  62. {cdktf_cdktf_provider_upcloud-14.18.0.dist-info → cdktf_cdktf_provider_upcloud-14.20.0.dist-info}/METADATA +5 -5
  63. cdktf_cdktf_provider_upcloud-14.20.0.dist-info/RECORD +67 -0
  64. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.18.0.jsii.tgz +0 -0
  65. cdktf_cdktf_provider_upcloud-14.18.0.dist-info/RECORD +0 -67
  66. {cdktf_cdktf_provider_upcloud-14.18.0.dist-info → cdktf_cdktf_provider_upcloud-14.20.0.dist-info}/LICENSE +0 -0
  67. {cdktf_cdktf_provider_upcloud-14.18.0.dist-info → cdktf_cdktf_provider_upcloud-14.20.0.dist-info}/WHEEL +0 -0
  68. {cdktf_cdktf_provider_upcloud-14.18.0.dist-info → cdktf_cdktf_provider_upcloud-14.20.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
- # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.18.0
2
+ # CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.20.0
3
3
 
4
- This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.18.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
4
+ This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.20.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
5
5
 
6
6
  ## Available Packages
7
7
 
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
63
63
  These are the upstream dependencies:
64
64
 
65
65
  * [CDK for Terraform](https://cdk.tf)
66
- * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.18.0)
66
+ * [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.20.0)
67
67
  * [Terraform Engine](https://terraform.io)
68
68
 
69
69
  If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
@@ -33,9 +33,9 @@ import constructs._jsii
33
33
 
34
34
  __jsii_assembly__ = jsii.JSIIAssembly.load(
35
35
  "@cdktf/provider-upcloud",
36
- "14.18.0",
36
+ "14.20.0",
37
37
  __name__[0:-6],
38
- "provider-upcloud@14.18.0.jsii.tgz",
38
+ "provider-upcloud@14.20.0.jsii.tgz",
39
39
  )
40
40
 
41
41
  __all__ = [
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_upcloud_hosts`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/hosts).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudHosts(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHosts",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/hosts upcloud_hosts}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts upcloud_hosts}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataUpcloudHosts(
60
60
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
61
61
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
62
62
  ) -> None:
63
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/hosts upcloud_hosts} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts upcloud_hosts} Data Source.
64
64
 
65
65
  :param scope: The scope in which to define this construct.
66
66
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
67
- :param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
67
+ :param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataUpcloudHosts(
103
103
 
104
104
  :param scope: The scope in which to define this construct.
105
105
  :param import_to_id: The construct id used in the generated config for the DataUpcloudHosts to import.
106
- :param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
107
107
  :param provider: ? Optional instance of the provider where the DataUpcloudHosts to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -197,7 +197,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
197
197
  :param lifecycle:
198
198
  :param provider:
199
199
  :param provisioners:
200
- :param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
200
+ :param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
201
201
  '''
202
202
  if isinstance(lifecycle, dict):
203
203
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -299,7 +299,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
299
299
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]]:
300
300
  '''hosts block.
301
301
 
302
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
302
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
303
303
  '''
304
304
  result = self._values.get("hosts")
305
305
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]], result)
@@ -319,11 +319,34 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
319
319
  @jsii.data_type(
320
320
  jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHostsHosts",
321
321
  jsii_struct_bases=[],
322
- name_mapping={},
322
+ name_mapping={"statistics": "statistics"},
323
323
  )
324
324
  class DataUpcloudHostsHosts:
325
- def __init__(self) -> None:
325
+ def __init__(
326
+ self,
327
+ *,
328
+ statistics: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["DataUpcloudHostsHostsStatistics", typing.Dict[builtins.str, typing.Any]]]]] = None,
329
+ ) -> None:
330
+ '''
331
+ :param statistics: statistics block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts#statistics DataUpcloudHosts#statistics}
332
+ '''
333
+ if __debug__:
334
+ type_hints = typing.get_type_hints(_typecheckingstub__35ff19b978e1a15cfb5f77b6a4d9da25521117766382dd5efba6f9765d2bdf62)
335
+ check_type(argname="argument statistics", value=statistics, expected_type=type_hints["statistics"])
326
336
  self._values: typing.Dict[builtins.str, typing.Any] = {}
337
+ if statistics is not None:
338
+ self._values["statistics"] = statistics
339
+
340
+ @builtins.property
341
+ def statistics(
342
+ self,
343
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHostsStatistics"]]]:
344
+ '''statistics block.
345
+
346
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts#statistics DataUpcloudHosts#statistics}
347
+ '''
348
+ result = self._values.get("statistics")
349
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHostsStatistics"]]], result)
327
350
 
328
351
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
329
352
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -453,6 +476,23 @@ class DataUpcloudHostsHostsOutputReference(
453
476
  check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
454
477
  jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
455
478
 
479
+ @jsii.member(jsii_name="putStatistics")
480
+ def put_statistics(
481
+ self,
482
+ value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["DataUpcloudHostsHostsStatistics", typing.Dict[builtins.str, typing.Any]]]],
483
+ ) -> None:
484
+ '''
485
+ :param value: -
486
+ '''
487
+ if __debug__:
488
+ type_hints = typing.get_type_hints(_typecheckingstub__e73c14ba06774179cc22294d43da5d0796ccd5ee98bc2d7a22fc32b3a93906ad)
489
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
490
+ return typing.cast(None, jsii.invoke(self, "putStatistics", [value]))
491
+
492
+ @jsii.member(jsii_name="resetStatistics")
493
+ def reset_statistics(self) -> None:
494
+ return typing.cast(None, jsii.invoke(self, "resetStatistics", []))
495
+
456
496
  @builtins.property
457
497
  @jsii.member(jsii_name="description")
458
498
  def description(self) -> builtins.str:
@@ -463,11 +503,28 @@ class DataUpcloudHostsHostsOutputReference(
463
503
  def host_id(self) -> jsii.Number:
464
504
  return typing.cast(jsii.Number, jsii.get(self, "hostId"))
465
505
 
506
+ @builtins.property
507
+ @jsii.member(jsii_name="statistics")
508
+ def statistics(self) -> "DataUpcloudHostsHostsStatisticsList":
509
+ return typing.cast("DataUpcloudHostsHostsStatisticsList", jsii.get(self, "statistics"))
510
+
511
+ @builtins.property
512
+ @jsii.member(jsii_name="windowsEnabled")
513
+ def windows_enabled(self) -> _cdktf_9a9027ec.IResolvable:
514
+ return typing.cast(_cdktf_9a9027ec.IResolvable, jsii.get(self, "windowsEnabled"))
515
+
466
516
  @builtins.property
467
517
  @jsii.member(jsii_name="zone")
468
518
  def zone(self) -> builtins.str:
469
519
  return typing.cast(builtins.str, jsii.get(self, "zone"))
470
520
 
521
+ @builtins.property
522
+ @jsii.member(jsii_name="statisticsInput")
523
+ def statistics_input(
524
+ self,
525
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHostsStatistics"]]]:
526
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHostsStatistics"]]], jsii.get(self, "statisticsInput"))
527
+
471
528
  @builtins.property
472
529
  @jsii.member(jsii_name="internalValue")
473
530
  def internal_value(
@@ -486,12 +543,188 @@ class DataUpcloudHostsHostsOutputReference(
486
543
  jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
487
544
 
488
545
 
546
+ @jsii.data_type(
547
+ jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHostsHostsStatistics",
548
+ jsii_struct_bases=[],
549
+ name_mapping={},
550
+ )
551
+ class DataUpcloudHostsHostsStatistics:
552
+ def __init__(self) -> None:
553
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
554
+
555
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
556
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
557
+
558
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
559
+ return not (rhs == self)
560
+
561
+ def __repr__(self) -> str:
562
+ return "DataUpcloudHostsHostsStatistics(%s)" % ", ".join(
563
+ k + "=" + repr(v) for k, v in self._values.items()
564
+ )
565
+
566
+
567
+ class DataUpcloudHostsHostsStatisticsList(
568
+ _cdktf_9a9027ec.ComplexList,
569
+ metaclass=jsii.JSIIMeta,
570
+ jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHostsHostsStatisticsList",
571
+ ):
572
+ def __init__(
573
+ self,
574
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
575
+ terraform_attribute: builtins.str,
576
+ wraps_set: builtins.bool,
577
+ ) -> None:
578
+ '''
579
+ :param terraform_resource: The parent resource.
580
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
581
+ :param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
582
+ '''
583
+ if __debug__:
584
+ type_hints = typing.get_type_hints(_typecheckingstub__7dedfb59249494e822b088a3636fcf2b399edd407b71071e9581a1fe2e93cca1)
585
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
586
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
587
+ check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
588
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
589
+
590
+ @jsii.member(jsii_name="get")
591
+ def get(
592
+ self,
593
+ index: jsii.Number,
594
+ ) -> "DataUpcloudHostsHostsStatisticsOutputReference":
595
+ '''
596
+ :param index: the index of the item to return.
597
+ '''
598
+ if __debug__:
599
+ type_hints = typing.get_type_hints(_typecheckingstub__0a4ba93e746596990e351201ff95230798fc6d1fd33463250fe311b3d1dd263b)
600
+ check_type(argname="argument index", value=index, expected_type=type_hints["index"])
601
+ return typing.cast("DataUpcloudHostsHostsStatisticsOutputReference", jsii.invoke(self, "get", [index]))
602
+
603
+ @builtins.property
604
+ @jsii.member(jsii_name="terraformAttribute")
605
+ def _terraform_attribute(self) -> builtins.str:
606
+ '''The attribute on the parent resource this class is referencing.'''
607
+ return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
608
+
609
+ @_terraform_attribute.setter
610
+ def _terraform_attribute(self, value: builtins.str) -> None:
611
+ if __debug__:
612
+ type_hints = typing.get_type_hints(_typecheckingstub__548840173ef4e623ed49c3d72d141b39f4462eee97b5872f07f920d3e845de85)
613
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
614
+ jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
615
+
616
+ @builtins.property
617
+ @jsii.member(jsii_name="terraformResource")
618
+ def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
619
+ '''The parent resource.'''
620
+ return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
621
+
622
+ @_terraform_resource.setter
623
+ def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
624
+ if __debug__:
625
+ type_hints = typing.get_type_hints(_typecheckingstub__d5ccdcc6fdc25dccd12fea6d5581930b4dc93be047e04574472c9b8ff0f40291)
626
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
627
+ jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
628
+
629
+ @builtins.property
630
+ @jsii.member(jsii_name="wrapsSet")
631
+ def _wraps_set(self) -> builtins.bool:
632
+ '''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
633
+ return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
634
+
635
+ @_wraps_set.setter
636
+ def _wraps_set(self, value: builtins.bool) -> None:
637
+ if __debug__:
638
+ type_hints = typing.get_type_hints(_typecheckingstub__4d26f058718ea0fb62657337b3722656f15117b8959e3f45a4f5adffdac21b47)
639
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
640
+ jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
641
+
642
+ @builtins.property
643
+ @jsii.member(jsii_name="internalValue")
644
+ def internal_value(
645
+ self,
646
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudHostsHostsStatistics]]]:
647
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudHostsHostsStatistics]]], jsii.get(self, "internalValue"))
648
+
649
+ @internal_value.setter
650
+ def internal_value(
651
+ self,
652
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudHostsHostsStatistics]]],
653
+ ) -> None:
654
+ if __debug__:
655
+ type_hints = typing.get_type_hints(_typecheckingstub__7ef3758f16017c8bb53e9c327a65420f4fbbab7791c076bc85b3543dff4c44bf)
656
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
657
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
658
+
659
+
660
+ class DataUpcloudHostsHostsStatisticsOutputReference(
661
+ _cdktf_9a9027ec.ComplexObject,
662
+ metaclass=jsii.JSIIMeta,
663
+ jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHostsHostsStatisticsOutputReference",
664
+ ):
665
+ def __init__(
666
+ self,
667
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
668
+ terraform_attribute: builtins.str,
669
+ complex_object_index: jsii.Number,
670
+ complex_object_is_from_set: builtins.bool,
671
+ ) -> None:
672
+ '''
673
+ :param terraform_resource: The parent resource.
674
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
675
+ :param complex_object_index: the index of this item in the list.
676
+ :param complex_object_is_from_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
677
+ '''
678
+ if __debug__:
679
+ type_hints = typing.get_type_hints(_typecheckingstub__f69484748dbed023c317168ab9d6162bf7a9c5c624a7f78a17aed5d4bc77bf06)
680
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
681
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
682
+ check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
683
+ check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
684
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
685
+
686
+ @builtins.property
687
+ @jsii.member(jsii_name="name")
688
+ def name(self) -> builtins.str:
689
+ return typing.cast(builtins.str, jsii.get(self, "name"))
690
+
691
+ @builtins.property
692
+ @jsii.member(jsii_name="timestamp")
693
+ def timestamp(self) -> builtins.str:
694
+ return typing.cast(builtins.str, jsii.get(self, "timestamp"))
695
+
696
+ @builtins.property
697
+ @jsii.member(jsii_name="value")
698
+ def value(self) -> jsii.Number:
699
+ return typing.cast(jsii.Number, jsii.get(self, "value"))
700
+
701
+ @builtins.property
702
+ @jsii.member(jsii_name="internalValue")
703
+ def internal_value(
704
+ self,
705
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHostsStatistics]]:
706
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHostsStatistics]], jsii.get(self, "internalValue"))
707
+
708
+ @internal_value.setter
709
+ def internal_value(
710
+ self,
711
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHostsStatistics]],
712
+ ) -> None:
713
+ if __debug__:
714
+ type_hints = typing.get_type_hints(_typecheckingstub__9434148a9057721ade8529ad5e0469ca3b6185bf3975a959f2870d9c96a324ce)
715
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
716
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
717
+
718
+
489
719
  __all__ = [
490
720
  "DataUpcloudHosts",
491
721
  "DataUpcloudHostsConfig",
492
722
  "DataUpcloudHostsHosts",
493
723
  "DataUpcloudHostsHostsList",
494
724
  "DataUpcloudHostsHostsOutputReference",
725
+ "DataUpcloudHostsHostsStatistics",
726
+ "DataUpcloudHostsHostsStatisticsList",
727
+ "DataUpcloudHostsHostsStatisticsOutputReference",
495
728
  ]
496
729
 
497
730
  publication.publish()
@@ -541,6 +774,13 @@ def _typecheckingstub__c71d76f9a9b7cdb41f222a245bf375e13d94f8fbcd6cd95cecd24ce47
541
774
  """Type checking stubs"""
542
775
  pass
543
776
 
777
+ def _typecheckingstub__35ff19b978e1a15cfb5f77b6a4d9da25521117766382dd5efba6f9765d2bdf62(
778
+ *,
779
+ statistics: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudHostsHostsStatistics, typing.Dict[builtins.str, typing.Any]]]]] = None,
780
+ ) -> None:
781
+ """Type checking stubs"""
782
+ pass
783
+
544
784
  def _typecheckingstub__e98bc9bb41a5a3438457ad792d22a7ce9a6cb9ec50881b12b2ebe07fd0cef852(
545
785
  terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
546
786
  terraform_attribute: builtins.str,
@@ -588,8 +828,67 @@ def _typecheckingstub__05998a6450eeda80f542ab60cf0fad3a1500b26cdf65521d80a60631f
588
828
  """Type checking stubs"""
589
829
  pass
590
830
 
831
+ def _typecheckingstub__e73c14ba06774179cc22294d43da5d0796ccd5ee98bc2d7a22fc32b3a93906ad(
832
+ value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudHostsHostsStatistics, typing.Dict[builtins.str, typing.Any]]]],
833
+ ) -> None:
834
+ """Type checking stubs"""
835
+ pass
836
+
591
837
  def _typecheckingstub__2d367a9e4d095a50a62e730ceb71e847ae15e82a42ec564c26e2a5073fdf119a(
592
838
  value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHosts]],
593
839
  ) -> None:
594
840
  """Type checking stubs"""
595
841
  pass
842
+
843
+ def _typecheckingstub__7dedfb59249494e822b088a3636fcf2b399edd407b71071e9581a1fe2e93cca1(
844
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
845
+ terraform_attribute: builtins.str,
846
+ wraps_set: builtins.bool,
847
+ ) -> None:
848
+ """Type checking stubs"""
849
+ pass
850
+
851
+ def _typecheckingstub__0a4ba93e746596990e351201ff95230798fc6d1fd33463250fe311b3d1dd263b(
852
+ index: jsii.Number,
853
+ ) -> None:
854
+ """Type checking stubs"""
855
+ pass
856
+
857
+ def _typecheckingstub__548840173ef4e623ed49c3d72d141b39f4462eee97b5872f07f920d3e845de85(
858
+ value: builtins.str,
859
+ ) -> None:
860
+ """Type checking stubs"""
861
+ pass
862
+
863
+ def _typecheckingstub__d5ccdcc6fdc25dccd12fea6d5581930b4dc93be047e04574472c9b8ff0f40291(
864
+ value: _cdktf_9a9027ec.IInterpolatingParent,
865
+ ) -> None:
866
+ """Type checking stubs"""
867
+ pass
868
+
869
+ def _typecheckingstub__4d26f058718ea0fb62657337b3722656f15117b8959e3f45a4f5adffdac21b47(
870
+ value: builtins.bool,
871
+ ) -> None:
872
+ """Type checking stubs"""
873
+ pass
874
+
875
+ def _typecheckingstub__7ef3758f16017c8bb53e9c327a65420f4fbbab7791c076bc85b3543dff4c44bf(
876
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudHostsHostsStatistics]]],
877
+ ) -> None:
878
+ """Type checking stubs"""
879
+ pass
880
+
881
+ def _typecheckingstub__f69484748dbed023c317168ab9d6162bf7a9c5c624a7f78a17aed5d4bc77bf06(
882
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
883
+ terraform_attribute: builtins.str,
884
+ complex_object_index: jsii.Number,
885
+ complex_object_is_from_set: builtins.bool,
886
+ ) -> None:
887
+ """Type checking stubs"""
888
+ pass
889
+
890
+ def _typecheckingstub__9434148a9057721ade8529ad5e0469ca3b6185bf3975a959f2870d9c96a324ce(
891
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHostsStatistics]],
892
+ ) -> None:
893
+ """Type checking stubs"""
894
+ pass
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_upcloud_ip_addresses`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/ip_addresses).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/ip_addresses).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudIpAddresses(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudIpAddresses.DataUpcloudIpAddresses",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataUpcloudIpAddresses(
60
60
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
61
61
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
62
62
  ) -> None:
63
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
64
64
 
65
65
  :param scope: The scope in which to define this construct.
66
66
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
67
- :param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
67
+ :param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataUpcloudIpAddresses(
103
103
 
104
104
  :param scope: The scope in which to define this construct.
105
105
  :param import_to_id: The construct id used in the generated config for the DataUpcloudIpAddresses to import.
106
- :param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
107
107
  :param provider: ? Optional instance of the provider where the DataUpcloudIpAddresses to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -400,7 +400,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
400
400
  :param lifecycle:
401
401
  :param provider:
402
402
  :param provisioners:
403
- :param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
403
+ :param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
404
404
  '''
405
405
  if isinstance(lifecycle, dict):
406
406
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -502,7 +502,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
502
502
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudIpAddressesAddresses]]]:
503
503
  '''addresses block.
504
504
 
505
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
505
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
506
506
  '''
507
507
  result = self._values.get("addresses")
508
508
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudIpAddressesAddresses]]], result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_upcloud_kubernetes_cluster`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/kubernetes_cluster).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/kubernetes_cluster).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudKubernetesCluster(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudKubernetesCluster.DataUpcloudKubernetesCluster",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataUpcloudKubernetesCluster(
60
60
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
61
61
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
62
62
  ) -> None:
63
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
64
64
 
65
65
  :param scope: The scope in which to define this construct.
66
66
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
67
- :param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
67
+ :param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataUpcloudKubernetesCluster(
103
103
 
104
104
  :param scope: The scope in which to define this construct.
105
105
  :param import_to_id: The construct id used in the generated config for the DataUpcloudKubernetesCluster to import.
106
- :param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
107
107
  :param provider: ? Optional instance of the provider where the DataUpcloudKubernetesCluster to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -210,7 +210,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
210
210
  :param lifecycle:
211
211
  :param provider:
212
212
  :param provisioners:
213
- :param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
213
+ :param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
214
214
  '''
215
215
  if isinstance(lifecycle, dict):
216
216
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -310,7 +310,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
310
310
  def id(self) -> builtins.str:
311
311
  '''UUID of the cluster.
312
312
 
313
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
313
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
314
314
 
315
315
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
316
316
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_upcloud_load_balancer_dns_challenge_domain`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_load_balancer_dns_challenge_domain`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/load_balancer_dns_challenge_domain).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_load_balancer_dns_challenge_domain`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/load_balancer_dns_challenge_domain).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudLoadBalancerDnsChallengeDomain(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudLoadBalancerDnsChallengeDomain.DataUpcloudLoadBalancerDnsChallengeDomain",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/load_balancer_dns_challenge_domain upcloud_load_balancer_dns_challenge_domain}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/load_balancer_dns_challenge_domain upcloud_load_balancer_dns_challenge_domain}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -59,7 +59,7 @@ class DataUpcloudLoadBalancerDnsChallengeDomain(
59
59
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
60
60
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
61
61
  ) -> None:
62
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/load_balancer_dns_challenge_domain upcloud_load_balancer_dns_challenge_domain} Data Source.
62
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/load_balancer_dns_challenge_domain upcloud_load_balancer_dns_challenge_domain} Data Source.
63
63
 
64
64
  :param scope: The scope in which to define this construct.
65
65
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -100,7 +100,7 @@ class DataUpcloudLoadBalancerDnsChallengeDomain(
100
100
 
101
101
  :param scope: The scope in which to define this construct.
102
102
  :param import_to_id: The construct id used in the generated config for the DataUpcloudLoadBalancerDnsChallengeDomain to import.
103
- :param import_from_id: The id of the existing DataUpcloudLoadBalancerDnsChallengeDomain that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.18.0/docs/data-sources/load_balancer_dns_challenge_domain#import import section} in the documentation of this resource for the id to use
103
+ :param import_from_id: The id of the existing DataUpcloudLoadBalancerDnsChallengeDomain that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/load_balancer_dns_challenge_domain#import import section} in the documentation of this resource for the id to use
104
104
  :param provider: ? Optional instance of the provider where the DataUpcloudLoadBalancerDnsChallengeDomain to import is found.
105
105
  '''
106
106
  if __debug__: