cdktf-cdktf-provider-upcloud 11.0.3__py3-none-any.whl → 12.0.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (55) 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@12.0.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +11 -7
  5. cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +11 -7
  6. cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +11 -7
  7. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +26 -22
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +17 -13
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +34 -30
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +26 -22
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +11 -7
  12. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +17 -13
  13. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +29 -25
  14. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +11 -7
  15. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +14 -10
  16. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +14 -10
  17. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +45 -41
  18. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +23 -19
  19. cdktf_cdktf_provider_upcloud/gateway/__init__.py +32 -28
  20. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +32 -28
  21. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +51 -47
  22. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +40 -36
  23. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +68 -64
  24. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -16
  25. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +32 -28
  26. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -16
  27. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +43 -39
  28. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +169 -165
  29. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +20 -16
  30. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +23 -19
  31. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +35 -31
  32. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +32 -28
  33. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +23 -19
  34. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +179 -175
  35. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +77 -73
  36. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +296 -292
  37. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +104 -100
  38. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +54 -50
  39. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +77 -30
  40. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +23 -19
  41. cdktf_cdktf_provider_upcloud/network/__init__.py +44 -40
  42. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +34 -30
  43. cdktf_cdktf_provider_upcloud/provider/__init__.py +29 -25
  44. cdktf_cdktf_provider_upcloud/router/__init__.py +23 -19
  45. cdktf_cdktf_provider_upcloud/server/__init__.py +145 -141
  46. cdktf_cdktf_provider_upcloud/server_group/__init__.py +23 -19
  47. cdktf_cdktf_provider_upcloud/storage/__init__.py +59 -55
  48. cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -16
  49. {cdktf_cdktf_provider_upcloud-11.0.3.dist-info → cdktf_cdktf_provider_upcloud-12.0.0.dist-info}/LICENSE +1 -1
  50. {cdktf_cdktf_provider_upcloud-11.0.3.dist-info → cdktf_cdktf_provider_upcloud-12.0.0.dist-info}/METADATA +5 -5
  51. cdktf_cdktf_provider_upcloud-12.0.0.dist-info/RECORD +54 -0
  52. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@11.0.3.jsii.tgz +0 -0
  53. cdktf_cdktf_provider_upcloud-11.0.3.dist-info/RECORD +0 -54
  54. {cdktf_cdktf_provider_upcloud-11.0.3.dist-info → cdktf_cdktf_provider_upcloud-12.0.0.dist-info}/WHEEL +0 -0
  55. {cdktf_cdktf_provider_upcloud-11.0.3.dist-info → cdktf_cdktf_provider_upcloud-12.0.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_upcloud_storage`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_upcloud_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudStorage(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudStorage.DataUpcloudStorage",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage upcloud_storage}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage upcloud_storage}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -48,17 +48,17 @@ class DataUpcloudStorage(
48
48
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
49
49
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
50
50
  ) -> None:
51
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage upcloud_storage} Data Source.
51
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage upcloud_storage} Data Source.
52
52
 
53
53
  :param scope: The scope in which to define this construct.
54
54
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
55
- :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/3.2.0/docs/data-sources/storage#type DataUpcloudStorage#type}
56
- :param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
57
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/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.
58
- :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/3.2.0/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
59
- :param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage#name DataUpcloudStorage#name}
60
- :param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
61
- :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/3.2.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
55
+ :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/3.3.0/docs/data-sources/storage#type DataUpcloudStorage#type}
56
+ :param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
57
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
58
+ :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/3.3.0/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
59
+ :param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage#name DataUpcloudStorage#name}
60
+ :param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
61
+ :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/3.3.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
62
62
  :param connection:
63
63
  :param count:
64
64
  :param depends_on:
@@ -103,7 +103,7 @@ class DataUpcloudStorage(
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 DataUpcloudStorage to import.
106
- :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/3.2.0/docs/data-sources/storage#import import section} in the documentation of this resource for the id to use
106
+ :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/3.3.0/docs/data-sources/storage#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 DataUpcloudStorage to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -142,6 +142,10 @@ class DataUpcloudStorage(
142
142
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
143
143
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
144
144
 
145
+ @jsii.member(jsii_name="synthesizeHclAttributes")
146
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
147
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
148
+
145
149
  @jsii.python.classproperty
146
150
  @jsii.member(jsii_name="tfResourceType")
147
151
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -339,13 +343,13 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
339
343
  :param lifecycle:
340
344
  :param provider:
341
345
  :param provisioners:
342
- :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/3.2.0/docs/data-sources/storage#type DataUpcloudStorage#type}
343
- :param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
344
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/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.
345
- :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/3.2.0/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
346
- :param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage#name DataUpcloudStorage#name}
347
- :param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
348
- :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/3.2.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
346
+ :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/3.3.0/docs/data-sources/storage#type DataUpcloudStorage#type}
347
+ :param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
348
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
349
+ :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/3.3.0/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
350
+ :param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage#name DataUpcloudStorage#name}
351
+ :param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
352
+ :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/3.3.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
349
353
  '''
350
354
  if isinstance(lifecycle, dict):
351
355
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -463,7 +467,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
463
467
  def type(self) -> builtins.str:
464
468
  '''Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites.
465
469
 
466
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage#type DataUpcloudStorage#type}
470
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage#type DataUpcloudStorage#type}
467
471
  '''
468
472
  result = self._values.get("type")
469
473
  assert result is not None, "Required property 'type' is missing"
@@ -473,14 +477,14 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
473
477
  def access_type(self) -> typing.Optional[builtins.str]:
474
478
  '''Storage access type (public, private).
475
479
 
476
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
480
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
477
481
  '''
478
482
  result = self._values.get("access_type")
479
483
  return typing.cast(typing.Optional[builtins.str], result)
480
484
 
481
485
  @builtins.property
482
486
  def id(self) -> typing.Optional[builtins.str]:
483
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage#id DataUpcloudStorage#id}.
487
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage#id DataUpcloudStorage#id}.
484
488
 
485
489
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
486
490
  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.
@@ -496,7 +500,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
496
500
 
497
501
  This is only useful with private storages. Public storages might give unpredictable results.
498
502
 
499
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
503
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
500
504
  '''
501
505
  result = self._values.get("most_recent")
502
506
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -505,7 +509,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
505
509
  def name(self) -> typing.Optional[builtins.str]:
506
510
  '''Exact name of the storage (same as title).
507
511
 
508
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage#name DataUpcloudStorage#name}
512
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage#name DataUpcloudStorage#name}
509
513
  '''
510
514
  result = self._values.get("name")
511
515
  return typing.cast(typing.Optional[builtins.str], result)
@@ -514,7 +518,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
514
518
  def name_regex(self) -> typing.Optional[builtins.str]:
515
519
  '''Use regular expression to match storage name.
516
520
 
517
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
521
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
518
522
  '''
519
523
  result = self._values.get("name_regex")
520
524
  return typing.cast(typing.Optional[builtins.str], result)
@@ -523,7 +527,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
523
527
  def zone(self) -> typing.Optional[builtins.str]:
524
528
  '''The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
525
529
 
526
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
530
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
527
531
  '''
528
532
  result = self._values.get("zone")
529
533
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_upcloud_tags`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_upcloud_tags`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/tags).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_tags`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/tags).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudTags(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudTags.DataUpcloudTags",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/tags upcloud_tags}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/tags upcloud_tags}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -42,11 +42,11 @@ class DataUpcloudTags(
42
42
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
43
43
  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,
44
44
  ) -> None:
