cdktf-cdktf-provider-upcloud 14.0.2__py3-none-any.whl → 14.1.1__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 (59) 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.1.1.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 +28 -28
  21. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +31 -31
  22. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +47 -47
  23. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +42 -42
  24. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +64 -64
  25. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +16 -16
  26. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
  27. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
  28. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +39 -39
  29. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +193 -193
  30. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
  31. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
  32. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
  33. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
  34. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  35. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +679 -194
  36. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +5610 -609
  37. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +1665 -329
  38. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +596 -116
  39. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
  40. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
  41. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +19 -19
  42. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
  43. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
  44. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
  45. cdktf_cdktf_provider_upcloud/network/__init__.py +40 -40
  46. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
  47. cdktf_cdktf_provider_upcloud/provider/__init__.py +25 -25
  48. cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  49. cdktf_cdktf_provider_upcloud/server/__init__.py +147 -147
  50. cdktf_cdktf_provider_upcloud/server_group/__init__.py +22 -22
  51. cdktf_cdktf_provider_upcloud/storage/__init__.py +58 -58
  52. cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  53. {cdktf_cdktf_provider_upcloud-14.0.2.dist-info → cdktf_cdktf_provider_upcloud-14.1.1.dist-info}/METADATA +4 -4
  54. cdktf_cdktf_provider_upcloud-14.1.1.dist-info/RECORD +58 -0
  55. {cdktf_cdktf_provider_upcloud-14.0.2.dist-info → cdktf_cdktf_provider_upcloud-14.1.1.dist-info}/WHEEL +1 -1
  56. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.0.2.jsii.tgz +0 -0
  57. cdktf_cdktf_provider_upcloud-14.0.2.dist-info/RECORD +0 -58
  58. {cdktf_cdktf_provider_upcloud-14.0.2.dist-info → cdktf_cdktf_provider_upcloud-14.1.1.dist-info}/LICENSE +0 -0
  59. {cdktf_cdktf_provider_upcloud-14.0.2.dist-info → cdktf_cdktf_provider_upcloud-14.1.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `upcloud_managed_database_postgresql`
3
3
 
4
- Refer to the Terraform Registry for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql).
4
+ Refer to the Terraform Registry for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql).
5
5
  '''
6
6
  import abc
7
7
  import builtins
@@ -26,7 +26,7 @@ class ManagedDatabasePostgresql(
26
26
  metaclass=jsii.JSIIMeta,
27
27
  jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresql",
28
28
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql}.'''
29
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql}.'''
30
30
 
31
31
  def __init__(
32
32
  self,
@@ -40,6 +40,7 @@ class ManagedDatabasePostgresql(
40
40
  id: typing.Optional[builtins.str] = None,
41
41
  maintenance_window_dow: typing.Optional[builtins.str] = None,
42
42
  maintenance_window_time: typing.Optional[builtins.str] = None,
43
+ network: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["ManagedDatabasePostgresqlNetwork", typing.Dict[builtins.str, typing.Any]]]]] = None,
43
44
  powered: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
44
45
  properties: typing.Optional[typing.Union["ManagedDatabasePostgresqlProperties", typing.Dict[builtins.str, typing.Any]]] = None,
45
46
  connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -50,19 +51,20 @@ class ManagedDatabasePostgresql(
50
51
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
51
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,
52
53
  ) -> None:
53
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql} Resource.
54
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql} Resource.
54
55
 
55
56
  :param scope: The scope in which to define this construct.
56
57
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
57
- :param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
58
- :param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
59
- :param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
60
- :param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
61
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#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.
62
- :param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
63
- :param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
64
- :param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
65
- :param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
58
+ :param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
59
+ :param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
60
+ :param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
61
+ :param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
62
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#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.
63
+ :param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
64
+ :param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
65
+ :param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
66
+ :param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
67
+ :param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
66
68
  :param connection:
67
69
  :param count:
68
70
  :param depends_on:
@@ -83,6 +85,7 @@ class ManagedDatabasePostgresql(
83
85
  id=id,
84
86
  maintenance_window_dow=maintenance_window_dow,
85
87
  maintenance_window_time=maintenance_window_time,
88
+ network=network,
86
89
  powered=powered,
87
90
  properties=properties,
88
91
  connection=connection,
@@ -109,7 +112,7 @@ class ManagedDatabasePostgresql(
109
112
 
110
113
  :param scope: The scope in which to define this construct.
111
114
  :param import_to_id: The construct id used in the generated config for the ManagedDatabasePostgresql to import.
112
- :param import_from_id: The id of the existing ManagedDatabasePostgresql that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#import import section} in the documentation of this resource for the id to use
115
+ :param import_from_id: The id of the existing ManagedDatabasePostgresql that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#import import section} in the documentation of this resource for the id to use
113
116
  :param provider: ? Optional instance of the provider where the ManagedDatabasePostgresql to import is found.
114
117
  '''
115
118
  if __debug__:
@@ -120,6 +123,19 @@ class ManagedDatabasePostgresql(
120
123
  check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
121
124
  return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
122
125
 
126
+ @jsii.member(jsii_name="putNetwork")
127
+ def put_network(
128
+ self,
129
+ value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["ManagedDatabasePostgresqlNetwork", typing.Dict[builtins.str, typing.Any]]]],
130
+ ) -> None:
131
+ '''
132
+ :param value: -
133
+ '''
134
+ if __debug__:
135
+ type_hints = typing.get_type_hints(_typecheckingstub__bbbb3dfe7015b488e0b1c155e305ab2c73855a004722f839bee402b92a211b69)
136
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
137
+ return typing.cast(None, jsii.invoke(self, "putNetwork", [value]))
138
+
123
139
  @jsii.member(jsii_name="putProperties")
