cdktf-cdktf-provider-upcloud 11.0.2__py3-none-any.whl → 11.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- cdktf_cdktf_provider_upcloud/__init__.py +13 -15
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@11.1.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +47 -47
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +280 -52
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +463 -0
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +89 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +165 -165
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +225 -172
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +73 -73
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +342 -289
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +150 -97
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +73 -30
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/network/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/provider/__init__.py +71 -22
- cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/server/__init__.py +282 -138
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/storage/__init__.py +55 -55
- cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-11.0.2.dist-info → cdktf_cdktf_provider_upcloud-11.1.0.dist-info}/METADATA +14 -18
- cdktf_cdktf_provider_upcloud-11.1.0.dist-info/RECORD +54 -0
- {cdktf_cdktf_provider_upcloud-11.0.2.dist-info → cdktf_cdktf_provider_upcloud-11.1.0.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@11.0.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-11.0.2.dist-info/RECORD +0 -53
- {cdktf_cdktf_provider_upcloud-11.0.2.dist-info → cdktf_cdktf_provider_upcloud-11.1.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-11.0.2.dist-info → cdktf_cdktf_provider_upcloud-11.1.0.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 Registory for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
4
|
+
Refer to the Terraform Registory for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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/3.
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql}.'''
|
|
30
30
|
|
|
31
31
|
def __init__(
|
|
32
32
|
self,
|
|
@@ -50,19 +50,19 @@ class ManagedDatabasePostgresql(
|
|
|
50
50
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
51
51
|
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
52
|
) -> None:
|
|
53
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
53
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql} Resource.
|
|
54
54
|
|
|
55
55
|
:param scope: The scope in which to define this construct.
|
|
56
56
|
: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/3.
|
|
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/3.
|
|
59
|
-
: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/3.
|
|
60
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
61
|
-
: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/3.
|
|
62
|
-
: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/3.
|
|
63
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
64
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
65
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
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/3.3.0/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/3.3.0/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
59
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
60
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
61
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
62
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
63
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
64
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
65
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
66
66
|
:param connection:
|
|
67
67
|
:param count:
|
|
68
68
|
:param depends_on:
|
|
@@ -109,7 +109,7 @@ class ManagedDatabasePostgresql(
|
|
|
109
109
|
|
|
110
110
|
:param scope: The scope in which to define this construct.
|
|
111
111
|
:param import_to_id: The construct id used in the generated config for the 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/3.
|
|
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/3.3.0/docs/resources/managed_database_postgresql#import import section} in the documentation of this resource for the id to use
|
|
113
113
|
:param provider: ? Optional instance of the provider where the ManagedDatabasePostgresql to import is found.
|
|
114
114
|
'''
|
|
115
115
|
if __debug__:
|
|
@@ -178,6 +178,7 @@ class ManagedDatabasePostgresql(
|
|
|
178
178
|
pg_stat_monitor_pgsm_max_buckets: typing.Optional[jsii.Number] = None,
|
|
179
179
|
pg_stat_statements_track: typing.Optional[builtins.str] = None,
|
|
180
180
|
public_access: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
181
|
+
service_log: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
181
182
|
shared_buffers_percentage: typing.Optional[jsii.Number] = None,
|
|
182
183
|
synchronous_replication: typing.Optional[builtins.str] = None,
|
|
183
184
|
temp_file_limit: typing.Optional[jsii.Number] = None,
|
|
@@ -194,74 +195,75 @@ class ManagedDatabasePostgresql(
|
|
|
194
195
|
work_mem: typing.Optional[jsii.Number] = None,
|
|
195
196
|
) -> None:
|
|
196
197
|
'''
|
|
197
|
-
: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/3.
|
|
198
|
-
: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/3.
|
|
199
|
-
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
200
|
-
: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/3.
|
|
201
|
-
: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/3.
|
|
202
|
-
: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/3.
|
|
203
|
-
: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/3.
|
|
204
|
-
: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/3.
|
|
205
|
-
: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/3.
|
|
206
|
-
: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/3.
|
|
207
|
-
: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/3.
|
|
208
|
-
: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/3.
|
|
209
|
-
: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/3.
|
|
210
|
-
: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/3.
|
|
211
|
-
: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/3.
|
|
212
|
-
: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/3.
|
|
213
|
-
: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/3.
|
|
214
|
-
: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/3.
|
|
215
|
-
: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/3.
|
|
216
|
-
: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/3.
|
|
217
|
-
: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/3.
|
|
218
|
-
:param ip_filter: IP filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
219
|
-
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
220
|
-
: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/3.
|
|
221
|
-
: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/3.
|
|
222
|
-
: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/3.
|
|
223
|
-
: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/3.
|
|
224
|
-
: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/3.
|
|
225
|
-
: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/3.
|
|
226
|
-
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
227
|
-
: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/3.
|
|
228
|
-
: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/3.
|
|
229
|
-
: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/3.
|
|
230
|
-
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
231
|
-
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
232
|
-
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
233
|
-
: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/3.
|
|
234
|
-
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
235
|
-
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
236
|
-
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
237
|
-
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
238
|
-
: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/3.
|
|
239
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
240
|
-
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
241
|
-
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
242
|
-
: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/3.
|
|
243
|
-
: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/3.
|
|
244
|
-
:param pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
245
|
-
:param pg_service_to_fork_from: Name of the PG Service from which to fork (deprecated, use service_to_fork_from). This has effect only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
246
|
-
: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/3.
|
|
247
|
-
: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/3.
|
|
248
|
-
: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/3.
|
|
249
|
-
: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/3.
|
|
250
|
-
: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/3.
|
|
251
|
-
:param
|
|
252
|
-
:param
|
|
253
|
-
:param
|
|
254
|
-
:param
|
|
255
|
-
:param
|
|
256
|
-
:param
|
|
257
|
-
:param
|
|
258
|
-
:param
|
|
259
|
-
:param
|
|
260
|
-
:param
|
|
261
|
-
:param
|
|
262
|
-
:param
|
|
263
|
-
:param
|
|
264
|
-
:param
|
|
198
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
199
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
200
|
+
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
201
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
202
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
203
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
204
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
205
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
206
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
207
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
208
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
209
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
210
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
211
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
212
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
213
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
214
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
215
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
216
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
217
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
218
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
219
|
+
:param ip_filter: IP filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
220
|
+
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
221
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
222
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
223
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
224
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
225
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
226
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
227
|
+
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
228
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
229
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
230
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
231
|
+
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
232
|
+
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
233
|
+
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
234
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
235
|
+
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
236
|
+
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
237
|
+
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
238
|
+
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
239
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
240
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
241
|
+
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
242
|
+
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
243
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
244
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
245
|
+
:param pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pg_read_replica ManagedDatabasePostgresql#pg_read_replica}
|
|
246
|
+
:param pg_service_to_fork_from: Name of the PG Service from which to fork (deprecated, use service_to_fork_from). This has effect only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pg_service_to_fork_from ManagedDatabasePostgresql#pg_service_to_fork_from}
|
|
247
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
248
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
249
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
250
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
251
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
252
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
253
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
254
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
255
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
256
|
+
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
257
|
+
:param timezone: timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
258
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
259
|
+
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
260
|
+
:param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
261
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
262
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
263
|
+
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
264
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
265
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
266
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
265
267
|
'''
|
|
266
268
|
value = ManagedDatabasePostgresqlProperties(
|
|
267
269
|
admin_password=admin_password,
|
|
@@ -318,6 +320,7 @@ class ManagedDatabasePostgresql(
|
|
|
318
320
|
pg_stat_monitor_pgsm_max_buckets=pg_stat_monitor_pgsm_max_buckets,
|
|
319
321
|
pg_stat_statements_track=pg_stat_statements_track,
|
|
320
322
|
public_access=public_access,
|
|
323
|
+
service_log=service_log,
|
|
321
324
|
shared_buffers_percentage=shared_buffers_percentage,
|
|
322
325
|
synchronous_replication=synchronous_replication,
|
|
323
326
|
temp_file_limit=temp_file_limit,
|
|
@@ -793,15 +796,15 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
793
796
|
:param lifecycle:
|
|
794
797
|
:param provider:
|
|
795
798
|
:param provisioners:
|
|
796
|
-
: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/3.
|
|
797
|
-
: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/3.
|
|
798
|
-
: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/3.
|
|
799
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
800
|
-
: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/3.
|
|
801
|
-
: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/3.
|
|
802
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
803
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
804
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
799
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
800
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
801
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
802
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/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.
|
|
803
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
804
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
805
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
806
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
807
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
805
808
|
'''
|
|
806
809
|
if isinstance(lifecycle, dict):
|
|
807
810
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -927,7 +930,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
927
930
|
|
|
928
931
|
The name is used as a prefix for the logical hostname. Must be unique within an account
|
|
929
932
|
|
|
930
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
933
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
931
934
|
'''
|
|
932
935
|
result = self._values.get("name")
|
|
933
936
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -939,7 +942,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
939
942
|
|
|
940
943
|
This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``.
|
|
941
944
|
|
|
942
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
945
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
943
946
|
'''
|
|
944
947
|
result = self._values.get("plan")
|
|
945
948
|
assert result is not None, "Required property 'plan' is missing"
|
|
@@ -949,7 +952,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
949
952
|
def zone(self) -> builtins.str:
|
|
950
953
|
'''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
951
954
|
|
|
952
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
955
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
953
956
|
'''
|
|
954
957
|
result = self._values.get("zone")
|
|
955
958
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -957,7 +960,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
957
960
|
|
|
958
961
|
@builtins.property
|
|
959
962
|
def id(self) -> typing.Optional[builtins.str]:
|
|
960
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
963
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#id}.
|
|
961
964
|
|
|
962
965
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
963
966
|
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.
|
|
@@ -969,7 +972,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
969
972
|
def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
|
|
970
973
|
'''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
|
|
971
974
|
|
|
972
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
975
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
973
976
|
'''
|
|
974
977
|
result = self._values.get("maintenance_window_dow")
|
|
975
978
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -978,7 +981,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
978
981
|
def maintenance_window_time(self) -> typing.Optional[builtins.str]:
|
|
979
982
|
'''Maintenance window UTC time in hh:mm:ss format.
|
|
980
983
|
|
|
981
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
984
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
982
985
|
'''
|
|
983
986
|
result = self._values.get("maintenance_window_time")
|
|
984
987
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -989,7 +992,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
989
992
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
990
993
|
'''The administrative power state of the service.
|
|
991
994
|
|
|
992
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
995
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
993
996
|
'''
|
|
994
997
|
result = self._values.get("powered")
|
|
995
998
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -998,7 +1001,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
998
1001
|
def properties(self) -> typing.Optional["ManagedDatabasePostgresqlProperties"]:
|
|
999
1002
|
'''properties block.
|
|
1000
1003
|
|
|
1001
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1004
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
1002
1005
|
'''
|
|
1003
1006
|
result = self._values.get("properties")
|
|
1004
1007
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlProperties"], result)
|
|
@@ -1007,7 +1010,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1007
1010
|
def title(self) -> typing.Optional[builtins.str]:
|
|
1008
1011
|
'''Title of a managed database instance.
|
|
1009
1012
|
|
|
1010
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1013
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
1011
1014
|
'''
|
|
1012
1015
|
result = self._values.get("title")
|
|
1013
1016
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1236,6 +1239,7 @@ class ManagedDatabasePostgresqlNodeStatesOutputReference(
|
|
|
1236
1239
|
"pg_stat_monitor_pgsm_max_buckets": "pgStatMonitorPgsmMaxBuckets",
|
|
1237
1240
|
"pg_stat_statements_track": "pgStatStatementsTrack",
|
|
1238
1241
|
"public_access": "publicAccess",
|
|
1242
|
+
"service_log": "serviceLog",
|
|
1239
1243
|
"shared_buffers_percentage": "sharedBuffersPercentage",
|
|
1240
1244
|
"synchronous_replication": "synchronousReplication",
|
|
1241
1245
|
"temp_file_limit": "tempFileLimit",
|
|
@@ -1310,6 +1314,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1310
1314
|
pg_stat_monitor_pgsm_max_buckets: typing.Optional[jsii.Number] = None,
|
|
1311
1315
|
pg_stat_statements_track: typing.Optional[builtins.str] = None,
|
|
1312
1316
|
public_access: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
1317
|
+
service_log: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
1313
1318
|
shared_buffers_percentage: typing.Optional[jsii.Number] = None,
|
|
1314
1319
|
synchronous_replication: typing.Optional[builtins.str] = None,
|
|
1315
1320
|
temp_file_limit: typing.Optional[jsii.Number] = None,
|
|
@@ -1326,74 +1331,75 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1326
1331
|
work_mem: typing.Optional[jsii.Number] = None,
|
|
1327
1332
|
) -> None:
|
|
1328
1333
|
'''
|
|
1329
|
-
: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/3.
|
|
1330
|
-
: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/3.
|
|
1331
|
-
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1332
|
-
: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/3.
|
|
1333
|
-
: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/3.
|
|
1334
|
-
: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/3.
|
|
1335
|
-
: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/3.
|
|
1336
|
-
: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/3.
|
|
1337
|
-
: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/3.
|
|
1338
|
-
: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/3.
|
|
1339
|
-
: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/3.
|
|
1340
|
-
: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/3.
|
|
1341
|
-
: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/3.
|
|
1342
|
-
: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/3.
|
|
1343
|
-
: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/3.
|
|
1344
|
-
: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/3.
|
|
1345
|
-
: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/3.
|
|
1346
|
-
: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/3.
|
|
1347
|
-
: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/3.
|
|
1348
|
-
: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/3.
|
|
1349
|
-
: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/3.
|
|
1350
|
-
:param ip_filter: IP filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1351
|
-
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1352
|
-
: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/3.
|
|
1353
|
-
: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/3.
|
|
1354
|
-
: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/3.
|
|
1355
|
-
: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/3.
|
|
1356
|
-
: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/3.
|
|
1357
|
-
: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/3.
|
|
1358
|
-
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1359
|
-
: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/3.
|
|
1360
|
-
: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/3.
|
|
1361
|
-
: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/3.
|
|
1362
|
-
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1363
|
-
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1364
|
-
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1365
|
-
: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/3.
|
|
1366
|
-
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1367
|
-
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1368
|
-
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1369
|
-
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1370
|
-
: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/3.
|
|
1371
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1372
|
-
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1373
|
-
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1374
|
-
: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/3.
|
|
1375
|
-
: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/3.
|
|
1376
|
-
:param pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1377
|
-
:param pg_service_to_fork_from: Name of the PG Service from which to fork (deprecated, use service_to_fork_from). This has effect only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1378
|
-
: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/3.
|
|
1379
|
-
: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/3.
|
|
1380
|
-
: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/3.
|
|
1381
|
-
: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/3.
|
|
1382
|
-
: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/3.
|
|
1383
|
-
:param
|
|
1384
|
-
:param
|
|
1385
|
-
:param
|
|
1386
|
-
:param
|
|
1387
|
-
:param
|
|
1388
|
-
:param
|
|
1389
|
-
:param
|
|
1390
|
-
:param
|
|
1391
|
-
:param
|
|
1392
|
-
:param
|
|
1393
|
-
:param
|
|
1394
|
-
:param
|
|
1395
|
-
:param
|
|
1396
|
-
:param
|
|
1334
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
1335
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
1336
|
+
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
1337
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
1338
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
1339
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
1340
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
1341
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
1342
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
1343
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
1344
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
1345
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
1346
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
1347
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
1348
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
1349
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
1350
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
1351
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
1352
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
1353
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
1354
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
1355
|
+
:param ip_filter: IP filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
1356
|
+
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
1357
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
1358
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
1359
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
1360
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
1361
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
1362
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
1363
|
+
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
1364
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
1365
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
1366
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
1367
|
+
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
1368
|
+
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
1369
|
+
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
1370
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
1371
|
+
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
1372
|
+
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
1373
|
+
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
1374
|
+
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
1375
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
1376
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
1377
|
+
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
1378
|
+
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
1379
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
1380
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
1381
|
+
:param pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pg_read_replica ManagedDatabasePostgresql#pg_read_replica}
|
|
1382
|
+
:param pg_service_to_fork_from: Name of the PG Service from which to fork (deprecated, use service_to_fork_from). This has effect only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pg_service_to_fork_from ManagedDatabasePostgresql#pg_service_to_fork_from}
|
|
1383
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
1384
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
1385
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
1386
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
1387
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
1388
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
1389
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
1390
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
1391
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
1392
|
+
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
1393
|
+
:param timezone: timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
1394
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
1395
|
+
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
1396
|
+
:param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
1397
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
1398
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
1399
|
+
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
1400
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
1401
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
1402
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
1397
1403
|
'''
|
|
1398
1404
|
if isinstance(migration, dict):
|
|
1399
1405
|
migration = ManagedDatabasePostgresqlPropertiesMigration(**migration)
|
|
@@ -1459,6 +1465,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1459
1465
|
check_type(argname="argument pg_stat_monitor_pgsm_max_buckets", value=pg_stat_monitor_pgsm_max_buckets, expected_type=type_hints["pg_stat_monitor_pgsm_max_buckets"])
|
|
1460
1466
|
check_type(argname="argument pg_stat_statements_track", value=pg_stat_statements_track, expected_type=type_hints["pg_stat_statements_track"])
|
|
1461
1467
|
check_type(argname="argument public_access", value=public_access, expected_type=type_hints["public_access"])
|
|
1468
|
+
check_type(argname="argument service_log", value=service_log, expected_type=type_hints["service_log"])
|
|
1462
1469
|
check_type(argname="argument shared_buffers_percentage", value=shared_buffers_percentage, expected_type=type_hints["shared_buffers_percentage"])
|
|
1463
1470
|
check_type(argname="argument synchronous_replication", value=synchronous_replication, expected_type=type_hints["synchronous_replication"])
|
|
1464
1471
|
check_type(argname="argument temp_file_limit", value=temp_file_limit, expected_type=type_hints["temp_file_limit"])
|
|
@@ -1582,6 +1589,8 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1582
1589
|
self._values["pg_stat_statements_track"] = pg_stat_statements_track
|
|
1583
1590
|
if public_access is not None:
|
|
1584
1591
|
self._values["public_access"] = public_access
|
|
1592
|
+
if service_log is not None:
|
|
1593
|
+
self._values["service_log"] = service_log
|
|
1585
1594
|
if shared_buffers_percentage is not None:
|
|
1586
1595
|
self._values["shared_buffers_percentage"] = shared_buffers_percentage
|
|
1587
1596
|
if synchronous_replication is not None:
|
|
@@ -1617,7 +1626,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1617
1626
|
|
|
1618
1627
|
Defaults to random string. This must be set only when a new service is being created.
|
|
1619
1628
|
|
|
1620
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1629
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
1621
1630
|
'''
|
|
1622
1631
|
result = self._values.get("admin_password")
|
|
1623
1632
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1626,7 +1635,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1626
1635
|
def admin_username(self) -> typing.Optional[builtins.str]:
|
|
1627
1636
|
'''Custom username for admin user. This must be set only when a new service is being created.
|
|
1628
1637
|
|
|
1629
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1638
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
1630
1639
|
'''
|
|
1631
1640
|
result = self._values.get("admin_username")
|
|
1632
1641
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1637,7 +1646,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1637
1646
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1638
1647
|
'''Automatic utility network IP Filter.
|
|
1639
1648
|
|
|
1640
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1649
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
1641
1650
|
'''
|
|
1642
1651
|
result = self._values.get("automatic_utility_network_ip_filter")
|
|
1643
1652
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1648,7 +1657,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1648
1657
|
|
|
1649
1658
|
The default is ``0.2`` (20% of table size)
|
|
1650
1659
|
|
|
1651
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1660
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
1652
1661
|
'''
|
|
1653
1662
|
result = self._values.get("autovacuum_analyze_scale_factor")
|
|
1654
1663
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1659,7 +1668,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1659
1668
|
|
|
1660
1669
|
The default is ``50`` tuples.
|
|
1661
1670
|
|
|
1662
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1671
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
1663
1672
|
'''
|
|
1664
1673
|
result = self._values.get("autovacuum_analyze_threshold")
|
|
1665
1674
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1668,7 +1677,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1668
1677
|
def autovacuum_freeze_max_age(self) -> typing.Optional[jsii.Number]:
|
|
1669
1678
|
'''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.
|
|
1670
1679
|
|
|
1671
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1680
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
1672
1681
|
'''
|
|
1673
1682
|
result = self._values.get("autovacuum_freeze_max_age")
|
|
1674
1683
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1679,7 +1688,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1679
1688
|
|
|
1680
1689
|
The default is ``3``. This parameter can only be set at server start.
|
|
1681
1690
|
|
|
1682
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1691
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
1683
1692
|
'''
|
|
1684
1693
|
result = self._values.get("autovacuum_max_workers")
|
|
1685
1694
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1690,7 +1699,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1690
1699
|
|
|
1691
1700
|
The delay is measured in seconds, and the default is ``1`` minute
|
|
1692
1701
|
|
|
1693
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1702
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
1694
1703
|
'''
|
|
1695
1704
|
result = self._values.get("autovacuum_naptime")
|
|
1696
1705
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1701,7 +1710,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1701
1710
|
|
|
1702
1711
|
If ``-1`` is specified, the regular ``vacuum_cost_delay`` value will be used. The default value is ``20`` milliseconds
|
|
1703
1712
|
|
|
1704
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1713
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
1705
1714
|
'''
|
|
1706
1715
|
result = self._values.get("autovacuum_vacuum_cost_delay")
|
|
1707
1716
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1712,7 +1721,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1712
1721
|
|
|
1713
1722
|
If ``-1`` is specified (which is the default), the regular ``vacuum_cost_limit`` value will be used.
|
|
1714
1723
|
|
|
1715
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1724
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
1716
1725
|
'''
|
|
1717
1726
|
result = self._values.get("autovacuum_vacuum_cost_limit")
|
|
1718
1727
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1723,7 +1732,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1723
1732
|
|
|
1724
1733
|
The default is ``0.2`` (20% of table size)
|
|
1725
1734
|
|
|
1726
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1735
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
1727
1736
|
'''
|
|
1728
1737
|
result = self._values.get("autovacuum_vacuum_scale_factor")
|
|
1729
1738
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1734,7 +1743,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1734
1743
|
|
|
1735
1744
|
The default is ``50`` tuples
|
|
1736
1745
|
|
|
1737
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1746
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
1738
1747
|
'''
|
|
1739
1748
|
result = self._values.get("autovacuum_vacuum_threshold")
|
|
1740
1749
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1745,7 +1754,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1745
1754
|
|
|
1746
1755
|
New backup is only started if previous backup has already completed.
|
|
1747
1756
|
|
|
1748
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1757
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
1749
1758
|
'''
|
|
1750
1759
|
result = self._values.get("backup_hour")
|
|
1751
1760
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1756,7 +1765,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1756
1765
|
|
|
1757
1766
|
New backup is only started if previous backup has already completed.
|
|
1758
1767
|
|
|
1759
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1768
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
1760
1769
|
'''
|
|
1761
1770
|
result = self._values.get("backup_minute")
|
|
1762
1771
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1765,7 +1774,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1765
1774
|
def bgwriter_delay(self) -> typing.Optional[jsii.Number]:
|
|
1766
1775
|
'''Specifies the delay between activity rounds for the background writer in milliseconds. Default is ``200``.
|
|
1767
1776
|
|
|
1768
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1777
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
1769
1778
|
'''
|
|
1770
1779
|
result = self._values.get("bgwriter_delay")
|
|
1771
1780
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1776,7 +1785,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1776
1785
|
|
|
1777
1786
|
Specified in kilobytes, default is ``512``. Setting of ``0`` disables forced writeback.
|
|
1778
1787
|
|
|
1779
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1788
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
1780
1789
|
'''
|
|
1781
1790
|
result = self._values.get("bgwriter_flush_after")
|
|
1782
1791
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1787,7 +1796,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1787
1796
|
|
|
1788
1797
|
Setting this to zero disables background writing. Default is ``100``.
|
|
1789
1798
|
|
|
1790
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1799
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
1791
1800
|
'''
|
|
1792
1801
|
result = self._values.get("bgwriter_lru_maxpages")
|
|
1793
1802
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1798,7 +1807,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1798
1807
|
|
|
1799
1808
|
``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``.
|
|
1800
1809
|
|
|
1801
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1810
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
1802
1811
|
'''
|
|
1803
1812
|
result = self._values.get("bgwriter_lru_multiplier")
|
|
1804
1813
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1807,7 +1816,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1807
1816
|
def deadlock_timeout(self) -> typing.Optional[jsii.Number]:
|
|
1808
1817
|
'''This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
|
|
1809
1818
|
|
|
1810
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1819
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
1811
1820
|
'''
|
|
1812
1821
|
result = self._values.get("deadlock_timeout")
|
|
1813
1822
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1816,7 +1825,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1816
1825
|
def default_toast_compression(self) -> typing.Optional[builtins.str]:
|
|
1817
1826
|
'''Controls the amount of detail written in the server log for each message that is logged.
|
|
1818
1827
|
|
|
1819
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1828
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
1820
1829
|
'''
|
|
1821
1830
|
result = self._values.get("default_toast_compression")
|
|
1822
1831
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1825,7 +1834,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1825
1834
|
def idle_in_transaction_session_timeout(self) -> typing.Optional[jsii.Number]:
|
|
1826
1835
|
'''Time out sessions with open transactions after this number of milliseconds.
|
|
1827
1836
|
|
|
1828
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1837
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
1829
1838
|
'''
|
|
1830
1839
|
result = self._values.get("idle_in_transaction_session_timeout")
|
|
1831
1840
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1834,7 +1843,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1834
1843
|
def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1835
1844
|
'''IP filter.
|
|
1836
1845
|
|
|
1837
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1846
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
1838
1847
|
'''
|
|
1839
1848
|
result = self._values.get("ip_filter")
|
|
1840
1849
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -1845,7 +1854,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1845
1854
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1846
1855
|
'''Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
1847
1856
|
|
|
1848
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1857
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
1849
1858
|
'''
|
|
1850
1859
|
result = self._values.get("jit")
|
|
1851
1860
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1856,7 +1865,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1856
1865
|
|
|
1857
1866
|
Setting this to ``0`` logs all autovacuum actions. The default ``-1`` disables logging autovacuum actions.
|
|
1858
1867
|
|
|
1859
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1868
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
1860
1869
|
'''
|
|
1861
1870
|
result = self._values.get("log_autovacuum_min_duration")
|
|
1862
1871
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1865,7 +1874,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1865
1874
|
def log_error_verbosity(self) -> typing.Optional[builtins.str]:
|
|
1866
1875
|
'''Controls the amount of detail written in the server log for each message that is logged.
|
|
1867
1876
|
|
|
1868
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1877
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
1869
1878
|
'''
|
|
1870
1879
|
result = self._values.get("log_error_verbosity")
|
|
1871
1880
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1874,7 +1883,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1874
1883
|
def log_line_prefix(self) -> typing.Optional[builtins.str]:
|
|
1875
1884
|
'''Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
|
|
1876
1885
|
|
|
1877
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1886
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
1878
1887
|
'''
|
|
1879
1888
|
result = self._values.get("log_line_prefix")
|
|
1880
1889
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1883,7 +1892,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1883
1892
|
def log_min_duration_statement(self) -> typing.Optional[jsii.Number]:
|
|
1884
1893
|
'''Log statements that take more than this number of milliseconds to run, ``-1`` disables.
|
|
1885
1894
|
|
|
1886
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1895
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
1887
1896
|
'''
|
|
1888
1897
|
result = self._values.get("log_min_duration_statement")
|
|
1889
1898
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1892,7 +1901,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1892
1901
|
def log_temp_files(self) -> typing.Optional[jsii.Number]:
|
|
1893
1902
|
'''Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
1894
1903
|
|
|
1895
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1904
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
1896
1905
|
'''
|
|
1897
1906
|
result = self._values.get("log_temp_files")
|
|
1898
1907
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1901,7 +1910,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1901
1910
|
def max_files_per_process(self) -> typing.Optional[jsii.Number]:
|
|
1902
1911
|
'''PostgreSQL maximum number of files that can be open per process.
|
|
1903
1912
|
|
|
1904
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1913
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
1905
1914
|
'''
|
|
1906
1915
|
result = self._values.get("max_files_per_process")
|
|
1907
1916
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1910,7 +1919,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1910
1919
|
def max_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
|
|
1911
1920
|
'''PostgreSQL maximum locks per transaction.
|
|
1912
1921
|
|
|
1913
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1922
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
1914
1923
|
'''
|
|
1915
1924
|
result = self._values.get("max_locks_per_transaction")
|
|
1916
1925
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1919,7 +1928,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1919
1928
|
def max_logical_replication_workers(self) -> typing.Optional[jsii.Number]:
|
|
1920
1929
|
'''PostgreSQL maximum logical replication workers (taken from the pool of ``max_parallel_workers``).
|
|
1921
1930
|
|
|
1922
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1931
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
1923
1932
|
'''
|
|
1924
1933
|
result = self._values.get("max_logical_replication_workers")
|
|
1925
1934
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1928,7 +1937,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1928
1937
|
def max_parallel_workers(self) -> typing.Optional[jsii.Number]:
|
|
1929
1938
|
'''Sets the maximum number of workers that the system can support for parallel queries.
|
|
1930
1939
|
|
|
1931
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1940
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
1932
1941
|
'''
|
|
1933
1942
|
result = self._values.get("max_parallel_workers")
|
|
1934
1943
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1937,7 +1946,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1937
1946
|
def max_parallel_workers_per_gather(self) -> typing.Optional[jsii.Number]:
|
|
1938
1947
|
'''Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
1939
1948
|
|
|
1940
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1949
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
1941
1950
|
'''
|
|
1942
1951
|
result = self._values.get("max_parallel_workers_per_gather")
|
|
1943
1952
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1946,7 +1955,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1946
1955
|
def max_pred_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
|
|
1947
1956
|
'''PostgreSQL maximum predicate locks per transaction.
|
|
1948
1957
|
|
|
1949
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1958
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
1950
1959
|
'''
|
|
1951
1960
|
result = self._values.get("max_pred_locks_per_transaction")
|
|
1952
1961
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1955,7 +1964,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1955
1964
|
def max_prepared_transactions(self) -> typing.Optional[jsii.Number]:
|
|
1956
1965
|
'''PostgreSQL maximum prepared transactions.
|
|
1957
1966
|
|
|
1958
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1967
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
1959
1968
|
'''
|
|
1960
1969
|
result = self._values.get("max_prepared_transactions")
|
|
1961
1970
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1964,7 +1973,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1964
1973
|
def max_replication_slots(self) -> typing.Optional[jsii.Number]:
|
|
1965
1974
|
'''PostgreSQL maximum replication slots.
|
|
1966
1975
|
|
|
1967
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1976
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
1968
1977
|
'''
|
|
1969
1978
|
result = self._values.get("max_replication_slots")
|
|
1970
1979
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1975,7 +1984,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1975
1984
|
|
|
1976
1985
|
Default is ``-1`` (unlimited). ``wal_keep_size`` minimum WAL size setting takes precedence over this.
|
|
1977
1986
|
|
|
1978
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1987
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
1979
1988
|
'''
|
|
1980
1989
|
result = self._values.get("max_slot_wal_keep_size")
|
|
1981
1990
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1984,7 +1993,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1984
1993
|
def max_stack_depth(self) -> typing.Optional[jsii.Number]:
|
|
1985
1994
|
'''Maximum depth of the stack in bytes.
|
|
1986
1995
|
|
|
1987
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
1996
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
1988
1997
|
'''
|
|
1989
1998
|
result = self._values.get("max_stack_depth")
|
|
1990
1999
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1993,7 +2002,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1993
2002
|
def max_standby_archive_delay(self) -> typing.Optional[jsii.Number]:
|
|
1994
2003
|
'''Max standby archive delay in milliseconds.
|
|
1995
2004
|
|
|
1996
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2005
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
1997
2006
|
'''
|
|
1998
2007
|
result = self._values.get("max_standby_archive_delay")
|
|
1999
2008
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2002,7 +2011,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2002
2011
|
def max_standby_streaming_delay(self) -> typing.Optional[jsii.Number]:
|
|
2003
2012
|
'''Max standby streaming delay in milliseconds.
|
|
2004
2013
|
|
|
2005
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2014
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
2006
2015
|
'''
|
|
2007
2016
|
result = self._values.get("max_standby_streaming_delay")
|
|
2008
2017
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2011,7 +2020,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2011
2020
|
def max_wal_senders(self) -> typing.Optional[jsii.Number]:
|
|
2012
2021
|
'''PostgreSQL maximum WAL senders.
|
|
2013
2022
|
|
|
2014
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2023
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
2015
2024
|
'''
|
|
2016
2025
|
result = self._values.get("max_wal_senders")
|
|
2017
2026
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2020,7 +2029,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2020
2029
|
def max_worker_processes(self) -> typing.Optional[jsii.Number]:
|
|
2021
2030
|
'''Sets the maximum number of background processes that the system can support.
|
|
2022
2031
|
|
|
2023
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2032
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
2024
2033
|
'''
|
|
2025
2034
|
result = self._values.get("max_worker_processes")
|
|
2026
2035
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2031,7 +2040,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2031
2040
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"]:
|
|
2032
2041
|
'''migration block.
|
|
2033
2042
|
|
|
2034
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2043
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
2035
2044
|
'''
|
|
2036
2045
|
result = self._values.get("migration")
|
|
2037
2046
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"], result)
|
|
@@ -2042,7 +2051,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2042
2051
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"]:
|
|
2043
2052
|
'''pgbouncer block.
|
|
2044
2053
|
|
|
2045
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2054
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
2046
2055
|
'''
|
|
2047
2056
|
result = self._values.get("pgbouncer")
|
|
2048
2057
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"], result)
|
|
@@ -2053,7 +2062,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2053
2062
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"]:
|
|
2054
2063
|
'''pglookout block.
|
|
2055
2064
|
|
|
2056
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2065
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
2057
2066
|
'''
|
|
2058
2067
|
result = self._values.get("pglookout")
|
|
2059
2068
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"], result)
|
|
@@ -2062,7 +2071,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2062
2071
|
def pg_partman_bgw_interval(self) -> typing.Optional[jsii.Number]:
|
|
2063
2072
|
'''Sets the time interval to run pg_partman's scheduled tasks.
|
|
2064
2073
|
|
|
2065
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2074
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
2066
2075
|
'''
|
|
2067
2076
|
result = self._values.get("pg_partman_bgw_interval")
|
|
2068
2077
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2071,7 +2080,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2071
2080
|
def pg_partman_bgw_role(self) -> typing.Optional[builtins.str]:
|
|
2072
2081
|
'''Controls which role to use for pg_partman's scheduled background tasks.
|
|
2073
2082
|
|
|
2074
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2083
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
2075
2084
|
'''
|
|
2076
2085
|
result = self._values.get("pg_partman_bgw_role")
|
|
2077
2086
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2082,7 +2091,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2082
2091
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2083
2092
|
'''Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
|
|
2084
2093
|
|
|
2085
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2094
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pg_read_replica ManagedDatabasePostgresql#pg_read_replica}
|
|
2086
2095
|
'''
|
|
2087
2096
|
result = self._values.get("pg_read_replica")
|
|
2088
2097
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2093,7 +2102,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2093
2102
|
|
|
2094
2103
|
This has effect only when a new service is being created.
|
|
2095
2104
|
|
|
2096
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2105
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pg_service_to_fork_from ManagedDatabasePostgresql#pg_service_to_fork_from}
|
|
2097
2106
|
'''
|
|
2098
2107
|
result = self._values.get("pg_service_to_fork_from")
|
|
2099
2108
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2106,7 +2115,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2106
2115
|
|
|
2107
2116
|
Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable
|
|
2108
2117
|
|
|
2109
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2118
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
2110
2119
|
'''
|
|
2111
2120
|
result = self._values.get("pg_stat_monitor_enable")
|
|
2112
2121
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2117,7 +2126,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2117
2126
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2118
2127
|
'''Enables or disables query plan monitoring.
|
|
2119
2128
|
|
|
2120
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2129
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
2121
2130
|
'''
|
|
2122
2131
|
result = self._values.get("pg_stat_monitor_pgsm_enable_query_plan")
|
|
2123
2132
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2126,7 +2135,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2126
2135
|
def pg_stat_monitor_pgsm_max_buckets(self) -> typing.Optional[jsii.Number]:
|
|
2127
2136
|
'''Sets the maximum number of buckets.
|
|
2128
2137
|
|
|
2129
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2138
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
2130
2139
|
'''
|
|
2131
2140
|
result = self._values.get("pg_stat_monitor_pgsm_max_buckets")
|
|
2132
2141
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2138,7 +2147,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2138
2147
|
Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions),
|
|
2139
2148
|
or none to disable statement statistics collection.The default value is ``top``.
|
|
2140
2149
|
|
|
2141
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2150
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
2142
2151
|
'''
|
|
2143
2152
|
result = self._values.get("pg_stat_statements_track")
|
|
2144
2153
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2149,18 +2158,29 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2149
2158
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2150
2159
|
'''Public access allows connections to your Managed Database services via the public internet.
|
|
2151
2160
|
|
|
2152
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2161
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
2153
2162
|
'''
|
|
2154
2163
|
result = self._values.get("public_access")
|
|
2155
2164
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
2156
2165
|
|
|
2166
|
+
@builtins.property
|
|
2167
|
+
def service_log(
|
|
2168
|
+
self,
|
|
2169
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2170
|
+
'''Store logs for the service so that they are available in the HTTP API and console.
|
|
2171
|
+
|
|
2172
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
2173
|
+
'''
|
|
2174
|
+
result = self._values.get("service_log")
|
|
2175
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
2176
|
+
|
|
2157
2177
|
@builtins.property
|
|
2158
2178
|
def shared_buffers_percentage(self) -> typing.Optional[jsii.Number]:
|
|
2159
2179
|
'''Percentage of total RAM that the database server uses for shared memory buffers.
|
|
2160
2180
|
|
|
2161
2181
|
Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the ``shared_buffers`` configuration value.
|
|
2162
2182
|
|
|
2163
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2183
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
2164
2184
|
'''
|
|
2165
2185
|
result = self._values.get("shared_buffers_percentage")
|
|
2166
2186
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2169,7 +2189,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2169
2189
|
def synchronous_replication(self) -> typing.Optional[builtins.str]:
|
|
2170
2190
|
'''Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
2171
2191
|
|
|
2172
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2192
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
2173
2193
|
'''
|
|
2174
2194
|
result = self._values.get("synchronous_replication")
|
|
2175
2195
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2178,7 +2198,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2178
2198
|
def temp_file_limit(self) -> typing.Optional[jsii.Number]:
|
|
2179
2199
|
'''PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
2180
2200
|
|
|
2181
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2201
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
2182
2202
|
'''
|
|
2183
2203
|
result = self._values.get("temp_file_limit")
|
|
2184
2204
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2189,7 +2209,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2189
2209
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"]:
|
|
2190
2210
|
'''timescaledb block.
|
|
2191
2211
|
|
|
2192
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2212
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
2193
2213
|
'''
|
|
2194
2214
|
result = self._values.get("timescaledb")
|
|
2195
2215
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"], result)
|
|
@@ -2198,7 +2218,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2198
2218
|
def timezone(self) -> typing.Optional[builtins.str]:
|
|
2199
2219
|
'''timezone.
|
|
2200
2220
|
|
|
2201
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2221
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
2202
2222
|
'''
|
|
2203
2223
|
result = self._values.get("timezone")
|
|
2204
2224
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2207,7 +2227,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2207
2227
|
def track_activity_query_size(self) -> typing.Optional[jsii.Number]:
|
|
2208
2228
|
'''Specifies the number of bytes reserved to track the currently executing command for each active session.
|
|
2209
2229
|
|
|
2210
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2230
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
2211
2231
|
'''
|
|
2212
2232
|
result = self._values.get("track_activity_query_size")
|
|
2213
2233
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2216,7 +2236,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2216
2236
|
def track_commit_timestamp(self) -> typing.Optional[builtins.str]:
|
|
2217
2237
|
'''Record commit time of transactions.
|
|
2218
2238
|
|
|
2219
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2239
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
2220
2240
|
'''
|
|
2221
2241
|
result = self._values.get("track_commit_timestamp")
|
|
2222
2242
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2225,7 +2245,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2225
2245
|
def track_functions(self) -> typing.Optional[builtins.str]:
|
|
2226
2246
|
'''Enables tracking of function call counts and time used.
|
|
2227
2247
|
|
|
2228
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2248
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
2229
2249
|
'''
|
|
2230
2250
|
result = self._values.get("track_functions")
|
|
2231
2251
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2236,7 +2256,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2236
2256
|
|
|
2237
2257
|
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.
|
|
2238
2258
|
|
|
2239
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2259
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
2240
2260
|
'''
|
|
2241
2261
|
result = self._values.get("track_io_timing")
|
|
2242
2262
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2245,7 +2265,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2245
2265
|
def variant(self) -> typing.Optional[builtins.str]:
|
|
2246
2266
|
'''Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
2247
2267
|
|
|
2248
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2268
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
2249
2269
|
'''
|
|
2250
2270
|
result = self._values.get("variant")
|
|
2251
2271
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2254,7 +2274,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2254
2274
|
def version(self) -> typing.Optional[builtins.str]:
|
|
2255
2275
|
'''PostgreSQL major version.
|
|
2256
2276
|
|
|
2257
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2277
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
2258
2278
|
'''
|
|
2259
2279
|
result = self._values.get("version")
|
|
2260
2280
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2265,7 +2285,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2265
2285
|
|
|
2266
2286
|
Setting this value to ``0`` disables the timeout.
|
|
2267
2287
|
|
|
2268
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2288
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
2269
2289
|
'''
|
|
2270
2290
|
result = self._values.get("wal_sender_timeout")
|
|
2271
2291
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2276,7 +2296,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2276
2296
|
|
|
2277
2297
|
Note that setting this value to lower than the default ``200``ms may negatively impact performance
|
|
2278
2298
|
|
|
2279
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2299
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
2280
2300
|
'''
|
|
2281
2301
|
result = self._values.get("wal_writer_delay")
|
|
2282
2302
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2287,7 +2307,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2287
2307
|
|
|
2288
2308
|
Default is 1MB + 0.075% of total RAM (up to 32MB).
|
|
2289
2309
|
|
|
2290
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2310
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
2291
2311
|
'''
|
|
2292
2312
|
result = self._values.get("work_mem")
|
|
2293
2313
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2330,13 +2350,13 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2330
2350
|
username: typing.Optional[builtins.str] = None,
|
|
2331
2351
|
) -> None:
|
|
2332
2352
|
'''
|
|
2333
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2334
|
-
: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/3.
|
|
2335
|
-
: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/3.
|
|
2336
|
-
: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/3.
|
|
2337
|
-
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2338
|
-
: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/3.
|
|
2339
|
-
: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/3.
|
|
2353
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2354
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2355
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2356
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2357
|
+
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2358
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
2359
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2340
2360
|
'''
|
|
2341
2361
|
if __debug__:
|
|
2342
2362
|
type_hints = typing.get_type_hints(_typecheckingstub__9a22b07e9381a03b0e883019f9869d2e86afe1337164b3f40f42a65332f93686)
|
|
@@ -2367,7 +2387,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2367
2387
|
def dbname(self) -> typing.Optional[builtins.str]:
|
|
2368
2388
|
'''Database name for bootstrapping the initial connection.
|
|
2369
2389
|
|
|
2370
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2390
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2371
2391
|
'''
|
|
2372
2392
|
result = self._values.get("dbname")
|
|
2373
2393
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2376,7 +2396,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2376
2396
|
def host(self) -> typing.Optional[builtins.str]:
|
|
2377
2397
|
'''Hostname or IP address of the server where to migrate data from.
|
|
2378
2398
|
|
|
2379
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2399
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2380
2400
|
'''
|
|
2381
2401
|
result = self._values.get("host")
|
|
2382
2402
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2385,7 +2405,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2385
2405
|
def ignore_dbs(self) -> typing.Optional[builtins.str]:
|
|
2386
2406
|
'''Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment).
|
|
2387
2407
|
|
|
2388
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2408
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2389
2409
|
'''
|
|
2390
2410
|
result = self._values.get("ignore_dbs")
|
|
2391
2411
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2394,7 +2414,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2394
2414
|
def password(self) -> typing.Optional[builtins.str]:
|
|
2395
2415
|
'''Password for authentication with the server where to migrate data from.
|
|
2396
2416
|
|
|
2397
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2417
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2398
2418
|
'''
|
|
2399
2419
|
result = self._values.get("password")
|
|
2400
2420
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2403,7 +2423,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2403
2423
|
def port(self) -> typing.Optional[jsii.Number]:
|
|
2404
2424
|
'''Port number of the server where to migrate data from.
|
|
2405
2425
|
|
|
2406
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2426
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2407
2427
|
'''
|
|
2408
2428
|
result = self._values.get("port")
|
|
2409
2429
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2414,7 +2434,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2414
2434
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2415
2435
|
'''The server where to migrate data from is secured with SSL.
|
|
2416
2436
|
|
|
2417
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2437
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
2418
2438
|
'''
|
|
2419
2439
|
result = self._values.get("ssl")
|
|
2420
2440
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2423,7 +2443,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2423
2443
|
def username(self) -> typing.Optional[builtins.str]:
|
|
2424
2444
|
'''User name for authentication with the server where to migrate data from.
|
|
2425
2445
|
|
|
2426
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2446
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2427
2447
|
'''
|
|
2428
2448
|
result = self._values.get("username")
|
|
2429
2449
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2663,13 +2683,13 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
2663
2683
|
username: typing.Optional[builtins.str] = None,
|
|
2664
2684
|
) -> None:
|
|
2665
2685
|
'''
|
|
2666
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2667
|
-
: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/3.
|
|
2668
|
-
: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/3.
|
|
2669
|
-
: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/3.
|
|
2670
|
-
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2671
|
-
: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/3.
|
|
2672
|
-
: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/3.
|
|
2686
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2687
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2688
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2689
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2690
|
+
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2691
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
2692
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2673
2693
|
'''
|
|
2674
2694
|
value = ManagedDatabasePostgresqlPropertiesMigration(
|
|
2675
2695
|
dbname=dbname,
|
|
@@ -2698,15 +2718,15 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
2698
2718
|
server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
2699
2719
|
) -> None:
|
|
2700
2720
|
'''
|
|
2701
|
-
: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/3.
|
|
2702
|
-
: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/3.
|
|
2703
|
-
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
2704
|
-
: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/3.
|
|
2705
|
-
: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/3.
|
|
2706
|
-
: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/3.
|
|
2707
|
-
: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/3.
|
|
2708
|
-
: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/3.
|
|
2709
|
-
: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/3.
|
|
2721
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
2722
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
2723
|
+
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
2724
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
2725
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
2726
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
2727
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
2728
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
2729
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
2710
2730
|
'''
|
|
2711
2731
|
value = ManagedDatabasePostgresqlPropertiesPgbouncer(
|
|
2712
2732
|
autodb_idle_timeout=autodb_idle_timeout,
|
|
@@ -2729,7 +2749,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
2729
2749
|
max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
|
|
2730
2750
|
) -> None:
|
|
2731
2751
|
'''
|
|
2732
|
-
: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/3.
|
|
2752
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
2733
2753
|
'''
|
|
2734
2754
|
value = ManagedDatabasePostgresqlPropertiesPglookout(
|
|
2735
2755
|
max_failover_replication_time_lag=max_failover_replication_time_lag
|
|
@@ -2744,7 +2764,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
2744
2764
|
max_background_workers: typing.Optional[jsii.Number] = None,
|
|
2745
2765
|
) -> None:
|
|
2746
2766
|
'''
|
|
2747
|
-
: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/3.
|
|
2767
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
2748
2768
|
'''
|
|
2749
2769
|
value = ManagedDatabasePostgresqlPropertiesTimescaledb(
|
|
2750
2770
|
max_background_workers=max_background_workers
|
|
@@ -2968,6 +2988,10 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
2968
2988
|
def reset_public_access(self) -> None:
|
|
2969
2989
|
return typing.cast(None, jsii.invoke(self, "resetPublicAccess", []))
|
|
2970
2990
|
|
|
2991
|
+
@jsii.member(jsii_name="resetServiceLog")
|
|
2992
|
+
def reset_service_log(self) -> None:
|
|
2993
|
+
return typing.cast(None, jsii.invoke(self, "resetServiceLog", []))
|
|
2994
|
+
|
|
2971
2995
|
@jsii.member(jsii_name="resetSharedBuffersPercentage")
|
|
2972
2996
|
def reset_shared_buffers_percentage(self) -> None:
|
|
2973
2997
|
return typing.cast(None, jsii.invoke(self, "resetSharedBuffersPercentage", []))
|
|
@@ -3338,6 +3362,13 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3338
3362
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
3339
3363
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "publicAccessInput"))
|
|
3340
3364
|
|
|
3365
|
+
@builtins.property
|
|
3366
|
+
@jsii.member(jsii_name="serviceLogInput")
|
|
3367
|
+
def service_log_input(
|
|
3368
|
+
self,
|
|
3369
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
3370
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "serviceLogInput"))
|
|
3371
|
+
|
|
3341
3372
|
@builtins.property
|
|
3342
3373
|
@jsii.member(jsii_name="sharedBuffersPercentageInput")
|
|
3343
3374
|
def shared_buffers_percentage_input(self) -> typing.Optional[jsii.Number]:
|
|
@@ -4048,6 +4079,21 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4048
4079
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4049
4080
|
jsii.set(self, "publicAccess", value)
|
|
4050
4081
|
|
|
4082
|
+
@builtins.property
|
|
4083
|
+
@jsii.member(jsii_name="serviceLog")
|
|
4084
|
+
def service_log(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
|
4085
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "serviceLog"))
|
|
4086
|
+
|
|
4087
|
+
@service_log.setter
|
|
4088
|
+
def service_log(
|
|
4089
|
+
self,
|
|
4090
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
4091
|
+
) -> None:
|
|
4092
|
+
if __debug__:
|
|
4093
|
+
type_hints = typing.get_type_hints(_typecheckingstub__82264e7ac32c533f8abc9673cd204798ae0fc1152b2a7fa39c0b72e00b689f27)
|
|
4094
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4095
|
+
jsii.set(self, "serviceLog", value)
|
|
4096
|
+
|
|
4051
4097
|
@builtins.property
|
|
4052
4098
|
@jsii.member(jsii_name="sharedBuffersPercentage")
|
|
4053
4099
|
def shared_buffers_percentage(self) -> jsii.Number:
|
|
@@ -4250,15 +4296,15 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4250
4296
|
server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4251
4297
|
) -> None:
|
|
4252
4298
|
'''
|
|
4253
|
-
: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/3.
|
|
4254
|
-
: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/3.
|
|
4255
|
-
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
4256
|
-
: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/3.
|
|
4257
|
-
: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/3.
|
|
4258
|
-
: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/3.
|
|
4259
|
-
: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/3.
|
|
4260
|
-
: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/3.
|
|
4261
|
-
: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/3.
|
|
4299
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
4300
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
4301
|
+
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
4302
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
4303
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
4304
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
4305
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
4306
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
4307
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
4262
4308
|
'''
|
|
4263
4309
|
if __debug__:
|
|
4264
4310
|
type_hints = typing.get_type_hints(_typecheckingstub__2862abffc43a442ad2bff1c444cf98fb770986970925fafb7cc295e2cc45a9b9)
|
|
@@ -4297,7 +4343,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4297
4343
|
|
|
4298
4344
|
If 0 then timeout is disabled. [seconds]
|
|
4299
4345
|
|
|
4300
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
4346
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
4301
4347
|
'''
|
|
4302
4348
|
result = self._values.get("autodb_idle_timeout")
|
|
4303
4349
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4308,7 +4354,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4308
4354
|
|
|
4309
4355
|
Setting it to 0 means unlimited.
|
|
4310
4356
|
|
|
4311
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
4357
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
4312
4358
|
'''
|
|
4313
4359
|
result = self._values.get("autodb_max_db_connections")
|
|
4314
4360
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4317,7 +4363,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4317
4363
|
def autodb_pool_mode(self) -> typing.Optional[builtins.str]:
|
|
4318
4364
|
'''PGBouncer pool mode.
|
|
4319
4365
|
|
|
4320
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
4366
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
4321
4367
|
'''
|
|
4322
4368
|
result = self._values.get("autodb_pool_mode")
|
|
4323
4369
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4326,7 +4372,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4326
4372
|
def autodb_pool_size(self) -> typing.Optional[jsii.Number]:
|
|
4327
4373
|
'''If non-zero then create automatically a pool of that size per user when a pool doesn't exist.
|
|
4328
4374
|
|
|
4329
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
4375
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
4330
4376
|
'''
|
|
4331
4377
|
result = self._values.get("autodb_pool_size")
|
|
4332
4378
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4335,7 +4381,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4335
4381
|
def ignore_startup_parameters(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4336
4382
|
'''List of parameters to ignore when given in startup packet.
|
|
4337
4383
|
|
|
4338
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
4384
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
4339
4385
|
'''
|
|
4340
4386
|
result = self._values.get("ignore_startup_parameters")
|
|
4341
4387
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -4346,7 +4392,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4346
4392
|
|
|
4347
4393
|
Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size.
|
|
4348
4394
|
|
|
4349
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
4395
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
4350
4396
|
'''
|
|
4351
4397
|
result = self._values.get("min_pool_size")
|
|
4352
4398
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4357,7 +4403,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4357
4403
|
|
|
4358
4404
|
If 0 then timeout is disabled. [seconds]
|
|
4359
4405
|
|
|
4360
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
4406
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
4361
4407
|
'''
|
|
4362
4408
|
result = self._values.get("server_idle_timeout")
|
|
4363
4409
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4366,7 +4412,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4366
4412
|
def server_lifetime(self) -> typing.Optional[jsii.Number]:
|
|
4367
4413
|
'''The pooler will close an unused server connection that has been connected longer than this. [seconds].
|
|
4368
4414
|
|
|
4369
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
4415
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
4370
4416
|
'''
|
|
4371
4417
|
result = self._values.get("server_lifetime")
|
|
4372
4418
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4377,7 +4423,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4377
4423
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4378
4424
|
'''Run server_reset_query (``DISCARD ALL``) in all pooling modes.
|
|
4379
4425
|
|
|
4380
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
4426
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
4381
4427
|
'''
|
|
4382
4428
|
result = self._values.get("server_reset_query_always")
|
|
4383
4429
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -4644,7 +4690,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
|
|
|
4644
4690
|
max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
|
|
4645
4691
|
) -> None:
|
|
4646
4692
|
'''
|
|
4647
|
-
: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/3.
|
|
4693
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
4648
4694
|
'''
|
|
4649
4695
|
if __debug__:
|
|
4650
4696
|
type_hints = typing.get_type_hints(_typecheckingstub__dd81ae3f527ba52eaf4f2d07e7187afc3b2328ed800858a2364717bdfe0081a9)
|
|
@@ -4657,7 +4703,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
|
|
|
4657
4703
|
def max_failover_replication_time_lag(self) -> typing.Optional[jsii.Number]:
|
|
4658
4704
|
'''Number of seconds of master unavailability before triggering database failover to standby.
|
|
4659
4705
|
|
|
4660
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
4706
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
4661
4707
|
'''
|
|
4662
4708
|
result = self._values.get("max_failover_replication_time_lag")
|
|
4663
4709
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4745,7 +4791,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
|
|
|
4745
4791
|
max_background_workers: typing.Optional[jsii.Number] = None,
|
|
4746
4792
|
) -> None:
|
|
4747
4793
|
'''
|
|
4748
|
-
: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/3.
|
|
4794
|
+
: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/3.3.0/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
4749
4795
|
'''
|
|
4750
4796
|
if __debug__:
|
|
4751
4797
|
type_hints = typing.get_type_hints(_typecheckingstub__71c8b11f8b53026baff50866f6d74787011a28fc791f639a52c7c58b6f897621)
|
|
@@ -4760,7 +4806,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
|
|
|
4760
4806
|
|
|
4761
4807
|
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.
|
|
4762
4808
|
|
|
4763
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.
|
|
4809
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.3.0/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
4764
4810
|
'''
|
|
4765
4811
|
result = self._values.get("max_background_workers")
|
|
4766
4812
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5112,6 +5158,7 @@ def _typecheckingstub__c6910d3220979fbcd86275a19c629678468755096ca15771873a4cee0
|
|
|
5112
5158
|
pg_stat_monitor_pgsm_max_buckets: typing.Optional[jsii.Number] = None,
|
|
5113
5159
|
pg_stat_statements_track: typing.Optional[builtins.str] = None,
|
|
5114
5160
|
public_access: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
5161
|
+
service_log: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
5115
5162
|
shared_buffers_percentage: typing.Optional[jsii.Number] = None,
|
|
5116
5163
|
synchronous_replication: typing.Optional[builtins.str] = None,
|
|
5117
5164
|
temp_file_limit: typing.Optional[jsii.Number] = None,
|
|
@@ -5511,6 +5558,12 @@ def _typecheckingstub__af63b1953469fa77f074a386cbdb4d14d32a7832bc188f6f31b113b81
|
|
|
5511
5558
|
"""Type checking stubs"""
|
|
5512
5559
|
pass
|
|
5513
5560
|
|
|
5561
|
+
def _typecheckingstub__82264e7ac32c533f8abc9673cd204798ae0fc1152b2a7fa39c0b72e00b689f27(
|
|
5562
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
5563
|
+
) -> None:
|
|
5564
|
+
"""Type checking stubs"""
|
|
5565
|
+
pass
|
|
5566
|
+
|
|
5514
5567
|
def _typecheckingstub__65f9cce4b47ad1802da63c41840db80ff48caa13fe45cc2320e8fc370bca7618(
|
|
5515
5568
|
value: jsii.Number,
|
|
5516
5569
|
) -> None:
|