cdktf-cdktf-provider-upcloud 12.1.0__py3-none-any.whl → 13.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 +4 -4
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@13.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 +77 -28
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +47 -47
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +134 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +64 -64
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +16 -16
- 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 +39 -39
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +193 -193
- 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 +192 -196
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +90 -94
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +303 -410
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +163 -121
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +35 -35
- 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 +25 -25
- cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/server/__init__.py +148 -148
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/storage/__init__.py +58 -58
- cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-12.1.0.dist-info → cdktf_cdktf_provider_upcloud-13.1.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_upcloud-13.1.0.dist-info/RECORD +54 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@12.1.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-12.1.0.dist-info/RECORD +0 -54
- {cdktf_cdktf_provider_upcloud-12.1.0.dist-info → cdktf_cdktf_provider_upcloud-13.1.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-12.1.0.dist-info → cdktf_cdktf_provider_upcloud-13.1.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-12.1.0.dist-info → cdktf_cdktf_provider_upcloud-13.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 Registry for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.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/
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql}.'''
|
|
30
30
|
|
|
31
31
|
def __init__(
|
|
32
32
|
self,
|
|
@@ -35,13 +35,13 @@ class ManagedDatabasePostgresql(
|
|
|
35
35
|
*,
|
|
36
36
|
name: builtins.str,
|
|
37
37
|
plan: builtins.str,
|
|
38
|
+
title: builtins.str,
|
|
38
39
|
zone: builtins.str,
|
|
39
40
|
id: typing.Optional[builtins.str] = None,
|
|
40
41
|
maintenance_window_dow: typing.Optional[builtins.str] = None,
|
|
41
42
|
maintenance_window_time: typing.Optional[builtins.str] = None,
|
|
42
43
|
powered: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
43
44
|
properties: typing.Optional[typing.Union["ManagedDatabasePostgresqlProperties", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
44
|
-
title: typing.Optional[builtins.str] = None,
|
|
45
45
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
46
46
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
47
47
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
@@ -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/
|
|
53
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.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/
|
|
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/
|
|
59
|
-
:param
|
|
60
|
-
:param
|
|
61
|
-
:param
|
|
62
|
-
:param
|
|
63
|
-
:param
|
|
64
|
-
:param
|
|
65
|
-
:param
|
|
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/4.1.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/4.1.0/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
59
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
60
|
+
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
61
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.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.
|
|
62
|
+
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
63
|
+
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
64
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
65
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
66
66
|
:param connection:
|
|
67
67
|
:param count:
|
|
68
68
|
:param depends_on:
|
|
@@ -78,13 +78,13 @@ class ManagedDatabasePostgresql(
|
|
|
78
78
|
config = ManagedDatabasePostgresqlConfig(
|
|
79
79
|
name=name,
|
|
80
80
|
plan=plan,
|
|
81
|
+
title=title,
|
|
81
82
|
zone=zone,
|
|
82
83
|
id=id,
|
|
83
84
|
maintenance_window_dow=maintenance_window_dow,
|
|
84
85
|
maintenance_window_time=maintenance_window_time,
|
|
85
86
|
powered=powered,
|
|
86
87
|
properties=properties,
|
|
87
|
-
title=title,
|
|
88
88
|
connection=connection,
|
|
89
89
|
count=count,
|
|
90
90
|
depends_on=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/
|
|
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/4.1.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__:
|
|
@@ -171,8 +171,6 @@ class ManagedDatabasePostgresql(
|
|
|
171
171
|
pglookout: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPglookout", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
172
172
|
pg_partman_bgw_interval: typing.Optional[jsii.Number] = None,
|
|
173
173
|
pg_partman_bgw_role: typing.Optional[builtins.str] = None,
|
|
174
|
-
pg_read_replica: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
175
|
-
pg_service_to_fork_from: typing.Optional[builtins.str] = None,
|
|
176
174
|
pg_stat_monitor_enable: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
177
175
|
pg_stat_monitor_pgsm_enable_query_plan: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
178
176
|
pg_stat_monitor_pgsm_max_buckets: typing.Optional[jsii.Number] = None,
|
|
@@ -195,75 +193,73 @@ class ManagedDatabasePostgresql(
|
|
|
195
193
|
work_mem: typing.Optional[jsii.Number] = None,
|
|
196
194
|
) -> None:
|
|
197
195
|
'''
|
|
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/
|
|
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/
|
|
200
|
-
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
219
|
-
:param ip_filter: IP filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
227
|
-
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
232
|
-
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
233
|
-
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
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/
|
|
235
|
-
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
236
|
-
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
237
|
-
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
238
|
-
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
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/
|
|
240
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
241
|
-
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
242
|
-
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
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/
|
|
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/
|
|
245
|
-
:param
|
|
246
|
-
:param
|
|
247
|
-
:param
|
|
248
|
-
:param
|
|
249
|
-
:param
|
|
250
|
-
:param
|
|
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
|
|
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.4.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.4.0/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
196
|
+
:param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
197
|
+
:param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
198
|
+
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
199
|
+
:param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to ``autovacuum_analyze_threshold`` when deciding whether to trigger an ``ANALYZE``. The default is ``0.2`` (20% of table size) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
200
|
+
:param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is ``50`` tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
201
|
+
:param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's ``pg_class.relfrozenxid`` field can attain before a ``VACUUM`` operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
202
|
+
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is ``3``. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
203
|
+
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is ``1`` minute Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
204
|
+
:param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If ``-1`` is specified, the regular ``vacuum_cost_delay`` value will be used. The default value is ``20`` milliseconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
205
|
+
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic ``VACUUM`` operations. If ``-1`` is specified (which is the default), the regular ``vacuum_cost_limit`` value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
206
|
+
:param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a ``VACUUM``. The default is ``0.2`` (20% of table size) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
207
|
+
:param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a ``VACUUM`` in any one table. The default is ``50`` tuples Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
208
|
+
:param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
209
|
+
:param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
210
|
+
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is ``200``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
211
|
+
:param bgwriter_flush_after: Whenever more than ``bgwriter_flush_after`` bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is ``512``. Setting of ``0`` disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
212
|
+
:param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is ``100``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
213
|
+
:param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by ``bgwriter_lru_multiplier`` to arrive at an estimate of the number that will be needed during the next round (up to ``bgwriter_lru_maxpages``). ``1.0`` represents a "just in time" policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is ``2.0``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
214
|
+
:param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
215
|
+
:param default_toast_compression: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
216
|
+
:param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
217
|
+
:param ip_filter: IP filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
218
|
+
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
219
|
+
:param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to ``0`` logs all autovacuum actions. The default ``-1`` disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
220
|
+
:param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
221
|
+
:param log_line_prefix: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
222
|
+
:param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, ``-1`` disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
223
|
+
:param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
224
|
+
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
225
|
+
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
226
|
+
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of ``max_parallel_workers``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
227
|
+
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
228
|
+
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
229
|
+
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
230
|
+
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
231
|
+
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
232
|
+
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is ``-1`` (unlimited). ``wal_keep_size`` minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
233
|
+
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
234
|
+
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
235
|
+
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
236
|
+
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
237
|
+
:param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
238
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
239
|
+
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
240
|
+
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
241
|
+
:param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
242
|
+
:param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
243
|
+
:param pg_stat_monitor_enable: Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
244
|
+
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
245
|
+
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
246
|
+
:param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection.The default value is ``top``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
247
|
+
:param public_access: Public access allows connections to your Managed Database services via the public internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
248
|
+
:param service_log: Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
249
|
+
:param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the ``shared_buffers`` configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
250
|
+
:param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
251
|
+
:param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
252
|
+
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
253
|
+
:param timezone: timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
254
|
+
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
255
|
+
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
256
|
+
:param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
257
|
+
:param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
258
|
+
:param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
259
|
+
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
260
|
+
:param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to ``0`` disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
261
|
+
:param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default ``200``ms may negatively impact performance Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
262
|
+
:param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
267
263
|
'''
|
|
268
264
|
value = ManagedDatabasePostgresqlProperties(
|
|
269
265
|
admin_password=admin_password,
|
|
@@ -313,8 +309,6 @@ class ManagedDatabasePostgresql(
|
|
|
313
309
|
pglookout=pglookout,
|
|
314
310
|
pg_partman_bgw_interval=pg_partman_bgw_interval,
|
|
315
311
|
pg_partman_bgw_role=pg_partman_bgw_role,
|
|
316
|
-
pg_read_replica=pg_read_replica,
|
|
317
|
-
pg_service_to_fork_from=pg_service_to_fork_from,
|
|
318
312
|
pg_stat_monitor_enable=pg_stat_monitor_enable,
|
|
319
313
|
pg_stat_monitor_pgsm_enable_query_plan=pg_stat_monitor_pgsm_enable_query_plan,
|
|
320
314
|
pg_stat_monitor_pgsm_max_buckets=pg_stat_monitor_pgsm_max_buckets,
|
|
@@ -359,10 +353,6 @@ class ManagedDatabasePostgresql(
|
|
|
359
353
|
def reset_properties(self) -> None:
|
|
360
354
|
return typing.cast(None, jsii.invoke(self, "resetProperties", []))
|
|
361
355
|
|
|
362
|
-
@jsii.member(jsii_name="resetTitle")
|
|
363
|
-
def reset_title(self) -> None:
|
|
364
|
-
return typing.cast(None, jsii.invoke(self, "resetTitle", []))
|
|
365
|
-
|
|
366
356
|
@jsii.member(jsii_name="synthesizeAttributes")
|
|
367
357
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
368
358
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
|
|
@@ -762,13 +752,13 @@ class ManagedDatabasePostgresqlComponentsOutputReference(
|
|
|
762
752
|
"provisioners": "provisioners",
|
|
763
753
|
"name": "name",
|
|
764
754
|
"plan": "plan",
|
|
755
|
+
"title": "title",
|
|
765
756
|
"zone": "zone",
|
|
766
757
|
"id": "id",
|
|
767
758
|
"maintenance_window_dow": "maintenanceWindowDow",
|
|
768
759
|
"maintenance_window_time": "maintenanceWindowTime",
|
|
769
760
|
"powered": "powered",
|
|
770
761
|
"properties": "properties",
|
|
771
|
-
"title": "title",
|
|
772
762
|
},
|
|
773
763
|
)
|
|
774
764
|
class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
@@ -784,13 +774,13 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
784
774
|
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,
|
|
785
775
|
name: builtins.str,
|
|
786
776
|
plan: builtins.str,
|
|
777
|
+
title: builtins.str,
|
|
787
778
|
zone: builtins.str,
|
|
788
779
|
id: typing.Optional[builtins.str] = None,
|
|
789
780
|
maintenance_window_dow: typing.Optional[builtins.str] = None,
|
|
790
781
|
maintenance_window_time: typing.Optional[builtins.str] = None,
|
|
791
782
|
powered: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
792
783
|
properties: typing.Optional[typing.Union["ManagedDatabasePostgresqlProperties", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
793
|
-
title: typing.Optional[builtins.str] = None,
|
|
794
784
|
) -> None:
|
|
795
785
|
'''
|
|
796
786
|
:param connection:
|
|
@@ -800,15 +790,15 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
800
790
|
:param lifecycle:
|
|
801
791
|
:param provider:
|
|
802
792
|
:param provisioners:
|
|
803
|
-
: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/
|
|
804
|
-
: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/
|
|
805
|
-
:param
|
|
806
|
-
:param
|
|
807
|
-
:param
|
|
808
|
-
:param
|
|
809
|
-
:param
|
|
810
|
-
:param
|
|
811
|
-
:param
|
|
793
|
+
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
794
|
+
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
795
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
796
|
+
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
797
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.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.
|
|
798
|
+
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
799
|
+
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
800
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
801
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
812
802
|
'''
|
|
813
803
|
if isinstance(lifecycle, dict):
|
|
814
804
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -825,16 +815,17 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
825
815
|
check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
|
|
826
816
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
827
817
|
check_type(argname="argument plan", value=plan, expected_type=type_hints["plan"])
|
|
818
|
+
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
828
819
|
check_type(argname="argument zone", value=zone, expected_type=type_hints["zone"])
|
|
829
820
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
830
821
|
check_type(argname="argument maintenance_window_dow", value=maintenance_window_dow, expected_type=type_hints["maintenance_window_dow"])
|
|
831
822
|
check_type(argname="argument maintenance_window_time", value=maintenance_window_time, expected_type=type_hints["maintenance_window_time"])
|
|
832
823
|
check_type(argname="argument powered", value=powered, expected_type=type_hints["powered"])
|
|
833
824
|
check_type(argname="argument properties", value=properties, expected_type=type_hints["properties"])
|
|
834
|
-
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
835
825
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
836
826
|
"name": name,
|
|
837
827
|
"plan": plan,
|
|
828
|
+
"title": title,
|
|
838
829
|
"zone": zone,
|
|
839
830
|
}
|
|
840
831
|
if connection is not None:
|
|
@@ -861,8 +852,6 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
861
852
|
self._values["powered"] = powered
|
|
862
853
|
if properties is not None:
|
|
863
854
|
self._values["properties"] = properties
|
|
864
|
-
if title is not None:
|
|
865
|
-
self._values["title"] = title
|
|
866
855
|
|
|
867
856
|
@builtins.property
|
|
868
857
|
def connection(
|
|
@@ -934,7 +923,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
934
923
|
|
|
935
924
|
The name is used as a prefix for the logical hostname. Must be unique within an account
|
|
936
925
|
|
|
937
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
926
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
938
927
|
'''
|
|
939
928
|
result = self._values.get("name")
|
|
940
929
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -946,17 +935,27 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
946
935
|
|
|
947
936
|
This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``.
|
|
948
937
|
|
|
949
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
938
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
950
939
|
'''
|
|
951
940
|
result = self._values.get("plan")
|
|
952
941
|
assert result is not None, "Required property 'plan' is missing"
|
|
953
942
|
return typing.cast(builtins.str, result)
|
|
954
943
|
|
|
944
|
+
@builtins.property
|
|
945
|
+
def title(self) -> builtins.str:
|
|
946
|
+
'''Title of a managed database instance.
|
|
947
|
+
|
|
948
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
949
|
+
'''
|
|
950
|
+
result = self._values.get("title")
|
|
951
|
+
assert result is not None, "Required property 'title' is missing"
|
|
952
|
+
return typing.cast(builtins.str, result)
|
|
953
|
+
|
|
955
954
|
@builtins.property
|
|
956
955
|
def zone(self) -> builtins.str:
|
|
957
956
|
'''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
958
957
|
|
|
959
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
958
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
960
959
|
'''
|
|
961
960
|
result = self._values.get("zone")
|
|
962
961
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -964,7 +963,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
964
963
|
|
|
965
964
|
@builtins.property
|
|
966
965
|
def id(self) -> typing.Optional[builtins.str]:
|
|
967
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
966
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#id}.
|
|
968
967
|
|
|
969
968
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
970
969
|
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.
|
|
@@ -976,7 +975,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
976
975
|
def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
|
|
977
976
|
'''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
|
|
978
977
|
|
|
979
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
978
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
980
979
|
'''
|
|
981
980
|
result = self._values.get("maintenance_window_dow")
|
|
982
981
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -985,7 +984,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
985
984
|
def maintenance_window_time(self) -> typing.Optional[builtins.str]:
|
|
986
985
|
'''Maintenance window UTC time in hh:mm:ss format.
|
|
987
986
|
|
|
988
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
987
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
989
988
|
'''
|
|
990
989
|
result = self._values.get("maintenance_window_time")
|
|
991
990
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -996,7 +995,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
996
995
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
997
996
|
'''The administrative power state of the service.
|
|
998
997
|
|
|
999
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
998
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
1000
999
|
'''
|
|
1001
1000
|
result = self._values.get("powered")
|
|
1002
1001
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1005,20 +1004,11 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1005
1004
|
def properties(self) -> typing.Optional["ManagedDatabasePostgresqlProperties"]:
|
|
1006
1005
|
'''properties block.
|
|
1007
1006
|
|
|
1008
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1007
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
1009
1008
|
'''
|
|
1010
1009
|
result = self._values.get("properties")
|
|
1011
1010
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlProperties"], result)
|
|
1012
1011
|
|
|
1013
|
-
@builtins.property
|
|
1014
|
-
def title(self) -> typing.Optional[builtins.str]:
|
|
1015
|
-
'''Title of a managed database instance.
|
|
1016
|
-
|
|
1017
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.4.0/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
1018
|
-
'''
|
|
1019
|
-
result = self._values.get("title")
|
|
1020
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
1021
|
-
|
|
1022
1012
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1023
1013
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1024
1014
|
|
|
@@ -1236,8 +1226,6 @@ class ManagedDatabasePostgresqlNodeStatesOutputReference(
|
|
|
1236
1226
|
"pglookout": "pglookout",
|
|
1237
1227
|
"pg_partman_bgw_interval": "pgPartmanBgwInterval",
|
|
1238
1228
|
"pg_partman_bgw_role": "pgPartmanBgwRole",
|
|
1239
|
-
"pg_read_replica": "pgReadReplica",
|
|
1240
|
-
"pg_service_to_fork_from": "pgServiceToForkFrom",
|
|
1241
1229
|
"pg_stat_monitor_enable": "pgStatMonitorEnable",
|
|
1242
1230
|
"pg_stat_monitor_pgsm_enable_query_plan": "pgStatMonitorPgsmEnableQueryPlan",
|
|
1243
1231
|
"pg_stat_monitor_pgsm_max_buckets": "pgStatMonitorPgsmMaxBuckets",
|
|
@@ -1311,8 +1299,6 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1311
1299
|
pglookout: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPglookout", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1312
1300
|
pg_partman_bgw_interval: typing.Optional[jsii.Number] = None,
|
|
1313
1301
|
pg_partman_bgw_role: typing.Optional[builtins.str] = None,
|
|
1314
|
-
pg_read_replica: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
1315
|
-
pg_service_to_fork_from: typing.Optional[builtins.str] = None,
|
|
1316
1302
|
pg_stat_monitor_enable: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
1317
1303
|
pg_stat_monitor_pgsm_enable_query_plan: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
1318
1304
|
pg_stat_monitor_pgsm_max_buckets: typing.Optional[jsii.Number] = None,
|
|
@@ -1335,75 +1321,73 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1335
1321
|
work_mem: typing.Optional[jsii.Number] = None,
|
|
1336
1322
|
) -> None:
|
|
1337
1323
|
'''
|
|
1338
|
-
: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/
|
|
1339
|
-
: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/
|
|
1340
|
-
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1341
|
-
: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/
|
|
1342
|
-
: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/
|
|
1343
|
-
: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/
|
|
1344
|
-
: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/
|
|
1345
|
-
: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/
|
|
1346
|
-
: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/
|
|
1347
|
-
: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/
|
|
1348
|
-
: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/
|
|
1349
|
-
: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/
|
|
1350
|
-
: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/
|
|
1351
|
-
: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/
|
|
1352
|
-
: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/
|
|
1353
|
-
: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/
|
|
1354
|
-
: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/
|
|
1355
|
-
: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/
|
|
1356
|
-
: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/
|
|
1357
|
-
: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/
|
|
1358
|
-
: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/
|
|
1359
|
-
:param ip_filter: IP filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1360
|
-
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1361
|
-
: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/
|
|
1362
|
-
: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/
|
|
1363
|
-
: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/
|
|
1364
|
-
: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/
|
|
1365
|
-
: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/
|
|
1366
|
-
: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/
|
|
1367
|
-
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1368
|
-
: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/
|
|
1369
|
-
: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/
|
|
1370
|
-
: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/
|
|
1371
|
-
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1372
|
-
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1373
|
-
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1374
|
-
: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/
|
|
1375
|
-
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1376
|
-
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1377
|
-
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1378
|
-
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1379
|
-
: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/
|
|
1380
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1381
|
-
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1382
|
-
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1383
|
-
: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/
|
|
1384
|
-
: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/
|
|
1385
|
-
:param
|
|
1386
|
-
:param
|
|
1387
|
-
:param
|
|
1388
|
-
:param
|
|
1389
|
-
:param
|
|
1390
|
-
:param
|
|
1391
|
-
:param
|
|
1392
|
-
:param
|
|
1393
|
-
:param
|
|
1394
|
-
:param
|
|
1395
|
-
:param
|
|
1396
|
-
:param
|
|
1397
|
-
:param
|
|
1398
|
-
:param
|
|
1399
|
-
:param
|
|
1400
|
-
:param
|
|
1401
|
-
:param
|
|
1402
|
-
:param
|
|
1403
|
-
:param
|
|
1404
|
-
:param
|
|
1405
|
-
: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.4.0/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
1406
|
-
: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.4.0/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
1324
|
+
:param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
1325
|
+
:param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
1326
|
+
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
1327
|
+
:param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to ``autovacuum_analyze_threshold`` when deciding whether to trigger an ``ANALYZE``. The default is ``0.2`` (20% of table size) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
1328
|
+
:param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is ``50`` tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
1329
|
+
:param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's ``pg_class.relfrozenxid`` field can attain before a ``VACUUM`` operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
1330
|
+
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is ``3``. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
1331
|
+
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is ``1`` minute Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
1332
|
+
:param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If ``-1`` is specified, the regular ``vacuum_cost_delay`` value will be used. The default value is ``20`` milliseconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
1333
|
+
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic ``VACUUM`` operations. If ``-1`` is specified (which is the default), the regular ``vacuum_cost_limit`` value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
1334
|
+
:param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a ``VACUUM``. The default is ``0.2`` (20% of table size) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
1335
|
+
:param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a ``VACUUM`` in any one table. The default is ``50`` tuples Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
1336
|
+
:param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
1337
|
+
:param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
1338
|
+
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is ``200``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
1339
|
+
:param bgwriter_flush_after: Whenever more than ``bgwriter_flush_after`` bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is ``512``. Setting of ``0`` disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
1340
|
+
:param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is ``100``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
1341
|
+
:param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by ``bgwriter_lru_multiplier`` to arrive at an estimate of the number that will be needed during the next round (up to ``bgwriter_lru_maxpages``). ``1.0`` represents a "just in time" policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is ``2.0``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
1342
|
+
:param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
1343
|
+
:param default_toast_compression: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
1344
|
+
:param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
1345
|
+
:param ip_filter: IP filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
1346
|
+
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
1347
|
+
:param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to ``0`` logs all autovacuum actions. The default ``-1`` disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
1348
|
+
:param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
1349
|
+
:param log_line_prefix: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
1350
|
+
:param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, ``-1`` disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
1351
|
+
:param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
1352
|
+
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
1353
|
+
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
1354
|
+
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of ``max_parallel_workers``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
1355
|
+
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
1356
|
+
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
1357
|
+
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
1358
|
+
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
1359
|
+
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
1360
|
+
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is ``-1`` (unlimited). ``wal_keep_size`` minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
1361
|
+
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
1362
|
+
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
1363
|
+
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
1364
|
+
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
1365
|
+
:param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
1366
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
1367
|
+
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
1368
|
+
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
1369
|
+
:param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
1370
|
+
:param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
1371
|
+
:param pg_stat_monitor_enable: Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
1372
|
+
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
1373
|
+
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
1374
|
+
:param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection.The default value is ``top``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
1375
|
+
:param public_access: Public access allows connections to your Managed Database services via the public internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
1376
|
+
:param service_log: Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
1377
|
+
:param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the ``shared_buffers`` configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
1378
|
+
:param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
1379
|
+
:param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
1380
|
+
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
1381
|
+
:param timezone: timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
1382
|
+
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
1383
|
+
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
1384
|
+
:param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
1385
|
+
:param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
1386
|
+
:param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
1387
|
+
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
1388
|
+
:param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to ``0`` disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
1389
|
+
:param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default ``200``ms may negatively impact performance Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
1390
|
+
:param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
1407
1391
|
'''
|
|
1408
1392
|
if isinstance(migration, dict):
|
|
1409
1393
|
migration = ManagedDatabasePostgresqlPropertiesMigration(**migration)
|
|
@@ -1462,8 +1446,6 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1462
1446
|
check_type(argname="argument pglookout", value=pglookout, expected_type=type_hints["pglookout"])
|
|
1463
1447
|
check_type(argname="argument pg_partman_bgw_interval", value=pg_partman_bgw_interval, expected_type=type_hints["pg_partman_bgw_interval"])
|
|
1464
1448
|
check_type(argname="argument pg_partman_bgw_role", value=pg_partman_bgw_role, expected_type=type_hints["pg_partman_bgw_role"])
|
|
1465
|
-
check_type(argname="argument pg_read_replica", value=pg_read_replica, expected_type=type_hints["pg_read_replica"])
|
|
1466
|
-
check_type(argname="argument pg_service_to_fork_from", value=pg_service_to_fork_from, expected_type=type_hints["pg_service_to_fork_from"])
|
|
1467
1449
|
check_type(argname="argument pg_stat_monitor_enable", value=pg_stat_monitor_enable, expected_type=type_hints["pg_stat_monitor_enable"])
|
|
1468
1450
|
check_type(argname="argument pg_stat_monitor_pgsm_enable_query_plan", value=pg_stat_monitor_pgsm_enable_query_plan, expected_type=type_hints["pg_stat_monitor_pgsm_enable_query_plan"])
|
|
1469
1451
|
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"])
|
|
@@ -1579,10 +1561,6 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1579
1561
|
self._values["pg_partman_bgw_interval"] = pg_partman_bgw_interval
|
|
1580
1562
|
if pg_partman_bgw_role is not None:
|
|
1581
1563
|
self._values["pg_partman_bgw_role"] = pg_partman_bgw_role
|
|
1582
|
-
if pg_read_replica is not None:
|
|
1583
|
-
self._values["pg_read_replica"] = pg_read_replica
|
|
1584
|
-
if pg_service_to_fork_from is not None:
|
|
1585
|
-
self._values["pg_service_to_fork_from"] = pg_service_to_fork_from
|
|
1586
1564
|
if pg_stat_monitor_enable is not None:
|
|
1587
1565
|
self._values["pg_stat_monitor_enable"] = pg_stat_monitor_enable
|
|
1588
1566
|
if pg_stat_monitor_pgsm_enable_query_plan is not None:
|
|
@@ -1630,7 +1608,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1630
1608
|
|
|
1631
1609
|
Defaults to random string. This must be set only when a new service is being created.
|
|
1632
1610
|
|
|
1633
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1611
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
1634
1612
|
'''
|
|
1635
1613
|
result = self._values.get("admin_password")
|
|
1636
1614
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1639,7 +1617,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1639
1617
|
def admin_username(self) -> typing.Optional[builtins.str]:
|
|
1640
1618
|
'''Custom username for admin user. This must be set only when a new service is being created.
|
|
1641
1619
|
|
|
1642
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1620
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
1643
1621
|
'''
|
|
1644
1622
|
result = self._values.get("admin_username")
|
|
1645
1623
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1650,7 +1628,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1650
1628
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1651
1629
|
'''Automatic utility network IP Filter.
|
|
1652
1630
|
|
|
1653
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1631
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
1654
1632
|
'''
|
|
1655
1633
|
result = self._values.get("automatic_utility_network_ip_filter")
|
|
1656
1634
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1661,7 +1639,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1661
1639
|
|
|
1662
1640
|
The default is ``0.2`` (20% of table size)
|
|
1663
1641
|
|
|
1664
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1642
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
1665
1643
|
'''
|
|
1666
1644
|
result = self._values.get("autovacuum_analyze_scale_factor")
|
|
1667
1645
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1672,7 +1650,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1672
1650
|
|
|
1673
1651
|
The default is ``50`` tuples.
|
|
1674
1652
|
|
|
1675
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1653
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
1676
1654
|
'''
|
|
1677
1655
|
result = self._values.get("autovacuum_analyze_threshold")
|
|
1678
1656
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1681,7 +1659,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1681
1659
|
def autovacuum_freeze_max_age(self) -> typing.Optional[jsii.Number]:
|
|
1682
1660
|
'''Specifies the maximum age (in transactions) that a table's ``pg_class.relfrozenxid`` field can attain before a ``VACUUM`` operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
|
|
1683
1661
|
|
|
1684
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1662
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
1685
1663
|
'''
|
|
1686
1664
|
result = self._values.get("autovacuum_freeze_max_age")
|
|
1687
1665
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1692,7 +1670,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1692
1670
|
|
|
1693
1671
|
The default is ``3``. This parameter can only be set at server start.
|
|
1694
1672
|
|
|
1695
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1673
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
1696
1674
|
'''
|
|
1697
1675
|
result = self._values.get("autovacuum_max_workers")
|
|
1698
1676
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1703,7 +1681,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1703
1681
|
|
|
1704
1682
|
The delay is measured in seconds, and the default is ``1`` minute
|
|
1705
1683
|
|
|
1706
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1684
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
1707
1685
|
'''
|
|
1708
1686
|
result = self._values.get("autovacuum_naptime")
|
|
1709
1687
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1714,7 +1692,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1714
1692
|
|
|
1715
1693
|
If ``-1`` is specified, the regular ``vacuum_cost_delay`` value will be used. The default value is ``20`` milliseconds
|
|
1716
1694
|
|
|
1717
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1695
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
1718
1696
|
'''
|
|
1719
1697
|
result = self._values.get("autovacuum_vacuum_cost_delay")
|
|
1720
1698
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1725,7 +1703,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1725
1703
|
|
|
1726
1704
|
If ``-1`` is specified (which is the default), the regular ``vacuum_cost_limit`` value will be used.
|
|
1727
1705
|
|
|
1728
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1706
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
1729
1707
|
'''
|
|
1730
1708
|
result = self._values.get("autovacuum_vacuum_cost_limit")
|
|
1731
1709
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1736,7 +1714,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1736
1714
|
|
|
1737
1715
|
The default is ``0.2`` (20% of table size)
|
|
1738
1716
|
|
|
1739
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1717
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
1740
1718
|
'''
|
|
1741
1719
|
result = self._values.get("autovacuum_vacuum_scale_factor")
|
|
1742
1720
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1747,7 +1725,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1747
1725
|
|
|
1748
1726
|
The default is ``50`` tuples
|
|
1749
1727
|
|
|
1750
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1728
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
1751
1729
|
'''
|
|
1752
1730
|
result = self._values.get("autovacuum_vacuum_threshold")
|
|
1753
1731
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1758,7 +1736,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1758
1736
|
|
|
1759
1737
|
New backup is only started if previous backup has already completed.
|
|
1760
1738
|
|
|
1761
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1739
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
1762
1740
|
'''
|
|
1763
1741
|
result = self._values.get("backup_hour")
|
|
1764
1742
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1769,7 +1747,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1769
1747
|
|
|
1770
1748
|
New backup is only started if previous backup has already completed.
|
|
1771
1749
|
|
|
1772
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1750
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
1773
1751
|
'''
|
|
1774
1752
|
result = self._values.get("backup_minute")
|
|
1775
1753
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1778,7 +1756,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1778
1756
|
def bgwriter_delay(self) -> typing.Optional[jsii.Number]:
|
|
1779
1757
|
'''Specifies the delay between activity rounds for the background writer in milliseconds. Default is ``200``.
|
|
1780
1758
|
|
|
1781
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1759
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
1782
1760
|
'''
|
|
1783
1761
|
result = self._values.get("bgwriter_delay")
|
|
1784
1762
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1789,7 +1767,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1789
1767
|
|
|
1790
1768
|
Specified in kilobytes, default is ``512``. Setting of ``0`` disables forced writeback.
|
|
1791
1769
|
|
|
1792
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1770
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
1793
1771
|
'''
|
|
1794
1772
|
result = self._values.get("bgwriter_flush_after")
|
|
1795
1773
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1800,7 +1778,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1800
1778
|
|
|
1801
1779
|
Setting this to zero disables background writing. Default is ``100``.
|
|
1802
1780
|
|
|
1803
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1781
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
1804
1782
|
'''
|
|
1805
1783
|
result = self._values.get("bgwriter_lru_maxpages")
|
|
1806
1784
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1811,7 +1789,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1811
1789
|
|
|
1812
1790
|
``1.0`` represents a "just in time" policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is ``2.0``.
|
|
1813
1791
|
|
|
1814
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1792
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
1815
1793
|
'''
|
|
1816
1794
|
result = self._values.get("bgwriter_lru_multiplier")
|
|
1817
1795
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1820,7 +1798,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1820
1798
|
def deadlock_timeout(self) -> typing.Optional[jsii.Number]:
|
|
1821
1799
|
'''This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
|
|
1822
1800
|
|
|
1823
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1801
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
1824
1802
|
'''
|
|
1825
1803
|
result = self._values.get("deadlock_timeout")
|
|
1826
1804
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1829,7 +1807,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1829
1807
|
def default_toast_compression(self) -> typing.Optional[builtins.str]:
|
|
1830
1808
|
'''Controls the amount of detail written in the server log for each message that is logged.
|
|
1831
1809
|
|
|
1832
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1810
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
1833
1811
|
'''
|
|
1834
1812
|
result = self._values.get("default_toast_compression")
|
|
1835
1813
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1838,7 +1816,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1838
1816
|
def idle_in_transaction_session_timeout(self) -> typing.Optional[jsii.Number]:
|
|
1839
1817
|
'''Time out sessions with open transactions after this number of milliseconds.
|
|
1840
1818
|
|
|
1841
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1819
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
1842
1820
|
'''
|
|
1843
1821
|
result = self._values.get("idle_in_transaction_session_timeout")
|
|
1844
1822
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1847,7 +1825,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1847
1825
|
def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1848
1826
|
'''IP filter.
|
|
1849
1827
|
|
|
1850
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1828
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
1851
1829
|
'''
|
|
1852
1830
|
result = self._values.get("ip_filter")
|
|
1853
1831
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -1858,7 +1836,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1858
1836
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1859
1837
|
'''Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
1860
1838
|
|
|
1861
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1839
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
1862
1840
|
'''
|
|
1863
1841
|
result = self._values.get("jit")
|
|
1864
1842
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1869,7 +1847,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1869
1847
|
|
|
1870
1848
|
Setting this to ``0`` logs all autovacuum actions. The default ``-1`` disables logging autovacuum actions.
|
|
1871
1849
|
|
|
1872
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1850
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
1873
1851
|
'''
|
|
1874
1852
|
result = self._values.get("log_autovacuum_min_duration")
|
|
1875
1853
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1878,7 +1856,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1878
1856
|
def log_error_verbosity(self) -> typing.Optional[builtins.str]:
|
|
1879
1857
|
'''Controls the amount of detail written in the server log for each message that is logged.
|
|
1880
1858
|
|
|
1881
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1859
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
1882
1860
|
'''
|
|
1883
1861
|
result = self._values.get("log_error_verbosity")
|
|
1884
1862
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1887,7 +1865,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1887
1865
|
def log_line_prefix(self) -> typing.Optional[builtins.str]:
|
|
1888
1866
|
'''Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
|
|
1889
1867
|
|
|
1890
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1868
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
1891
1869
|
'''
|
|
1892
1870
|
result = self._values.get("log_line_prefix")
|
|
1893
1871
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1896,7 +1874,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1896
1874
|
def log_min_duration_statement(self) -> typing.Optional[jsii.Number]:
|
|
1897
1875
|
'''Log statements that take more than this number of milliseconds to run, ``-1`` disables.
|
|
1898
1876
|
|
|
1899
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1877
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
1900
1878
|
'''
|
|
1901
1879
|
result = self._values.get("log_min_duration_statement")
|
|
1902
1880
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1905,7 +1883,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1905
1883
|
def log_temp_files(self) -> typing.Optional[jsii.Number]:
|
|
1906
1884
|
'''Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
1907
1885
|
|
|
1908
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1886
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
1909
1887
|
'''
|
|
1910
1888
|
result = self._values.get("log_temp_files")
|
|
1911
1889
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1914,7 +1892,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1914
1892
|
def max_files_per_process(self) -> typing.Optional[jsii.Number]:
|
|
1915
1893
|
'''PostgreSQL maximum number of files that can be open per process.
|
|
1916
1894
|
|
|
1917
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1895
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
1918
1896
|
'''
|
|
1919
1897
|
result = self._values.get("max_files_per_process")
|
|
1920
1898
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1923,7 +1901,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1923
1901
|
def max_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
|
|
1924
1902
|
'''PostgreSQL maximum locks per transaction.
|
|
1925
1903
|
|
|
1926
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1904
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
1927
1905
|
'''
|
|
1928
1906
|
result = self._values.get("max_locks_per_transaction")
|
|
1929
1907
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1932,7 +1910,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1932
1910
|
def max_logical_replication_workers(self) -> typing.Optional[jsii.Number]:
|
|
1933
1911
|
'''PostgreSQL maximum logical replication workers (taken from the pool of ``max_parallel_workers``).
|
|
1934
1912
|
|
|
1935
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1913
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
1936
1914
|
'''
|
|
1937
1915
|
result = self._values.get("max_logical_replication_workers")
|
|
1938
1916
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1941,7 +1919,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1941
1919
|
def max_parallel_workers(self) -> typing.Optional[jsii.Number]:
|
|
1942
1920
|
'''Sets the maximum number of workers that the system can support for parallel queries.
|
|
1943
1921
|
|
|
1944
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1922
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
1945
1923
|
'''
|
|
1946
1924
|
result = self._values.get("max_parallel_workers")
|
|
1947
1925
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1950,7 +1928,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1950
1928
|
def max_parallel_workers_per_gather(self) -> typing.Optional[jsii.Number]:
|
|
1951
1929
|
'''Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
1952
1930
|
|
|
1953
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1931
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
1954
1932
|
'''
|
|
1955
1933
|
result = self._values.get("max_parallel_workers_per_gather")
|
|
1956
1934
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1959,7 +1937,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1959
1937
|
def max_pred_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
|
|
1960
1938
|
'''PostgreSQL maximum predicate locks per transaction.
|
|
1961
1939
|
|
|
1962
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1940
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
1963
1941
|
'''
|
|
1964
1942
|
result = self._values.get("max_pred_locks_per_transaction")
|
|
1965
1943
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1968,7 +1946,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1968
1946
|
def max_prepared_transactions(self) -> typing.Optional[jsii.Number]:
|
|
1969
1947
|
'''PostgreSQL maximum prepared transactions.
|
|
1970
1948
|
|
|
1971
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1949
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
1972
1950
|
'''
|
|
1973
1951
|
result = self._values.get("max_prepared_transactions")
|
|
1974
1952
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1977,7 +1955,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1977
1955
|
def max_replication_slots(self) -> typing.Optional[jsii.Number]:
|
|
1978
1956
|
'''PostgreSQL maximum replication slots.
|
|
1979
1957
|
|
|
1980
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1958
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
1981
1959
|
'''
|
|
1982
1960
|
result = self._values.get("max_replication_slots")
|
|
1983
1961
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1988,7 +1966,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1988
1966
|
|
|
1989
1967
|
Default is ``-1`` (unlimited). ``wal_keep_size`` minimum WAL size setting takes precedence over this.
|
|
1990
1968
|
|
|
1991
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1969
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
1992
1970
|
'''
|
|
1993
1971
|
result = self._values.get("max_slot_wal_keep_size")
|
|
1994
1972
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1997,7 +1975,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1997
1975
|
def max_stack_depth(self) -> typing.Optional[jsii.Number]:
|
|
1998
1976
|
'''Maximum depth of the stack in bytes.
|
|
1999
1977
|
|
|
2000
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1978
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
2001
1979
|
'''
|
|
2002
1980
|
result = self._values.get("max_stack_depth")
|
|
2003
1981
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2006,7 +1984,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2006
1984
|
def max_standby_archive_delay(self) -> typing.Optional[jsii.Number]:
|
|
2007
1985
|
'''Max standby archive delay in milliseconds.
|
|
2008
1986
|
|
|
2009
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1987
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
2010
1988
|
'''
|
|
2011
1989
|
result = self._values.get("max_standby_archive_delay")
|
|
2012
1990
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2015,7 +1993,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2015
1993
|
def max_standby_streaming_delay(self) -> typing.Optional[jsii.Number]:
|
|
2016
1994
|
'''Max standby streaming delay in milliseconds.
|
|
2017
1995
|
|
|
2018
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
1996
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
2019
1997
|
'''
|
|
2020
1998
|
result = self._values.get("max_standby_streaming_delay")
|
|
2021
1999
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2024,7 +2002,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2024
2002
|
def max_wal_senders(self) -> typing.Optional[jsii.Number]:
|
|
2025
2003
|
'''PostgreSQL maximum WAL senders.
|
|
2026
2004
|
|
|
2027
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2005
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
2028
2006
|
'''
|
|
2029
2007
|
result = self._values.get("max_wal_senders")
|
|
2030
2008
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2033,7 +2011,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2033
2011
|
def max_worker_processes(self) -> typing.Optional[jsii.Number]:
|
|
2034
2012
|
'''Sets the maximum number of background processes that the system can support.
|
|
2035
2013
|
|
|
2036
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2014
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
2037
2015
|
'''
|
|
2038
2016
|
result = self._values.get("max_worker_processes")
|
|
2039
2017
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2044,7 +2022,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2044
2022
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"]:
|
|
2045
2023
|
'''migration block.
|
|
2046
2024
|
|
|
2047
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2025
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
2048
2026
|
'''
|
|
2049
2027
|
result = self._values.get("migration")
|
|
2050
2028
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"], result)
|
|
@@ -2055,7 +2033,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2055
2033
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"]:
|
|
2056
2034
|
'''pgbouncer block.
|
|
2057
2035
|
|
|
2058
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2036
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
2059
2037
|
'''
|
|
2060
2038
|
result = self._values.get("pgbouncer")
|
|
2061
2039
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"], result)
|
|
@@ -2066,7 +2044,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2066
2044
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"]:
|
|
2067
2045
|
'''pglookout block.
|
|
2068
2046
|
|
|
2069
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2047
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
2070
2048
|
'''
|
|
2071
2049
|
result = self._values.get("pglookout")
|
|
2072
2050
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"], result)
|
|
@@ -2075,7 +2053,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2075
2053
|
def pg_partman_bgw_interval(self) -> typing.Optional[jsii.Number]:
|
|
2076
2054
|
'''Sets the time interval to run pg_partman's scheduled tasks.
|
|
2077
2055
|
|
|
2078
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2056
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
2079
2057
|
'''
|
|
2080
2058
|
result = self._values.get("pg_partman_bgw_interval")
|
|
2081
2059
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2084,33 +2062,11 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2084
2062
|
def pg_partman_bgw_role(self) -> typing.Optional[builtins.str]:
|
|
2085
2063
|
'''Controls which role to use for pg_partman's scheduled background tasks.
|
|
2086
2064
|
|
|
2087
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2065
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
2088
2066
|
'''
|
|
2089
2067
|
result = self._values.get("pg_partman_bgw_role")
|
|
2090
2068
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2091
2069
|
|
|
2092
|
-
@builtins.property
|
|
2093
|
-
def pg_read_replica(
|
|
2094
|
-
self,
|
|
2095
|
-
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2096
|
-
'''Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
|
|
2097
|
-
|
|
2098
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.4.0/docs/resources/managed_database_postgresql#pg_read_replica ManagedDatabasePostgresql#pg_read_replica}
|
|
2099
|
-
'''
|
|
2100
|
-
result = self._values.get("pg_read_replica")
|
|
2101
|
-
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
2102
|
-
|
|
2103
|
-
@builtins.property
|
|
2104
|
-
def pg_service_to_fork_from(self) -> typing.Optional[builtins.str]:
|
|
2105
|
-
'''Name of the PG Service from which to fork (deprecated, use service_to_fork_from).
|
|
2106
|
-
|
|
2107
|
-
This has effect only when a new service is being created.
|
|
2108
|
-
|
|
2109
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/3.4.0/docs/resources/managed_database_postgresql#pg_service_to_fork_from ManagedDatabasePostgresql#pg_service_to_fork_from}
|
|
2110
|
-
'''
|
|
2111
|
-
result = self._values.get("pg_service_to_fork_from")
|
|
2112
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
2113
|
-
|
|
2114
2070
|
@builtins.property
|
|
2115
2071
|
def pg_stat_monitor_enable(
|
|
2116
2072
|
self,
|
|
@@ -2119,7 +2075,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2119
2075
|
|
|
2120
2076
|
Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable
|
|
2121
2077
|
|
|
2122
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2078
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
2123
2079
|
'''
|
|
2124
2080
|
result = self._values.get("pg_stat_monitor_enable")
|
|
2125
2081
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2130,7 +2086,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2130
2086
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2131
2087
|
'''Enables or disables query plan monitoring.
|
|
2132
2088
|
|
|
2133
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2089
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
2134
2090
|
'''
|
|
2135
2091
|
result = self._values.get("pg_stat_monitor_pgsm_enable_query_plan")
|
|
2136
2092
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2139,7 +2095,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2139
2095
|
def pg_stat_monitor_pgsm_max_buckets(self) -> typing.Optional[jsii.Number]:
|
|
2140
2096
|
'''Sets the maximum number of buckets.
|
|
2141
2097
|
|
|
2142
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2098
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
2143
2099
|
'''
|
|
2144
2100
|
result = self._values.get("pg_stat_monitor_pgsm_max_buckets")
|
|
2145
2101
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2151,7 +2107,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2151
2107
|
Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions),
|
|
2152
2108
|
or none to disable statement statistics collection.The default value is ``top``.
|
|
2153
2109
|
|
|
2154
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2110
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
2155
2111
|
'''
|
|
2156
2112
|
result = self._values.get("pg_stat_statements_track")
|
|
2157
2113
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2162,7 +2118,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2162
2118
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2163
2119
|
'''Public access allows connections to your Managed Database services via the public internet.
|
|
2164
2120
|
|
|
2165
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2121
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
2166
2122
|
'''
|
|
2167
2123
|
result = self._values.get("public_access")
|
|
2168
2124
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2173,7 +2129,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2173
2129
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2174
2130
|
'''Store logs for the service so that they are available in the HTTP API and console.
|
|
2175
2131
|
|
|
2176
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2132
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
2177
2133
|
'''
|
|
2178
2134
|
result = self._values.get("service_log")
|
|
2179
2135
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2184,7 +2140,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2184
2140
|
|
|
2185
2141
|
Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the ``shared_buffers`` configuration value.
|
|
2186
2142
|
|
|
2187
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2143
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
2188
2144
|
'''
|
|
2189
2145
|
result = self._values.get("shared_buffers_percentage")
|
|
2190
2146
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2193,7 +2149,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2193
2149
|
def synchronous_replication(self) -> typing.Optional[builtins.str]:
|
|
2194
2150
|
'''Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
2195
2151
|
|
|
2196
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2152
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
2197
2153
|
'''
|
|
2198
2154
|
result = self._values.get("synchronous_replication")
|
|
2199
2155
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2202,7 +2158,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2202
2158
|
def temp_file_limit(self) -> typing.Optional[jsii.Number]:
|
|
2203
2159
|
'''PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
2204
2160
|
|
|
2205
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2161
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
2206
2162
|
'''
|
|
2207
2163
|
result = self._values.get("temp_file_limit")
|
|
2208
2164
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2213,7 +2169,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2213
2169
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"]:
|
|
2214
2170
|
'''timescaledb block.
|
|
2215
2171
|
|
|
2216
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2172
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
2217
2173
|
'''
|
|
2218
2174
|
result = self._values.get("timescaledb")
|
|
2219
2175
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"], result)
|
|
@@ -2222,7 +2178,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2222
2178
|
def timezone(self) -> typing.Optional[builtins.str]:
|
|
2223
2179
|
'''timezone.
|
|
2224
2180
|
|
|
2225
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2181
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
2226
2182
|
'''
|
|
2227
2183
|
result = self._values.get("timezone")
|
|
2228
2184
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2231,7 +2187,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2231
2187
|
def track_activity_query_size(self) -> typing.Optional[jsii.Number]:
|
|
2232
2188
|
'''Specifies the number of bytes reserved to track the currently executing command for each active session.
|
|
2233
2189
|
|
|
2234
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2190
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
2235
2191
|
'''
|
|
2236
2192
|
result = self._values.get("track_activity_query_size")
|
|
2237
2193
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2240,7 +2196,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2240
2196
|
def track_commit_timestamp(self) -> typing.Optional[builtins.str]:
|
|
2241
2197
|
'''Record commit time of transactions.
|
|
2242
2198
|
|
|
2243
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2199
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
2244
2200
|
'''
|
|
2245
2201
|
result = self._values.get("track_commit_timestamp")
|
|
2246
2202
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2249,7 +2205,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2249
2205
|
def track_functions(self) -> typing.Optional[builtins.str]:
|
|
2250
2206
|
'''Enables tracking of function call counts and time used.
|
|
2251
2207
|
|
|
2252
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2208
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
2253
2209
|
'''
|
|
2254
2210
|
result = self._values.get("track_functions")
|
|
2255
2211
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2260,7 +2216,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2260
2216
|
|
|
2261
2217
|
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.
|
|
2262
2218
|
|
|
2263
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2219
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
2264
2220
|
'''
|
|
2265
2221
|
result = self._values.get("track_io_timing")
|
|
2266
2222
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2269,7 +2225,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2269
2225
|
def variant(self) -> typing.Optional[builtins.str]:
|
|
2270
2226
|
'''Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
2271
2227
|
|
|
2272
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2228
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
2273
2229
|
'''
|
|
2274
2230
|
result = self._values.get("variant")
|
|
2275
2231
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2278,7 +2234,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2278
2234
|
def version(self) -> typing.Optional[builtins.str]:
|
|
2279
2235
|
'''PostgreSQL major version.
|
|
2280
2236
|
|
|
2281
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2237
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
2282
2238
|
'''
|
|
2283
2239
|
result = self._values.get("version")
|
|
2284
2240
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2289,7 +2245,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2289
2245
|
|
|
2290
2246
|
Setting this value to ``0`` disables the timeout.
|
|
2291
2247
|
|
|
2292
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2248
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
2293
2249
|
'''
|
|
2294
2250
|
result = self._values.get("wal_sender_timeout")
|
|
2295
2251
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2300,7 +2256,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2300
2256
|
|
|
2301
2257
|
Note that setting this value to lower than the default ``200``ms may negatively impact performance
|
|
2302
2258
|
|
|
2303
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2259
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
2304
2260
|
'''
|
|
2305
2261
|
result = self._values.get("wal_writer_delay")
|
|
2306
2262
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2311,7 +2267,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2311
2267
|
|
|
2312
2268
|
Default is 1MB + 0.075% of total RAM (up to 32MB).
|
|
2313
2269
|
|
|
2314
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2270
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
2315
2271
|
'''
|
|
2316
2272
|
result = self._values.get("work_mem")
|
|
2317
2273
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2354,13 +2310,13 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2354
2310
|
username: typing.Optional[builtins.str] = None,
|
|
2355
2311
|
) -> None:
|
|
2356
2312
|
'''
|
|
2357
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2358
|
-
: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/
|
|
2359
|
-
: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/
|
|
2360
|
-
: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/
|
|
2361
|
-
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2362
|
-
: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/
|
|
2363
|
-
: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/
|
|
2313
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2314
|
+
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2315
|
+
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2316
|
+
:param password: Password for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2317
|
+
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2318
|
+
:param ssl: The server where to migrate data from is secured with SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
2319
|
+
:param username: User name for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2364
2320
|
'''
|
|
2365
2321
|
if __debug__:
|
|
2366
2322
|
type_hints = typing.get_type_hints(_typecheckingstub__9a22b07e9381a03b0e883019f9869d2e86afe1337164b3f40f42a65332f93686)
|
|
@@ -2391,7 +2347,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2391
2347
|
def dbname(self) -> typing.Optional[builtins.str]:
|
|
2392
2348
|
'''Database name for bootstrapping the initial connection.
|
|
2393
2349
|
|
|
2394
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2350
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2395
2351
|
'''
|
|
2396
2352
|
result = self._values.get("dbname")
|
|
2397
2353
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2400,7 +2356,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2400
2356
|
def host(self) -> typing.Optional[builtins.str]:
|
|
2401
2357
|
'''Hostname or IP address of the server where to migrate data from.
|
|
2402
2358
|
|
|
2403
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2359
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2404
2360
|
'''
|
|
2405
2361
|
result = self._values.get("host")
|
|
2406
2362
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2409,7 +2365,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2409
2365
|
def ignore_dbs(self) -> typing.Optional[builtins.str]:
|
|
2410
2366
|
'''Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment).
|
|
2411
2367
|
|
|
2412
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2368
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2413
2369
|
'''
|
|
2414
2370
|
result = self._values.get("ignore_dbs")
|
|
2415
2371
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2418,7 +2374,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2418
2374
|
def password(self) -> typing.Optional[builtins.str]:
|
|
2419
2375
|
'''Password for authentication with the server where to migrate data from.
|
|
2420
2376
|
|
|
2421
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2377
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2422
2378
|
'''
|
|
2423
2379
|
result = self._values.get("password")
|
|
2424
2380
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2427,7 +2383,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2427
2383
|
def port(self) -> typing.Optional[jsii.Number]:
|
|
2428
2384
|
'''Port number of the server where to migrate data from.
|
|
2429
2385
|
|
|
2430
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2386
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2431
2387
|
'''
|
|
2432
2388
|
result = self._values.get("port")
|
|
2433
2389
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2438,7 +2394,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2438
2394
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2439
2395
|
'''The server where to migrate data from is secured with SSL.
|
|
2440
2396
|
|
|
2441
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2397
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
2442
2398
|
'''
|
|
2443
2399
|
result = self._values.get("ssl")
|
|
2444
2400
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2447,7 +2403,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2447
2403
|
def username(self) -> typing.Optional[builtins.str]:
|
|
2448
2404
|
'''User name for authentication with the server where to migrate data from.
|
|
2449
2405
|
|
|
2450
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2406
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2451
2407
|
'''
|
|
2452
2408
|
result = self._values.get("username")
|
|
2453
2409
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2687,13 +2643,13 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
2687
2643
|
username: typing.Optional[builtins.str] = None,
|
|
2688
2644
|
) -> None:
|
|
2689
2645
|
'''
|
|
2690
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2691
|
-
: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/
|
|
2692
|
-
: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/
|
|
2693
|
-
: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/
|
|
2694
|
-
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2695
|
-
: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/
|
|
2696
|
-
: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/
|
|
2646
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2647
|
+
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2648
|
+
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2649
|
+
:param password: Password for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2650
|
+
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2651
|
+
:param ssl: The server where to migrate data from is secured with SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
2652
|
+
:param username: User name for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2697
2653
|
'''
|
|
2698
2654
|
value = ManagedDatabasePostgresqlPropertiesMigration(
|
|
2699
2655
|
dbname=dbname,
|
|
@@ -2722,15 +2678,15 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
2722
2678
|
server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
2723
2679
|
) -> None:
|
|
2724
2680
|
'''
|
|
2725
|
-
: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/
|
|
2726
|
-
: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/
|
|
2727
|
-
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
2728
|
-
: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/
|
|
2729
|
-
: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/
|
|
2730
|
-
: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/
|
|
2731
|
-
: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/
|
|
2732
|
-
: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/
|
|
2733
|
-
: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/
|
|
2681
|
+
:param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
2682
|
+
:param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
2683
|
+
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
2684
|
+
:param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
2685
|
+
:param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
2686
|
+
:param min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
2687
|
+
:param server_idle_timeout: If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. [seconds] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
2688
|
+
:param server_lifetime: The pooler will close an unused server connection that has been connected longer than this. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
2689
|
+
:param server_reset_query_always: Run server_reset_query (``DISCARD ALL``) in all pooling modes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
2734
2690
|
'''
|
|
2735
2691
|
value = ManagedDatabasePostgresqlPropertiesPgbouncer(
|
|
2736
2692
|
autodb_idle_timeout=autodb_idle_timeout,
|
|
@@ -2753,7 +2709,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
2753
2709
|
max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
|
|
2754
2710
|
) -> None:
|
|
2755
2711
|
'''
|
|
2756
|
-
: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/
|
|
2712
|
+
:param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
2757
2713
|
'''
|
|
2758
2714
|
value = ManagedDatabasePostgresqlPropertiesPglookout(
|
|
2759
2715
|
max_failover_replication_time_lag=max_failover_replication_time_lag
|
|
@@ -2768,7 +2724,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
2768
2724
|
max_background_workers: typing.Optional[jsii.Number] = None,
|
|
2769
2725
|
) -> None:
|
|
2770
2726
|
'''
|
|
2771
|
-
: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/
|
|
2727
|
+
:param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
2772
2728
|
'''
|
|
2773
2729
|
value = ManagedDatabasePostgresqlPropertiesTimescaledb(
|
|
2774
2730
|
max_background_workers=max_background_workers
|
|
@@ -2964,14 +2920,6 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
2964
2920
|
def reset_pg_partman_bgw_role(self) -> None:
|
|
2965
2921
|
return typing.cast(None, jsii.invoke(self, "resetPgPartmanBgwRole", []))
|
|
2966
2922
|
|
|
2967
|
-
@jsii.member(jsii_name="resetPgReadReplica")
|
|
2968
|
-
def reset_pg_read_replica(self) -> None:
|
|
2969
|
-
return typing.cast(None, jsii.invoke(self, "resetPgReadReplica", []))
|
|
2970
|
-
|
|
2971
|
-
@jsii.member(jsii_name="resetPgServiceToForkFrom")
|
|
2972
|
-
def reset_pg_service_to_fork_from(self) -> None:
|
|
2973
|
-
return typing.cast(None, jsii.invoke(self, "resetPgServiceToForkFrom", []))
|
|
2974
|
-
|
|
2975
2923
|
@jsii.member(jsii_name="resetPgStatMonitorEnable")
|
|
2976
2924
|
def reset_pg_stat_monitor_enable(self) -> None:
|
|
2977
2925
|
return typing.cast(None, jsii.invoke(self, "resetPgStatMonitorEnable", []))
|
|
@@ -3323,18 +3271,6 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3323
3271
|
def pg_partman_bgw_role_input(self) -> typing.Optional[builtins.str]:
|
|
3324
3272
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "pgPartmanBgwRoleInput"))
|
|
3325
3273
|
|
|
3326
|
-
@builtins.property
|
|
3327
|
-
@jsii.member(jsii_name="pgReadReplicaInput")
|
|
3328
|
-
def pg_read_replica_input(
|
|
3329
|
-
self,
|
|
3330
|
-
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
3331
|
-
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "pgReadReplicaInput"))
|
|
3332
|
-
|
|
3333
|
-
@builtins.property
|
|
3334
|
-
@jsii.member(jsii_name="pgServiceToForkFromInput")
|
|
3335
|
-
def pg_service_to_fork_from_input(self) -> typing.Optional[builtins.str]:
|
|
3336
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "pgServiceToForkFromInput"))
|
|
3337
|
-
|
|
3338
3274
|
@builtins.property
|
|
3339
3275
|
@jsii.member(jsii_name="pgStatMonitorEnableInput")
|
|
3340
3276
|
def pg_stat_monitor_enable_input(
|
|
@@ -3981,35 +3917,6 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3981
3917
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3982
3918
|
jsii.set(self, "pgPartmanBgwRole", value)
|
|
3983
3919
|
|
|
3984
|
-
@builtins.property
|
|
3985
|
-
@jsii.member(jsii_name="pgReadReplica")
|
|
3986
|
-
def pg_read_replica(
|
|
3987
|
-
self,
|
|
3988
|
-
) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
|
3989
|
-
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "pgReadReplica"))
|
|
3990
|
-
|
|
3991
|
-
@pg_read_replica.setter
|
|
3992
|
-
def pg_read_replica(
|
|
3993
|
-
self,
|
|
3994
|
-
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
3995
|
-
) -> None:
|
|
3996
|
-
if __debug__:
|
|
3997
|
-
type_hints = typing.get_type_hints(_typecheckingstub__22c002e3717049d56be403d581c0761fda08f3864c1452da5d665f9f91baed14)
|
|
3998
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3999
|
-
jsii.set(self, "pgReadReplica", value)
|
|
4000
|
-
|
|
4001
|
-
@builtins.property
|
|
4002
|
-
@jsii.member(jsii_name="pgServiceToForkFrom")
|
|
4003
|
-
def pg_service_to_fork_from(self) -> builtins.str:
|
|
4004
|
-
return typing.cast(builtins.str, jsii.get(self, "pgServiceToForkFrom"))
|
|
4005
|
-
|
|
4006
|
-
@pg_service_to_fork_from.setter
|
|
4007
|
-
def pg_service_to_fork_from(self, value: builtins.str) -> None:
|
|
4008
|
-
if __debug__:
|
|
4009
|
-
type_hints = typing.get_type_hints(_typecheckingstub__7e25aa86445220a07626379d8481edcaf6f6c29779a85a65809d780de67ebb06)
|
|
4010
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4011
|
-
jsii.set(self, "pgServiceToForkFrom", value)
|
|
4012
|
-
|
|
4013
3920
|
@builtins.property
|
|
4014
3921
|
@jsii.member(jsii_name="pgStatMonitorEnable")
|
|
4015
3922
|
def pg_stat_monitor_enable(
|
|
@@ -4300,15 +4207,15 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4300
4207
|
server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4301
4208
|
) -> None:
|
|
4302
4209
|
'''
|
|
4303
|
-
: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/
|
|
4304
|
-
: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/
|
|
4305
|
-
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
4306
|
-
: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/
|
|
4307
|
-
: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/
|
|
4308
|
-
: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/
|
|
4309
|
-
: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/
|
|
4310
|
-
: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/
|
|
4311
|
-
: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/
|
|
4210
|
+
:param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
4211
|
+
:param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
4212
|
+
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
4213
|
+
:param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
4214
|
+
:param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
4215
|
+
:param min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
4216
|
+
:param server_idle_timeout: If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. [seconds] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
4217
|
+
:param server_lifetime: The pooler will close an unused server connection that has been connected longer than this. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
4218
|
+
:param server_reset_query_always: Run server_reset_query (``DISCARD ALL``) in all pooling modes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
4312
4219
|
'''
|
|
4313
4220
|
if __debug__:
|
|
4314
4221
|
type_hints = typing.get_type_hints(_typecheckingstub__2862abffc43a442ad2bff1c444cf98fb770986970925fafb7cc295e2cc45a9b9)
|
|
@@ -4347,7 +4254,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4347
4254
|
|
|
4348
4255
|
If 0 then timeout is disabled. [seconds]
|
|
4349
4256
|
|
|
4350
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
4257
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
4351
4258
|
'''
|
|
4352
4259
|
result = self._values.get("autodb_idle_timeout")
|
|
4353
4260
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4358,7 +4265,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4358
4265
|
|
|
4359
4266
|
Setting it to 0 means unlimited.
|
|
4360
4267
|
|
|
4361
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
4268
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
4362
4269
|
'''
|
|
4363
4270
|
result = self._values.get("autodb_max_db_connections")
|
|
4364
4271
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4367,7 +4274,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4367
4274
|
def autodb_pool_mode(self) -> typing.Optional[builtins.str]:
|
|
4368
4275
|
'''PGBouncer pool mode.
|
|
4369
4276
|
|
|
4370
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
4277
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
4371
4278
|
'''
|
|
4372
4279
|
result = self._values.get("autodb_pool_mode")
|
|
4373
4280
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4376,7 +4283,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4376
4283
|
def autodb_pool_size(self) -> typing.Optional[jsii.Number]:
|
|
4377
4284
|
'''If non-zero then create automatically a pool of that size per user when a pool doesn't exist.
|
|
4378
4285
|
|
|
4379
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
4286
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
4380
4287
|
'''
|
|
4381
4288
|
result = self._values.get("autodb_pool_size")
|
|
4382
4289
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4385,7 +4292,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4385
4292
|
def ignore_startup_parameters(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4386
4293
|
'''List of parameters to ignore when given in startup packet.
|
|
4387
4294
|
|
|
4388
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
4295
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
4389
4296
|
'''
|
|
4390
4297
|
result = self._values.get("ignore_startup_parameters")
|
|
4391
4298
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -4396,7 +4303,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4396
4303
|
|
|
4397
4304
|
Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size.
|
|
4398
4305
|
|
|
4399
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
4306
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
4400
4307
|
'''
|
|
4401
4308
|
result = self._values.get("min_pool_size")
|
|
4402
4309
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4407,7 +4314,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4407
4314
|
|
|
4408
4315
|
If 0 then timeout is disabled. [seconds]
|
|
4409
4316
|
|
|
4410
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
4317
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
4411
4318
|
'''
|
|
4412
4319
|
result = self._values.get("server_idle_timeout")
|
|
4413
4320
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4416,7 +4323,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4416
4323
|
def server_lifetime(self) -> typing.Optional[jsii.Number]:
|
|
4417
4324
|
'''The pooler will close an unused server connection that has been connected longer than this. [seconds].
|
|
4418
4325
|
|
|
4419
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
4326
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
4420
4327
|
'''
|
|
4421
4328
|
result = self._values.get("server_lifetime")
|
|
4422
4329
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4427,7 +4334,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4427
4334
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4428
4335
|
'''Run server_reset_query (``DISCARD ALL``) in all pooling modes.
|
|
4429
4336
|
|
|
4430
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
4337
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
4431
4338
|
'''
|
|
4432
4339
|
result = self._values.get("server_reset_query_always")
|
|
4433
4340
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -4694,7 +4601,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
|
|
|
4694
4601
|
max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
|
|
4695
4602
|
) -> None:
|
|
4696
4603
|
'''
|
|
4697
|
-
: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/
|
|
4604
|
+
:param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
4698
4605
|
'''
|
|
4699
4606
|
if __debug__:
|
|
4700
4607
|
type_hints = typing.get_type_hints(_typecheckingstub__dd81ae3f527ba52eaf4f2d07e7187afc3b2328ed800858a2364717bdfe0081a9)
|
|
@@ -4707,7 +4614,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
|
|
|
4707
4614
|
def max_failover_replication_time_lag(self) -> typing.Optional[jsii.Number]:
|
|
4708
4615
|
'''Number of seconds of master unavailability before triggering database failover to standby.
|
|
4709
4616
|
|
|
4710
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
4617
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
4711
4618
|
'''
|
|
4712
4619
|
result = self._values.get("max_failover_replication_time_lag")
|
|
4713
4620
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4795,7 +4702,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
|
|
|
4795
4702
|
max_background_workers: typing.Optional[jsii.Number] = None,
|
|
4796
4703
|
) -> None:
|
|
4797
4704
|
'''
|
|
4798
|
-
: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/
|
|
4705
|
+
:param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
4799
4706
|
'''
|
|
4800
4707
|
if __debug__:
|
|
4801
4708
|
type_hints = typing.get_type_hints(_typecheckingstub__71c8b11f8b53026baff50866f6d74787011a28fc791f639a52c7c58b6f897621)
|
|
@@ -4810,7 +4717,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
|
|
|
4810
4717
|
|
|
4811
4718
|
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.
|
|
4812
4719
|
|
|
4813
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/
|
|
4720
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/4.1.0/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
4814
4721
|
'''
|
|
4815
4722
|
result = self._values.get("max_background_workers")
|
|
4816
4723
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4915,13 +4822,13 @@ def _typecheckingstub__5fa809510c8f69da52891462ee8f64a2638b82c8a731ae399fb00992f
|
|
|
4915
4822
|
*,
|
|
4916
4823
|
name: builtins.str,
|
|
4917
4824
|
plan: builtins.str,
|
|
4825
|
+
title: builtins.str,
|
|
4918
4826
|
zone: builtins.str,
|
|
4919
4827
|
id: typing.Optional[builtins.str] = None,
|
|
4920
4828
|
maintenance_window_dow: typing.Optional[builtins.str] = None,
|
|
4921
4829
|
maintenance_window_time: typing.Optional[builtins.str] = None,
|
|
4922
4830
|
powered: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4923
4831
|
properties: typing.Optional[typing.Union[ManagedDatabasePostgresqlProperties, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
4924
|
-
title: typing.Optional[builtins.str] = None,
|
|
4925
4832
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4926
4833
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
4927
4834
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
@@ -5048,13 +4955,13 @@ def _typecheckingstub__45f42ebdf030afdba0d57f507b07d90736dd58b3b6241153662af2f45
|
|
|
5048
4955
|
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,
|
|
5049
4956
|
name: builtins.str,
|
|
5050
4957
|
plan: builtins.str,
|
|
4958
|
+
title: builtins.str,
|
|
5051
4959
|
zone: builtins.str,
|
|
5052
4960
|
id: typing.Optional[builtins.str] = None,
|
|
5053
4961
|
maintenance_window_dow: typing.Optional[builtins.str] = None,
|
|
5054
4962
|
maintenance_window_time: typing.Optional[builtins.str] = None,
|
|
5055
4963
|
powered: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
5056
4964
|
properties: typing.Optional[typing.Union[ManagedDatabasePostgresqlProperties, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
5057
|
-
title: typing.Optional[builtins.str] = None,
|
|
5058
4965
|
) -> None:
|
|
5059
4966
|
"""Type checking stubs"""
|
|
5060
4967
|
pass
|
|
@@ -5155,8 +5062,6 @@ def _typecheckingstub__c6910d3220979fbcd86275a19c629678468755096ca15771873a4cee0
|
|
|
5155
5062
|
pglookout: typing.Optional[typing.Union[ManagedDatabasePostgresqlPropertiesPglookout, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
5156
5063
|
pg_partman_bgw_interval: typing.Optional[jsii.Number] = None,
|
|
5157
5064
|
pg_partman_bgw_role: typing.Optional[builtins.str] = None,
|
|
5158
|
-
pg_read_replica: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
5159
|
-
pg_service_to_fork_from: typing.Optional[builtins.str] = None,
|
|
5160
5065
|
pg_stat_monitor_enable: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
5161
5066
|
pg_stat_monitor_pgsm_enable_query_plan: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
5162
5067
|
pg_stat_monitor_pgsm_max_buckets: typing.Optional[jsii.Number] = None,
|
|
@@ -5520,18 +5425,6 @@ def _typecheckingstub__626c47c64eb8f096c0e31d3afb2c0748c087c018ae25b94d949dee448
|
|
|
5520
5425
|
"""Type checking stubs"""
|
|
5521
5426
|
pass
|
|
5522
5427
|
|
|
5523
|
-
def _typecheckingstub__22c002e3717049d56be403d581c0761fda08f3864c1452da5d665f9f91baed14(
|
|
5524
|
-
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
5525
|
-
) -> None:
|
|
5526
|
-
"""Type checking stubs"""
|
|
5527
|
-
pass
|
|
5528
|
-
|
|
5529
|
-
def _typecheckingstub__7e25aa86445220a07626379d8481edcaf6f6c29779a85a65809d780de67ebb06(
|
|
5530
|
-
value: builtins.str,
|
|
5531
|
-
) -> None:
|
|
5532
|
-
"""Type checking stubs"""
|
|
5533
|
-
pass
|
|
5534
|
-
|
|
5535
5428
|
def _typecheckingstub__b0bffe3527ba3889a568bce7c605725e472374da1d243afd472b8096468cf50e(
|
|
5536
5429
|
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
5537
5430
|
) -> None:
|