124
140
  def put_properties(
125
141
  self,
@@ -167,6 +183,7 @@ class ManagedDatabasePostgresql(
167
183
  max_wal_senders: typing.Optional[jsii.Number] = None,
168
184
  max_worker_processes: typing.Optional[jsii.Number] = None,
169
185
  migration: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesMigration", typing.Dict[builtins.str, typing.Any]]] = None,
186
+ pgaudit: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPgaudit", typing.Dict[builtins.str, typing.Any]]] = None,
170
187
  pgbouncer: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPgbouncer", typing.Dict[builtins.str, typing.Any]]] = None,
171
188
  pglookout: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPglookout", typing.Dict[builtins.str, typing.Any]]] = None,
172
189
  pg_partman_bgw_interval: typing.Optional[jsii.Number] = None,
@@ -193,73 +210,74 @@ class ManagedDatabasePostgresql(
193
210
  work_mem: typing.Optional[jsii.Number] = None,
194
211
  ) -> None:
195
212
  '''
196
- :param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
197
- :param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
198
- :param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
199
- :param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to ``autovacuum_analyze_threshold`` when deciding whether to trigger an ``ANALYZE``. The default is ``0.2`` (20% of table size) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
200
- :param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is ``50`` tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
201
- :param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's ``pg_class.relfrozenxid`` field can attain before a ``VACUUM`` operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
202
- :param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is ``3``. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
203
- :param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is ``1`` minute Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
204
- :param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If ``-1`` is specified, the regular ``vacuum_cost_delay`` value will be used. The default value is ``20`` milliseconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
205
- :param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic ``VACUUM`` operations. If ``-1`` is specified (which is the default), the regular ``vacuum_cost_limit`` value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
206
- :param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a ``VACUUM``. The default is ``0.2`` (20% of table size) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
207
- :param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a ``VACUUM`` in any one table. The default is ``50`` tuples Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
208
- :param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
209
- :param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
210
- :param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is ``200``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
211
- :param bgwriter_flush_after: Whenever more than ``bgwriter_flush_after`` bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is ``512``. Setting of ``0`` disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
212
- :param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is ``100``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
213
- :param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by ``bgwriter_lru_multiplier`` to arrive at an estimate of the number that will be needed during the next round (up to ``bgwriter_lru_maxpages``). ``1.0`` represents a "just in time" policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is ``2.0``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
214
- :param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
215
- :param default_toast_compression: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
216
- :param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
217
- :param ip_filter: IP filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
218
- :param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
219
- :param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to ``0`` logs all autovacuum actions. The default ``-1`` disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
220
- :param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
221
- :param log_line_prefix: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
222
- :param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, ``-1`` disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
223
- :param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
224
- :param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
225
- :param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
226
- :param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of ``max_parallel_workers``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
227
- :param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
228
- :param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
229
- :param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
230
- :param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
231
- :param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
232
- :param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is ``-1`` (unlimited). ``wal_keep_size`` minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
233
- :param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
234
- :param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
235
- :param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
236
- :param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
237
- :param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
238
- :param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
239
- :param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
240
- :param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
241
- :param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
242
- :param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
243
- :param pg_stat_monitor_enable: Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
244
- :param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
245
- :param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
246
- :param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection.The default value is ``top``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
247
- :param public_access: Public access allows connections to your Managed Database services via the public internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
248
- :param service_log: Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
249
- :param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the ``shared_buffers`` configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
250
- :param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
251
- :param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
252
- :param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
253
- :param timezone: timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
254
- :param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
255
- :param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
256
- :param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
257
- :param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
258
- :param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
259
- :param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
260
- :param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to ``0`` disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
261
- :param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default ``200``ms may negatively impact performance Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
262
- :param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
213
+ :param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
214
+ :param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
215
+ :param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
216
+ :param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
217
+ :param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
218
+ :param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
219
+ :param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
220
+ :param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
221
+ :param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
222
+ :param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
223
+ :param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
224
+ :param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
225
+ :param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
226
+ :param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
227
+ :param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
228
+ :param bgwriter_flush_after: Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
229
+ :param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
230
+ :param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a just in time policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
231
+ :param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
232
+ :param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns (the default is lz4). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
233
+ :param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
234
+ :param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
235
+ :param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
236
+ :param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
237
+ :param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
238
+ :param log_line_prefix: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
239
+ :param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
240
+ :param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
241
+ :param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
242
+ :param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
243
+ :param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
244
+ :param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
245
+ :param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
246
+ :param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
247
+ :param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
248
+ :param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
249
+ :param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
250
+ :param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
251
+ :param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
252
+ :param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
253
+ :param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
254
+ :param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
255
+ :param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
256
+ :param pgaudit: pgaudit block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pgaudit ManagedDatabasePostgresql#pgaudit}
257
+ :param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
258
+ :param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
259
+ :param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
260
+ :param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
261
+ :param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
262
+ :param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
263
+ :param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
264
+ :param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
265
+ :param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
266
+ :param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
267
+ :param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
268
+ :param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
269
+ :param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
270
+ :param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
271
+ :param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
272
+ :param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
273
+ :param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
274
+ :param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
275
+ :param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
276
+ :param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
277
+ :param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
278
+ :param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
279
+ :param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
280
+ :param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
263
281
  '''
264
282
  value = ManagedDatabasePostgresqlProperties(
265
283
  admin_password=admin_password,
@@ -305,6 +323,7 @@ class ManagedDatabasePostgresql(
305
323
  max_wal_senders=max_wal_senders,
306
324
  max_worker_processes=max_worker_processes,
307
325
  migration=migration,
326
+ pgaudit=pgaudit,
308
327
  pgbouncer=pgbouncer,
309
328
  pglookout=pglookout,
310
329
  pg_partman_bgw_interval=pg_partman_bgw_interval,
@@ -345,6 +364,10 @@ class ManagedDatabasePostgresql(
345
364
  def reset_maintenance_window_time(self) -> None:
346
365
  return typing.cast(None, jsii.invoke(self, "resetMaintenanceWindowTime", []))
347
366
 
367
+ @jsii.member(jsii_name="resetNetwork")
368
+ def reset_network(self) -> None:
369
+ return typing.cast(None, jsii.invoke(self, "resetNetwork", []))
370
+
348
371
  @jsii.member(jsii_name="resetPowered")
349
372
  def reset_powered(self) -> None:
350
373
  return typing.cast(None, jsii.invoke(self, "resetPowered", []))
@@ -371,6 +394,11 @@ class ManagedDatabasePostgresql(
371
394
  def components(self) -> "ManagedDatabasePostgresqlComponentsList":
372
395
  return typing.cast("ManagedDatabasePostgresqlComponentsList", jsii.get(self, "components"))
373
396
 
397
+ @builtins.property
398
+ @jsii.member(jsii_name="network")
399
+ def network(self) -> "ManagedDatabasePostgresqlNetworkList":
400
+ return typing.cast("ManagedDatabasePostgresqlNetworkList", jsii.get(self, "network"))
401
+
374
402
  @builtins.property
375
403
  @jsii.member(jsii_name="nodeStates")
376
404
  def node_states(self) -> "ManagedDatabasePostgresqlNodeStatesList":
@@ -446,6 +474,13 @@ class ManagedDatabasePostgresql(
446
474
  def name_input(self) -> typing.Optional[builtins.str]:
447
475
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
448
476
 
477
+ @builtins.property
478
+ @jsii.member(jsii_name="networkInput")
479
+ def network_input(
480
+ self,
481
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabasePostgresqlNetwork"]]]:
482
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabasePostgresqlNetwork"]]], jsii.get(self, "networkInput"))
483
+
449
484
  @builtins.property
450
485
  @jsii.member(jsii_name="planInput")
451
486
  def plan_input(self) -> typing.Optional[builtins.str]:
@@ -757,6 +792,7 @@ class ManagedDatabasePostgresqlComponentsOutputReference(
757
792
  "id": "id",
758
793
  "maintenance_window_dow": "maintenanceWindowDow",
759
794
  "maintenance_window_time": "maintenanceWindowTime",
795
+ "network": "network",
760
796
  "powered": "powered",
761
797
  "properties": "properties",
762
798
  },
@@ -779,6 +815,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
779
815
  id: typing.Optional[builtins.str] = None,
780
816
  maintenance_window_dow: typing.Optional[builtins.str] = None,
781
817
  maintenance_window_time: typing.Optional[builtins.str] = None,
818
+ network: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["ManagedDatabasePostgresqlNetwork", typing.Dict[builtins.str, typing.Any]]]]] = None,
782
819
  powered: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
783
820
  properties: typing.Optional[typing.Union["ManagedDatabasePostgresqlProperties", typing.Dict[builtins.str, typing.Any]]] = None,
784
821
  ) -> None:
@@ -790,15 +827,16 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
790
827
  :param lifecycle:
791
828
  :param provider:
792
829
  :param provisioners:
793
- :param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
794
- :param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
795
- :param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
796
- :param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
797
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#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.
798
- :param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
799
- :param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
800
- :param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
801
- :param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
830
+ :param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
831
+ :param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
832
+ :param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
833
+ :param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
834
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#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.
835
+ :param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
836
+ :param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
837
+ :param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
838
+ :param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
839
+ :param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
802
840
  '''
803
841
  if isinstance(lifecycle, dict):
804
842
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -820,6 +858,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
820
858
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
821
859
  check_type(argname="argument maintenance_window_dow", value=maintenance_window_dow, expected_type=type_hints["maintenance_window_dow"])
822
860
  check_type(argname="argument maintenance_window_time", value=maintenance_window_time, expected_type=type_hints["maintenance_window_time"])
861
+ check_type(argname="argument network", value=network, expected_type=type_hints["network"])
823
862
  check_type(argname="argument powered", value=powered, expected_type=type_hints["powered"])
824
863
  check_type(argname="argument properties", value=properties, expected_type=type_hints["properties"])
825
864
  self._values: typing.Dict[builtins.str, typing.Any] = {
@@ -848,6 +887,8 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
848
887
  self._values["maintenance_window_dow"] = maintenance_window_dow
849
888
  if maintenance_window_time is not None:
850
889
  self._values["maintenance_window_time"] = maintenance_window_time
890
+ if network is not None:
891
+ self._values["network"] = network
851
892
  if powered is not None:
852
893
  self._values["powered"] = powered
853
894
  if properties is not None:
@@ -923,7 +964,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
923
964
 
924
965
  The name is used as a prefix for the logical hostname. Must be unique within an account
925
966
 
926
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
967
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
927
968
  '''
928
969
  result = self._values.get("name")
929
970
  assert result is not None, "Required property 'name' is missing"
@@ -935,7 +976,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
935
976
 
936
977
  This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``.
937
978
 
938
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
979
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
939
980
  '''
940
981
  result = self._values.get("plan")
941
982
  assert result is not None, "Required property 'plan' is missing"
@@ -945,7 +986,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
945
986
  def title(self) -> builtins.str:
946
987
  '''Title of a managed database instance.
947
988
 
948
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
989
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
949
990
  '''
950
991
  result = self._values.get("title")
951
992
  assert result is not None, "Required property 'title' is missing"
@@ -955,7 +996,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
955
996
  def zone(self) -> builtins.str:
956
997
  '''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
957
998
 
958
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
999
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
959
1000
  '''
960
1001
  result = self._values.get("zone")
961
1002
  assert result is not None, "Required property 'zone' is missing"
@@ -963,7 +1004,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
963
1004
 
964
1005
  @builtins.property
965
1006
  def id(self) -> typing.Optional[builtins.str]:
966
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#id}.
1007
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#id}.
967
1008
 
968
1009
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
969
1010
  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.
@@ -975,7 +1016,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
975
1016
  def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
976
1017
  '''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
977
1018
 
978
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
1019
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
979
1020
  '''
980
1021
  result = self._values.get("maintenance_window_dow")
981
1022
  return typing.cast(typing.Optional[builtins.str], result)
@@ -984,18 +1025,29 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
984
1025
  def maintenance_window_time(self) -> typing.Optional[builtins.str]:
985
1026
  '''Maintenance window UTC time in hh:mm:ss format.
986
1027
 
987
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
1028
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
988
1029
  '''
989
1030
  result = self._values.get("maintenance_window_time")
990
1031
  return typing.cast(typing.Optional[builtins.str], result)
991
1032
 
1033
+ @builtins.property
1034
+ def network(
1035
+ self,
1036
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabasePostgresqlNetwork"]]]:
1037
+ '''network block.
1038
+
1039
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
1040
+ '''
1041
+ result = self._values.get("network")
1042
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabasePostgresqlNetwork"]]], result)
1043
+
992
1044
  @builtins.property
993
1045
  def powered(
994
1046
  self,
995
1047
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
996
1048
  '''The administrative power state of the service.
997
1049
 
998
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
1050
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
999
1051
  '''
1000
1052
  result = self._values.get("powered")
1001
1053
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1004,7 +1056,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1004
1056
  def properties(self) -> typing.Optional["ManagedDatabasePostgresqlProperties"]:
1005
1057
  '''properties block.
1006
1058
 
1007
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
1059
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
1008
1060
  '''
1009
1061
  result = self._values.get("properties")
1010
1062
  return typing.cast(typing.Optional["ManagedDatabasePostgresqlProperties"], result)
@@ -1021,6 +1073,296 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1021
1073
  )
1022
1074
 
1023
1075
 
1076
+ @jsii.data_type(
1077
+ jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresqlNetwork",
1078
+ jsii_struct_bases=[],
1079
+ name_mapping={"family": "family", "name": "name", "type": "type", "uuid": "uuid"},
1080
+ )
1081
+ class ManagedDatabasePostgresqlNetwork:
1082
+ def __init__(
1083
+ self,
1084
+ *,
1085
+ family: builtins.str,
1086
+ name: builtins.str,
1087
+ type: builtins.str,
1088
+ uuid: builtins.str,
1089
+ ) -> None:
1090
+ '''
1091
+ :param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#family ManagedDatabasePostgresql#family}
1092
+ :param name: The name of the network. Must be unique within the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
1093
+ :param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#type ManagedDatabasePostgresql#type}
1094
+ :param uuid: Private network UUID. Must reside in the same zone as the database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#uuid ManagedDatabasePostgresql#uuid}
1095
+ '''
1096
+ if __debug__:
1097
+ type_hints = typing.get_type_hints(_typecheckingstub__5737b331959851ea941ce795bfc130d63e5ac24633787479fac442c8d6e54407)
1098
+ check_type(argname="argument family", value=family, expected_type=type_hints["family"])
1099
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
1100
+ check_type(argname="argument type", value=type, expected_type=type_hints["type"])
1101
+ check_type(argname="argument uuid", value=uuid, expected_type=type_hints["uuid"])
1102
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1103
+ "family": family,
1104
+ "name": name,
1105
+ "type": type,
1106
+ "uuid": uuid,
1107
+ }
1108
+
1109
+ @builtins.property
1110
+ def family(self) -> builtins.str:
1111
+ '''Network family. Currently only ``IPv4`` is supported.
1112
+
1113
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#family ManagedDatabasePostgresql#family}
1114
+ '''
1115
+ result = self._values.get("family")
1116
+ assert result is not None, "Required property 'family' is missing"
1117
+ return typing.cast(builtins.str, result)
1118
+
1119
+ @builtins.property
1120
+ def name(self) -> builtins.str:
1121
+ '''The name of the network. Must be unique within the service.
1122
+
1123
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
1124
+ '''
1125
+ result = self._values.get("name")
1126
+ assert result is not None, "Required property 'name' is missing"
1127
+ return typing.cast(builtins.str, result)
1128
+
1129
+ @builtins.property
1130
+ def type(self) -> builtins.str:
1131
+ '''The type of the network. Must be private.
1132
+
1133
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#type ManagedDatabasePostgresql#type}
1134
+ '''
1135
+ result = self._values.get("type")
1136
+ assert result is not None, "Required property 'type' is missing"
1137
+ return typing.cast(builtins.str, result)
1138
+
1139
+ @builtins.property
1140
+ def uuid(self) -> builtins.str:
1141
+ '''Private network UUID. Must reside in the same zone as the database.
1142
+
1143
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#uuid ManagedDatabasePostgresql#uuid}
1144
+ '''
1145
+ result = self._values.get("uuid")
1146
+ assert result is not None, "Required property 'uuid' is missing"
1147
+ return typing.cast(builtins.str, result)
1148
+
1149
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1150
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1151
+
1152
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1153
+ return not (rhs == self)
1154
+
1155
+ def __repr__(self) -> str:
1156
+ return "ManagedDatabasePostgresqlNetwork(%s)" % ", ".join(
1157
+ k + "=" + repr(v) for k, v in self._values.items()
1158
+ )
1159
+
1160
+
1161
+ class ManagedDatabasePostgresqlNetworkList(
1162
+ _cdktf_9a9027ec.ComplexList,
1163
+ metaclass=jsii.JSIIMeta,
1164
+ jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresqlNetworkList",
1165
+ ):
1166
+ def __init__(
1167
+ self,
1168
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
1169
+ terraform_attribute: builtins.str,
1170
+ wraps_set: builtins.bool,
1171
+ ) -> None:
1172
+ '''
1173
+ :param terraform_resource: The parent resource.
1174
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
1175
+ :param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
1176
+ '''
1177
+ if __debug__:
1178
+ type_hints = typing.get_type_hints(_typecheckingstub__b3b947cc2484ffb23bbafd58aa46b1a5c58cfbe888b01cf39fdab8d0ceaaf695)
1179
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
1180
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
1181
+ check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
1182
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
1183
+
1184
+ @jsii.member(jsii_name="get")
1185
+ def get(
1186
+ self,
1187
+ index: jsii.Number,
1188
+ ) -> "ManagedDatabasePostgresqlNetworkOutputReference":
1189
+ '''
1190
+ :param index: the index of the item to return.
1191
+ '''
1192
+ if __debug__:
1193
+ type_hints = typing.get_type_hints(_typecheckingstub__a360dd571f33825fe94a1c525824de2b6b6956a728a48d2b2bdd61f6557e9e3d)
1194
+ check_type(argname="argument index", value=index, expected_type=type_hints["index"])
1195
+ return typing.cast("ManagedDatabasePostgresqlNetworkOutputReference", jsii.invoke(self, "get", [index]))
1196
+
1197
+ @builtins.property
1198
+ @jsii.member(jsii_name="terraformAttribute")
1199
+ def _terraform_attribute(self) -> builtins.str:
1200
+ '''The attribute on the parent resource this class is referencing.'''
1201
+ return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
1202
+
1203
+ @_terraform_attribute.setter
1204
+ def _terraform_attribute(self, value: builtins.str) -> None:
1205
+ if __debug__:
1206
+ type_hints = typing.get_type_hints(_typecheckingstub__409ed79705ae4380a337e7bdf603a4ccf6d324f3ebe87024e49a3261703efc8c)
1207
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1208
+ jsii.set(self, "terraformAttribute", value)
1209
+
1210
+ @builtins.property
1211
+ @jsii.member(jsii_name="terraformResource")
1212
+ def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
1213
+ '''The parent resource.'''
1214
+ return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
1215
+
1216
+ @_terraform_resource.setter
1217
+ def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
1218
+ if __debug__:
1219
+ type_hints = typing.get_type_hints(_typecheckingstub__e527f157396ba616a48da774b0d360a6f4aaff257be3460fdf3195f85dc119d2)
1220
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1221
+ jsii.set(self, "terraformResource", value)
1222
+
1223
+ @builtins.property
1224
+ @jsii.member(jsii_name="wrapsSet")
1225
+ def _wraps_set(self) -> builtins.bool:
1226
+ '''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
1227
+ return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
1228
+
1229
+ @_wraps_set.setter
1230
+ def _wraps_set(self, value: builtins.bool) -> None:
1231
+ if __debug__:
1232
+ type_hints = typing.get_type_hints(_typecheckingstub__b995063066d133b223f91e57e786991501f7f6ef4db004beb2d18daeb8a65aa8)
1233
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1234
+ jsii.set(self, "wrapsSet", value)
1235
+
1236
+ @builtins.property
1237
+ @jsii.member(jsii_name="internalValue")
1238
+ def internal_value(
1239
+ self,
1240
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ManagedDatabasePostgresqlNetwork]]]:
1241
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ManagedDatabasePostgresqlNetwork]]], jsii.get(self, "internalValue"))
1242
+
1243
+ @internal_value.setter
1244
+ def internal_value(
1245
+ self,
1246
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ManagedDatabasePostgresqlNetwork]]],
1247
+ ) -> None:
1248
+ if __debug__:
1249
+ type_hints = typing.get_type_hints(_typecheckingstub__80edead81e58717b2e65e007e33b02196e634c72111cd07c76b3f587de0f4f34)
1250
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1251
+ jsii.set(self, "internalValue", value)
1252
+
1253
+
1254
+ class ManagedDatabasePostgresqlNetworkOutputReference(
1255
+ _cdktf_9a9027ec.ComplexObject,
1256
+ metaclass=jsii.JSIIMeta,
1257
+ jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresqlNetworkOutputReference",
1258
+ ):
1259
+ def __init__(
1260
+ self,
1261
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
1262
+ terraform_attribute: builtins.str,
1263
+ complex_object_index: jsii.Number,
1264
+ complex_object_is_from_set: builtins.bool,
1265
+ ) -> None:
1266
+ '''
1267
+ :param terraform_resource: The parent resource.
1268
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
1269
+ :param complex_object_index: the index of this item in the list.
1270
+ :param complex_object_is_from_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
1271
+ '''
1272
+ if __debug__:
1273
+ type_hints = typing.get_type_hints(_typecheckingstub__0ba9c3d39eb1c44f562260266c493ed246f4ef7c0f77ccc1999be2f1591fea8a)
1274
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
1275
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
1276
+ check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
1277
+ check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
1278
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
1279
+
1280
+ @builtins.property
1281
+ @jsii.member(jsii_name="familyInput")
1282
+ def family_input(self) -> typing.Optional[builtins.str]:
1283
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "familyInput"))
1284
+
1285
+ @builtins.property
1286
+ @jsii.member(jsii_name="nameInput")
1287
+ def name_input(self) -> typing.Optional[builtins.str]:
1288
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
1289
+
1290
+ @builtins.property
1291
+ @jsii.member(jsii_name="typeInput")
1292
+ def type_input(self) -> typing.Optional[builtins.str]:
1293
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "typeInput"))
1294
+
1295
+ @builtins.property
1296
+ @jsii.member(jsii_name="uuidInput")
1297
+ def uuid_input(self) -> typing.Optional[builtins.str]:
1298
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "uuidInput"))
1299
+
1300
+ @builtins.property
1301
+ @jsii.member(jsii_name="family")
1302
+ def family(self) -> builtins.str:
1303
+ return typing.cast(builtins.str, jsii.get(self, "family"))
1304
+
1305
+ @family.setter
1306
+ def family(self, value: builtins.str) -> None:
1307
+ if __debug__:
1308
+ type_hints = typing.get_type_hints(_typecheckingstub__d91f571ddaa3e094e149844de7c144597f83eb5aaca79f72a86cec6e58c672c3)
1309
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1310
+ jsii.set(self, "family", value)
1311
+
1312
+ @builtins.property
1313
+ @jsii.member(jsii_name="name")
1314
+ def name(self) -> builtins.str:
1315
+ return typing.cast(builtins.str, jsii.get(self, "name"))
1316
+
1317
+ @name.setter
1318
+ def name(self, value: builtins.str) -> None:
1319
+ if __debug__:
1320
+ type_hints = typing.get_type_hints(_typecheckingstub__460f49c71e7ba9909b6c7e6724334fbc1b82ea4c0d018a7f0c42230222c6e7d8)
1321
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1322
+ jsii.set(self, "name", value)
1323
+
1324
+ @builtins.property
1325
+ @jsii.member(jsii_name="type")
1326
+ def type(self) -> builtins.str:
1327
+ return typing.cast(builtins.str, jsii.get(self, "type"))
1328
+
1329
+ @type.setter
1330
+ def type(self, value: builtins.str) -> None:
1331
+ if __debug__:
1332
+ type_hints = typing.get_type_hints(_typecheckingstub__33e124f5de2e3777f97e94b613d5f82b6b1ef5ddab810c1648eb135ec8fd4ca7)
1333
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1334
+ jsii.set(self, "type", value)
1335
+
1336
+ @builtins.property
1337
+ @jsii.member(jsii_name="uuid")
1338
+ def uuid(self) -> builtins.str:
1339
+ return typing.cast(builtins.str, jsii.get(self, "uuid"))
1340
+
1341
+ @uuid.setter
1342
+ def uuid(self, value: builtins.str) -> None:
1343
+ if __debug__:
1344
+ type_hints = typing.get_type_hints(_typecheckingstub__4085f8142c211fdc139fc6a946b712a7cf489b0e7bffdba7a3d0d330a30bd883)
1345
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1346
+ jsii.set(self, "uuid", value)
1347
+
1348
+ @builtins.property
1349
+ @jsii.member(jsii_name="internalValue")
1350
+ def internal_value(
1351
+ self,
1352
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, ManagedDatabasePostgresqlNetwork]]:
1353
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, ManagedDatabasePostgresqlNetwork]], jsii.get(self, "internalValue"))
1354
+
1355
+ @internal_value.setter
1356
+ def internal_value(
1357
+ self,
1358
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, ManagedDatabasePostgresqlNetwork]],
1359
+ ) -> None:
1360
+ if __debug__:
1361
+ type_hints = typing.get_type_hints(_typecheckingstub__b1cccfea5a3b234cba4824b362afd23a009b35c8cfaa17da2f59f7e84412b8c0)
1362
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1363
+ jsii.set(self, "internalValue", value)
1364
+
1365
+
1024
1366
  @jsii.data_type(
1025
1367
  jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresqlNodeStates",
1026
1368
  jsii_struct_bases=[],
@@ -1222,6 +1564,7 @@ class ManagedDatabasePostgresqlNodeStatesOutputReference(
1222
1564
  "max_wal_senders": "maxWalSenders",
1223
1565
  "max_worker_processes": "maxWorkerProcesses",
1224
1566
  "migration": "migration",
1567
+ "pgaudit": "pgaudit",
1225
1568
  "pgbouncer": "pgbouncer",
1226
1569
  "pglookout": "pglookout",
1227
1570
  "pg_partman_bgw_interval": "pgPartmanBgwInterval",
@@ -1295,6 +1638,7 @@ class ManagedDatabasePostgresqlProperties:
1295
1638
  max_wal_senders: typing.Optional[jsii.Number] = None,
1296
1639
  max_worker_processes: typing.Optional[jsii.Number] = None,
1297
1640
  migration: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesMigration", typing.Dict[builtins.str, typing.Any]]] = None,
1641
+ pgaudit: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPgaudit", typing.Dict[builtins.str, typing.Any]]] = None,
1298
1642
  pgbouncer: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPgbouncer", typing.Dict[builtins.str, typing.Any]]] = None,
1299
1643
  pglookout: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPglookout", typing.Dict[builtins.str, typing.Any]]] = None,
1300
1644
  pg_partman_bgw_interval: typing.Optional[jsii.Number] = None,
@@ -1321,76 +1665,79 @@ class ManagedDatabasePostgresqlProperties:
1321
1665
  work_mem: typing.Optional[jsii.Number] = None,
1322
1666
  ) -> None:
1323
1667
  '''
1324
- :param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
1325
- :param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
1326
- :param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
1327
- :param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to ``autovacuum_analyze_threshold`` when deciding whether to trigger an ``ANALYZE``. The default is ``0.2`` (20% of table size) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
1328
- :param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is ``50`` tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
1329
- :param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's ``pg_class.relfrozenxid`` field can attain before a ``VACUUM`` operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
1330
- :param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is ``3``. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
1331
- :param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is ``1`` minute Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
1332
- :param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If ``-1`` is specified, the regular ``vacuum_cost_delay`` value will be used. The default value is ``20`` milliseconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
1333
- :param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic ``VACUUM`` operations. If ``-1`` is specified (which is the default), the regular ``vacuum_cost_limit`` value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
1334
- :param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a ``VACUUM``. The default is ``0.2`` (20% of table size) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
1335
- :param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a ``VACUUM`` in any one table. The default is ``50`` tuples Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
1336
- :param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
1337
- :param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
1338
- :param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is ``200``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
1339
- :param bgwriter_flush_after: Whenever more than ``bgwriter_flush_after`` bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is ``512``. Setting of ``0`` disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
1340
- :param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is ``100``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
1341
- :param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by ``bgwriter_lru_multiplier`` to arrive at an estimate of the number that will be needed during the next round (up to ``bgwriter_lru_maxpages``). ``1.0`` represents a "just in time" policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is ``2.0``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
1342
- :param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
1343
- :param default_toast_compression: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
1344
- :param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
1345
- :param ip_filter: IP filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
1346
- :param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
1347
- :param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to ``0`` logs all autovacuum actions. The default ``-1`` disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
1348
- :param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
1349
- :param log_line_prefix: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
1350
- :param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, ``-1`` disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
1351
- :param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
1352
- :param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
1353
- :param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
1354
- :param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of ``max_parallel_workers``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
1355
- :param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
1356
- :param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
1357
- :param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
1358
- :param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
1359
- :param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
1360
- :param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is ``-1`` (unlimited). ``wal_keep_size`` minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
1361
- :param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
1362
- :param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
1363
- :param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
1364
- :param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
1365
- :param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
1366
- :param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
1367
- :param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
1368
- :param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
1369
- :param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
1370
- :param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
1371
- :param pg_stat_monitor_enable: Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
1372
- :param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
1373
- :param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
1374
- :param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection.The default value is ``top``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
1375
- :param public_access: Public access allows connections to your Managed Database services via the public internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
1376
- :param service_log: Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
1377
- :param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the ``shared_buffers`` configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
1378
- :param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
1379
- :param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
1380
- :param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
1381
- :param timezone: timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
1382
- :param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
1383
- :param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
1384
- :param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
1385
- :param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
1386
- :param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
1387
- :param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
1388
- :param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to ``0`` disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
1389
- :param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default ``200``ms may negatively impact performance Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
1390
- :param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
1668
+ :param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
1669
+ :param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
1670
+ :param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
1671
+ :param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
1672
+ :param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
1673
+ :param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
1674
+ :param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
1675
+ :param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
1676
+ :param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
1677
+ :param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
1678
+ :param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
1679
+ :param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
1680
+ :param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
1681
+ :param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
1682
+ :param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
1683
+ :param bgwriter_flush_after: Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
1684
+ :param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
1685
+ :param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a just in time policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
1686
+ :param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
1687
+ :param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns (the default is lz4). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
1688
+ :param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
1689
+ :param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
1690
+ :param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
1691
+ :param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
1692
+ :param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
1693
+ :param log_line_prefix: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
1694
+ :param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
1695
+ :param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
1696
+ :param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
1697
+ :param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
1698
+ :param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
1699
+ :param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
1700
+ :param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
1701
+ :param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
1702
+ :param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
1703
+ :param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
1704
+ :param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
1705
+ :param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
1706
+ :param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
1707
+ :param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
1708
+ :param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
1709
+ :param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
1710
+ :param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
1711
+ :param pgaudit: pgaudit block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pgaudit ManagedDatabasePostgresql#pgaudit}
1712
+ :param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
1713
+ :param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
1714
+ :param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
1715
+ :param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
1716
+ :param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
1717
+ :param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
1718
+ :param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
1719
+ :param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
1720
+ :param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
1721
+ :param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
1722
+ :param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
1723
+ :param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
1724
+ :param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
1725
+ :param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
1726
+ :param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
1727
+ :param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
1728
+ :param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
1729
+ :param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
1730
+ :param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
1731
+ :param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
1732
+ :param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
1733
+ :param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
1734
+ :param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
1735
+ :param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
1391
1736
  '''
1392
1737
  if isinstance(migration, dict):
1393
1738
  migration = ManagedDatabasePostgresqlPropertiesMigration(**migration)
1739
+ if isinstance(pgaudit, dict):
1740
+ pgaudit = ManagedDatabasePostgresqlPropertiesPgaudit(**pgaudit)
1394
1741
  if isinstance(pgbouncer, dict):
1395
1742
  pgbouncer = ManagedDatabasePostgresqlPropertiesPgbouncer(**pgbouncer)
1396
1743
  if isinstance(pglookout, dict):
@@ -1442,6 +1789,7 @@ class ManagedDatabasePostgresqlProperties:
1442
1789
  check_type(argname="argument max_wal_senders", value=max_wal_senders, expected_type=type_hints["max_wal_senders"])
1443
1790
  check_type(argname="argument max_worker_processes", value=max_worker_processes, expected_type=type_hints["max_worker_processes"])
1444
1791
  check_type(argname="argument migration", value=migration, expected_type=type_hints["migration"])
1792
+ check_type(argname="argument pgaudit", value=pgaudit, expected_type=type_hints["pgaudit"])
1445
1793
  check_type(argname="argument pgbouncer", value=pgbouncer, expected_type=type_hints["pgbouncer"])
1446
1794
  check_type(argname="argument pglookout", value=pglookout, expected_type=type_hints["pglookout"])
1447
1795
  check_type(argname="argument pg_partman_bgw_interval", value=pg_partman_bgw_interval, expected_type=type_hints["pg_partman_bgw_interval"])
@@ -1553,6 +1901,8 @@ class ManagedDatabasePostgresqlProperties:
1553
1901
  self._values["max_worker_processes"] = max_worker_processes
1554
1902
  if migration is not None:
1555
1903
  self._values["migration"] = migration
1904
+ if pgaudit is not None:
1905
+ self._values["pgaudit"] = pgaudit
1556
1906
  if pgbouncer is not None:
1557
1907
  self._values["pgbouncer"] = pgbouncer
1558
1908
  if pglookout is not None:
@@ -1608,7 +1958,7 @@ class ManagedDatabasePostgresqlProperties:
1608
1958
 
1609
1959
  Defaults to random string. This must be set only when a new service is being created.
1610
1960
 
1611
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
1961
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
1612
1962
  '''
1613
1963
  result = self._values.get("admin_password")
1614
1964
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1617,7 +1967,7 @@ class ManagedDatabasePostgresqlProperties:
1617
1967
  def admin_username(self) -> typing.Optional[builtins.str]:
1618
1968
  '''Custom username for admin user. This must be set only when a new service is being created.
1619
1969
 
1620
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
1970
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
1621
1971
  '''
1622
1972
  result = self._values.get("admin_username")
1623
1973
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1626,20 +1976,20 @@ class ManagedDatabasePostgresqlProperties:
1626
1976
  def automatic_utility_network_ip_filter(
1627
1977
  self,
1628
1978
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1629
- '''Automatic utility network IP Filter.
1979
+ '''Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
1630
1980
 
1631
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
1981
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
1632
1982
  '''
1633
1983
  result = self._values.get("automatic_utility_network_ip_filter")
1634
1984
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
1635
1985
 
1636
1986
  @builtins.property
1637
1987
  def autovacuum_analyze_scale_factor(self) -> typing.Optional[jsii.Number]:
1638
- '''Specifies a fraction of the table size to add to ``autovacuum_analyze_threshold`` when deciding whether to trigger an ``ANALYZE``.
1988
+ '''Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE.
1639
1989
 
1640
- The default is ``0.2`` (20% of table size)
1990
+ The default is 0.2 (20% of table size).
1641
1991
 
1642
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
1992
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
1643
1993
  '''
1644
1994
  result = self._values.get("autovacuum_analyze_scale_factor")
1645
1995
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1648,18 +1998,18 @@ class ManagedDatabasePostgresqlProperties:
1648
1998
  def autovacuum_analyze_threshold(self) -> typing.Optional[jsii.Number]:
1649
1999
  '''Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table.
1650
2000
 
1651
- The default is ``50`` tuples.
2001
+ The default is 50 tuples.
1652
2002
 
1653
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
2003
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
1654
2004
  '''
1655
2005
  result = self._values.get("autovacuum_analyze_threshold")
1656
2006
  return typing.cast(typing.Optional[jsii.Number], result)
1657
2007
 
1658
2008
  @builtins.property
1659
2009
  def autovacuum_freeze_max_age(self) -> typing.Optional[jsii.Number]:
1660
- '''Specifies the maximum age (in transactions) that a table's ``pg_class.relfrozenxid`` field can attain before a ``VACUUM`` operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
2010
+ '''Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
1661
2011
 
1662
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
2012
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
1663
2013
  '''
1664
2014
  result = self._values.get("autovacuum_freeze_max_age")
1665
2015
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1668,9 +2018,9 @@ class ManagedDatabasePostgresqlProperties:
1668
2018
  def autovacuum_max_workers(self) -> typing.Optional[jsii.Number]:
1669
2019
  '''Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time.
1670
2020
 
1671
- The default is ``3``. This parameter can only be set at server start.
2021
+ The default is three. This parameter can only be set at server start.
1672
2022
 
1673
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
2023
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
1674
2024
  '''
1675
2025
  result = self._values.get("autovacuum_max_workers")
1676
2026
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1679,9 +2029,9 @@ class ManagedDatabasePostgresqlProperties:
1679
2029
  def autovacuum_naptime(self) -> typing.Optional[jsii.Number]:
1680
2030
  '''Specifies the minimum delay between autovacuum runs on any given database.
1681
2031
 
1682
- The delay is measured in seconds, and the default is ``1`` minute
2032
+ The delay is measured in seconds, and the default is one minute.
1683
2033
 
1684
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
2034
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
1685
2035
  '''
1686
2036
  result = self._values.get("autovacuum_naptime")
1687
2037
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1690,42 +2040,42 @@ class ManagedDatabasePostgresqlProperties:
1690
2040
  def autovacuum_vacuum_cost_delay(self) -> typing.Optional[jsii.Number]:
1691
2041
  '''Specifies the cost delay value that will be used in automatic VACUUM operations.
1692
2042
 
1693
- If ``-1`` is specified, the regular ``vacuum_cost_delay`` value will be used. The default value is ``20`` milliseconds
2043
+ If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds.
1694
2044
 
1695
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
2045
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
1696
2046
  '''
1697
2047
  result = self._values.get("autovacuum_vacuum_cost_delay")
1698
2048
  return typing.cast(typing.Optional[jsii.Number], result)
1699
2049
 
1700
2050
  @builtins.property
1701
2051
  def autovacuum_vacuum_cost_limit(self) -> typing.Optional[jsii.Number]:
1702
- '''Specifies the cost limit value that will be used in automatic ``VACUUM`` operations.
2052
+ '''Specifies the cost limit value that will be used in automatic VACUUM operations.
1703
2053
 
1704
- If ``-1`` is specified (which is the default), the regular ``vacuum_cost_limit`` value will be used.
2054
+ If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used.
1705
2055
 
1706
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
2056
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
1707
2057
  '''
1708
2058
  result = self._values.get("autovacuum_vacuum_cost_limit")
1709
2059
  return typing.cast(typing.Optional[jsii.Number], result)
1710
2060
 
1711
2061
  @builtins.property
1712
2062
  def autovacuum_vacuum_scale_factor(self) -> typing.Optional[jsii.Number]:
1713
- '''Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a ``VACUUM``.
2063
+ '''Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM.
1714
2064
 
1715
- The default is ``0.2`` (20% of table size)
2065
+ The default is 0.2 (20% of table size).
1716
2066
 
1717
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
2067
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
1718
2068
  '''
1719
2069
  result = self._values.get("autovacuum_vacuum_scale_factor")
1720
2070
  return typing.cast(typing.Optional[jsii.Number], result)
1721
2071
 
1722
2072
  @builtins.property
1723
2073
  def autovacuum_vacuum_threshold(self) -> typing.Optional[jsii.Number]:
1724
- '''Specifies the minimum number of updated or deleted tuples needed to trigger a ``VACUUM`` in any one table.
2074
+ '''Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table.
1725
2075
 
1726
- The default is ``50`` tuples
2076
+ The default is 50 tuples.
1727
2077
 
1728
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
2078
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
1729
2079
  '''
1730
2080
  result = self._values.get("autovacuum_vacuum_threshold")
1731
2081
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1736,7 +2086,7 @@ class ManagedDatabasePostgresqlProperties:
1736
2086
 
1737
2087
  New backup is only started if previous backup has already completed.
1738
2088
 
1739
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
2089
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
1740
2090
  '''
1741
2091
  result = self._values.get("backup_hour")
1742
2092
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1747,27 +2097,27 @@ class ManagedDatabasePostgresqlProperties:
1747
2097
 
1748
2098
  New backup is only started if previous backup has already completed.
1749
2099
 
1750
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
2100
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
1751
2101
  '''
1752
2102
  result = self._values.get("backup_minute")
1753
2103
  return typing.cast(typing.Optional[jsii.Number], result)
1754
2104
 
1755
2105
  @builtins.property
1756
2106
  def bgwriter_delay(self) -> typing.Optional[jsii.Number]:
1757
- '''Specifies the delay between activity rounds for the background writer in milliseconds. Default is ``200``.
2107
+ '''Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
1758
2108
 
1759
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
2109
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
1760
2110
  '''
1761
2111
  result = self._values.get("bgwriter_delay")
1762
2112
  return typing.cast(typing.Optional[jsii.Number], result)
1763
2113
 
1764
2114
  @builtins.property
1765
2115
  def bgwriter_flush_after(self) -> typing.Optional[jsii.Number]:
1766
- '''Whenever more than ``bgwriter_flush_after`` bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage.
2116
+ '''Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage.
1767
2117
 
1768
- Specified in kilobytes, default is ``512``. Setting of ``0`` disables forced writeback.
2118
+ Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
1769
2119
 
1770
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
2120
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
1771
2121
  '''
1772
2122
  result = self._values.get("bgwriter_flush_after")
1773
2123
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1776,20 +2126,20 @@ class ManagedDatabasePostgresqlProperties:
1776
2126
  def bgwriter_lru_maxpages(self) -> typing.Optional[jsii.Number]:
1777
2127
  '''In each round, no more than this many buffers will be written by the background writer.
1778
2128
 
1779
- Setting this to zero disables background writing. Default is ``100``.
2129
+ Setting this to zero disables background writing. Default is 100.
1780
2130
 
1781
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
2131
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
1782
2132
  '''
1783
2133
  result = self._values.get("bgwriter_lru_maxpages")
1784
2134
  return typing.cast(typing.Optional[jsii.Number], result)
1785
2135
 
1786
2136
  @builtins.property
1787
2137
  def bgwriter_lru_multiplier(self) -> typing.Optional[jsii.Number]:
1788
- '''The average recent need for new buffers is multiplied by ``bgwriter_lru_multiplier`` to arrive at an estimate of the number that will be needed during the next round (up to ``bgwriter_lru_maxpages``).
2138
+ '''The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages).
1789
2139
 
1790
- ``1.0`` represents a "just in time" policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is ``2.0``.
2140
+ 1.0 represents a just in time policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0.
1791
2141
 
1792
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
2142
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
1793
2143
  '''
1794
2144
  result = self._values.get("bgwriter_lru_multiplier")
1795
2145
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1798,16 +2148,16 @@ class ManagedDatabasePostgresqlProperties:
1798
2148
  def deadlock_timeout(self) -> typing.Optional[jsii.Number]:
1799
2149
  '''This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
1800
2150
 
1801
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
2151
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
1802
2152
  '''
1803
2153
  result = self._values.get("deadlock_timeout")
1804
2154
  return typing.cast(typing.Optional[jsii.Number], result)
1805
2155
 
1806
2156
  @builtins.property
1807
2157
  def default_toast_compression(self) -> typing.Optional[builtins.str]:
1808
- '''Controls the amount of detail written in the server log for each message that is logged.
2158
+ '''Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
1809
2159
 
1810
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
2160
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
1811
2161
  '''
1812
2162
  result = self._values.get("default_toast_compression")
1813
2163
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1816,16 +2166,16 @@ class ManagedDatabasePostgresqlProperties:
1816
2166
  def idle_in_transaction_session_timeout(self) -> typing.Optional[jsii.Number]:
1817
2167
  '''Time out sessions with open transactions after this number of milliseconds.
1818
2168
 
1819
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
2169
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
1820
2170
  '''
1821
2171
  result = self._values.get("idle_in_transaction_session_timeout")
1822
2172
  return typing.cast(typing.Optional[jsii.Number], result)
1823
2173
 
1824
2174
  @builtins.property
1825
2175
  def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
1826
- '''IP filter.
2176
+ '''IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
1827
2177
 
1828
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
2178
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
1829
2179
  '''
1830
2180
  result = self._values.get("ip_filter")
1831
2181
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -1836,7 +2186,7 @@ class ManagedDatabasePostgresqlProperties:
1836
2186
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1837
2187
  '''Controls system-wide use of Just-in-Time Compilation (JIT).
1838
2188
 
1839
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
2189
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
1840
2190
  '''
1841
2191
  result = self._values.get("jit")
1842
2192
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1845,9 +2195,9 @@ class ManagedDatabasePostgresqlProperties:
1845
2195
  def log_autovacuum_min_duration(self) -> typing.Optional[jsii.Number]:
1846
2196
  '''Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds.
1847
2197
 
1848
- Setting this to ``0`` logs all autovacuum actions. The default ``-1`` disables logging autovacuum actions.
2198
+ Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
1849
2199
 
1850
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
2200
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
1851
2201
  '''
1852
2202
  result = self._values.get("log_autovacuum_min_duration")
1853
2203
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1856,7 +2206,7 @@ class ManagedDatabasePostgresqlProperties:
1856
2206
  def log_error_verbosity(self) -> typing.Optional[builtins.str]:
1857
2207
  '''Controls the amount of detail written in the server log for each message that is logged.
1858
2208
 
1859
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
2209
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
1860
2210
  '''
1861
2211
  result = self._values.get("log_error_verbosity")
1862
2212
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1865,16 +2215,16 @@ class ManagedDatabasePostgresqlProperties:
1865
2215
  def log_line_prefix(self) -> typing.Optional[builtins.str]:
1866
2216
  '''Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
1867
2217
 
1868
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
2218
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
1869
2219
  '''
1870
2220
  result = self._values.get("log_line_prefix")
1871
2221
  return typing.cast(typing.Optional[builtins.str], result)
1872
2222
 
1873
2223
  @builtins.property
1874
2224
  def log_min_duration_statement(self) -> typing.Optional[jsii.Number]:
1875
- '''Log statements that take more than this number of milliseconds to run, ``-1`` disables.
2225
+ '''Log statements that take more than this number of milliseconds to run, -1 disables.
1876
2226
 
1877
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
2227
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
1878
2228
  '''
1879
2229
  result = self._values.get("log_min_duration_statement")
1880
2230
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1883,7 +2233,7 @@ class ManagedDatabasePostgresqlProperties:
1883
2233
  def log_temp_files(self) -> typing.Optional[jsii.Number]:
1884
2234
  '''Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
1885
2235
 
1886
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
2236
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
1887
2237
  '''
1888
2238
  result = self._values.get("log_temp_files")
1889
2239
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1892,7 +2242,7 @@ class ManagedDatabasePostgresqlProperties:
1892
2242
  def max_files_per_process(self) -> typing.Optional[jsii.Number]:
1893
2243
  '''PostgreSQL maximum number of files that can be open per process.
1894
2244
 
1895
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
2245
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
1896
2246
  '''
1897
2247
  result = self._values.get("max_files_per_process")
1898
2248
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1901,16 +2251,16 @@ class ManagedDatabasePostgresqlProperties:
1901
2251
  def max_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
1902
2252
  '''PostgreSQL maximum locks per transaction.
1903
2253
 
1904
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
2254
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
1905
2255
  '''
1906
2256
  result = self._values.get("max_locks_per_transaction")
1907
2257
  return typing.cast(typing.Optional[jsii.Number], result)
1908
2258
 
1909
2259
  @builtins.property
1910
2260
  def max_logical_replication_workers(self) -> typing.Optional[jsii.Number]:
1911
- '''PostgreSQL maximum logical replication workers (taken from the pool of ``max_parallel_workers``).
2261
+ '''PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
1912
2262
 
1913
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
2263
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
1914
2264
  '''
1915
2265
  result = self._values.get("max_logical_replication_workers")
1916
2266
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1919,7 +2269,7 @@ class ManagedDatabasePostgresqlProperties:
1919
2269
  def max_parallel_workers(self) -> typing.Optional[jsii.Number]:
1920
2270
  '''Sets the maximum number of workers that the system can support for parallel queries.
1921
2271
 
1922
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
2272
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
1923
2273
  '''
1924
2274
  result = self._values.get("max_parallel_workers")
1925
2275
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1928,7 +2278,7 @@ class ManagedDatabasePostgresqlProperties:
1928
2278
  def max_parallel_workers_per_gather(self) -> typing.Optional[jsii.Number]:
1929
2279
  '''Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
1930
2280
 
1931
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
2281
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
1932
2282
  '''
1933
2283
  result = self._values.get("max_parallel_workers_per_gather")
1934
2284
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1937,7 +2287,7 @@ class ManagedDatabasePostgresqlProperties:
1937
2287
  def max_pred_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
1938
2288
  '''PostgreSQL maximum predicate locks per transaction.
1939
2289
 
1940
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
2290
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
1941
2291
  '''
1942
2292
  result = self._values.get("max_pred_locks_per_transaction")
1943
2293
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1946,7 +2296,7 @@ class ManagedDatabasePostgresqlProperties:
1946
2296
  def max_prepared_transactions(self) -> typing.Optional[jsii.Number]:
1947
2297
  '''PostgreSQL maximum prepared transactions.
1948
2298
 
1949
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
2299
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
1950
2300
  '''
1951
2301
  result = self._values.get("max_prepared_transactions")
1952
2302
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1955,7 +2305,7 @@ class ManagedDatabasePostgresqlProperties:
1955
2305
  def max_replication_slots(self) -> typing.Optional[jsii.Number]:
1956
2306
  '''PostgreSQL maximum replication slots.
1957
2307
 
1958
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
2308
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
1959
2309
  '''
1960
2310
  result = self._values.get("max_replication_slots")
1961
2311
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1964,9 +2314,9 @@ class ManagedDatabasePostgresqlProperties:
1964
2314
  def max_slot_wal_keep_size(self) -> typing.Optional[jsii.Number]:
1965
2315
  '''PostgreSQL maximum WAL size (MB) reserved for replication slots.
1966
2316
 
1967
- Default is ``-1`` (unlimited). ``wal_keep_size`` minimum WAL size setting takes precedence over this.
2317
+ Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this.
1968
2318
 
1969
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
2319
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
1970
2320
  '''
1971
2321
  result = self._values.get("max_slot_wal_keep_size")
1972
2322
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1975,7 +2325,7 @@ class ManagedDatabasePostgresqlProperties:
1975
2325
  def max_stack_depth(self) -> typing.Optional[jsii.Number]:
1976
2326
  '''Maximum depth of the stack in bytes.
1977
2327
 
1978
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
2328
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
1979
2329
  '''
1980
2330
  result = self._values.get("max_stack_depth")
1981
2331
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1984,7 +2334,7 @@ class ManagedDatabasePostgresqlProperties:
1984
2334
  def max_standby_archive_delay(self) -> typing.Optional[jsii.Number]:
1985
2335
  '''Max standby archive delay in milliseconds.
1986
2336
 
1987
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
2337
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
1988
2338
  '''
1989
2339
  result = self._values.get("max_standby_archive_delay")
1990
2340
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1993,7 +2343,7 @@ class ManagedDatabasePostgresqlProperties:
1993
2343
  def max_standby_streaming_delay(self) -> typing.Optional[jsii.Number]:
1994
2344
  '''Max standby streaming delay in milliseconds.
1995
2345
 
1996
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
2346
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
1997
2347
  '''
1998
2348
  result = self._values.get("max_standby_streaming_delay")
1999
2349
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2002,7 +2352,7 @@ class ManagedDatabasePostgresqlProperties:
2002
2352
  def max_wal_senders(self) -> typing.Optional[jsii.Number]:
2003
2353
  '''PostgreSQL maximum WAL senders.
2004
2354
 
2005
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
2355
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
2006
2356
  '''
2007
2357
  result = self._values.get("max_wal_senders")
2008
2358
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2011,7 +2361,7 @@ class ManagedDatabasePostgresqlProperties:
2011
2361
  def max_worker_processes(self) -> typing.Optional[jsii.Number]:
2012
2362
  '''Sets the maximum number of background processes that the system can support.
2013
2363
 
2014
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
2364
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
2015
2365
  '''
2016
2366
  result = self._values.get("max_worker_processes")
2017
2367
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2022,18 +2372,27 @@ class ManagedDatabasePostgresqlProperties:
2022
2372
  ) -> typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"]:
