cdktf-cdktf-provider-upcloud 14.2.2__py3-none-any.whl → 14.2.3__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 (61) hide show
  1. cdktf_cdktf_provider_upcloud/__init__.py +3 -3
  2. cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.2.3.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_policies/__init__.py +10 -10
  12. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
  13. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
  14. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
  15. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
  16. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
  17. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +10 -10
  18. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
  19. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
  20. cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
  21. cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
  22. cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
  23. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +31 -31
  24. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +47 -47
  25. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +42 -42
  26. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +64 -64
  27. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +16 -16
  28. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
  29. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
  30. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +39 -39
  31. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +193 -193
  32. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
  33. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
  34. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
  35. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
  36. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  37. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +189 -189
  38. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +333 -333
  39. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +345 -345
  40. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +117 -117
  41. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
  42. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
  43. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +19 -19
  44. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
  45. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
  46. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
  47. cdktf_cdktf_provider_upcloud/network/__init__.py +40 -40
  48. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
  49. cdktf_cdktf_provider_upcloud/provider/__init__.py +25 -25
  50. cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  51. cdktf_cdktf_provider_upcloud/server/__init__.py +153 -153
  52. cdktf_cdktf_provider_upcloud/server_group/__init__.py +22 -22
  53. cdktf_cdktf_provider_upcloud/storage/__init__.py +58 -58
  54. cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  55. {cdktf_cdktf_provider_upcloud-14.2.2.dist-info → cdktf_cdktf_provider_upcloud-14.2.3.dist-info}/METADATA +4 -4
  56. cdktf_cdktf_provider_upcloud-14.2.3.dist-info/RECORD +60 -0
  57. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.2.2.jsii.tgz +0 -0
  58. cdktf_cdktf_provider_upcloud-14.2.2.dist-info/RECORD +0 -60
  59. {cdktf_cdktf_provider_upcloud-14.2.2.dist-info → cdktf_cdktf_provider_upcloud-14.2.3.dist-info}/LICENSE +0 -0
  60. {cdktf_cdktf_provider_upcloud-14.2.2.dist-info → cdktf_cdktf_provider_upcloud-14.2.3.dist-info}/WHEEL +0 -0
  61. {cdktf_cdktf_provider_upcloud-14.2.2.dist-info → cdktf_cdktf_provider_upcloud-14.2.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `upcloud_gateway_connection_tunnel`
3
3
 
4
- Refer to the Terraform Registry for docs: [`upcloud_gateway_connection_tunnel`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel).
4
+ Refer to the Terraform Registry for docs: [`upcloud_gateway_connection_tunnel`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class GatewayConnectionTunnel(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-upcloud.gatewayConnectionTunnel.GatewayConnectionTunnel",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel upcloud_gateway_connection_tunnel}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel upcloud_gateway_connection_tunnel}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -51,17 +51,17 @@ class GatewayConnectionTunnel(
51
51
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
52
52
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
53
53
  ) -> None:
54
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel upcloud_gateway_connection_tunnel} Resource.
54
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel upcloud_gateway_connection_tunnel} Resource.
55
55
 
56
56
  :param scope: The scope in which to define this construct.
57
57
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
58
- :param connection_id: ID of the upcloud_gateway_connection resource to which the tunnel belongs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#connection_id GatewayConnectionTunnel#connection_id}
59
- :param ipsec_auth_psk: ipsec_auth_psk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#ipsec_auth_psk GatewayConnectionTunnel#ipsec_auth_psk}
60
- :param local_address_name: Public (UpCloud) endpoint address of this tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#local_address_name GatewayConnectionTunnel#local_address_name}
61
- :param name: The name of the tunnel, should be unique within the connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#name GatewayConnectionTunnel#name}
62
- :param remote_address: Remote public IP address of the tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#remote_address GatewayConnectionTunnel#remote_address}
63
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#id GatewayConnectionTunnel#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
- :param ipsec_properties: ipsec_properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#ipsec_properties GatewayConnectionTunnel#ipsec_properties}
58
+ :param connection_id: ID of the upcloud_gateway_connection resource to which the tunnel belongs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#connection_id GatewayConnectionTunnel#connection_id}
59
+ :param ipsec_auth_psk: ipsec_auth_psk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#ipsec_auth_psk GatewayConnectionTunnel#ipsec_auth_psk}
60
+ :param local_address_name: Public (UpCloud) endpoint address of this tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#local_address_name GatewayConnectionTunnel#local_address_name}
61
+ :param name: The name of the tunnel, should be unique within the connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#name GatewayConnectionTunnel#name}
62
+ :param remote_address: Remote public IP address of the tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#remote_address GatewayConnectionTunnel#remote_address}
63
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#id GatewayConnectionTunnel#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
+ :param ipsec_properties: ipsec_properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#ipsec_properties GatewayConnectionTunnel#ipsec_properties}
65
65
  :param connection:
