cdktf-cdktf-provider-upcloud 15.6.1__py3-none-any.whl → 15.7.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 (69) hide show
  1. cdktf_cdktf_provider_upcloud/__init__.py +5 -3
  2. cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@15.7.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +9 -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/file_storage/__init__.py +1683 -0
  21. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +42 -42
  22. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
  23. cdktf_cdktf_provider_upcloud/gateway/__init__.py +38 -38
  24. cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
  25. cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
  26. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +34 -34
  27. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +72 -72
  28. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +46 -46
  29. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +46 -46
  30. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +13 -13
  31. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +25 -25
  32. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +13 -13
  33. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +33 -33
  34. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +228 -228
  35. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +13 -13
  36. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +16 -16
  37. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +28 -28
  38. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +25 -25
  39. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  40. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +213 -213
  41. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +603 -603
  42. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +369 -369
  43. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +135 -135
  44. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +65 -65
  45. cdktf_cdktf_provider_upcloud/managed_database_valkey/__init__.py +138 -138
  46. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
  47. cdktf_cdktf_provider_upcloud/managed_object_storage_bucket/__init__.py +10 -10
  48. cdktf_cdktf_provider_upcloud/managed_object_storage_custom_domain/__init__.py +13 -13
  49. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +16 -16
  50. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
  51. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
  52. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
  53. cdktf_cdktf_provider_upcloud/network/__init__.py +50 -50
  54. cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
  55. cdktf_cdktf_provider_upcloud/provider/__init__.py +28 -28
  56. cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  57. cdktf_cdktf_provider_upcloud/server/__init__.py +139 -139
  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_backup/__init__.py +13 -13
  61. cdktf_cdktf_provider_upcloud/storage_template/__init__.py +13 -13
  62. cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  63. {cdktf_cdktf_provider_upcloud-15.6.1.dist-info → cdktf_cdktf_provider_upcloud-15.7.0.dist-info}/METADATA +5 -5
  64. cdktf_cdktf_provider_upcloud-15.7.0.dist-info/RECORD +68 -0
  65. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@15.6.1.jsii.tgz +0 -0
  66. cdktf_cdktf_provider_upcloud-15.6.1.dist-info/RECORD +0 -67
  67. {cdktf_cdktf_provider_upcloud-15.6.1.dist-info → cdktf_cdktf_provider_upcloud-15.7.0.dist-info}/LICENSE +0 -0
  68. {cdktf_cdktf_provider_upcloud-15.6.1.dist-info → cdktf_cdktf_provider_upcloud-15.7.0.dist-info}/WHEEL +0 -0
  69. {cdktf_cdktf_provider_upcloud-15.6.1.dist-info → cdktf_cdktf_provider_upcloud-15.7.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_upcloud_managed_object_storage_regions`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_managed_object_storage_regions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/managed_object_storage_regions).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_managed_object_storage_regions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/managed_object_storage_regions).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudManagedObjectStorageRegions(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedObjectStorageRegions.DataUpcloudManagedObjectStorageRegions",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/managed_object_storage_regions upcloud_managed_object_storage_regions}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/managed_object_storage_regions upcloud_managed_object_storage_regions}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataUpcloudManagedObjectStorageRegions(
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.29.1/docs/data-sources/managed_object_storage_regions upcloud_managed_object_storage_regions} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/managed_object_storage_regions upcloud_managed_object_storage_regions} 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 regions: regions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/managed_object_storage_regions#regions DataUpcloudManagedObjectStorageRegions#regions}
67
+ :param regions: regions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/managed_object_storage_regions#regions DataUpcloudManagedObjectStorageRegions#regions}
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataUpcloudManagedObjectStorageRegions(
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 DataUpcloudManagedObjectStorageRegions to import.
106
- :param import_from_id: The id of the existing DataUpcloudManagedObjectStorageRegions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/managed_object_storage_regions#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing DataUpcloudManagedObjectStorageRegions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/managed_object_storage_regions#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 DataUpcloudManagedObjectStorageRegions to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -199,7 +199,7 @@ class DataUpcloudManagedObjectStorageRegionsConfig(
199
199
  :param lifecycle:
200
200
  :param provider:
201
201
  :param provisioners:
202
- :param regions: regions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/managed_object_storage_regions#regions DataUpcloudManagedObjectStorageRegions#regions}
202
+ :param regions: regions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/managed_object_storage_regions#regions DataUpcloudManagedObjectStorageRegions#regions}
203
203
  '''
204
204
  if isinstance(lifecycle, dict):
205
205
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -301,7 +301,7 @@ class DataUpcloudManagedObjectStorageRegionsConfig(
301
301
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedObjectStorageRegionsRegions"]]]:
302
302
  '''regions block.
303
303
 
304
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/managed_object_storage_regions#regions DataUpcloudManagedObjectStorageRegions#regions}
304
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/managed_object_storage_regions#regions DataUpcloudManagedObjectStorageRegions#regions}
305
305
  '''
306
306
  result = self._values.get("regions")
307
307
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedObjectStorageRegionsRegions"]]], result)
@@ -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.29.1/docs/data-sources/networks).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_networks`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/networks).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudNetworks(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudNetworks.DataUpcloudNetworks",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/networks upcloud_networks}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/networks upcloud_networks}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -62,13 +62,13 @@ class DataUpcloudNetworks(
62
62
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
63
63
  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,
64
64
  ) -> None:
65
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/networks upcloud_networks} Data Source.
65
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/networks upcloud_networks} Data Source.
66
66
 
67
67
  :param scope: The scope in which to define this construct.
68
68
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
69
- :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.29.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
70
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.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.
71
- :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.29.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
69
+ :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.30.0/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
70
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/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.
71
+ :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.30.0/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
72
72
  :param connection:
73
73
  :param count:
74
74
  :param depends_on:
@@ -109,7 +109,7 @@ class DataUpcloudNetworks(
109
109
 
110
110
  :param scope: The scope in which to define this construct.
111
111
  :param import_to_id: The construct id used in the generated config for the DataUpcloudNetworks to import.
112
- :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.29.1/docs/data-sources/networks#import import section} in the documentation of this resource for the id to use
112
+ :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.30.0/docs/data-sources/networks#import import section} in the documentation of this resource for the id to use
113
113
  :param provider: ? Optional instance of the provider where the DataUpcloudNetworks to import is found.
114
114
  '''
115
115
  if __debug__:
@@ -241,9 +241,9 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
241
241
  :param lifecycle:
242
242
  :param provider:
243
243
  :param provisioners:
244
- :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.29.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
245
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.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.
246
- :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.29.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
244
+ :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.30.0/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
245
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/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.
246
+ :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.30.0/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
247
247
  '''
248
248
  if isinstance(lifecycle, dict):
249
249
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -349,14 +349,14 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
349
349
  def filter_name(self) -> typing.Optional[builtins.str]:
350
350
  '''If specified, results will be filtered to match name using a regular expression.
351
351
 
352
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
352
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
353
353
  '''
354
354
  result = self._values.get("filter_name")
355
355
  return typing.cast(typing.Optional[builtins.str], result)
356
356
 
357
357
  @builtins.property
358
358
  def id(self) -> typing.Optional[builtins.str]:
359
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/networks#id DataUpcloudNetworks#id}.
359
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/networks#id DataUpcloudNetworks#id}.
360
360
 
361
361
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
362
362
  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.
@@ -368,7 +368,7 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
368
368
  def zone(self) -> typing.Optional[builtins.str]:
369
369
  '''If specified, this data source will return only networks from this zone.
370
370
 
371
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
371
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
372
372
  '''
373
373
  result = self._values.get("zone")
374
374
  return typing.cast(typing.Optional[builtins.str], result)
@@ -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.29.1/docs/data-sources/storage).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudStorage(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudStorage.DataUpcloudStorage",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage upcloud_storage}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage upcloud_storage}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -67,18 +67,18 @@ class DataUpcloudStorage(
67
67
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
68
68
  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,
69
69
  ) -> None:
70
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage upcloud_storage} Data Source.
70
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage upcloud_storage} Data Source.
71
71
 