2023
2373
  '''migration block.
2024
2374
 
2025
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
2375
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
2026
2376
  '''
2027
2377
  result = self._values.get("migration")
2028
2378
  return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"], result)
2029
2379
 
2380
+ @builtins.property
2381
+ def pgaudit(self) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPgaudit"]:
2382
+ '''pgaudit block.
2383
+
2384
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pgaudit ManagedDatabasePostgresql#pgaudit}
2385
+ '''
2386
+ result = self._values.get("pgaudit")
2387
+ return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPgaudit"], result)
2388
+
2030
2389
  @builtins.property
2031
2390
  def pgbouncer(
2032
2391
  self,
2033
2392
  ) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"]:
2034
2393
  '''pgbouncer block.
2035
2394
 
2036
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
2395
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
2037
2396
  '''
2038
2397
  result = self._values.get("pgbouncer")
2039
2398
  return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"], result)
@@ -2044,7 +2403,7 @@ class ManagedDatabasePostgresqlProperties:
2044
2403
  ) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"]:
2045
2404
  '''pglookout block.
2046
2405
 
2047
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
2406
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
2048
2407
  '''
2049
2408
  result = self._values.get("pglookout")
2050
2409
  return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"], result)
@@ -2053,7 +2412,7 @@ class ManagedDatabasePostgresqlProperties:
2053
2412
  def pg_partman_bgw_interval(self) -> typing.Optional[jsii.Number]:
2054
2413
  '''Sets the time interval to run pg_partman's scheduled tasks.
2055
2414
 
2056
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
2415
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
2057
2416
  '''
2058
2417
  result = self._values.get("pg_partman_bgw_interval")
2059
2418
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2062,7 +2421,7 @@ class ManagedDatabasePostgresqlProperties:
2062
2421
  def pg_partman_bgw_role(self) -> typing.Optional[builtins.str]:
2063
2422
  '''Controls which role to use for pg_partman's scheduled background tasks.
2064
2423
 
2065
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
2424
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
2066
2425
  '''
2067
2426
  result = self._values.get("pg_partman_bgw_role")
2068
2427
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2071,11 +2430,11 @@ class ManagedDatabasePostgresqlProperties:
2071
2430
  def pg_stat_monitor_enable(
2072
2431
  self,
2073
2432
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2074
- '''Enable the pg_stat_monitor extension.
2433
+ '''Enable pg_stat_monitor extension if available for the current cluster.
2075
2434
 
2076
- Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable
2435
+ Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable.
2077
2436
 
2078
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
2437
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
2079
2438
  '''
2080
2439
  result = self._values.get("pg_stat_monitor_enable")
2081
2440
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2086,7 +2445,7 @@ class ManagedDatabasePostgresqlProperties:
2086
2445
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2087
2446
  '''Enables or disables query plan monitoring.
2088
2447
 
2089
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
2448
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
2090
2449
  '''
2091
2450
  result = self._values.get("pg_stat_monitor_pgsm_enable_query_plan")
2092
2451
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2095,7 +2454,7 @@ class ManagedDatabasePostgresqlProperties:
2095
2454
  def pg_stat_monitor_pgsm_max_buckets(self) -> typing.Optional[jsii.Number]:
2096
2455
  '''Sets the maximum number of buckets.
2097
2456
 
2098
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
2457
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
2099
2458
  '''
2100
2459
  result = self._values.get("pg_stat_monitor_pgsm_max_buckets")
2101
2460
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2104,10 +2463,9 @@ class ManagedDatabasePostgresqlProperties:
2104
2463
  def pg_stat_statements_track(self) -> typing.Optional[builtins.str]:
2105
2464
  '''Controls which statements are counted.
2106
2465
 
2107
- Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions),
2108
- or none to disable statement statistics collection.The default value is ``top``.
2466
+ Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
2109
2467
 
2110
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
2468
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
2111
2469
  '''
2112
2470
  result = self._values.get("pg_stat_statements_track")
2113
2471
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2116,9 +2474,9 @@ class ManagedDatabasePostgresqlProperties:
2116
2474
  def public_access(
2117
2475
  self,
2118
2476
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2119
- '''Public access allows connections to your Managed Database services via the public internet.
2477
+ '''Public Access. Allow access to the service from the public Internet.
2120
2478
 
2121
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
2479
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
2122
2480
  '''
2123
2481
  result = self._values.get("public_access")
2124
2482
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2127,9 +2485,9 @@ class ManagedDatabasePostgresqlProperties:
2127
2485
  def service_log(
2128
2486
  self,
2129
2487
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2130
- '''Store logs for the service so that they are available in the HTTP API and console.
2488
+ '''Service logging. Store logs for the service so that they are available in the HTTP API and console.
2131
2489
 
2132
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
2490
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
2133
2491
  '''
2134
2492
  result = self._values.get("service_log")
2135
2493
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2138,9 +2496,9 @@ class ManagedDatabasePostgresqlProperties:
2138
2496
  def shared_buffers_percentage(self) -> typing.Optional[jsii.Number]:
2139
2497
  '''Percentage of total RAM that the database server uses for shared memory buffers.
2140
2498
 
2141
- Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the ``shared_buffers`` configuration value.
2499
+ Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value.
2142
2500
 
2143
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
2501
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
2144
2502
  '''
2145
2503
  result = self._values.get("shared_buffers_percentage")
2146
2504
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2149,7 +2507,7 @@ class ManagedDatabasePostgresqlProperties:
2149
2507
  def synchronous_replication(self) -> typing.Optional[builtins.str]:
2150
2508
  '''Synchronous replication type. Note that the service plan also needs to support synchronous replication.
2151
2509
 
2152
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
2510
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
2153
2511
  '''
2154
2512
  result = self._values.get("synchronous_replication")
2155
2513
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2158,7 +2516,7 @@ class ManagedDatabasePostgresqlProperties:
2158
2516
  def temp_file_limit(self) -> typing.Optional[jsii.Number]:
2159
2517
  '''PostgreSQL temporary file limit in KiB, -1 for unlimited.
2160
2518
 
2161
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
2519
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
2162
2520
  '''
2163
2521
  result = self._values.get("temp_file_limit")
2164
2522
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2169,16 +2527,16 @@ class ManagedDatabasePostgresqlProperties:
2169
2527
  ) -> typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"]:
2170
2528
  '''timescaledb block.
2171
2529
 
2172
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
2530
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
2173
2531
  '''
2174
2532
  result = self._values.get("timescaledb")
2175
2533
  return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"], result)
2176
2534
 
2177
2535
  @builtins.property
2178
2536
  def timezone(self) -> typing.Optional[builtins.str]:
2179
- '''timezone.
2537
+ '''PostgreSQL service timezone.
2180
2538
 
2181
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
2539
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
2182
2540
  '''
2183
2541
  result = self._values.get("timezone")
2184
2542
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2187,7 +2545,7 @@ class ManagedDatabasePostgresqlProperties:
2187
2545
  def track_activity_query_size(self) -> typing.Optional[jsii.Number]:
2188
2546
  '''Specifies the number of bytes reserved to track the currently executing command for each active session.
2189
2547
 
2190
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
2548
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
2191
2549
  '''
2192
2550
  result = self._values.get("track_activity_query_size")
2193
2551
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2196,7 +2554,7 @@ class ManagedDatabasePostgresqlProperties:
2196
2554
  def track_commit_timestamp(self) -> typing.Optional[builtins.str]:
2197
2555
  '''Record commit time of transactions.
2198
2556
 
2199
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
2557
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
2200
2558
  '''
2201
2559
  result = self._values.get("track_commit_timestamp")
2202
2560
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2205,7 +2563,7 @@ class ManagedDatabasePostgresqlProperties:
2205
2563
  def track_functions(self) -> typing.Optional[builtins.str]:
2206
2564
  '''Enables tracking of function call counts and time used.
2207
2565
 
2208
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
2566
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
2209
2567
  '''
2210
2568
  result = self._values.get("track_functions")
2211
2569
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2216,7 +2574,7 @@ class ManagedDatabasePostgresqlProperties:
2216
2574
 
2217
2575
  This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
2218
2576
 
2219
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
2577
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
2220
2578
  '''
2221
2579
  result = self._values.get("track_io_timing")
2222
2580
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2225,7 +2583,7 @@ class ManagedDatabasePostgresqlProperties:
2225
2583
  def variant(self) -> typing.Optional[builtins.str]:
2226
2584
  '''Variant of the PostgreSQL service, may affect the features that are exposed by default.
2227
2585
 
2228
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
2586
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
2229
2587
  '''
2230
2588
  result = self._values.get("variant")
2231
2589
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2234,7 +2592,7 @@ class ManagedDatabasePostgresqlProperties:
2234
2592
  def version(self) -> typing.Optional[builtins.str]:
2235
2593
  '''PostgreSQL major version.
2236
2594
 
2237
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
2595
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
2238
2596
  '''
2239
2597
  result = self._values.get("version")
2240
2598
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2243,9 +2601,9 @@ class ManagedDatabasePostgresqlProperties:
2243
2601
  def wal_sender_timeout(self) -> typing.Optional[jsii.Number]:
2244
2602
  '''Terminate replication connections that are inactive for longer than this amount of time, in milliseconds.
2245
2603
 
2246
- Setting this value to ``0`` disables the timeout.
2604
+ Setting this value to zero disables the timeout.
2247
2605
 
2248
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
2606
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
2249
2607
  '''
2250
2608
  result = self._values.get("wal_sender_timeout")
2251
2609
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2254,20 +2612,20 @@ class ManagedDatabasePostgresqlProperties:
2254
2612
  def wal_writer_delay(self) -> typing.Optional[jsii.Number]:
2255
2613
  '''WAL flush interval in milliseconds.
2256
2614
 
2257
- Note that setting this value to lower than the default ``200``ms may negatively impact performance
2615
+ Note that setting this value to lower than the default 200ms may negatively impact performance.
2258
2616
 
2259
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
2617
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
2260
2618
  '''
2261
2619
  result = self._values.get("wal_writer_delay")
2262
2620
  return typing.cast(typing.Optional[jsii.Number], result)
2263
2621
 
2264
2622
  @builtins.property
2265
2623
  def work_mem(self) -> typing.Optional[jsii.Number]:
2266
- '''Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB.
2624
+ '''Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB.
2267
2625
 
2268
2626
  Default is 1MB + 0.075% of total RAM (up to 32MB).
2269
2627
 
2270
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
2628
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
2271
2629
  '''
2272
2630
  result = self._values.get("work_mem")
2273
2631
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2291,6 +2649,7 @@ class ManagedDatabasePostgresqlProperties:
2291
2649
  "dbname": "dbname",
2292
2650
  "host": "host",
2293
2651
  "ignore_dbs": "ignoreDbs",
2652
+ "method": "method",
2294
2653
  "password": "password",
2295
2654
  "port": "port",
2296
2655
  "ssl": "ssl",
@@ -2304,25 +2663,28 @@ class ManagedDatabasePostgresqlPropertiesMigration:
2304
2663
  dbname: typing.Optional[builtins.str] = None,
2305
2664
  host: typing.Optional[builtins.str] = None,
2306
2665
  ignore_dbs: typing.Optional[builtins.str] = None,
2666
+ method: typing.Optional[builtins.str] = None,
2307
2667
  password: typing.Optional[builtins.str] = None,
2308
2668
  port: typing.Optional[jsii.Number] = None,
2309
2669
  ssl: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
2310
2670
  username: typing.Optional[builtins.str] = None,
2311
2671
  ) -> None:
2312
2672
  '''
2313
- :param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
2314
- :param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
2315
- :param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
2316
- :param password: Password for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
2317
- :param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
2318
- :param ssl: The server where to migrate data from is secured with SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
2319
- :param username: User name for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
2673
+ :param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
2674
+ :param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
2675
+ :param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
2676
+ :param method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
2677
+ :param password: Password for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
2678
+ :param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
2679
+ :param ssl: The server where to migrate data from is secured with SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
2680
+ :param username: User name for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
2320
2681
  '''
2321
2682
  if __debug__:
2322
2683
  type_hints = typing.get_type_hints(_typecheckingstub__9a22b07e9381a03b0e883019f9869d2e86afe1337164b3f40f42a65332f93686)
2323
2684
  check_type(argname="argument dbname", value=dbname, expected_type=type_hints["dbname"])
2324
2685
  check_type(argname="argument host", value=host, expected_type=type_hints["host"])
2325
2686
  check_type(argname="argument ignore_dbs", value=ignore_dbs, expected_type=type_hints["ignore_dbs"])
2687
+ check_type(argname="argument method", value=method, expected_type=type_hints["method"])
2326
2688
  check_type(argname="argument password", value=password, expected_type=type_hints["password"])
2327
2689
  check_type(argname="argument port", value=port, expected_type=type_hints["port"])
2328
2690
  check_type(argname="argument ssl", value=ssl, expected_type=type_hints["ssl"])
@@ -2334,6 +2696,8 @@ class ManagedDatabasePostgresqlPropertiesMigration:
2334
2696
  self._values["host"] = host
2335
2697
  if ignore_dbs is not None:
2336
2698
  self._values["ignore_dbs"] = ignore_dbs
2699
+ if method is not None:
2700
+ self._values["method"] = method
2337
2701
  if password is not None:
2338
2702
  self._values["password"] = password
2339
2703
  if port is not None:
@@ -2347,7 +2711,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
2347
2711
  def dbname(self) -> typing.Optional[builtins.str]:
2348
2712
  '''Database name for bootstrapping the initial connection.
2349
2713
 
2350
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
2714
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
2351
2715
  '''
2352
2716
  result = self._values.get("dbname")
2353
2717
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2356,25 +2720,34 @@ class ManagedDatabasePostgresqlPropertiesMigration:
2356
2720
  def host(self) -> typing.Optional[builtins.str]:
2357
2721
  '''Hostname or IP address of the server where to migrate data from.
2358
2722
 
2359
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
2723
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
2360
2724
  '''
2361
2725
  result = self._values.get("host")
2362
2726
  return typing.cast(typing.Optional[builtins.str], result)
2363
2727
 
2364
2728
  @builtins.property
2365
2729
  def ignore_dbs(self) -> typing.Optional[builtins.str]:
2366
- '''Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment).
2730
+ '''Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
2367
2731
 
2368
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
2732
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
2369
2733
  '''
2370
2734
  result = self._values.get("ignore_dbs")
2371
2735
  return typing.cast(typing.Optional[builtins.str], result)
2372
2736
 
2737
+ @builtins.property
2738
+ def method(self) -> typing.Optional[builtins.str]:
2739
+ '''The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
2740
+
2741
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
2742
+ '''
2743
+ result = self._values.get("method")
2744
+ return typing.cast(typing.Optional[builtins.str], result)
2745
+
2373
2746
  @builtins.property
2374
2747
  def password(self) -> typing.Optional[builtins.str]:
2375
2748
  '''Password for authentication with the server where to migrate data from.
2376
2749
 
2377
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
2750
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
2378
2751
  '''
2379
2752
  result = self._values.get("password")
2380
2753
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2383,7 +2756,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
2383
2756
  def port(self) -> typing.Optional[jsii.Number]:
2384
2757
  '''Port number of the server where to migrate data from.
2385
2758
 
2386
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
2759
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
2387
2760
  '''
2388
2761
  result = self._values.get("port")
2389
2762
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2394,7 +2767,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
2394
2767
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2395
2768
  '''The server where to migrate data from is secured with SSL.
2396
2769
 
2397
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
2770
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
2398
2771
  '''
2399
2772
  result = self._values.get("ssl")
2400
2773
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2403,7 +2776,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
2403
2776
  def username(self) -> typing.Optional[builtins.str]:
2404
2777
  '''User name for authentication with the server where to migrate data from.
2405
2778
 
2406
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
2779
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
2407
2780
  '''
2408
2781
  result = self._values.get("username")
2409
2782
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2452,6 +2825,10 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
2452
2825
  def reset_ignore_dbs(self) -> None:
2453
2826
  return typing.cast(None, jsii.invoke(self, "resetIgnoreDbs", []))
2454
2827
 
2828
+ @jsii.member(jsii_name="resetMethod")
2829
+ def reset_method(self) -> None:
2830
+ return typing.cast(None, jsii.invoke(self, "resetMethod", []))
2831
+
2455
2832
  @jsii.member(jsii_name="resetPassword")
2456
2833
  def reset_password(self) -> None:
2457
2834
  return typing.cast(None, jsii.invoke(self, "resetPassword", []))
@@ -2483,6 +2860,11 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
2483
2860
  def ignore_dbs_input(self) -> typing.Optional[builtins.str]:
2484
2861
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ignoreDbsInput"))
2485
2862
 
2863
+ @builtins.property
2864
+ @jsii.member(jsii_name="methodInput")
2865
+ def method_input(self) -> typing.Optional[builtins.str]:
2866
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "methodInput"))
2867
+
2486
2868
  @builtins.property
2487
2869
  @jsii.member(jsii_name="passwordInput")
2488
2870
  def password_input(self) -> typing.Optional[builtins.str]:
@@ -2541,6 +2923,18 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
2541
2923
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2542
2924
  jsii.set(self, "ignoreDbs", value)
2543
2925
 
2926
+ @builtins.property
2927
+ @jsii.member(jsii_name="method")
2928
+ def method(self) -> builtins.str:
2929
+ return typing.cast(builtins.str, jsii.get(self, "method"))
2930
+
2931
+ @method.setter
2932
+ def method(self, value: builtins.str) -> None:
2933
+ if __debug__:
2934
+ type_hints = typing.get_type_hints(_typecheckingstub__1fb4c8b4612f86674f4e64dd17d4ed079eecd07d785ab3841dc409b159a5e95c)
2935
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2936
+ jsii.set(self, "method", value)
2937
+
2544
2938
  @builtins.property
2545
2939
  @jsii.member(jsii_name="password")
2546
2940
  def password(self) -> builtins.str:
@@ -2637,24 +3031,27 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
2637
3031
  dbname: typing.Optional[builtins.str] = None,
2638
3032
  host: typing.Optional[builtins.str] = None,
2639
3033
  ignore_dbs: typing.Optional[builtins.str] = None,
3034
+ method: typing.Optional[builtins.str] = None,
2640
3035
  password: typing.Optional[builtins.str] = None,
2641
3036
  port: typing.Optional[jsii.Number] = None,
2642
3037
  ssl: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
2643
3038
  username: typing.Optional[builtins.str] = None,
2644
3039
  ) -> None:
2645
3040
  '''
2646
- :param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
2647
- :param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
2648
- :param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
2649
- :param password: Password for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
2650
- :param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
2651
- :param ssl: The server where to migrate data from is secured with SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
2652
- :param username: User name for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
3041
+ :param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
3042
+ :param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
3043
+ :param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
3044
+ :param method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
3045
+ :param password: Password for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
3046
+ :param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
3047
+ :param ssl: The server where to migrate data from is secured with SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
3048
+ :param username: User name for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
2653
3049
  '''
2654
3050
  value = ManagedDatabasePostgresqlPropertiesMigration(
2655
3051
  dbname=dbname,
2656
3052
  host=host,
2657
3053
  ignore_dbs=ignore_dbs,
3054
+ method=method,
2658
3055
  password=password,
2659
3056
  port=port,
2660
3057
  ssl=ssl,
@@ -2663,6 +3060,60 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
2663
3060
 
2664
3061
  return typing.cast(None, jsii.invoke(self, "putMigration", [value]))
2665
3062
 
3063
+ @jsii.member(jsii_name="putPgaudit")
3064
+ def put_pgaudit(
3065
+ self,
3066
+ *,
3067
+ feature_enabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
3068
+ log: typing.Optional[typing.Sequence[builtins.str]] = None,
3069
+ log_catalog: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
3070
+ log_client: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
3071
+ log_level: typing.Optional[builtins.str] = None,
3072
+ log_max_string_length: typing.Optional[jsii.Number] = None,
3073
+ log_nested_statements: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
3074
+ log_parameter: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
3075
+ log_parameter_max_size: typing.Optional[jsii.Number] = None,
3076
+ log_relation: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
3077
+ log_rows: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
3078
+ log_statement: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
3079
+ log_statement_once: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
3080
+ role: typing.Optional[builtins.str] = None,
3081
+ ) -> None:
3082
+ '''
3083
+ :param feature_enabled: Enable pgaudit extension. Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#feature_enabled ManagedDatabasePostgresql#feature_enabled}
3084
+ :param log: Specifies which classes of statements will be logged by session audit logging. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log ManagedDatabasePostgresql#log}
3085
+ :param log_catalog: Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_catalog ManagedDatabasePostgresql#log_catalog}
3086
+ :param log_client: Specifies whether log messages will be visible to a client process such as psql. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_client ManagedDatabasePostgresql#log_client}
3087
+ :param log_level: Specifies the log level that will be used for log entries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_level ManagedDatabasePostgresql#log_level}
3088
+ :param log_max_string_length: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_max_string_length ManagedDatabasePostgresql#log_max_string_length}
3089
+ :param log_nested_statements: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_nested_statements ManagedDatabasePostgresql#log_nested_statements}
3090
+ :param log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_parameter ManagedDatabasePostgresql#log_parameter}
3091
+ :param log_parameter_max_size: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_parameter_max_size ManagedDatabasePostgresql#log_parameter_max_size}
3092
+ :param log_relation: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_relation ManagedDatabasePostgresql#log_relation}
3093
+ :param log_rows: Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_rows ManagedDatabasePostgresql#log_rows}
3094
+ :param log_statement: Specifies whether logging will include the statement text and parameters (if enabled). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_statement ManagedDatabasePostgresql#log_statement}
3095
+ :param log_statement_once: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_statement_once ManagedDatabasePostgresql#log_statement_once}
3096
+ :param role: Specifies the master role to use for object audit logging. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#role ManagedDatabasePostgresql#role}
3097
+ '''
3098
+ value = ManagedDatabasePostgresqlPropertiesPgaudit(
3099
+ feature_enabled=feature_enabled,
3100
+ log=log,
3101
+ log_catalog=log_catalog,
3102
+ log_client=log_client,
3103
+ log_level=log_level,
3104
+ log_max_string_length=log_max_string_length,
3105
+ log_nested_statements=log_nested_statements,
3106
+ log_parameter=log_parameter,
3107
+ log_parameter_max_size=log_parameter_max_size,
3108
+ log_relation=log_relation,
3109
+ log_rows=log_rows,
3110
+ log_statement=log_statement,
3111
+ log_statement_once=log_statement_once,
3112
+ role=role,
3113
+ )
3114
+
3115
+ return typing.cast(None, jsii.invoke(self, "putPgaudit", [value]))
3116
+
2666
3117
  @jsii.member(jsii_name="putPgbouncer")
2667
3118
  def put_pgbouncer(
2668
3119
  self,
@@ -2678,15 +3129,15 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
2678
3129
  server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
2679
3130
  ) -> None:
2680
3131
  '''
2681
- :param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
2682
- :param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
2683
- :param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
2684
- :param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
2685
- :param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
2686
- :param min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
2687
- :param server_idle_timeout: If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. [seconds] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
2688
- :param server_lifetime: The pooler will close an unused server connection that has been connected longer than this. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
2689
- :param server_reset_query_always: Run server_reset_query (``DISCARD ALL``) in all pooling modes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
3132
+ :param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
3133
+ :param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
3134
+ :param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
3135
+ :param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
3136
+ :param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
3137
+ :param min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
3138
+ :param server_idle_timeout: If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
3139
+ :param server_lifetime: The pooler will close an unused server connection that has been connected longer than this. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
3140
+ :param server_reset_query_always: Run server_reset_query (DISCARD ALL) in all pooling modes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
2690
3141
  '''
2691
3142
  value = ManagedDatabasePostgresqlPropertiesPgbouncer(
2692
3143
  autodb_idle_timeout=autodb_idle_timeout,
@@ -2709,7 +3160,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
2709
3160
  max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
2710
3161
  ) -> None:
2711
3162
  '''
2712
- :param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
3163
+ :param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
2713
3164
  '''
2714
3165
  value = ManagedDatabasePostgresqlPropertiesPglookout(
2715
3166
  max_failover_replication_time_lag=max_failover_replication_time_lag
@@ -2724,7 +3175,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
2724
3175
  max_background_workers: typing.Optional[jsii.Number] = None,
2725
3176
  ) -> None:
2726
3177
  '''