66
66
  :param count:
67
67
  :param depends_on:
@@ -106,7 +106,7 @@ class GatewayConnectionTunnel(
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 GatewayConnectionTunnel to import.
109
- :param import_from_id: The id of the existing GatewayConnectionTunnel that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#import import section} in the documentation of this resource for the id to use
109
+ :param import_from_id: The id of the existing GatewayConnectionTunnel that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#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 GatewayConnectionTunnel to import is found.
111
111
  '''
112
112
  if __debug__:
@@ -120,7 +120,7 @@ class GatewayConnectionTunnel(
120
120
  @jsii.member(jsii_name="putIpsecAuthPsk")
121
121
  def put_ipsec_auth_psk(self, *, psk: builtins.str) -> None:
122
122
  '''
123
- :param psk: The pre-shared key. This value is only used during resource creation and is not returned in the state. It is not possible to update this value. If you need to update it, delete the connection and create a new one. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#psk GatewayConnectionTunnel#psk}
123
+ :param psk: The pre-shared key. This value is only used during resource creation and is not returned in the state. It is not possible to update this value. If you need to update it, delete the connection and create a new one. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#psk GatewayConnectionTunnel#psk}
124
124
  '''
125
125
  value = GatewayConnectionTunnelIpsecAuthPsk(psk=psk)
126
126
 
@@ -143,17 +143,17 @@ class GatewayConnectionTunnel(
143
143
  rekey_time: typing.Optional[jsii.Number] = None,
144
144
  ) -> None:
145
145
  '''
146
- :param child_rekey_time: IKE child SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#child_rekey_time GatewayConnectionTunnel#child_rekey_time}
147
- :param dpd_delay: Delay before sending Dead Peer Detection packets if no traffic is detected, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#dpd_delay GatewayConnectionTunnel#dpd_delay}
148
- :param dpd_timeout: Timeout period for DPD reply before considering the peer to be dead, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#dpd_timeout GatewayConnectionTunnel#dpd_timeout}
149
- :param ike_lifetime: Maximum IKE SA lifetime in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#ike_lifetime GatewayConnectionTunnel#ike_lifetime}
150
- :param phase1_algorithms: List of Phase 1: Proposal algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase1_algorithms GatewayConnectionTunnel#phase1_algorithms}
151
- :param phase1_dh_group_numbers: List of Phase 1 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase1_dh_group_numbers GatewayConnectionTunnel#phase1_dh_group_numbers}
152
- :param phase1_integrity_algorithms: List of Phase 1 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase1_integrity_algorithms GatewayConnectionTunnel#phase1_integrity_algorithms}
153
- :param phase2_algorithms: List of Phase 2: Security Association algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase2_algorithms GatewayConnectionTunnel#phase2_algorithms}
154
- :param phase2_dh_group_numbers: List of Phase 2 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase2_dh_group_numbers GatewayConnectionTunnel#phase2_dh_group_numbers}
155
- :param phase2_integrity_algorithms: List of Phase 2 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase2_integrity_algorithms GatewayConnectionTunnel#phase2_integrity_algorithms}
156
- :param rekey_time: IKE SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#rekey_time GatewayConnectionTunnel#rekey_time}
146
+ :param child_rekey_time: IKE child SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#child_rekey_time GatewayConnectionTunnel#child_rekey_time}
147
+ :param dpd_delay: Delay before sending Dead Peer Detection packets if no traffic is detected, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#dpd_delay GatewayConnectionTunnel#dpd_delay}
148
+ :param dpd_timeout: Timeout period for DPD reply before considering the peer to be dead, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#dpd_timeout GatewayConnectionTunnel#dpd_timeout}
149
+ :param ike_lifetime: Maximum IKE SA lifetime in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#ike_lifetime GatewayConnectionTunnel#ike_lifetime}
150
+ :param phase1_algorithms: List of Phase 1: Proposal algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase1_algorithms GatewayConnectionTunnel#phase1_algorithms}
151
+ :param phase1_dh_group_numbers: List of Phase 1 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase1_dh_group_numbers GatewayConnectionTunnel#phase1_dh_group_numbers}
152
+ :param phase1_integrity_algorithms: List of Phase 1 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase1_integrity_algorithms GatewayConnectionTunnel#phase1_integrity_algorithms}
153
+ :param phase2_algorithms: List of Phase 2: Security Association algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase2_algorithms GatewayConnectionTunnel#phase2_algorithms}
154
+ :param phase2_dh_group_numbers: List of Phase 2 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase2_dh_group_numbers GatewayConnectionTunnel#phase2_dh_group_numbers}
155
+ :param phase2_integrity_algorithms: List of Phase 2 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase2_integrity_algorithms GatewayConnectionTunnel#phase2_integrity_algorithms}
156
+ :param rekey_time: IKE SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#rekey_time GatewayConnectionTunnel#rekey_time}
157
157
  '''
158
158
  value = GatewayConnectionTunnelIpsecProperties(
159
159
  child_rekey_time=child_rekey_time,
@@ -356,13 +356,13 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
356
356
  :param lifecycle:
357
357
  :param provider:
358
358
  :param provisioners:
359
- :param connection_id: ID of the upcloud_gateway_connection resource to which the tunnel belongs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#connection_id GatewayConnectionTunnel#connection_id}
360
- :param ipsec_auth_psk: ipsec_auth_psk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#ipsec_auth_psk GatewayConnectionTunnel#ipsec_auth_psk}
361
- :param local_address_name: Public (UpCloud) endpoint address of this tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#local_address_name GatewayConnectionTunnel#local_address_name}
362
- :param name: The name of the tunnel, should be unique within the connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#name GatewayConnectionTunnel#name}
363
- :param remote_address: Remote public IP address of the tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#remote_address GatewayConnectionTunnel#remote_address}
364
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#id GatewayConnectionTunnel#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.
365
- :param ipsec_properties: ipsec_properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#ipsec_properties GatewayConnectionTunnel#ipsec_properties}
359
+ :param connection_id: ID of the upcloud_gateway_connection resource to which the tunnel belongs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#connection_id GatewayConnectionTunnel#connection_id}
360
+ :param ipsec_auth_psk: ipsec_auth_psk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#ipsec_auth_psk GatewayConnectionTunnel#ipsec_auth_psk}
361
+ :param local_address_name: Public (UpCloud) endpoint address of this tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#local_address_name GatewayConnectionTunnel#local_address_name}
362
+ :param name: The name of the tunnel, should be unique within the connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#name GatewayConnectionTunnel#name}
363
+ :param remote_address: Remote public IP address of the tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#remote_address GatewayConnectionTunnel#remote_address}
364
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#id GatewayConnectionTunnel#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.
365
+ :param ipsec_properties: ipsec_properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#ipsec_properties GatewayConnectionTunnel#ipsec_properties}
366
366
  '''
367
367
  if isinstance(lifecycle, dict):
368
368
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -480,7 +480,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
480
480
  def connection_id(self) -> builtins.str:
481
481
  '''ID of the upcloud_gateway_connection resource to which the tunnel belongs.
482
482
 
483
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#connection_id GatewayConnectionTunnel#connection_id}
483
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#connection_id GatewayConnectionTunnel#connection_id}
484
484
  '''
485
485
  result = self._values.get("connection_id")
486
486
  assert result is not None, "Required property 'connection_id' is missing"
@@ -490,7 +490,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
490
490
  def ipsec_auth_psk(self) -> "GatewayConnectionTunnelIpsecAuthPsk":
491
491
  '''ipsec_auth_psk block.
492
492
 
493
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#ipsec_auth_psk GatewayConnectionTunnel#ipsec_auth_psk}
493
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#ipsec_auth_psk GatewayConnectionTunnel#ipsec_auth_psk}
494
494
  '''
495
495
  result = self._values.get("ipsec_auth_psk")
496
496
  assert result is not None, "Required property 'ipsec_auth_psk' is missing"
@@ -500,7 +500,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
500
500
  def local_address_name(self) -> builtins.str:
501
501
  '''Public (UpCloud) endpoint address of this tunnel.
502
502
 
503
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#local_address_name GatewayConnectionTunnel#local_address_name}
503
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#local_address_name GatewayConnectionTunnel#local_address_name}
504
504
  '''
505
505
  result = self._values.get("local_address_name")
506
506
  assert result is not None, "Required property 'local_address_name' is missing"
@@ -510,7 +510,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
510
510
  def name(self) -> builtins.str:
511
511
  '''The name of the tunnel, should be unique within the connection.
512
512
 
513
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#name GatewayConnectionTunnel#name}
513
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#name GatewayConnectionTunnel#name}
514
514
  '''
515
515
  result = self._values.get("name")
516
516
  assert result is not None, "Required property 'name' is missing"
@@ -520,7 +520,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
520
520
  def remote_address(self) -> builtins.str:
521
521
  '''Remote public IP address of the tunnel.
522
522
 
523
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#remote_address GatewayConnectionTunnel#remote_address}
523
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#remote_address GatewayConnectionTunnel#remote_address}
524
524
  '''
525
525
  result = self._values.get("remote_address")
526
526
  assert result is not None, "Required property 'remote_address' is missing"
@@ -528,7 +528,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
528
528
 
529
529
  @builtins.property
530
530
  def id(self) -> typing.Optional[builtins.str]:
531
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#id GatewayConnectionTunnel#id}.
531
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#id GatewayConnectionTunnel#id}.
532
532
 
533
533
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
534
534
  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.
@@ -542,7 +542,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
542
542
  ) -> typing.Optional["GatewayConnectionTunnelIpsecProperties"]:
543
543
  '''ipsec_properties block.
544
544
 
545
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#ipsec_properties GatewayConnectionTunnel#ipsec_properties}
545
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#ipsec_properties GatewayConnectionTunnel#ipsec_properties}
546
546
  '''
547
547
  result = self._values.get("ipsec_properties")
548
548
  return typing.cast(typing.Optional["GatewayConnectionTunnelIpsecProperties"], result)
@@ -567,7 +567,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
567
567
  class GatewayConnectionTunnelIpsecAuthPsk:
568
568
  def __init__(self, *, psk: builtins.str) -> None:
569
569
  '''
570
- :param psk: The pre-shared key. This value is only used during resource creation and is not returned in the state. It is not possible to update this value. If you need to update it, delete the connection and create a new one. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#psk GatewayConnectionTunnel#psk}
570
+ :param psk: The pre-shared key. This value is only used during resource creation and is not returned in the state. It is not possible to update this value. If you need to update it, delete the connection and create a new one. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#psk GatewayConnectionTunnel#psk}
571
571
  '''
572
572
  if __debug__:
573
573
  type_hints = typing.get_type_hints(_typecheckingstub__87c835e7d7c5605931c1ca38462874908e77d68cd5b951debc157a3d43ca979a)
@@ -582,7 +582,7 @@ class GatewayConnectionTunnelIpsecAuthPsk:
582
582
 