72
72
  :param scope: The scope in which to define this construct.
73
73
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
74
- :param access_type: The access type of the storage, ``public`` or ``private``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
75
- :param id: UUID of the storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.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.
76
- :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.29.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
77
- :param name: Exact name of the storage (same as title). Deprecated, use ``title`` instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#name DataUpcloudStorage#name}
78
- :param name_regex: Use regular expression to match storage name. Deprecated, use exact title or UUID instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
79
- :param title: The title of the storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#title DataUpcloudStorage#title}
80
- :param type: The type of the storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#type DataUpcloudStorage#type}
81
- :param zone: The zone the storage is in, e.g. ``de-fra1``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
74
+ :param access_type: The access type of the storage, ``public`` or ``private``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
75
+ :param id: UUID of the storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.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.
76
+ :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.30.0/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
77
+ :param name: Exact name of the storage (same as title). Deprecated, use ``title`` instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#name DataUpcloudStorage#name}
78
+ :param name_regex: Use regular expression to match storage name. Deprecated, use exact title or UUID instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
79
+ :param title: The title of the storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#title DataUpcloudStorage#title}
80
+ :param type: The type of the storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#type DataUpcloudStorage#type}
81
+ :param zone: The zone the storage is in, e.g. ``de-fra1``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
82
82
  :param connection:
83
83
  :param count:
84
84
  :param depends_on:
@@ -124,7 +124,7 @@ class DataUpcloudStorage(
124
124
 
125
125
  :param scope: The scope in which to define this construct.
126
126
  :param import_to_id: The construct id used in the generated config for the DataUpcloudStorage to import.
127
- :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.29.1/docs/data-sources/storage#import import section} in the documentation of this resource for the id to use
127
+ :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.30.0/docs/data-sources/storage#import import section} in the documentation of this resource for the id to use
128
128
  :param provider: ? Optional instance of the provider where the DataUpcloudStorage to import is found.
129
129
  '''
130
130
  if __debug__:
@@ -401,14 +401,14 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
401
401
  :param lifecycle:
402
402
  :param provider:
403
403
  :param provisioners:
404
- :param access_type: The access type of the storage, ``public`` or ``private``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
405
- :param id: UUID of the storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.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.
406
- :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.29.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
407
- :param name: Exact name of the storage (same as title). Deprecated, use ``title`` instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#name DataUpcloudStorage#name}
408
- :param name_regex: Use regular expression to match storage name. Deprecated, use exact title or UUID instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
409
- :param title: The title of the storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#title DataUpcloudStorage#title}
410
- :param type: The type of the storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#type DataUpcloudStorage#type}
411
- :param zone: The zone the storage is in, e.g. ``de-fra1``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
404
+ :param access_type: The access type of the storage, ``public`` or ``private``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
405
+ :param id: UUID of the storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.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.
406
+ :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.30.0/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
407
+ :param name: Exact name of the storage (same as title). Deprecated, use ``title`` instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#name DataUpcloudStorage#name}
408
+ :param name_regex: Use regular expression to match storage name. Deprecated, use exact title or UUID instead. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
409
+ :param title: The title of the storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#title DataUpcloudStorage#title}
410
+ :param type: The type of the storage. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#type DataUpcloudStorage#type}
411
+ :param zone: The zone the storage is in, e.g. ``de-fra1``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
412
412
  '''
413
413
  if isinstance(lifecycle, dict):
414
414
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -529,7 +529,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
529
529
  def access_type(self) -> typing.Optional[builtins.str]:
530
530
  '''The access type of the storage, ``public`` or ``private``.
531
531
 
532
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
532
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
533
533
  '''
534
534
  result = self._values.get("access_type")
535
535
  return typing.cast(typing.Optional[builtins.str], result)
@@ -538,7 +538,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
538
538
  def id(self) -> typing.Optional[builtins.str]:
539
539
  '''UUID of the storage.
540
540
 
541
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#id DataUpcloudStorage#id}
541
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#id DataUpcloudStorage#id}
542
542
 
543
543
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
544
544
  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.
@@ -554,7 +554,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
554
554
 
555
555
  This is only useful with private storages. Public storages might give unpredictable results.
556
556
 
557
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
557
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
558
558
  '''
559
559
  result = self._values.get("most_recent")
560
560
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -563,7 +563,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
563
563
  def name(self) -> typing.Optional[builtins.str]:
564
564
  '''Exact name of the storage (same as title). Deprecated, use ``title`` instead.
565
565
 
566
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#name DataUpcloudStorage#name}
566
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#name DataUpcloudStorage#name}
567
567
  '''
568
568
  result = self._values.get("name")
569
569
  return typing.cast(typing.Optional[builtins.str], result)
@@ -572,7 +572,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
572
572
  def name_regex(self) -> typing.Optional[builtins.str]:
573
573
  '''Use regular expression to match storage name. Deprecated, use exact title or UUID instead.
574
574
 
575
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
575
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
576
576
  '''
577
577
  result = self._values.get("name_regex")
578
578
  return typing.cast(typing.Optional[builtins.str], result)
@@ -581,7 +581,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
581
581
  def title(self) -> typing.Optional[builtins.str]:
582
582
  '''The title of the storage.
583
583
 
584
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#title DataUpcloudStorage#title}
584
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#title DataUpcloudStorage#title}
585
585
  '''
586
586
  result = self._values.get("title")
587
587
  return typing.cast(typing.Optional[builtins.str], result)
@@ -590,7 +590,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
590
590
  def type(self) -> typing.Optional[builtins.str]:
591
591
  '''The type of the storage.
592
592
 
593
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#type DataUpcloudStorage#type}
593
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#type DataUpcloudStorage#type}
594
594
  '''
595
595
  result = self._values.get("type")
596
596
  return typing.cast(typing.Optional[builtins.str], result)
@@ -599,7 +599,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
599
599
  def zone(self) -> typing.Optional[builtins.str]:
600
600
  '''The zone the storage is in, e.g. ``de-fra1``.
601
601
 
602
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
602
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
603
603
  '''
604
604
  result = self._values.get("zone")
605
605
  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.29.1/docs/data-sources/tags).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_tags`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/tags).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudTags(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudTags.DataUpcloudTags",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/tags upcloud_tags}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/tags upcloud_tags}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataUpcloudTags(
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.29.1/docs/data-sources/tags upcloud_tags} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/tags upcloud_tags} 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: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.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.
67
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.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.
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataUpcloudTags(
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 DataUpcloudTags to import.
106
- :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.29.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
106
+ :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.30.0/docs/data-sources/tags#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 DataUpcloudTags to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -189,7 +189,7 @@ class DataUpcloudTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
189
189
  :param lifecycle:
190
190
  :param provider:
191
191
  :param provisioners:
192
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.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.
192
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.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.
193
193
  '''
194
194
  if isinstance(lifecycle, dict):
195
195
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -287,7 +287,7 @@ class DataUpcloudTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
287
287
 
288
288
  @builtins.property
289
289
  def id(self) -> typing.Optional[builtins.str]:
290
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/tags#id DataUpcloudTags#id}.
290
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/tags#id DataUpcloudTags#id}.
291
291
 
292
292
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
293
293
  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_zone`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_zone`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/zone).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_zone`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/zone).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudZone(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudZone.DataUpcloudZone",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/zone upcloud_zone}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/zone upcloud_zone}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -61,12 +61,12 @@ class DataUpcloudZone(
61
61
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
62
62
  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,
63
63
  ) -> None:
64
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/zone upcloud_zone} Data Source.
64
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/zone upcloud_zone} Data Source.
65
65
 
66
66
  :param scope: The scope in which to define this construct.
67
67
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
68
- :param id: Identifier of the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/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.
69
- :param name: Identifier of the zone. Contains the same value as ``id``. If both ``id`` and ``name`` are set, ``id`` takes precedence. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/zone#name DataUpcloudZone#name}
68
+ :param id: Identifier of the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.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.
69
+ :param name: Identifier of the zone. Contains the same value as ``id``. If both ``id`` and ``name`` are set, ``id`` takes precedence. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/zone#name DataUpcloudZone#name}
70
70
  :param connection:
71
71
  :param count:
72
72
  :param depends_on:
@@ -106,7 +106,7 @@ class DataUpcloudZone(
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 DataUpcloudZone to import.
109
- :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/5.29.1/docs/data-sources/zone#import import section} in the documentation of this resource for the id to use
109
+ :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/5.30.0/docs/data-sources/zone#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 DataUpcloudZone to import is found.
111
111
  '''
112
112
  if __debug__:
@@ -225,8 +225,8 @@ class DataUpcloudZoneConfig(_cdktf_9a9027ec.TerraformMetaArguments):
225
225
  :param lifecycle:
226
226
  :param provider:
227
227
  :param provisioners:
228
- :param id: Identifier of the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/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.
229
- :param name: Identifier of the zone. Contains the same value as ``id``. If both ``id`` and ``name`` are set, ``id`` takes precedence. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/zone#name DataUpcloudZone#name}
228
+ :param id: Identifier of the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.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.
229
+ :param name: Identifier of the zone. Contains the same value as ``id``. If both ``id`` and ``name`` are set, ``id`` takes precedence. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/zone#name DataUpcloudZone#name}
230
230
  '''
231
231
  if isinstance(lifecycle, dict):
232
232
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -329,7 +329,7 @@ class DataUpcloudZoneConfig(_cdktf_9a9027ec.TerraformMetaArguments):
329
329
  def id(self) -> typing.Optional[builtins.str]:
330
330
  '''Identifier of the zone.
331
331
 
332
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/zone#id DataUpcloudZone#id}
332
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/zone#id DataUpcloudZone#id}
333
333
 
334
334
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
335
335
  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.
@@ -343,7 +343,7 @@ class DataUpcloudZoneConfig(_cdktf_9a9027ec.TerraformMetaArguments):
343
343
 
344
344
  Contains the same value as ``id``. If both ``id`` and ``name`` are set, ``id`` takes precedence.
345
345
 
346
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/zone#name DataUpcloudZone#name}
346
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/zone#name DataUpcloudZone#name}
347
347
  '''
348
348
  result = self._values.get("name")
349
349
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `data_upcloud_zones`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_upcloud_zones`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/zones).
4
+ Refer to the Terraform Registry for docs: [`data_upcloud_zones`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/zones).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class DataUpcloudZones(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.dataUpcloudZones.DataUpcloudZones",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/zones upcloud_zones}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/zones upcloud_zones}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,11 +60,11 @@ class DataUpcloudZones(
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.29.1/docs/data-sources/zones upcloud_zones} Data Source.
63
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/zones upcloud_zones} 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 filter_type: Filter zones by type. Possible values are "all", "public" and "private". Default is "public". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}
67
+ :param filter_type: Filter zones by type. Possible values are "all", "public" and "private". Default is "public". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}
68
68
  :param connection:
69
69
  :param count:
70
70
  :param depends_on:
@@ -103,7 +103,7 @@ class DataUpcloudZones(
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 DataUpcloudZones to import.
106
- :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/5.29.1/docs/data-sources/zones#import import section} in the documentation of this resource for the id to use
106
+ :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/5.30.0/docs/data-sources/zones#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 DataUpcloudZones to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -194,7 +194,7 @@ class DataUpcloudZonesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
194
194
  :param lifecycle:
195
195
  :param provider:
196
196
  :param provisioners:
197
- :param filter_type: Filter zones by type. Possible values are "all", "public" and "private". Default is "public". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}
197
+ :param filter_type: Filter zones by type. Possible values are "all", "public" and "private". Default is "public". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}
198
198
  '''
199
199
  if isinstance(lifecycle, dict):
200
200
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -294,7 +294,7 @@ class DataUpcloudZonesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
294
294
  def filter_type(self) -> typing.Optional[builtins.str]:
295
295
  '''Filter zones by type. Possible values are "all", "public" and "private". Default is "public".
296
296
 
297
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}
297
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.30.0/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}
298
298
  '''
299
299
  result = self._values.get("filter_type")
300
300
  return typing.cast(typing.Optional[builtins.str], result)