2727
- :param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
3178
+ :param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
2728
3179
  '''
2729
3180
  value = ManagedDatabasePostgresqlPropertiesTimescaledb(
2730
3181
  max_background_workers=max_background_workers
@@ -2904,6 +3355,10 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
2904
3355
  def reset_migration(self) -> None:
2905
3356
  return typing.cast(None, jsii.invoke(self, "resetMigration", []))
2906
3357
 
3358
+ @jsii.member(jsii_name="resetPgaudit")
3359
+ def reset_pgaudit(self) -> None:
3360
+ return typing.cast(None, jsii.invoke(self, "resetPgaudit", []))
3361
+
2907
3362
  @jsii.member(jsii_name="resetPgbouncer")
2908
3363
  def reset_pgbouncer(self) -> None:
2909
3364
  return typing.cast(None, jsii.invoke(self, "resetPgbouncer", []))
@@ -3005,6 +3460,11 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
3005
3460
  def migration(self) -> ManagedDatabasePostgresqlPropertiesMigrationOutputReference:
3006
3461
  return typing.cast(ManagedDatabasePostgresqlPropertiesMigrationOutputReference, jsii.get(self, "migration"))
3007
3462
 
3463
+ @builtins.property
3464
+ @jsii.member(jsii_name="pgaudit")
3465
+ def pgaudit(self) -> "ManagedDatabasePostgresqlPropertiesPgauditOutputReference":
3466
+ return typing.cast("ManagedDatabasePostgresqlPropertiesPgauditOutputReference", jsii.get(self, "pgaudit"))
3467
+
3008
3468
  @builtins.property
3009
3469
  @jsii.member(jsii_name="pgbouncer")
3010
3470
  def pgbouncer(
@@ -3248,8 +3708,15 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
3248
3708
  return typing.cast(typing.Optional[ManagedDatabasePostgresqlPropertiesMigration], jsii.get(self, "migrationInput"))
3249
3709
 
3250
3710
  @builtins.property
3251
- @jsii.member(jsii_name="pgbouncerInput")
3252
- def pgbouncer_input(
3711
+ @jsii.member(jsii_name="pgauditInput")
3712
+ def pgaudit_input(
3713
+ self,
3714
+ ) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPgaudit"]:
3715
+ return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPgaudit"], jsii.get(self, "pgauditInput"))
3716
+
3717
+ @builtins.property
3718
+ @jsii.member(jsii_name="pgbouncerInput")
3719
+ def pgbouncer_input(
3253
3720
  self,
3254
3721
  ) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"]:
3255
3722
  return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"], jsii.get(self, "pgbouncerInput"))
@@ -4177,6 +4644,650 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
4177
4644
  jsii.set(self, "internalValue", value)
4178
4645
 
4179
4646
 
4647
+ @jsii.data_type(
4648
+ jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresqlPropertiesPgaudit",
4649
+ jsii_struct_bases=[],
4650
+ name_mapping={
4651
+ "feature_enabled": "featureEnabled",
4652
+ "log": "log",
4653
+ "log_catalog": "logCatalog",
4654
+ "log_client": "logClient",
4655
+ "log_level": "logLevel",
4656
+ "log_max_string_length": "logMaxStringLength",
4657
+ "log_nested_statements": "logNestedStatements",
4658
+ "log_parameter": "logParameter",
4659
+ "log_parameter_max_size": "logParameterMaxSize",
4660
+ "log_relation": "logRelation",
4661
+ "log_rows": "logRows",
4662
+ "log_statement": "logStatement",
4663
+ "log_statement_once": "logStatementOnce",
4664
+ "role": "role",
4665
+ },
4666
+ )
4667
+ class ManagedDatabasePostgresqlPropertiesPgaudit:
4668
+ def __init__(
4669
+ self,
4670
+ *,
4671
+ feature_enabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4672
+ log: typing.Optional[typing.Sequence[builtins.str]] = None,
4673
+ log_catalog: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4674
+ log_client: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4675
+ log_level: typing.Optional[builtins.str] = None,
4676
+ log_max_string_length: typing.Optional[jsii.Number] = None,
4677
+ log_nested_statements: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4678
+ log_parameter: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4679
+ log_parameter_max_size: typing.Optional[jsii.Number] = None,
4680
+ log_relation: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4681
+ log_rows: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4682
+ log_statement: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4683
+ log_statement_once: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4684
+ role: typing.Optional[builtins.str] = None,
4685
+ ) -> None:
4686
+ '''
4687
+ :param feature_enabled: Enable pgaudit extension. Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#feature_enabled ManagedDatabasePostgresql#feature_enabled}
4688
+ :param log: Specifies which classes of statements will be logged by session audit logging. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log ManagedDatabasePostgresql#log}
4689
+ :param log_catalog: Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_catalog ManagedDatabasePostgresql#log_catalog}
4690
+ :param log_client: Specifies whether log messages will be visible to a client process such as psql. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_client ManagedDatabasePostgresql#log_client}
4691
+ :param log_level: Specifies the log level that will be used for log entries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_level ManagedDatabasePostgresql#log_level}
4692
+ :param log_max_string_length: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_max_string_length ManagedDatabasePostgresql#log_max_string_length}
4693
+ :param log_nested_statements: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_nested_statements ManagedDatabasePostgresql#log_nested_statements}
4694
+ :param log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_parameter ManagedDatabasePostgresql#log_parameter}
4695
+ :param log_parameter_max_size: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_parameter_max_size ManagedDatabasePostgresql#log_parameter_max_size}
4696
+ :param log_relation: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_relation ManagedDatabasePostgresql#log_relation}
4697
+ :param log_rows: Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_rows ManagedDatabasePostgresql#log_rows}
4698
+ :param log_statement: Specifies whether logging will include the statement text and parameters (if enabled). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_statement ManagedDatabasePostgresql#log_statement}
4699
+ :param log_statement_once: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_statement_once ManagedDatabasePostgresql#log_statement_once}
4700
+ :param role: Specifies the master role to use for object audit logging. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#role ManagedDatabasePostgresql#role}
4701
+ '''
4702
+ if __debug__:
4703
+ type_hints = typing.get_type_hints(_typecheckingstub__ceddef9157916dec3e9a0146d7eedd65e39272ad64a94090ac97ce9eb4e638a6)
4704
+ check_type(argname="argument feature_enabled", value=feature_enabled, expected_type=type_hints["feature_enabled"])
4705
+ check_type(argname="argument log", value=log, expected_type=type_hints["log"])
4706
+ check_type(argname="argument log_catalog", value=log_catalog, expected_type=type_hints["log_catalog"])
4707
+ check_type(argname="argument log_client", value=log_client, expected_type=type_hints["log_client"])
4708
+ check_type(argname="argument log_level", value=log_level, expected_type=type_hints["log_level"])
4709
+ check_type(argname="argument log_max_string_length", value=log_max_string_length, expected_type=type_hints["log_max_string_length"])
4710
+ check_type(argname="argument log_nested_statements", value=log_nested_statements, expected_type=type_hints["log_nested_statements"])
4711
+ check_type(argname="argument log_parameter", value=log_parameter, expected_type=type_hints["log_parameter"])
4712
+ check_type(argname="argument log_parameter_max_size", value=log_parameter_max_size, expected_type=type_hints["log_parameter_max_size"])
4713
+ check_type(argname="argument log_relation", value=log_relation, expected_type=type_hints["log_relation"])
4714
+ check_type(argname="argument log_rows", value=log_rows, expected_type=type_hints["log_rows"])
4715
+ check_type(argname="argument log_statement", value=log_statement, expected_type=type_hints["log_statement"])
4716
+ check_type(argname="argument log_statement_once", value=log_statement_once, expected_type=type_hints["log_statement_once"])
4717
+ check_type(argname="argument role", value=role, expected_type=type_hints["role"])
4718
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
4719
+ if feature_enabled is not None:
4720
+ self._values["feature_enabled"] = feature_enabled
4721
+ if log is not None:
4722
+ self._values["log"] = log
4723
+ if log_catalog is not None:
4724
+ self._values["log_catalog"] = log_catalog
4725
+ if log_client is not None:
4726
+ self._values["log_client"] = log_client
4727
+ if log_level is not None:
4728
+ self._values["log_level"] = log_level
4729
+ if log_max_string_length is not None:
4730
+ self._values["log_max_string_length"] = log_max_string_length
4731
+ if log_nested_statements is not None:
4732
+ self._values["log_nested_statements"] = log_nested_statements
4733
+ if log_parameter is not None:
4734
+ self._values["log_parameter"] = log_parameter
4735
+ if log_parameter_max_size is not None:
4736
+ self._values["log_parameter_max_size"] = log_parameter_max_size
4737
+ if log_relation is not None:
4738
+ self._values["log_relation"] = log_relation
4739
+ if log_rows is not None:
4740
+ self._values["log_rows"] = log_rows
4741
+ if log_statement is not None:
4742
+ self._values["log_statement"] = log_statement
4743
+ if log_statement_once is not None:
4744
+ self._values["log_statement_once"] = log_statement_once
4745
+ if role is not None:
4746
+ self._values["role"] = role
4747
+
4748
+ @builtins.property
4749
+ def feature_enabled(
4750
+ self,
4751
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4752
+ '''Enable pgaudit extension.
4753
+
4754
+ Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved.
4755
+
4756
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#feature_enabled ManagedDatabasePostgresql#feature_enabled}
4757
+ '''
4758
+ result = self._values.get("feature_enabled")
4759
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
4760
+
4761
+ @builtins.property
4762
+ def log(self) -> typing.Optional[typing.List[builtins.str]]:
4763
+ '''Specifies which classes of statements will be logged by session audit logging.
4764
+
4765
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log ManagedDatabasePostgresql#log}
4766
+ '''
4767
+ result = self._values.get("log")
4768
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
4769
+
4770
+ @builtins.property
4771
+ def log_catalog(
4772
+ self,
4773
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4774
+ '''Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog.
4775
+
4776
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_catalog ManagedDatabasePostgresql#log_catalog}
4777
+ '''
4778
+ result = self._values.get("log_catalog")
4779
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
4780
+
4781
+ @builtins.property
4782
+ def log_client(
4783
+ self,
4784
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4785
+ '''Specifies whether log messages will be visible to a client process such as psql.
4786
+
4787
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_client ManagedDatabasePostgresql#log_client}
4788
+ '''
4789
+ result = self._values.get("log_client")
4790
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
4791
+
4792
+ @builtins.property
4793
+ def log_level(self) -> typing.Optional[builtins.str]:
4794
+ '''Specifies the log level that will be used for log entries.
4795
+
4796
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_level ManagedDatabasePostgresql#log_level}
4797
+ '''
4798
+ result = self._values.get("log_level")
4799
+ return typing.cast(typing.Optional[builtins.str], result)
4800
+
4801
+ @builtins.property
4802
+ def log_max_string_length(self) -> typing.Optional[jsii.Number]:
4803
+ '''Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation.
4804
+
4805
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_max_string_length ManagedDatabasePostgresql#log_max_string_length}
4806
+ '''
4807
+ result = self._values.get("log_max_string_length")
4808
+ return typing.cast(typing.Optional[jsii.Number], result)
4809
+
4810
+ @builtins.property
4811
+ def log_nested_statements(
4812
+ self,
4813
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4814
+ '''This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun.
4815
+
4816
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_nested_statements ManagedDatabasePostgresql#log_nested_statements}
4817
+ '''
4818
+ result = self._values.get("log_nested_statements")
4819
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
4820
+
4821
+ @builtins.property
4822
+ def log_parameter(
4823
+ self,
4824
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4825
+ '''Specifies that audit logging should include the parameters that were passed with the statement.
4826
+
4827
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_parameter ManagedDatabasePostgresql#log_parameter}
4828
+ '''
4829
+ result = self._values.get("log_parameter")
4830
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
4831
+
4832
+ @builtins.property
4833
+ def log_parameter_max_size(self) -> typing.Optional[jsii.Number]:
4834
+ '''Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with .
4835
+
4836
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_parameter_max_size ManagedDatabasePostgresql#log_parameter_max_size}
4837
+ '''
4838
+ result = self._values.get("log_parameter_max_size")
4839
+ return typing.cast(typing.Optional[jsii.Number], result)
4840
+
4841
+ @builtins.property
4842
+ def log_relation(
4843
+ self,
4844
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4845
+ '''Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
4846
+
4847
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_relation ManagedDatabasePostgresql#log_relation}
4848
+ '''
4849
+ result = self._values.get("log_relation")
4850
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
4851
+
4852
+ @builtins.property
4853
+ def log_rows(
4854
+ self,
4855
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4856
+ '''Specifies that audit logging should include the rows retrieved or affected by a statement.
4857
+
4858
+ When enabled the rows field will be included after the parameter field.
4859
+
4860
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_rows ManagedDatabasePostgresql#log_rows}
4861
+ '''
4862
+ result = self._values.get("log_rows")
4863
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
4864
+
4865
+ @builtins.property
4866
+ def log_statement(
4867
+ self,
4868
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4869
+ '''Specifies whether logging will include the statement text and parameters (if enabled).
4870
+
4871
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_statement ManagedDatabasePostgresql#log_statement}
4872
+ '''
4873
+ result = self._values.get("log_statement")
4874
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
4875
+
4876
+ @builtins.property
4877
+ def log_statement_once(
4878
+ self,
4879
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4880
+ '''Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry.
4881
+
4882
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#log_statement_once ManagedDatabasePostgresql#log_statement_once}
4883
+ '''
4884
+ result = self._values.get("log_statement_once")
4885
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
4886
+
4887
+ @builtins.property
4888
+ def role(self) -> typing.Optional[builtins.str]:
4889
+ '''Specifies the master role to use for object audit logging.
4890
+
4891
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#role ManagedDatabasePostgresql#role}
4892
+ '''
4893
+ result = self._values.get("role")
4894
+ return typing.cast(typing.Optional[builtins.str], result)
4895
+
4896
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4897
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4898
+
4899
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4900
+ return not (rhs == self)
4901
+
4902
+ def __repr__(self) -> str:
4903
+ return "ManagedDatabasePostgresqlPropertiesPgaudit(%s)" % ", ".join(
4904
+ k + "=" + repr(v) for k, v in self._values.items()
4905
+ )
4906
+
4907
+
4908
+ class ManagedDatabasePostgresqlPropertiesPgauditOutputReference(
4909
+ _cdktf_9a9027ec.ComplexObject,
4910
+ metaclass=jsii.JSIIMeta,
4911
+ jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresqlPropertiesPgauditOutputReference",
4912
+ ):
4913
+ def __init__(
4914
+ self,
4915
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
4916
+ terraform_attribute: builtins.str,
4917
+ ) -> None:
4918
+ '''
4919
+ :param terraform_resource: The parent resource.
4920
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
4921
+ '''
4922
+ if __debug__:
4923
+ type_hints = typing.get_type_hints(_typecheckingstub__464ca482964593b0d9e773fbd6dc07d727fc64f0af5ecb299985f5926fe9926f)
4924
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
4925
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
4926
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
4927
+
4928
+ @jsii.member(jsii_name="resetFeatureEnabled")
4929
+ def reset_feature_enabled(self) -> None:
4930
+ return typing.cast(None, jsii.invoke(self, "resetFeatureEnabled", []))
4931
+
4932
+ @jsii.member(jsii_name="resetLog")
4933
+ def reset_log(self) -> None:
4934
+ return typing.cast(None, jsii.invoke(self, "resetLog", []))
4935
+
4936
+ @jsii.member(jsii_name="resetLogCatalog")
4937
+ def reset_log_catalog(self) -> None:
4938
+ return typing.cast(None, jsii.invoke(self, "resetLogCatalog", []))
4939
+
4940
+ @jsii.member(jsii_name="resetLogClient")
4941
+ def reset_log_client(self) -> None:
4942
+ return typing.cast(None, jsii.invoke(self, "resetLogClient", []))
4943
+
4944
+ @jsii.member(jsii_name="resetLogLevel")
4945
+ def reset_log_level(self) -> None:
4946
+ return typing.cast(None, jsii.invoke(self, "resetLogLevel", []))
4947
+
4948
+ @jsii.member(jsii_name="resetLogMaxStringLength")
4949
+ def reset_log_max_string_length(self) -> None:
4950
+ return typing.cast(None, jsii.invoke(self, "resetLogMaxStringLength", []))
4951
+
4952
+ @jsii.member(jsii_name="resetLogNestedStatements")
4953
+ def reset_log_nested_statements(self) -> None:
4954
+ return typing.cast(None, jsii.invoke(self, "resetLogNestedStatements", []))
4955
+
4956
+ @jsii.member(jsii_name="resetLogParameter")
4957
+ def reset_log_parameter(self) -> None:
4958
+ return typing.cast(None, jsii.invoke(self, "resetLogParameter", []))
4959
+
4960
+ @jsii.member(jsii_name="resetLogParameterMaxSize")
4961
+ def reset_log_parameter_max_size(self) -> None:
4962
+ return typing.cast(None, jsii.invoke(self, "resetLogParameterMaxSize", []))
4963
+
4964
+ @jsii.member(jsii_name="resetLogRelation")
4965
+ def reset_log_relation(self) -> None:
4966
+ return typing.cast(None, jsii.invoke(self, "resetLogRelation", []))
4967
+
4968
+ @jsii.member(jsii_name="resetLogRows")
4969
+ def reset_log_rows(self) -> None:
4970
+ return typing.cast(None, jsii.invoke(self, "resetLogRows", []))
4971
+
4972
+ @jsii.member(jsii_name="resetLogStatement")
4973
+ def reset_log_statement(self) -> None:
4974
+ return typing.cast(None, jsii.invoke(self, "resetLogStatement", []))
4975
+
4976
+ @jsii.member(jsii_name="resetLogStatementOnce")
4977
+ def reset_log_statement_once(self) -> None:
4978
+ return typing.cast(None, jsii.invoke(self, "resetLogStatementOnce", []))
4979
+
4980
+ @jsii.member(jsii_name="resetRole")
4981
+ def reset_role(self) -> None:
4982
+ return typing.cast(None, jsii.invoke(self, "resetRole", []))
4983
+
4984
+ @builtins.property
4985
+ @jsii.member(jsii_name="featureEnabledInput")
4986
+ def feature_enabled_input(
4987
+ self,
4988
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4989
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "featureEnabledInput"))
4990
+
4991
+ @builtins.property
4992
+ @jsii.member(jsii_name="logCatalogInput")
4993
+ def log_catalog_input(
4994
+ self,
4995
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4996
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logCatalogInput"))
4997
+
4998
+ @builtins.property
4999
+ @jsii.member(jsii_name="logClientInput")
5000
+ def log_client_input(
5001
+ self,
5002
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
5003
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logClientInput"))
5004
+
5005
+ @builtins.property
5006
+ @jsii.member(jsii_name="logInput")
5007
+ def log_input(self) -> typing.Optional[typing.List[builtins.str]]:
5008
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "logInput"))
5009
+
5010
+ @builtins.property
5011
+ @jsii.member(jsii_name="logLevelInput")
5012
+ def log_level_input(self) -> typing.Optional[builtins.str]:
5013
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "logLevelInput"))
5014
+
5015
+ @builtins.property
5016
+ @jsii.member(jsii_name="logMaxStringLengthInput")
5017
+ def log_max_string_length_input(self) -> typing.Optional[jsii.Number]:
5018
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "logMaxStringLengthInput"))
5019
+
5020
+ @builtins.property
5021
+ @jsii.member(jsii_name="logNestedStatementsInput")
5022
+ def log_nested_statements_input(
5023
+ self,
5024
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
5025
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logNestedStatementsInput"))
5026
+
5027
+ @builtins.property
5028
+ @jsii.member(jsii_name="logParameterInput")
5029
+ def log_parameter_input(
5030
+ self,
5031
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
5032
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logParameterInput"))
5033
+
5034
+ @builtins.property
5035
+ @jsii.member(jsii_name="logParameterMaxSizeInput")
5036
+ def log_parameter_max_size_input(self) -> typing.Optional[jsii.Number]:
5037
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "logParameterMaxSizeInput"))
5038
+
5039
+ @builtins.property
5040
+ @jsii.member(jsii_name="logRelationInput")
5041
+ def log_relation_input(
5042
+ self,
5043
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
5044
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logRelationInput"))
5045
+
5046
+ @builtins.property
5047
+ @jsii.member(jsii_name="logRowsInput")
5048
+ def log_rows_input(
5049
+ self,
5050
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
5051
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logRowsInput"))
5052
+
5053
+ @builtins.property
5054
+ @jsii.member(jsii_name="logStatementInput")
5055
+ def log_statement_input(
5056
+ self,
5057
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
5058
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logStatementInput"))
5059
+
5060
+ @builtins.property
5061
+ @jsii.member(jsii_name="logStatementOnceInput")
5062
+ def log_statement_once_input(
5063
+ self,
5064
+ ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
5065
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logStatementOnceInput"))
5066
+
5067
+ @builtins.property
5068
+ @jsii.member(jsii_name="roleInput")
5069
+ def role_input(self) -> typing.Optional[builtins.str]:
5070
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "roleInput"))
5071
+
5072
+ @builtins.property
5073
+ @jsii.member(jsii_name="featureEnabled")
5074
+ def feature_enabled(
5075
+ self,
5076
+ ) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
5077
+ return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "featureEnabled"))
5078
+
5079
+ @feature_enabled.setter
5080
+ def feature_enabled(
5081
+ self,
5082
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
5083
+ ) -> None:
5084
+ if __debug__:
5085
+ type_hints = typing.get_type_hints(_typecheckingstub__bbc9b433486d9bb7d1609f8a5132fe20e78e3c0f5c752c920af98c9e7de822e1)
5086
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5087
+ jsii.set(self, "featureEnabled", value)
5088
+
5089
+ @builtins.property
5090
+ @jsii.member(jsii_name="log")
5091
+ def log(self) -> typing.List[builtins.str]:
5092
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "log"))
5093
+
5094
+ @log.setter
5095
+ def log(self, value: typing.List[builtins.str]) -> None:
5096
+ if __debug__:
5097
+ type_hints = typing.get_type_hints(_typecheckingstub__1d42260ac22d8d15c9b3103737e859b27c183e431b97bb47c1a2cb32f3ed5232)
5098
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5099
+ jsii.set(self, "log", value)
5100
+
5101
+ @builtins.property
5102
+ @jsii.member(jsii_name="logCatalog")
5103
+ def log_catalog(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
5104
+ return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logCatalog"))
5105
+
5106
+ @log_catalog.setter
5107
+ def log_catalog(
5108
+ self,
5109
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
5110
+ ) -> None:
5111
+ if __debug__:
5112
+ type_hints = typing.get_type_hints(_typecheckingstub__f2e01677919856bac39b08212f3a95dd303d385856121a095ea097d8627f226c)
5113
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5114
+ jsii.set(self, "logCatalog", value)
5115
+
5116
+ @builtins.property
5117
+ @jsii.member(jsii_name="logClient")
5118
+ def log_client(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
5119
+ return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logClient"))
5120
+
5121
+ @log_client.setter
5122
+ def log_client(
5123
+ self,
5124
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
5125
+ ) -> None:
5126
+ if __debug__:
5127
+ type_hints = typing.get_type_hints(_typecheckingstub__e85f22f31e95a82529a0182521fe54e51b95cc55171651188c909327a7cda591)
5128
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5129
+ jsii.set(self, "logClient", value)
5130
+
5131
+ @builtins.property
5132
+ @jsii.member(jsii_name="logLevel")
5133
+ def log_level(self) -> builtins.str:
5134
+ return typing.cast(builtins.str, jsii.get(self, "logLevel"))
5135
+
5136
+ @log_level.setter
5137
+ def log_level(self, value: builtins.str) -> None:
5138
+ if __debug__:
5139
+ type_hints = typing.get_type_hints(_typecheckingstub__f6b17d3021c92b2d92d85de2aa175a78950f3edb6630682261da5f055c1bd5fa)
5140
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5141
+ jsii.set(self, "logLevel", value)
5142
+
5143
+ @builtins.property
5144
+ @jsii.member(jsii_name="logMaxStringLength")
5145
+ def log_max_string_length(self) -> jsii.Number:
5146
+ return typing.cast(jsii.Number, jsii.get(self, "logMaxStringLength"))
5147
+
5148
+ @log_max_string_length.setter
5149
+ def log_max_string_length(self, value: jsii.Number) -> None:
5150
+ if __debug__:
5151
+ type_hints = typing.get_type_hints(_typecheckingstub__c5289994fd6001603188306c40f7d768c770c8b24ac29b201562957f408410db)
5152
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5153
+ jsii.set(self, "logMaxStringLength", value)
5154
+
5155
+ @builtins.property
5156
+ @jsii.member(jsii_name="logNestedStatements")
5157
+ def log_nested_statements(
5158
+ self,
5159
+ ) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
5160
+ return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logNestedStatements"))
5161
+
5162
+ @log_nested_statements.setter
5163
+ def log_nested_statements(
5164
+ self,
5165
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
5166
+ ) -> None:
5167
+ if __debug__:
5168
+ type_hints = typing.get_type_hints(_typecheckingstub__79ba090e99b2ef9d8ed41d6e44ce66470ddcefe1c32d027e0463228cc96d6685)
5169
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5170
+ jsii.set(self, "logNestedStatements", value)
5171
+
5172
+ @builtins.property
5173
+ @jsii.member(jsii_name="logParameter")
5174
+ def log_parameter(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
5175
+ return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logParameter"))
5176
+
5177
+ @log_parameter.setter
5178
+ def log_parameter(
5179
+ self,
5180
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
5181
+ ) -> None:
5182
+ if __debug__:
5183
+ type_hints = typing.get_type_hints(_typecheckingstub__ce37f1d5b091e3bef4d0ceef4d0bd3d6e8c9d020ab9434f480ee27f96db29e67)
5184
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5185
+ jsii.set(self, "logParameter", value)
5186
+
5187
+ @builtins.property
5188
+ @jsii.member(jsii_name="logParameterMaxSize")
5189
+ def log_parameter_max_size(self) -> jsii.Number:
5190
+ return typing.cast(jsii.Number, jsii.get(self, "logParameterMaxSize"))
5191
+
5192
+ @log_parameter_max_size.setter
5193
+ def log_parameter_max_size(self, value: jsii.Number) -> None:
5194
+ if __debug__:
5195
+ type_hints = typing.get_type_hints(_typecheckingstub__c637be970804d44fa68b279ab066787132117df8c2cf404436ab10521d07f616)
5196
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5197
+ jsii.set(self, "logParameterMaxSize", value)
5198
+
5199
+ @builtins.property
5200
+ @jsii.member(jsii_name="logRelation")
5201
+ def log_relation(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
5202
+ return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logRelation"))
5203
+
5204
+ @log_relation.setter
5205
+ def log_relation(
5206
+ self,
5207
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
5208
+ ) -> None:
5209
+ if __debug__:
5210
+ type_hints = typing.get_type_hints(_typecheckingstub__cc52cfab3594e81eeda4e6dbe187d1c4a2e5e035649775d384a4fa2160772234)
5211
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5212
+ jsii.set(self, "logRelation", value)
5213
+
5214
+ @builtins.property
5215
+ @jsii.member(jsii_name="logRows")
5216
+ def log_rows(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
5217
+ return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logRows"))
5218
+
5219
+ @log_rows.setter
5220
+ def log_rows(
5221
+ self,
5222
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
5223
+ ) -> None:
5224
+ if __debug__:
5225
+ type_hints = typing.get_type_hints(_typecheckingstub__5633b1a7e74d6a2c0b066feebb76ab2f159c97dc1f56b47afd171dcd2483c435)
5226
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5227
+ jsii.set(self, "logRows", value)
5228
+
5229
+ @builtins.property
5230
+ @jsii.member(jsii_name="logStatement")
5231
+ def log_statement(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
5232
+ return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logStatement"))
5233
+
5234
+ @log_statement.setter
5235
+ def log_statement(
5236
+ self,
5237
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
5238
+ ) -> None:
5239
+ if __debug__:
5240
+ type_hints = typing.get_type_hints(_typecheckingstub__d7524618da50a3107d8f6d8db59750b885f5eee1808ede6defa9d3b53991a34c)
5241
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5242
+ jsii.set(self, "logStatement", value)
5243
+
5244
+ @builtins.property
5245
+ @jsii.member(jsii_name="logStatementOnce")
5246
+ def log_statement_once(
5247
+ self,
5248
+ ) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
5249
+ return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logStatementOnce"))
5250
+
5251
+ @log_statement_once.setter
5252
+ def log_statement_once(
5253
+ self,
5254
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
5255
+ ) -> None:
5256
+ if __debug__:
5257
+ type_hints = typing.get_type_hints(_typecheckingstub__06eb0435d6455a516aceb5fbf3ecdf75f11263abc7e24b00ccbb15d60e94be95)
5258
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5259
+ jsii.set(self, "logStatementOnce", value)
5260
+
5261
+ @builtins.property
5262
+ @jsii.member(jsii_name="role")
5263
+ def role(self) -> builtins.str:
5264
+ return typing.cast(builtins.str, jsii.get(self, "role"))
5265
+
5266
+ @role.setter
5267
+ def role(self, value: builtins.str) -> None:
5268
+ if __debug__:
5269
+ type_hints = typing.get_type_hints(_typecheckingstub__7f6a3198b0c922afc3600eaa8ef6e6ba0ab8816525f10d28f67fd6c2be9e00e8)
5270
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5271
+ jsii.set(self, "role", value)
5272
+
5273
+ @builtins.property
5274
+ @jsii.member(jsii_name="internalValue")
5275
+ def internal_value(
5276
+ self,
5277
+ ) -> typing.Optional[ManagedDatabasePostgresqlPropertiesPgaudit]:
5278
+ return typing.cast(typing.Optional[ManagedDatabasePostgresqlPropertiesPgaudit], jsii.get(self, "internalValue"))
5279
+
5280
+ @internal_value.setter
5281
+ def internal_value(
5282
+ self,
5283
+ value: typing.Optional[ManagedDatabasePostgresqlPropertiesPgaudit],
5284
+ ) -> None:
5285
+ if __debug__:
5286
+ type_hints = typing.get_type_hints(_typecheckingstub__e8481bc4e1262a1119a3da0eb3f4597c912a4ac32d1819f992cc4c470b3e8272)
5287
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5288
+ jsii.set(self, "internalValue", value)
5289
+
5290
+
4180
5291
  @jsii.data_type(
4181
5292
  jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresqlPropertiesPgbouncer",
4182
5293
  jsii_struct_bases=[],
@@ -4207,15 +5318,15 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
4207
5318
  server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4208
5319
  ) -> None:
4209
5320
  '''