583
583
  This value is only used during resource creation and is not returned in the state. It is not possible to update this value. If you need to update it, delete the connection and create a new one.
584
584
 
585
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#psk GatewayConnectionTunnel#psk}
585
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#psk GatewayConnectionTunnel#psk}
586
586
  '''
587
587
  result = self._values.get("psk")
588
588
  assert result is not None, "Required property 'psk' is missing"
@@ -687,17 +687,17 @@ class GatewayConnectionTunnelIpsecProperties:
687
687
  rekey_time: typing.Optional[jsii.Number] = None,
688
688
  ) -> None:
689
689
  '''
690
- :param child_rekey_time: IKE child SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#child_rekey_time GatewayConnectionTunnel#child_rekey_time}
691
- :param dpd_delay: Delay before sending Dead Peer Detection packets if no traffic is detected, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#dpd_delay GatewayConnectionTunnel#dpd_delay}
692
- :param dpd_timeout: Timeout period for DPD reply before considering the peer to be dead, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#dpd_timeout GatewayConnectionTunnel#dpd_timeout}
693
- :param ike_lifetime: Maximum IKE SA lifetime in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#ike_lifetime GatewayConnectionTunnel#ike_lifetime}
694
- :param phase1_algorithms: List of Phase 1: Proposal algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase1_algorithms GatewayConnectionTunnel#phase1_algorithms}
695
- :param phase1_dh_group_numbers: List of Phase 1 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase1_dh_group_numbers GatewayConnectionTunnel#phase1_dh_group_numbers}
696
- :param phase1_integrity_algorithms: List of Phase 1 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase1_integrity_algorithms GatewayConnectionTunnel#phase1_integrity_algorithms}
697
- :param phase2_algorithms: List of Phase 2: Security Association algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase2_algorithms GatewayConnectionTunnel#phase2_algorithms}
698
- :param phase2_dh_group_numbers: List of Phase 2 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase2_dh_group_numbers GatewayConnectionTunnel#phase2_dh_group_numbers}
699
- :param phase2_integrity_algorithms: List of Phase 2 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase2_integrity_algorithms GatewayConnectionTunnel#phase2_integrity_algorithms}
700
- :param rekey_time: IKE SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#rekey_time GatewayConnectionTunnel#rekey_time}
690
+ :param child_rekey_time: IKE child SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#child_rekey_time GatewayConnectionTunnel#child_rekey_time}
691
+ :param dpd_delay: Delay before sending Dead Peer Detection packets if no traffic is detected, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#dpd_delay GatewayConnectionTunnel#dpd_delay}
692
+ :param dpd_timeout: Timeout period for DPD reply before considering the peer to be dead, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#dpd_timeout GatewayConnectionTunnel#dpd_timeout}
693
+ :param ike_lifetime: Maximum IKE SA lifetime in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#ike_lifetime GatewayConnectionTunnel#ike_lifetime}
694
+ :param phase1_algorithms: List of Phase 1: Proposal algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase1_algorithms GatewayConnectionTunnel#phase1_algorithms}
695
+ :param phase1_dh_group_numbers: List of Phase 1 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase1_dh_group_numbers GatewayConnectionTunnel#phase1_dh_group_numbers}
696
+ :param phase1_integrity_algorithms: List of Phase 1 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase1_integrity_algorithms GatewayConnectionTunnel#phase1_integrity_algorithms}
697
+ :param phase2_algorithms: List of Phase 2: Security Association algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase2_algorithms GatewayConnectionTunnel#phase2_algorithms}
698
+ :param phase2_dh_group_numbers: List of Phase 2 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase2_dh_group_numbers GatewayConnectionTunnel#phase2_dh_group_numbers}
699
+ :param phase2_integrity_algorithms: List of Phase 2 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase2_integrity_algorithms GatewayConnectionTunnel#phase2_integrity_algorithms}
700
+ :param rekey_time: IKE SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#rekey_time GatewayConnectionTunnel#rekey_time}
701
701
  '''
702
702
  if __debug__:
703
703
  type_hints = typing.get_type_hints(_typecheckingstub__a50b18894047098027d5d6be1b8a41d8e32b22c4297ebea79c281f4c838921f4)
@@ -740,7 +740,7 @@ class GatewayConnectionTunnelIpsecProperties:
740
740
  def child_rekey_time(self) -> typing.Optional[jsii.Number]:
741
741
  '''IKE child SA rekey time in seconds.