45
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/tags upcloud_tags} Data Source.
45
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/tags upcloud_tags} Data Source.
46
46
 
47
47
  :param scope: The scope in which to define this construct.
48
48
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
49
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/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.
49
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
50
50
  :param connection:
51
51
  :param count:
52
52
  :param depends_on:
@@ -85,7 +85,7 @@ class DataUpcloudTags(
85
85
 
86
86
  :param scope: The scope in which to define this construct.
87
87
  :param import_to_id: The construct id used in the generated config for the DataUpcloudTags to import.
88
- :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/3.2.0/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
88
+ :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/3.3.0/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
89
89
  :param provider: ? Optional instance of the provider where the DataUpcloudTags to import is found.
90
90
  '''
91
91
  if __debug__:
@@ -104,6 +104,10 @@ class DataUpcloudTags(
104
104
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
105
105
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
106
106
 
107
+ @jsii.member(jsii_name="synthesizeHclAttributes")
108
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
109
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
110
+
107
111
  @jsii.python.classproperty
108
112
  @jsii.member(jsii_name="tfResourceType")
109
113
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -167,7 +171,7 @@ class DataUpcloudTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
167
171
  :param lifecycle:
168
172
  :param provider:
169
173
  :param provisioners:
170
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/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.
174
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
171
175
  '''
172
176
  if isinstance(lifecycle, dict):
173
177
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -265,7 +269,7 @@ class DataUpcloudTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
265
269
 
266
270
  @builtins.property
267
271
  def id(self) -> typing.Optional[builtins.str]:
268
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/tags#id DataUpcloudTags#id}.
272
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/tags#id DataUpcloudTags#id}.
269
273
 
270
274
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
271
275
  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
  '''
2
2
  # `data_upcloud_zone`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_upcloud_zone`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zone).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_zone`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zone).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudZone(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudZone.DataUpcloudZone",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zone upcloud_zone}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zone upcloud_zone}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataUpcloudZone(
43
43
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
44
  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,
45
45
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zone upcloud_zone} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zone upcloud_zone} Data Source.
47
47
 
48
48
  :param scope: The scope in which to define this construct.
49
49
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param name: Unique lablel for the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zone#name DataUpcloudZone#name}
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zone#id DataUpcloudZone#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.
50
+ :param name: Unique lablel for the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zone#name DataUpcloudZone#name}
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zone#id DataUpcloudZone#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
52
  :param connection:
53
53
  :param count:
54
54
  :param depends_on:
@@ -88,7 +88,7 @@ class DataUpcloudZone(
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 DataUpcloudZone to import.
91
- :param import_from_id: The id of the existing DataUpcloudZone that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zone#import import section} in the documentation of this resource for the id to use
91
+ :param import_from_id: The id of the existing DataUpcloudZone that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zone#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 DataUpcloudZone to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -107,6 +107,10 @@ class DataUpcloudZone(
107
107
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
108
108
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
109
109
 
110
+ @jsii.member(jsii_name="synthesizeHclAttributes")
111
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
112
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
113
+
110
114
  @jsii.python.classproperty
111
115
  @jsii.member(jsii_name="tfResourceType")
112
116
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -194,8 +198,8 @@ class DataUpcloudZoneConfig(_cdktf_9a9027ec.TerraformMetaArguments):
194
198
  :param lifecycle:
195
199
  :param provider:
196
200
  :param provisioners:
197
- :param name: Unique lablel for the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zone#name DataUpcloudZone#name}
198
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zone#id DataUpcloudZone#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.
201
+ :param name: Unique lablel for the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zone#name DataUpcloudZone#name}
202
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zone#id DataUpcloudZone#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.
199
203
  '''
200
204
  if isinstance(lifecycle, dict):
201
205
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -298,7 +302,7 @@ class DataUpcloudZoneConfig(_cdktf_9a9027ec.TerraformMetaArguments):
298
302
  def name(self) -> builtins.str:
299
303
  '''Unique lablel for the zone.
300
304
 
301
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zone#name DataUpcloudZone#name}
305
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zone#name DataUpcloudZone#name}
302
306
  '''
303
307
  result = self._values.get("name")
304
308
  assert result is not None, "Required property 'name' is missing"
@@ -306,7 +310,7 @@ class DataUpcloudZoneConfig(_cdktf_9a9027ec.TerraformMetaArguments):
306
310
 
307
311
  @builtins.property
308
312
  def id(self) -> typing.Optional[builtins.str]:
309
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zone#id DataUpcloudZone#id}.
313
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zone#id DataUpcloudZone#id}.
310
314
 
311
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.
312
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
  '''
2
2
  # `data_upcloud_zones`
3
3
 
4
- Refer to the Terraform Registory for docs: [`data_upcloud_zones`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zones).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_zones`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zones).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class DataUpcloudZones(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.dataUpcloudZones.DataUpcloudZones",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zones upcloud_zones}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zones upcloud_zones}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -43,12 +43,12 @@ class DataUpcloudZones(
43
43
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
44
44
  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,
45
45
  ) -> None:
46
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zones upcloud_zones} Data Source.
46
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zones upcloud_zones} Data Source.
47
47
 
48
48
  :param scope: The scope in which to define this construct.
49
49
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
50
- :param filter_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.
51
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zones#id DataUpcloudZones#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.
50
+ :param filter_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.
51
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zones#id DataUpcloudZones#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
52
  :param connection:
53
53
  :param count:
54
54
  :param depends_on:
@@ -88,7 +88,7 @@ class DataUpcloudZones(
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 DataUpcloudZones to import.
91
- :param import_from_id: The id of the existing DataUpcloudZones that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zones#import import section} in the documentation of this resource for the id to use
91
+ :param import_from_id: The id of the existing DataUpcloudZones that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zones#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 DataUpcloudZones to import is found.
93
93
  '''
94
94
  if __debug__:
@@ -111,6 +111,10 @@ class DataUpcloudZones(
111
111
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
112
112
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
113
113
 
114
+ @jsii.member(jsii_name="synthesizeHclAttributes")
115
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
116
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
117
+
114
118
  @jsii.python.classproperty
115
119
  @jsii.member(jsii_name="tfResourceType")
116
120
  def TF_RESOURCE_TYPE(cls) -> builtins.str:
@@ -193,8 +197,8 @@ class DataUpcloudZonesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
193
197
  :param lifecycle:
194
198
  :param provider:
195
199
  :param provisioners:
196
- :param filter_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.
197
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zones#id DataUpcloudZones#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.
200
+ :param filter_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.
201
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zones#id DataUpcloudZones#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.
198
202
  '''
199
203
  if isinstance(lifecycle, dict):
200
204
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -295,13 +299,13 @@ class DataUpcloudZonesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
295
299
 
296
300
  @builtins.property
297
301
  def filter_type(self) -> typing.Optional[builtins.str]:
298
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.'''
302
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.'''
299
303
  result = self._values.get("filter_type")
300
304
  return typing.cast(typing.Optional[builtins.str], result)
301
305
 
302
306
  @builtins.property
303
307
  def id(self) -> typing.Optional[builtins.str]:
304
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.2.0/docs/data-sources/zones#id DataUpcloudZones#id}.
308
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/data-sources/zones#id DataUpcloudZones#id}.
305
309
 
306
310
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
307
311
  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.