4210
- :param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
4211
- :param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
4212
- :param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
4213
- :param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
4214
- :param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
4215
- :param min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
4216
- :param server_idle_timeout: If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. [seconds] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
4217
- :param server_lifetime: The pooler will close an unused server connection that has been connected longer than this. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
4218
- :param server_reset_query_always: Run server_reset_query (``DISCARD ALL``) in all pooling modes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
5321
+ :param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
5322
+ :param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
5323
+ :param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
5324
+ :param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
5325
+ :param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
5326
+ :param min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
5327
+ :param server_idle_timeout: If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
5328
+ :param server_lifetime: The pooler will close an unused server connection that has been connected longer than this. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
5329
+ :param server_reset_query_always: Run server_reset_query (DISCARD ALL) in all pooling modes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
4219
5330
  '''
4220
5331
  if __debug__:
4221
5332
  type_hints = typing.get_type_hints(_typecheckingstub__2862abffc43a442ad2bff1c444cf98fb770986970925fafb7cc295e2cc45a9b9)
@@ -4252,9 +5363,9 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
4252
5363
  def autodb_idle_timeout(self) -> typing.Optional[jsii.Number]:
4253
5364
  '''If the automatically created database pools have been unused this many seconds, they are freed.
4254
5365
 
4255
- If 0 then timeout is disabled. [seconds]
5366
+ If 0 then timeout is disabled. [seconds].
4256
5367
 
4257
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
5368
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
4258
5369
  '''
4259
5370
  result = self._values.get("autodb_idle_timeout")
4260
5371
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4265,7 +5376,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
4265
5376
 
4266
5377
  Setting it to 0 means unlimited.
4267
5378
 
4268
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
5379
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
4269
5380
  '''
4270
5381
  result = self._values.get("autodb_max_db_connections")
4271
5382
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4274,7 +5385,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
4274
5385
  def autodb_pool_mode(self) -> typing.Optional[builtins.str]:
4275
5386
  '''PGBouncer pool mode.
4276
5387
 
4277
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
5388
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
4278
5389
  '''
4279
5390
  result = self._values.get("autodb_pool_mode")
4280
5391
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4283,7 +5394,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
4283
5394
  def autodb_pool_size(self) -> typing.Optional[jsii.Number]:
4284
5395
  '''If non-zero then create automatically a pool of that size per user when a pool doesn't exist.
4285
5396
 
4286
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
5397
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
4287
5398
  '''
4288
5399
  result = self._values.get("autodb_pool_size")
4289
5400
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4292,7 +5403,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
4292
5403
  def ignore_startup_parameters(self) -> typing.Optional[typing.List[builtins.str]]:
4293
5404
  '''List of parameters to ignore when given in startup packet.
4294
5405
 
4295
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
5406
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
4296
5407
  '''
4297
5408
  result = self._values.get("ignore_startup_parameters")
4298
5409
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -4303,7 +5414,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
4303
5414
 
4304
5415
  Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size.
4305
5416
 
4306
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
5417
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
4307
5418
  '''
4308
5419
  result = self._values.get("min_pool_size")
4309
5420
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4312,9 +5423,9 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
4312
5423
  def server_idle_timeout(self) -> typing.Optional[jsii.Number]:
4313
5424
  '''If a server connection has been idle more than this many seconds it will be dropped.
4314
5425
 
4315
- If 0 then timeout is disabled. [seconds]
5426
+ If 0 then timeout is disabled. [seconds].
4316
5427
 
4317
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
5428
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
4318
5429
  '''
4319
5430
  result = self._values.get("server_idle_timeout")
4320
5431
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4323,7 +5434,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
4323
5434
  def server_lifetime(self) -> typing.Optional[jsii.Number]:
4324
5435
  '''The pooler will close an unused server connection that has been connected longer than this. [seconds].
4325
5436
 
4326
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
5437
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
4327
5438
  '''
4328
5439
  result = self._values.get("server_lifetime")
4329
5440
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4332,9 +5443,9 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
4332
5443
  def server_reset_query_always(
4333
5444
  self,
4334
5445
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
4335
- '''Run server_reset_query (``DISCARD ALL``) in all pooling modes.
5446
+ '''Run server_reset_query (DISCARD ALL) in all pooling modes.
4336
5447
 
4337
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
5448
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
4338
5449
  '''
4339
5450
  result = self._values.get("server_reset_query_always")
4340
5451
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -4601,7 +5712,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
4601
5712
  max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
4602
5713
  ) -> None:
4603
5714
  '''
4604
- :param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
5715
+ :param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
4605
5716
  '''
4606
5717
  if __debug__:
4607
5718
  type_hints = typing.get_type_hints(_typecheckingstub__dd81ae3f527ba52eaf4f2d07e7187afc3b2328ed800858a2364717bdfe0081a9)
@@ -4614,7 +5725,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
4614
5725
  def max_failover_replication_time_lag(self) -> typing.Optional[jsii.Number]:
4615
5726
  '''Number of seconds of master unavailability before triggering database failover to standby.
4616
5727
 
4617
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
5728
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
4618
5729
  '''
4619
5730
  result = self._values.get("max_failover_replication_time_lag")