742
742
 
743
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#child_rekey_time GatewayConnectionTunnel#child_rekey_time}
743
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#child_rekey_time GatewayConnectionTunnel#child_rekey_time}
744
744
  '''
745
745
  result = self._values.get("child_rekey_time")
746
746
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -749,7 +749,7 @@ class GatewayConnectionTunnelIpsecProperties:
749
749
  def dpd_delay(self) -> typing.Optional[jsii.Number]:
750
750
  '''Delay before sending Dead Peer Detection packets if no traffic is detected, in seconds.
751
751
 
752
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#dpd_delay GatewayConnectionTunnel#dpd_delay}
752
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#dpd_delay GatewayConnectionTunnel#dpd_delay}
753
753
  '''
754
754
  result = self._values.get("dpd_delay")
755
755
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -758,7 +758,7 @@ class GatewayConnectionTunnelIpsecProperties:
758
758
  def dpd_timeout(self) -> typing.Optional[jsii.Number]:
759
759
  '''Timeout period for DPD reply before considering the peer to be dead, in seconds.
760
760
 
761
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#dpd_timeout GatewayConnectionTunnel#dpd_timeout}
761
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#dpd_timeout GatewayConnectionTunnel#dpd_timeout}
762
762
  '''
763
763
  result = self._values.get("dpd_timeout")
764
764
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -767,7 +767,7 @@ class GatewayConnectionTunnelIpsecProperties:
767
767
  def ike_lifetime(self) -> typing.Optional[jsii.Number]:
768
768
  '''Maximum IKE SA lifetime in seconds.
769
769
 
770
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#ike_lifetime GatewayConnectionTunnel#ike_lifetime}
770
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#ike_lifetime GatewayConnectionTunnel#ike_lifetime}
771
771
  '''
772
772
  result = self._values.get("ike_lifetime")
773
773
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -776,7 +776,7 @@ class GatewayConnectionTunnelIpsecProperties:
776
776
  def phase1_algorithms(self) -> typing.Optional[typing.List[builtins.str]]:
777
777
  '''List of Phase 1: Proposal algorithms.
778
778
 
779
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase1_algorithms GatewayConnectionTunnel#phase1_algorithms}
779
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase1_algorithms GatewayConnectionTunnel#phase1_algorithms}
780
780
  '''
781
781
  result = self._values.get("phase1_algorithms")
782
782
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -785,7 +785,7 @@ class GatewayConnectionTunnelIpsecProperties:
785
785
  def phase1_dh_group_numbers(self) -> typing.Optional[typing.List[jsii.Number]]:
786
786
  '''List of Phase 1 Diffie-Hellman group numbers.
