cdktf-cdktf-provider-upcloud 11.0.0__py3-none-any.whl → 11.0.2__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 (54) hide show
  1. cdktf_cdktf_provider_upcloud/__init__.py +2 -2
  2. cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@11.0.2.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +7 -7
  5. cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
  6. cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
  7. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
  12. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
  13. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
  14. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
  15. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
  16. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +10 -10
  17. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
  18. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
  19. cdktf_cdktf_provider_upcloud/gateway/__init__.py +28 -28
  20. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +72 -25
  21. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +47 -47
  22. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +36 -36
  23. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +52 -52
  24. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
  25. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
  26. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +36 -36
  27. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +165 -165
  28. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
  29. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
  30. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
  31. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
  32. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  33. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +172 -172
  34. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +73 -73
  35. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +289 -289
  36. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +97 -97
  37. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
  38. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
  39. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +19 -19
  40. cdktf_cdktf_provider_upcloud/network/__init__.py +40 -40
  41. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
  42. cdktf_cdktf_provider_upcloud/provider/__init__.py +22 -22
  43. cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  44. cdktf_cdktf_provider_upcloud/server/__init__.py +133 -133
  45. cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
  46. cdktf_cdktf_provider_upcloud/storage/__init__.py +55 -55
  47. cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  48. {cdktf_cdktf_provider_upcloud-11.0.0.dist-info → cdktf_cdktf_provider_upcloud-11.0.2.dist-info}/METADATA +5 -6
  49. cdktf_cdktf_provider_upcloud-11.0.2.dist-info/RECORD +53 -0
  50. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@11.0.0.jsii.tgz +0 -0
  51. cdktf_cdktf_provider_upcloud-11.0.0.dist-info/RECORD +0 -53
  52. {cdktf_cdktf_provider_upcloud-11.0.0.dist-info → cdktf_cdktf_provider_upcloud-11.0.2.dist-info}/LICENSE +0 -0
  53. {cdktf_cdktf_provider_upcloud-11.0.0.dist-info → cdktf_cdktf_provider_upcloud-11.0.2.dist-info}/WHEEL +0 -0
  54. {cdktf_cdktf_provider_upcloud-11.0.0.dist-info → cdktf_cdktf_provider_upcloud-11.0.2.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `upcloud_managed_object_storage_user_access_key`
3
3
 
4
- Refer to the Terraform Registory for docs: [`upcloud_managed_object_storage_user_access_key`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key).
4
+ Refer to the Terraform Registory for docs: [`upcloud_managed_object_storage_user_access_key`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class ManagedObjectStorageUserAccessKey(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.managedObjectStorageUserAccessKey.ManagedObjectStorageUserAccessKey",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key upcloud_managed_object_storage_user_access_key}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key upcloud_managed_object_storage_user_access_key}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -46,15 +46,15 @@ class ManagedObjectStorageUserAccessKey(
46
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
47
  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,
48
48
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key upcloud_managed_object_storage_user_access_key} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key upcloud_managed_object_storage_user_access_key} Resource.
50
50
 
51
51
  :param scope: The scope in which to define this construct.
52
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
53
- :param enabled: Enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#enabled ManagedObjectStorageUserAccessKey#enabled}
54
- :param name: Access key name. Must be unique within the user. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#name ManagedObjectStorageUserAccessKey#name}
55
- :param service_uuid: Managed Object Storage service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#service_uuid ManagedObjectStorageUserAccessKey#service_uuid}
56
- :param username: Username. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#username ManagedObjectStorageUserAccessKey#username}
57
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#id ManagedObjectStorageUserAccessKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
53
+ :param enabled: Enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#enabled ManagedObjectStorageUserAccessKey#enabled}
54
+ :param name: Access key name. Must be unique within the user. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#name ManagedObjectStorageUserAccessKey#name}
55
+ :param service_uuid: Managed Object Storage service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#service_uuid ManagedObjectStorageUserAccessKey#service_uuid}
56
+ :param username: Username. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#username ManagedObjectStorageUserAccessKey#username}
57
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#id ManagedObjectStorageUserAccessKey#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
58
  :param connection:
59
59
  :param count:
60
60
  :param depends_on:
@@ -97,7 +97,7 @@ class ManagedObjectStorageUserAccessKey(
97
97
 
98
98
  :param scope: The scope in which to define this construct.
99
99
  :param import_to_id: The construct id used in the generated config for the ManagedObjectStorageUserAccessKey to import.
100
- :param import_from_id: The id of the existing ManagedObjectStorageUserAccessKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#import import section} in the documentation of this resource for the id to use
100
+ :param import_from_id: The id of the existing ManagedObjectStorageUserAccessKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#import import section} in the documentation of this resource for the id to use
101
101
  :param provider: ? Optional instance of the provider where the ManagedObjectStorageUserAccessKey to import is found.
102
102
  '''
103
103
  if __debug__:
@@ -280,11 +280,11 @@ class ManagedObjectStorageUserAccessKeyConfig(_cdktf_9a9027ec.TerraformMetaArgum
280
280
  :param lifecycle:
281
281
  :param provider:
282
282
  :param provisioners:
283
- :param enabled: Enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#enabled ManagedObjectStorageUserAccessKey#enabled}
284
- :param name: Access key name. Must be unique within the user. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#name ManagedObjectStorageUserAccessKey#name}
285
- :param service_uuid: Managed Object Storage service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#service_uuid ManagedObjectStorageUserAccessKey#service_uuid}
286
- :param username: Username. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#username ManagedObjectStorageUserAccessKey#username}
287
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#id ManagedObjectStorageUserAccessKey#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.
283
+ :param enabled: Enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#enabled ManagedObjectStorageUserAccessKey#enabled}
284
+ :param name: Access key name. Must be unique within the user. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#name ManagedObjectStorageUserAccessKey#name}
285
+ :param service_uuid: Managed Object Storage service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#service_uuid ManagedObjectStorageUserAccessKey#service_uuid}
286
+ :param username: Username. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#username ManagedObjectStorageUserAccessKey#username}
287
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#id ManagedObjectStorageUserAccessKey#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.
288
288
  '''
289
289
  if isinstance(lifecycle, dict):
290
290
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -393,7 +393,7 @@ class ManagedObjectStorageUserAccessKeyConfig(_cdktf_9a9027ec.TerraformMetaArgum
393
393
  def enabled(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
394
394
  '''Enabled or not.
395
395
 
396
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#enabled ManagedObjectStorageUserAccessKey#enabled}
396
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#enabled ManagedObjectStorageUserAccessKey#enabled}
397
397
  '''
398
398
  result = self._values.get("enabled")
399
399
  assert result is not None, "Required property 'enabled' is missing"
@@ -403,7 +403,7 @@ class ManagedObjectStorageUserAccessKeyConfig(_cdktf_9a9027ec.TerraformMetaArgum
403
403
  def name(self) -> builtins.str:
404
404
  '''Access key name. Must be unique within the user.
405
405
 
406
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#name ManagedObjectStorageUserAccessKey#name}
406
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#name ManagedObjectStorageUserAccessKey#name}
407
407
  '''
408
408
  result = self._values.get("name")
409
409
  assert result is not None, "Required property 'name' is missing"
@@ -413,7 +413,7 @@ class ManagedObjectStorageUserAccessKeyConfig(_cdktf_9a9027ec.TerraformMetaArgum
413
413
  def service_uuid(self) -> builtins.str:
414
414
  '''Managed Object Storage service UUID.
415
415
 
416
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#service_uuid ManagedObjectStorageUserAccessKey#service_uuid}
416
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#service_uuid ManagedObjectStorageUserAccessKey#service_uuid}
417
417
  '''
418
418
  result = self._values.get("service_uuid")
419
419
  assert result is not None, "Required property 'service_uuid' is missing"
@@ -423,7 +423,7 @@ class ManagedObjectStorageUserAccessKeyConfig(_cdktf_9a9027ec.TerraformMetaArgum
423
423
  def username(self) -> builtins.str:
424
424
  '''Username.
425
425
 
426
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#username ManagedObjectStorageUserAccessKey#username}
426
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#username ManagedObjectStorageUserAccessKey#username}
427
427
  '''
428
428
  result = self._values.get("username")
429
429
  assert result is not None, "Required property 'username' is missing"
@@ -431,7 +431,7 @@ class ManagedObjectStorageUserAccessKeyConfig(_cdktf_9a9027ec.TerraformMetaArgum
431
431
 
432
432
  @builtins.property
433
433
  def id(self) -> typing.Optional[builtins.str]:
434
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/managed_object_storage_user_access_key#id ManagedObjectStorageUserAccessKey#id}.
434
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/managed_object_storage_user_access_key#id ManagedObjectStorageUserAccessKey#id}.
435
435
 
436
436
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
437
437
  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
  # `upcloud_network`
3
3
 
4
- Refer to the Terraform Registory for docs: [`upcloud_network`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network).
4
+ Refer to the Terraform Registory for docs: [`upcloud_network`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class Network(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.network.Network",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network upcloud_network}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network upcloud_network}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -46,15 +46,15 @@ class Network(
46
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
47
  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,
48
48
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network upcloud_network} Resource.
49
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network upcloud_network} Resource.
50
50
 
51
51
  :param scope: The scope in which to define this construct.
52
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
53
- :param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#ip_network Network#ip_network}
54
- :param name: A valid name for the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#name Network#name}
55
- :param zone: The zone the network is in, 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.0.3/docs/resources/network#zone Network#zone}
56
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#id Network#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.
57
- :param router: The UUID of a router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#router Network#router}
53
+ :param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#ip_network Network#ip_network}
54
+ :param name: A valid name for the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#name Network#name}
55
+ :param zone: The zone the network is in, 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.1.1/docs/resources/network#zone Network#zone}
56
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#id Network#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.
57
+ :param router: The UUID of a router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#router Network#router}
58
58
  :param connection:
59
59
  :param count:
60
60
  :param depends_on:
@@ -97,7 +97,7 @@ class Network(
97
97
 
98
98
  :param scope: The scope in which to define this construct.
99
99
  :param import_to_id: The construct id used in the generated config for the Network to import.
100
- :param import_from_id: The id of the existing Network that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#import import section} in the documentation of this resource for the id to use
100
+ :param import_from_id: The id of the existing Network that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#import import section} in the documentation of this resource for the id to use
101
101
  :param provider: ? Optional instance of the provider where the Network to import is found.
102
102
  '''
103
103
  if __debug__:
@@ -121,13 +121,13 @@ class Network(
121
121
  gateway: typing.Optional[builtins.str] = None,
122
122
  ) -> None:
123
123
  '''
124
- :param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#address Network#address}
125
- :param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#dhcp Network#dhcp}
126
- :param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#family Network#family}
127
- :param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
128
- :param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#dhcp_dns Network#dhcp_dns}
129
- :param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#dhcp_routes Network#dhcp_routes}
130
- :param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#gateway Network#gateway}
124
+ :param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#address Network#address}
125
+ :param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#dhcp Network#dhcp}
126
+ :param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#family Network#family}
127
+ :param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
128
+ :param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#dhcp_dns Network#dhcp_dns}
129
+ :param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#dhcp_routes Network#dhcp_routes}
130
+ :param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#gateway Network#gateway}
131
131
  '''
132
132
  value = NetworkIpNetwork(
133
133
  address=address,
@@ -285,11 +285,11 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
285
285
  :param lifecycle:
286
286
  :param provider:
287
287
  :param provisioners:
288
- :param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#ip_network Network#ip_network}
289
- :param name: A valid name for the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#name Network#name}
290
- :param zone: The zone the network is in, 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.0.3/docs/resources/network#zone Network#zone}
291
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#id Network#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.
292
- :param router: The UUID of a router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#router Network#router}
288
+ :param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#ip_network Network#ip_network}
289
+ :param name: A valid name for the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#name Network#name}
290
+ :param zone: The zone the network is in, 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.1.1/docs/resources/network#zone Network#zone}
291
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#id Network#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.
292
+ :param router: The UUID of a router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#router Network#router}
293
293
  '''
294
294
  if isinstance(lifecycle, dict):
295
295
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -401,7 +401,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
401
401
  def ip_network(self) -> "NetworkIpNetwork":
402
402
  '''ip_network block.
403
403
 
404
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#ip_network Network#ip_network}
404
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#ip_network Network#ip_network}
405
405
  '''
406
406
  result = self._values.get("ip_network")
407
407
  assert result is not None, "Required property 'ip_network' is missing"
@@ -411,7 +411,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
411
411
  def name(self) -> builtins.str:
412
412
  '''A valid name for the network.
413
413
 
414
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#name Network#name}
414
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#name Network#name}
415
415
  '''
416
416
  result = self._values.get("name")
417
417
  assert result is not None, "Required property 'name' is missing"
@@ -421,7 +421,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
421
421
  def zone(self) -> builtins.str:
422
422
  '''The zone the network is in, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
423
423
 
424
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#zone Network#zone}
424
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#zone Network#zone}
425
425
  '''
426
426
  result = self._values.get("zone")
427
427
  assert result is not None, "Required property 'zone' is missing"
@@ -429,7 +429,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
429
429
 
430
430
  @builtins.property
431
431
  def id(self) -> typing.Optional[builtins.str]:
432
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#id Network#id}.
432
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#id Network#id}.
433
433
 
434
434
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
435
435
  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.
@@ -441,7 +441,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
441
441
  def router(self) -> typing.Optional[builtins.str]:
442
442
  '''The UUID of a router.
443
443
 
444
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#router Network#router}
444
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#router Network#router}
445
445
  '''
446
446
  result = self._values.get("router")
447
447
  return typing.cast(typing.Optional[builtins.str], result)
@@ -484,13 +484,13 @@ class NetworkIpNetwork:
484
484
  gateway: typing.Optional[builtins.str] = None,
485
485
  ) -> None:
486
486
  '''
487
- :param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#address Network#address}
488
- :param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#dhcp Network#dhcp}
489
- :param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#family Network#family}
490
- :param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
491
- :param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#dhcp_dns Network#dhcp_dns}
492
- :param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#dhcp_routes Network#dhcp_routes}
493
- :param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#gateway Network#gateway}
487
+ :param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#address Network#address}
488
+ :param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#dhcp Network#dhcp}
489
+ :param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#family Network#family}
490
+ :param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
491
+ :param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#dhcp_dns Network#dhcp_dns}
492
+ :param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#dhcp_routes Network#dhcp_routes}
493
+ :param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#gateway Network#gateway}
494
494
  '''
495
495
  if __debug__:
496
496
  type_hints = typing.get_type_hints(_typecheckingstub__a0ad6fbb444600379383ae462fe5ae2d8f24c848db9a320e7d111545c9b44b65)
@@ -519,7 +519,7 @@ class NetworkIpNetwork:
519
519
  def address(self) -> builtins.str:
520
520
  '''The CIDR range of the subnet.
521
521
 
522
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#address Network#address}
522
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#address Network#address}
523
523
  '''
524
524
  result = self._values.get("address")
525
525
  assert result is not None, "Required property 'address' is missing"
@@ -529,7 +529,7 @@ class NetworkIpNetwork:
529
529
  def dhcp(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
530
530
  '''Is DHCP enabled?
531
531
 
532
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#dhcp Network#dhcp}
532
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#dhcp Network#dhcp}
533
533
  '''
534
534
  result = self._values.get("dhcp")
535
535
  assert result is not None, "Required property 'dhcp' is missing"
@@ -539,7 +539,7 @@ class NetworkIpNetwork:
539
539
  def family(self) -> builtins.str:
540
540
  '''IP address family.
541
541
 
542
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#family Network#family}
542
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#family Network#family}
543
543
  '''
544
544
  result = self._values.get("family")
545
545
  assert result is not None, "Required property 'family' is missing"
@@ -551,7 +551,7 @@ class NetworkIpNetwork:
551
551
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
552
552
  '''Is the gateway the DHCP default route?
553
553
 
554
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
554
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
555
555
  '''
556
556
  result = self._values.get("dhcp_default_route")
557
557
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -560,7 +560,7 @@ class NetworkIpNetwork:
560
560
  def dhcp_dns(self) -> typing.Optional[typing.List[builtins.str]]:
561
561
  '''The DNS servers given by DHCP.
562
562
 
563
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#dhcp_dns Network#dhcp_dns}
563
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#dhcp_dns Network#dhcp_dns}
564
564
  '''
565
565
  result = self._values.get("dhcp_dns")
566
566
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -569,7 +569,7 @@ class NetworkIpNetwork:
569
569
  def dhcp_routes(self) -> typing.Optional[typing.List[builtins.str]]:
570
570
  '''The additional DHCP classless static routes given by DHCP.
571
571
 
572
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#dhcp_routes Network#dhcp_routes}
572
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#dhcp_routes Network#dhcp_routes}
573
573
  '''
574
574
  result = self._values.get("dhcp_routes")
575
575
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -578,7 +578,7 @@ class NetworkIpNetwork:
578
578
  def gateway(self) -> typing.Optional[builtins.str]:
579
579
  '''Gateway address given by DHCP.
580
580
 
581
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/network#gateway Network#gateway}
581
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/network#gateway Network#gateway}
582
582
  '''
583
583
  result = self._values.get("gateway")
584
584
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `upcloud_object_storage`
3
3
 
4
- Refer to the Terraform Registory for docs: [`upcloud_object_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage).
4
+ Refer to the Terraform Registory for docs: [`upcloud_object_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class ObjectStorage(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.objectStorage.ObjectStorage",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage upcloud_object_storage}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage upcloud_object_storage}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -49,18 +49,18 @@ class ObjectStorage(
49
49
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
50
50
  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,
51
51
  ) -> None:
52
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage upcloud_object_storage} Resource.
52
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage upcloud_object_storage} Resource.
53
53
 
54
54
  :param scope: The scope in which to define this construct.
55
55
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
56
- :param access_key: The access key used to identify user. Can be set to an empty string, which will tell the provider to get the access key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#access_key ObjectStorage#access_key}
57
- :param name: The name of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#name ObjectStorage#name}
58
- :param secret_key: The secret key used to authenticate user. Can be set to an empty string, which will tell the provider to get the secret key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
59
- :param size: The size of the object storage instance in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#size ObjectStorage#size}
60
- :param zone: The zone in which the object storage instance will be created, 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.0.3/docs/resources/object_storage#zone ObjectStorage#zone}
61
- :param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#bucket ObjectStorage#bucket}
62
- :param description: The description of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#description ObjectStorage#description}
63
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#id ObjectStorage#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
56
+ :param access_key: The access key used to identify user. Can be set to an empty string, which will tell the provider to get the access key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#access_key ObjectStorage#access_key}
57
+ :param name: The name of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#name ObjectStorage#name}
58
+ :param secret_key: The secret key used to authenticate user. Can be set to an empty string, which will tell the provider to get the secret key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
59
+ :param size: The size of the object storage instance in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#size ObjectStorage#size}
60
+ :param zone: The zone in which the object storage instance will be created, 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.1.1/docs/resources/object_storage#zone ObjectStorage#zone}
61
+ :param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#bucket ObjectStorage#bucket}
62
+ :param description: The description of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#description ObjectStorage#description}
63
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#id ObjectStorage#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.
64
64
  :param connection:
65
65
  :param count:
66
66
  :param depends_on:
@@ -106,7 +106,7 @@ class ObjectStorage(
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 ObjectStorage to import.
109
- :param import_from_id: The id of the existing ObjectStorage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing ObjectStorage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#import import section} in the documentation of this resource for the id to use
110
110
  :param provider: ? Optional instance of the provider where the ObjectStorage to import is found.
111
111
  '''
112
112
  if __debug__:
@@ -311,7 +311,7 @@ class ObjectStorage(
311
311
  class ObjectStorageBucket:
312
312
  def __init__(self, *, name: builtins.str) -> None:
313
313
  '''
314
- :param name: The name of the bucket. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#name ObjectStorage#name}
314
+ :param name: The name of the bucket. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#name ObjectStorage#name}
315
315
  '''
316
316
  if __debug__:
317
317
  type_hints = typing.get_type_hints(_typecheckingstub__76363c1fb14ca2363d352380e624359e962fa25498e592051a720a4f8b2e2470)
@@ -324,7 +324,7 @@ class ObjectStorageBucket:
324
324
  def name(self) -> builtins.str:
325
325
  '''The name of the bucket.
326
326
 
327
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#name ObjectStorage#name}
327
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#name ObjectStorage#name}
328
328
  '''
329
329
  result = self._values.get("name")
330
330
  assert result is not None, "Required property 'name' is missing"
@@ -542,14 +542,14 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
542
542
  :param lifecycle:
543
543
  :param provider:
544
544
  :param provisioners:
545
- :param access_key: The access key used to identify user. Can be set to an empty string, which will tell the provider to get the access key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#access_key ObjectStorage#access_key}
546
- :param name: The name of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#name ObjectStorage#name}
547
- :param secret_key: The secret key used to authenticate user. Can be set to an empty string, which will tell the provider to get the secret key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
548
- :param size: The size of the object storage instance in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#size ObjectStorage#size}
549
- :param zone: The zone in which the object storage instance will be created, 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.0.3/docs/resources/object_storage#zone ObjectStorage#zone}
550
- :param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#bucket ObjectStorage#bucket}
551
- :param description: The description of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#description ObjectStorage#description}
552
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#id ObjectStorage#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.
545
+ :param access_key: The access key used to identify user. Can be set to an empty string, which will tell the provider to get the access key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#access_key ObjectStorage#access_key}
546
+ :param name: The name of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#name ObjectStorage#name}
547
+ :param secret_key: The secret key used to authenticate user. Can be set to an empty string, which will tell the provider to get the secret key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
548
+ :param size: The size of the object storage instance in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#size ObjectStorage#size}
549
+ :param zone: The zone in which the object storage instance will be created, 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.1.1/docs/resources/object_storage#zone ObjectStorage#zone}
550
+ :param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#bucket ObjectStorage#bucket}
551
+ :param description: The description of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#description ObjectStorage#description}
552
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#id ObjectStorage#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.
553
553
  '''
554
554
  if isinstance(lifecycle, dict):
555
555
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -672,7 +672,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
672
672
  and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would
673
673
  use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES".
674
674
 
675
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#access_key ObjectStorage#access_key}
675
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#access_key ObjectStorage#access_key}
676
676
  '''
677
677
  result = self._values.get("access_key")
678
678
  assert result is not None, "Required property 'access_key' is missing"
@@ -682,7 +682,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
682
682
  def name(self) -> builtins.str:
683
683
  '''The name of the object storage instance to be created.
684
684
 
685
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#name ObjectStorage#name}
685
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#name ObjectStorage#name}
686
686
  '''
687
687
  result = self._values.get("name")
688
688
  assert result is not None, "Required property 'name' is missing"
@@ -698,7 +698,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
698
698
  and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would
699
699
  use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES".
700
700
 
701
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
701
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
702
702
  '''
703
703
  result = self._values.get("secret_key")
704
704
  assert result is not None, "Required property 'secret_key' is missing"
@@ -708,7 +708,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
708
708
  def size(self) -> jsii.Number:
709
709
  '''The size of the object storage instance in gigabytes.
710
710
 
711
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#size ObjectStorage#size}
711
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#size ObjectStorage#size}
712
712
  '''
713
713
  result = self._values.get("size")
714
714
  assert result is not None, "Required property 'size' is missing"
@@ -718,7 +718,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
718
718
  def zone(self) -> builtins.str:
719
719
  '''The zone in which the object storage instance will be created, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
720
720
 
721
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#zone ObjectStorage#zone}
721
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#zone ObjectStorage#zone}
722
722
  '''
723
723
  result = self._values.get("zone")
724
724
  assert result is not None, "Required property 'zone' is missing"
@@ -730,7 +730,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
730
730
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ObjectStorageBucket]]]:
731
731
  '''bucket block.
732
732
 
733
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#bucket ObjectStorage#bucket}
733
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#bucket ObjectStorage#bucket}
734
734
  '''
735
735
  result = self._values.get("bucket")
736
736
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ObjectStorageBucket]]], result)
@@ -739,14 +739,14 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
739
739
  def description(self) -> typing.Optional[builtins.str]:
740
740
  '''The description of the object storage instance to be created.
741
741
 
742
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#description ObjectStorage#description}
742
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#description ObjectStorage#description}
743
743
  '''
744
744
  result = self._values.get("description")
745
745
  return typing.cast(typing.Optional[builtins.str], result)
746
746
 
747
747
  @builtins.property
748
748
  def id(self) -> typing.Optional[builtins.str]:
749
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.0.3/docs/resources/object_storage#id ObjectStorage#id}.
749
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.1.1/docs/resources/object_storage#id ObjectStorage#id}.
750
750
 
751
751
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
752
752
  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.