4620
5731
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4702,7 +5813,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
4702
5813
  max_background_workers: typing.Optional[jsii.Number] = None,
4703
5814
  ) -> None:
4704
5815
  '''
4705
- :param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
5816
+ :param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
4706
5817
  '''
4707
5818
  if __debug__:
4708
5819
  type_hints = typing.get_type_hints(_typecheckingstub__71c8b11f8b53026baff50866f6d74787011a28fc791f639a52c7c58b6f897621)
@@ -4717,7 +5828,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
4717
5828
 
4718
5829
  You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time.
4719
5830
 
4720
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.0.3/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
5831
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
4721
5832
  '''
4722
5833
  result = self._values.get("max_background_workers")
4723
5834
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4799,6 +5910,9 @@ __all__ = [
4799
5910
  "ManagedDatabasePostgresqlComponentsList",
4800
5911
  "ManagedDatabasePostgresqlComponentsOutputReference",
4801
5912
  "ManagedDatabasePostgresqlConfig",
5913
+ "ManagedDatabasePostgresqlNetwork",
5914
+ "ManagedDatabasePostgresqlNetworkList",
5915
+ "ManagedDatabasePostgresqlNetworkOutputReference",
4802
5916
  "ManagedDatabasePostgresqlNodeStates",
4803
5917
  "ManagedDatabasePostgresqlNodeStatesList",
4804
5918
  "ManagedDatabasePostgresqlNodeStatesOutputReference",
@@ -4806,6 +5920,8 @@ __all__ = [
4806
5920
  "ManagedDatabasePostgresqlPropertiesMigration",
4807
5921
  "ManagedDatabasePostgresqlPropertiesMigrationOutputReference",
4808
5922
  "ManagedDatabasePostgresqlPropertiesOutputReference",
5923
+ "ManagedDatabasePostgresqlPropertiesPgaudit",
5924
+ "ManagedDatabasePostgresqlPropertiesPgauditOutputReference",
4809
5925
  "ManagedDatabasePostgresqlPropertiesPgbouncer",
4810
5926
  "ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference",
4811
5927
  "ManagedDatabasePostgresqlPropertiesPglookout",
@@ -4827,6 +5943,7 @@ def _typecheckingstub__5fa809510c8f69da52891462ee8f64a2638b82c8a731ae399fb00992f
4827
5943
  id: typing.Optional[builtins.str] = None,
4828
5944
  maintenance_window_dow: typing.Optional[builtins.str] = None,
4829
5945
  maintenance_window_time: typing.Optional[builtins.str] = None,
5946
+ network: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[ManagedDatabasePostgresqlNetwork, typing.Dict[builtins.str, typing.Any]]]]] = None,
4830
5947
  powered: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4831
5948
  properties: typing.Optional[typing.Union[ManagedDatabasePostgresqlProperties, typing.Dict[builtins.str, typing.Any]]] = None,
4832
5949
  connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -4849,6 +5966,12 @@ def _typecheckingstub__571201bbf7edad587623dcace5caa1c79f3a3df20b06c10b6b082be7a
4849
5966
  """Type checking stubs"""
4850
5967
  pass
4851
5968
 
5969
+ def _typecheckingstub__bbbb3dfe7015b488e0b1c155e305ab2c73855a004722f839bee402b92a211b69(
5970
+ value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[ManagedDatabasePostgresqlNetwork, typing.Dict[builtins.str, typing.Any]]]],
5971
+ ) -> None:
5972
+ """Type checking stubs"""
5973
+ pass
5974
+
4852
5975
  def _typecheckingstub__f9a630d3a04b1e85d141f152306b1446a41a3f48ba0d2183d43b5587ed01b4e2(
4853
5976
  value: builtins.str,
4854
5977
  ) -> None:
@@ -4960,12 +6083,100 @@ def _typecheckingstub__45f42ebdf030afdba0d57f507b07d90736dd58b3b6241153662af2f45
4960
6083
  id: typing.Optional[builtins.str] = None,
4961
6084
  maintenance_window_dow: typing.Optional[builtins.str] = None,
4962
6085
  maintenance_window_time: typing.Optional[builtins.str] = None,
6086
+ network: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[ManagedDatabasePostgresqlNetwork, typing.Dict[builtins.str, typing.Any]]]]] = None,
4963
6087
  powered: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
4964
6088
  properties: typing.Optional[typing.Union[ManagedDatabasePostgresqlProperties, typing.Dict[builtins.str, typing.Any]]] = None,
4965
6089
  ) -> None:
4966
6090
  """Type checking stubs"""
4967
6091
  pass
4968
6092
 
6093
+ def _typecheckingstub__5737b331959851ea941ce795bfc130d63e5ac24633787479fac442c8d6e54407(
6094
+ *,
6095
+ family: builtins.str,
6096
+ name: builtins.str,
6097
+ type: builtins.str,
6098
+ uuid: builtins.str,
6099
+ ) -> None:
6100
+ """Type checking stubs"""
6101
+ pass
6102
+
6103
+ def _typecheckingstub__b3b947cc2484ffb23bbafd58aa46b1a5c58cfbe888b01cf39fdab8d0ceaaf695(
6104
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
6105
+ terraform_attribute: builtins.str,
6106
+ wraps_set: builtins.bool,
6107
+ ) -> None:
6108
+ """Type checking stubs"""
6109
+ pass
6110
+
6111
+ def _typecheckingstub__a360dd571f33825fe94a1c525824de2b6b6956a728a48d2b2bdd61f6557e9e3d(
6112
+ index: jsii.Number,
6113
+ ) -> None:
6114
+ """Type checking stubs"""
6115
+ pass
6116
+
6117
+ def _typecheckingstub__409ed79705ae4380a337e7bdf603a4ccf6d324f3ebe87024e49a3261703efc8c(
6118
+ value: builtins.str,
6119
+ ) -> None:
6120
+ """Type checking stubs"""
6121
+ pass
6122
+
6123
+ def _typecheckingstub__e527f157396ba616a48da774b0d360a6f4aaff257be3460fdf3195f85dc119d2(
6124
+ value: _cdktf_9a9027ec.IInterpolatingParent,
6125
+ ) -> None:
6126
+ """Type checking stubs"""
6127
+ pass
6128
+
6129
+ def _typecheckingstub__b995063066d133b223f91e57e786991501f7f6ef4db004beb2d18daeb8a65aa8(
6130
+ value: builtins.bool,
6131
+ ) -> None:
6132
+ """Type checking stubs"""
6133
+ pass
6134
+
6135
+ def _typecheckingstub__80edead81e58717b2e65e007e33b02196e634c72111cd07c76b3f587de0f4f34(
6136
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ManagedDatabasePostgresqlNetwork]]],
6137
+ ) -> None:
6138
+ """Type checking stubs"""
6139
+ pass
6140
+
6141
+ def _typecheckingstub__0ba9c3d39eb1c44f562260266c493ed246f4ef7c0f77ccc1999be2f1591fea8a(
6142
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
6143
+ terraform_attribute: builtins.str,
6144
+ complex_object_index: jsii.Number,
6145
+ complex_object_is_from_set: builtins.bool,
6146
+ ) -> None:
6147
+ """Type checking stubs"""
6148
+ pass
6149
+
6150
+ def _typecheckingstub__d91f571ddaa3e094e149844de7c144597f83eb5aaca79f72a86cec6e58c672c3(
6151
+ value: builtins.str,
6152
+ ) -> None:
6153
+ """Type checking stubs"""
6154
+ pass
6155
+
6156
+ def _typecheckingstub__460f49c71e7ba9909b6c7e6724334fbc1b82ea4c0d018a7f0c42230222c6e7d8(
6157
+ value: builtins.str,
6158
+ ) -> None:
6159
+ """Type checking stubs"""
6160
+ pass
6161
+
6162
+ def _typecheckingstub__33e124f5de2e3777f97e94b613d5f82b6b1ef5ddab810c1648eb135ec8fd4ca7(
6163
+ value: builtins.str,
6164
+ ) -> None:
6165
+ """Type checking stubs"""
6166
+ pass
6167
+
6168
+ def _typecheckingstub__4085f8142c211fdc139fc6a946b712a7cf489b0e7bffdba7a3d0d330a30bd883(
6169
+ value: builtins.str,
6170
+ ) -> None:
6171
+ """Type checking stubs"""
6172
+ pass
6173
+
6174
+ def _typecheckingstub__b1cccfea5a3b234cba4824b362afd23a009b35c8cfaa17da2f59f7e84412b8c0(
6175
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, ManagedDatabasePostgresqlNetwork]],
6176
+ ) -> None:
6177
+ """Type checking stubs"""
6178
+ pass
6179
+
4969
6180
  def _typecheckingstub__970899e82ef0d640d5cb8230a8fae3d8913f2ea73e5763ea4b69f28dce477894(
4970
6181
  terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
4971
6182
  terraform_attribute: builtins.str,
@@ -5058,6 +6269,7 @@ def _typecheckingstub__c6910d3220979fbcd86275a19c629678468755096ca15771873a4cee0
5058
6269
  max_wal_senders: typing.Optional[jsii.Number] = None,
5059
6270
  max_worker_processes: typing.Optional[jsii.Number] = None,
5060
6271
  migration: typing.Optional[typing.Union[ManagedDatabasePostgresqlPropertiesMigration, typing.Dict[builtins.str, typing.Any]]] = None,
6272
+ pgaudit: typing.Optional[typing.Union[ManagedDatabasePostgresqlPropertiesPgaudit, typing.Dict[builtins.str, typing.Any]]] = None,
5061
6273
  pgbouncer: typing.Optional[typing.Union[ManagedDatabasePostgresqlPropertiesPgbouncer, typing.Dict[builtins.str, typing.Any]]] = None,
5062
6274
  pglookout: typing.Optional[typing.Union[ManagedDatabasePostgresqlPropertiesPglookout, typing.Dict[builtins.str, typing.Any]]] = None,
5063
6275
  pg_partman_bgw_interval: typing.Optional[jsii.Number] = None,
@@ -5091,6 +6303,7 @@ def _typecheckingstub__9a22b07e9381a03b0e883019f9869d2e86afe1337164b3f40f42a6533
5091
6303
  dbname: typing.Optional[builtins.str] = None,
5092
6304
  host: typing.Optional[builtins.str] = None,
5093
6305
  ignore_dbs: typing.Optional[builtins.str] = None,
6306
+ method: typing.Optional[builtins.str] = None,
5094
6307
  password: typing.Optional[builtins.str] = None,
5095
6308
  port: typing.Optional[jsii.Number] = None,
5096
6309
  ssl: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
@@ -5124,6 +6337,12 @@ def _typecheckingstub__5ed77193308666d5a3848635d267e0d341fc69179190e0832fb81a48f
5124
6337
  """Type checking stubs"""
5125
6338
  pass
5126
6339
 
6340
+ def _typecheckingstub__1fb4c8b4612f86674f4e64dd17d4ed079eecd07d785ab3841dc409b159a5e95c(
6341
+ value: builtins.str,
6342
+ ) -> None:
6343
+ """Type checking stubs"""
6344
+ pass
6345
+
5127
6346
  def _typecheckingstub__c0fdfd5c0b89db2edd92450c9ac53a11e1f3dd5d6210595996291472c6e80be5(
5128
6347
  value: builtins.str,
5129
6348
  ) -> None:
@@ -5545,6 +6764,123 @@ def _typecheckingstub__520a338727eb7d856b3b656bc7f18cdedc438461e851ce53575867749
5545
6764
  """Type checking stubs"""
5546
6765
  pass
5547
6766
 
6767
+ def _typecheckingstub__ceddef9157916dec3e9a0146d7eedd65e39272ad64a94090ac97ce9eb4e638a6(
6768
+ *,
6769
+ feature_enabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
6770
+ log: typing.Optional[typing.Sequence[builtins.str]] = None,
6771
+ log_catalog: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
6772
+ log_client: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
6773
+ log_level: typing.Optional[builtins.str] = None,
6774
+ log_max_string_length: typing.Optional[jsii.Number] = None,
6775
+ log_nested_statements: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
6776
+ log_parameter: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
6777
+ log_parameter_max_size: typing.Optional[jsii.Number] = None,
6778
+ log_relation: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
6779
+ log_rows: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
6780
+ log_statement: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
6781
+ log_statement_once: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
6782
+ role: typing.Optional[builtins.str] = None,
6783
+ ) -> None:
6784
+ """Type checking stubs"""
6785
+ pass
6786
+
6787
+ def _typecheckingstub__464ca482964593b0d9e773fbd6dc07d727fc64f0af5ecb299985f5926fe9926f(
6788
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
6789
+ terraform_attribute: builtins.str,
6790
+ ) -> None:
6791
+ """Type checking stubs"""
6792
+ pass
6793
+
6794
+ def _typecheckingstub__bbc9b433486d9bb7d1609f8a5132fe20e78e3c0f5c752c920af98c9e7de822e1(
6795
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
6796
+ ) -> None:
6797
+ """Type checking stubs"""
6798
+ pass
6799
+
6800
+ def _typecheckingstub__1d42260ac22d8d15c9b3103737e859b27c183e431b97bb47c1a2cb32f3ed5232(
6801
+ value: typing.List[builtins.str],
6802
+ ) -> None:
6803
+ """Type checking stubs"""
6804
+ pass
6805
+
6806
+ def _typecheckingstub__f2e01677919856bac39b08212f3a95dd303d385856121a095ea097d8627f226c(
6807
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
6808
+ ) -> None:
6809
+ """Type checking stubs"""
6810
+ pass
6811
+
6812
+ def _typecheckingstub__e85f22f31e95a82529a0182521fe54e51b95cc55171651188c909327a7cda591(
6813
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
6814
+ ) -> None:
6815
+ """Type checking stubs"""
6816
+ pass
6817
+
6818
+ def _typecheckingstub__f6b17d3021c92b2d92d85de2aa175a78950f3edb6630682261da5f055c1bd5fa(
6819
+ value: builtins.str,
6820
+ ) -> None:
6821
+ """Type checking stubs"""
6822
+ pass
6823
+
6824
+ def _typecheckingstub__c5289994fd6001603188306c40f7d768c770c8b24ac29b201562957f408410db(
6825
+ value: jsii.Number,
6826
+ ) -> None:
6827
+ """Type checking stubs"""
6828
+ pass
6829
+
6830
+ def _typecheckingstub__79ba090e99b2ef9d8ed41d6e44ce66470ddcefe1c32d027e0463228cc96d6685(
6831
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
6832
+ ) -> None:
6833
+ """Type checking stubs"""
6834
+ pass
6835
+
6836
+ def _typecheckingstub__ce37f1d5b091e3bef4d0ceef4d0bd3d6e8c9d020ab9434f480ee27f96db29e67(
6837
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
6838
+ ) -> None:
6839
+ """Type checking stubs"""
6840
+ pass
6841
+
6842
+ def _typecheckingstub__c637be970804d44fa68b279ab066787132117df8c2cf404436ab10521d07f616(
6843
+ value: jsii.Number,
6844
+ ) -> None:
6845
+ """Type checking stubs"""
6846
+ pass
6847
+
6848
+ def _typecheckingstub__cc52cfab3594e81eeda4e6dbe187d1c4a2e5e035649775d384a4fa2160772234(
6849
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
6850
+ ) -> None:
6851
+ """Type checking stubs"""
6852
+ pass
6853
+
6854
+ def _typecheckingstub__5633b1a7e74d6a2c0b066feebb76ab2f159c97dc1f56b47afd171dcd2483c435(
6855
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
6856
+ ) -> None:
6857
+ """Type checking stubs"""
6858
+ pass
6859
+
6860
+ def _typecheckingstub__d7524618da50a3107d8f6d8db59750b885f5eee1808ede6defa9d3b53991a34c(
6861
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
6862
+ ) -> None:
6863
+ """Type checking stubs"""
6864
+ pass
6865
+
6866
+ def _typecheckingstub__06eb0435d6455a516aceb5fbf3ecdf75f11263abc7e24b00ccbb15d60e94be95(
6867
+ value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
6868
+ ) -> None:
6869
+ """Type checking stubs"""
6870
+ pass
6871
+
6872
+ def _typecheckingstub__7f6a3198b0c922afc3600eaa8ef6e6ba0ab8816525f10d28f67fd6c2be9e00e8(
6873
+ value: builtins.str,
6874
+ ) -> None:
6875
+ """Type checking stubs"""
6876
+ pass
6877
+
6878
+ def _typecheckingstub__e8481bc4e1262a1119a3da0eb3f4597c912a4ac32d1819f992cc4c470b3e8272(
6879
+ value: typing.Optional[ManagedDatabasePostgresqlPropertiesPgaudit],
6880
+ ) -> None:
6881
+ """Type checking stubs"""
6882
+ pass
6883
+
5548
6884
  def _typecheckingstub__2862abffc43a442ad2bff1c444cf98fb770986970925fafb7cc295e2cc45a9b9(
5549
6885
  *,
5550
6886
  autodb_idle_timeout: typing.Optional[jsii.Number] = None,