787
787
 
788
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase1_dh_group_numbers GatewayConnectionTunnel#phase1_dh_group_numbers}
788
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase1_dh_group_numbers GatewayConnectionTunnel#phase1_dh_group_numbers}
789
789
  '''
790
790
  result = self._values.get("phase1_dh_group_numbers")
791
791
  return typing.cast(typing.Optional[typing.List[jsii.Number]], result)
@@ -794,7 +794,7 @@ class GatewayConnectionTunnelIpsecProperties:
794
794
  def phase1_integrity_algorithms(self) -> typing.Optional[typing.List[builtins.str]]:
795
795
  '''List of Phase 1 integrity algorithms.
796
796
 
797
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase1_integrity_algorithms GatewayConnectionTunnel#phase1_integrity_algorithms}
797
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase1_integrity_algorithms GatewayConnectionTunnel#phase1_integrity_algorithms}
798
798
  '''
799
799
  result = self._values.get("phase1_integrity_algorithms")
800
800
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -803,7 +803,7 @@ class GatewayConnectionTunnelIpsecProperties:
803
803
  def phase2_algorithms(self) -> typing.Optional[typing.List[builtins.str]]:
804
804
  '''List of Phase 2: Security Association algorithms.
805
805
 
806
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase2_algorithms GatewayConnectionTunnel#phase2_algorithms}
806
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase2_algorithms GatewayConnectionTunnel#phase2_algorithms}
807
807
  '''
808
808
  result = self._values.get("phase2_algorithms")
809
809
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -812,7 +812,7 @@ class GatewayConnectionTunnelIpsecProperties:
812
812
  def phase2_dh_group_numbers(self) -> typing.Optional[typing.List[jsii.Number]]:
813
813
  '''List of Phase 2 Diffie-Hellman group numbers.
814
814
 
815
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase2_dh_group_numbers GatewayConnectionTunnel#phase2_dh_group_numbers}
815
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase2_dh_group_numbers GatewayConnectionTunnel#phase2_dh_group_numbers}
816
816
  '''
817
817
  result = self._values.get("phase2_dh_group_numbers")
818
818
  return typing.cast(typing.Optional[typing.List[jsii.Number]], result)
@@ -821,7 +821,7 @@ class GatewayConnectionTunnelIpsecProperties:
821
821
  def phase2_integrity_algorithms(self) -> typing.Optional[typing.List[builtins.str]]:
822
822
  '''List of Phase 2 integrity algorithms.
823
823
 
824
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#phase2_integrity_algorithms GatewayConnectionTunnel#phase2_integrity_algorithms}
824
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#phase2_integrity_algorithms GatewayConnectionTunnel#phase2_integrity_algorithms}
825
825
  '''
826
826
  result = self._values.get("phase2_integrity_algorithms")
827
827
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -830,7 +830,7 @@ class GatewayConnectionTunnelIpsecProperties:
830
830
  def rekey_time(self) -> typing.Optional[jsii.Number]:
831
831
  '''IKE SA rekey time in seconds.
832
832
 
833
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/gateway_connection_tunnel#rekey_time GatewayConnectionTunnel#rekey_time}
833
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/gateway_connection_tunnel#rekey_time GatewayConnectionTunnel#rekey_time}
834
834
  '''
835
835
  result = self._values.get("rekey_time")
836
836
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `upcloud_kubernetes_cluster`
3
3
 
4
- Refer to the Terraform Registry for docs: [`upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster).
4
+ Refer to the Terraform Registry for docs: [`upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class KubernetesCluster(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-upcloud.kubernetesCluster.KubernetesCluster",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -53,19 +53,19 @@ class KubernetesCluster(
53
53
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
54
54
  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,
55
55
  ) -> None:
56
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster upcloud_kubernetes_cluster} Resource.
56
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster upcloud_kubernetes_cluster} Resource.
57
57
 
58
58
  :param scope: The scope in which to define this construct.
59
59
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
60
- :param control_plane_ip_filter: IP addresses or IP ranges in CIDR format which are allowed to access the cluster control plane. To allow access from any source, use ``["0.0.0.0/0"]``. To deny access from all sources, use ``[]``. Values set here do not restrict access to node groups or exposed Kubernetes services. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#control_plane_ip_filter KubernetesCluster#control_plane_ip_filter}
61
- :param name: Cluster name. Needs to be unique within the account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#name KubernetesCluster#name}
62
- :param network: Network ID for the cluster to run in. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#network KubernetesCluster#network}
63
- :param zone: Zone in which the Kubernetes cluster will be hosted, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#zone KubernetesCluster#zone}
64
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#id KubernetesCluster#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.
65
- :param labels: Key-value pairs to classify the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#labels KubernetesCluster#labels}
66
- :param plan: The pricing plan used for the cluster. Default plan is ``development``. You can list available plans with ``upctl kubernetes plans``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#plan KubernetesCluster#plan}
67
- :param private_node_groups: Enable private node groups. Private node groups requires a network that is routed through NAT gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#private_node_groups KubernetesCluster#private_node_groups}
68
- :param version: Kubernetes version ID, e.g. ``1.27``. You can list available version IDs with ``upctl kubernetes versions``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#version KubernetesCluster#version}
60
+ :param control_plane_ip_filter: IP addresses or IP ranges in CIDR format which are allowed to access the cluster control plane. To allow access from any source, use ``["0.0.0.0/0"]``. To deny access from all sources, use ``[]``. Values set here do not restrict access to node groups or exposed Kubernetes services. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#control_plane_ip_filter KubernetesCluster#control_plane_ip_filter}
61
+ :param name: Cluster name. Needs to be unique within the account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#name KubernetesCluster#name}
62
+ :param network: Network ID for the cluster to run in. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#network KubernetesCluster#network}
63
+ :param zone: Zone in which the Kubernetes cluster will be hosted, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#zone KubernetesCluster#zone}
64
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#id KubernetesCluster#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.
65
+ :param labels: Key-value pairs to classify the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#labels KubernetesCluster#labels}
66
+ :param plan: The pricing plan used for the cluster. Default plan is ``development``. You can list available plans with ``upctl kubernetes plans``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#plan KubernetesCluster#plan}
67
+ :param private_node_groups: Enable private node groups. Private node groups requires a network that is routed through NAT gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#private_node_groups KubernetesCluster#private_node_groups}
68
+ :param version: Kubernetes version ID, e.g. ``1.27``. You can list available version IDs with ``upctl kubernetes versions``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#version KubernetesCluster#version}
69
69
  :param connection:
70
70
  :param count:
71
71
  :param depends_on:
@@ -112,7 +112,7 @@ class KubernetesCluster(
112
112
 
113
113
  :param scope: The scope in which to define this construct.
114
114
  :param import_to_id: The construct id used in the generated config for the KubernetesCluster to import.
115
- :param import_from_id: The id of the existing KubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
115
+ :param import_from_id: The id of the existing KubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
116
116
  :param provider: ? Optional instance of the provider where the KubernetesCluster to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -387,15 +387,15 @@ class KubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
387
387
  :param lifecycle:
388
388
  :param provider:
389
389
  :param provisioners:
390
- :param control_plane_ip_filter: IP addresses or IP ranges in CIDR format which are allowed to access the cluster control plane. To allow access from any source, use ``["0.0.0.0/0"]``. To deny access from all sources, use ``[]``. Values set here do not restrict access to node groups or exposed Kubernetes services. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#control_plane_ip_filter KubernetesCluster#control_plane_ip_filter}
391
- :param name: Cluster name. Needs to be unique within the account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#name KubernetesCluster#name}
392
- :param network: Network ID for the cluster to run in. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#network KubernetesCluster#network}
393
- :param zone: Zone in which the Kubernetes cluster will be hosted, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#zone KubernetesCluster#zone}
394
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#id KubernetesCluster#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.
395
- :param labels: Key-value pairs to classify the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#labels KubernetesCluster#labels}
396
- :param plan: The pricing plan used for the cluster. Default plan is ``development``. You can list available plans with ``upctl kubernetes plans``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#plan KubernetesCluster#plan}
397
- :param private_node_groups: Enable private node groups. Private node groups requires a network that is routed through NAT gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#private_node_groups KubernetesCluster#private_node_groups}
398
- :param version: Kubernetes version ID, e.g. ``1.27``. You can list available version IDs with ``upctl kubernetes versions``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#version KubernetesCluster#version}
390
+ :param control_plane_ip_filter: IP addresses or IP ranges in CIDR format which are allowed to access the cluster control plane. To allow access from any source, use ``["0.0.0.0/0"]``. To deny access from all sources, use ``[]``. Values set here do not restrict access to node groups or exposed Kubernetes services. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#control_plane_ip_filter KubernetesCluster#control_plane_ip_filter}
391
+ :param name: Cluster name. Needs to be unique within the account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#name KubernetesCluster#name}
392
+ :param network: Network ID for the cluster to run in. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#network KubernetesCluster#network}
393
+ :param zone: Zone in which the Kubernetes cluster will be hosted, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#zone KubernetesCluster#zone}
394
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#id KubernetesCluster#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.
395
+ :param labels: Key-value pairs to classify the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#labels KubernetesCluster#labels}
396
+ :param plan: The pricing plan used for the cluster. Default plan is ``development``. You can list available plans with ``upctl kubernetes plans``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#plan KubernetesCluster#plan}
397
+ :param private_node_groups: Enable private node groups. Private node groups requires a network that is routed through NAT gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#private_node_groups KubernetesCluster#private_node_groups}
398
+ :param version: Kubernetes version ID, e.g. ``1.27``. You can list available version IDs with ``upctl kubernetes versions``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#version KubernetesCluster#version}
399
399
  '''
400
400
  if isinstance(lifecycle, dict):
401
401
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -518,7 +518,7 @@ class KubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
518
518
 
519
519
  To allow access from any source, use ``["0.0.0.0/0"]``. To deny access from all sources, use ``[]``. Values set here do not restrict access to node groups or exposed Kubernetes services.
520
520
 
521
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#control_plane_ip_filter KubernetesCluster#control_plane_ip_filter}
521
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#control_plane_ip_filter KubernetesCluster#control_plane_ip_filter}
522
522
  '''
523
523
  result = self._values.get("control_plane_ip_filter")
524
524
  assert result is not None, "Required property 'control_plane_ip_filter' is missing"
@@ -528,7 +528,7 @@ class KubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
528
528
  def name(self) -> builtins.str:
529
529
  '''Cluster name. Needs to be unique within the account.
530
530
 
531
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#name KubernetesCluster#name}
531
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#name KubernetesCluster#name}
532
532
  '''
533
533
  result = self._values.get("name")
534
534
  assert result is not None, "Required property 'name' is missing"
@@ -538,7 +538,7 @@ class KubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
538
538
  def network(self) -> builtins.str:
539
539
  '''Network ID for the cluster to run in.
540
540
 
541
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#network KubernetesCluster#network}
541
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#network KubernetesCluster#network}
542
542
  '''
543
543
  result = self._values.get("network")
544
544
  assert result is not None, "Required property 'network' is missing"
@@ -548,7 +548,7 @@ class KubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
548
548
  def zone(self) -> builtins.str:
549
549
  '''Zone in which the Kubernetes cluster will be hosted, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
550
550
 
551
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#zone KubernetesCluster#zone}
551
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#zone KubernetesCluster#zone}
552
552
  '''
553
553
  result = self._values.get("zone")
554
554
  assert result is not None, "Required property 'zone' is missing"
@@ -556,7 +556,7 @@ class KubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
556
556
 
557
557
  @builtins.property
558
558
  def id(self) -> typing.Optional[builtins.str]:
559
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#id KubernetesCluster#id}.
559
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#id KubernetesCluster#id}.
560
560
 
561
561
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
562
562
  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.
@@ -568,7 +568,7 @@ class KubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
568
568
  def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
569
569
  '''Key-value pairs to classify the cluster.
570
570
 
571
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#labels KubernetesCluster#labels}
571
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#labels KubernetesCluster#labels}
572
572
  '''
573
573
  result = self._values.get("labels")
574
574
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
@@ -579,7 +579,7 @@ class KubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
579
579
 
580
580
  Default plan is ``development``. You can list available plans with ``upctl kubernetes plans``.
581
581
 
582
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#plan KubernetesCluster#plan}
582
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#plan KubernetesCluster#plan}
583
583
  '''
584
584
  result = self._values.get("plan")
585
585
  return typing.cast(typing.Optional[builtins.str], result)
@@ -590,7 +590,7 @@ class KubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
590
590
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
591
591
  '''Enable private node groups. Private node groups requires a network that is routed through NAT gateway.
592
592
 
593
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#private_node_groups KubernetesCluster#private_node_groups}
593
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#private_node_groups KubernetesCluster#private_node_groups}
594
594
  '''
595
595
  result = self._values.get("private_node_groups")
596
596
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -599,7 +599,7 @@ class KubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments):
599
599
  def version(self) -> typing.Optional[builtins.str]:
600
600
  '''Kubernetes version ID, e.g. ``1.27``. You can list available version IDs with ``upctl kubernetes versions``.
601
601
 
602
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/kubernetes_cluster#version KubernetesCluster#version}
602
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/kubernetes_cluster#version KubernetesCluster#version}
603
603
  '''
604
604
  result = self._values.get("version")
605
605
  return typing.cast(typing.Optional[builtins.str], result)