cdktf-cdktf-provider-upcloud 14.8.1__py3-none-any.whl → 14.9.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- cdktf_cdktf_provider_upcloud/__init__.py +3 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +44 -44
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +62 -62
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +52 -52
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +54 -54
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +80 -80
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +95 -95
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +72 -72
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +52 -52
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +351 -351
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +359 -264
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +509 -460
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +555 -412
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +263 -168
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +48 -48
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/network/__init__.py +49 -49
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +38 -38
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +43 -43
- cdktf_cdktf_provider_upcloud/provider/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/router/__init__.py +242 -29
- cdktf_cdktf_provider_upcloud/server/__init__.py +219 -219
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +34 -77
- cdktf_cdktf_provider_upcloud/storage/__init__.py +76 -76
- cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
- {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/METADATA +9 -9
- cdktf_cdktf_provider_upcloud-14.9.1.dist-info/RECORD +61 -0
- {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.8.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.8.1.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_managed_database_postgresql`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class ManagedDatabasePostgresql(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresql",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -41,6 +41,7 @@ class ManagedDatabasePostgresql(
|
|
|
41
41
|
title: builtins.str,
|
|
42
42
|
zone: builtins.str,
|
|
43
43
|
id: typing.Optional[builtins.str] = None,
|
|
44
|
+
labels: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
44
45
|
maintenance_window_dow: typing.Optional[builtins.str] = None,
|
|
45
46
|
maintenance_window_time: typing.Optional[builtins.str] = None,
|
|
46
47
|
network: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["ManagedDatabasePostgresqlNetwork", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
@@ -54,20 +55,21 @@ class ManagedDatabasePostgresql(
|
|
|
54
55
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
55
56
|
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,
|
|
56
57
|
) -> None:
|
|
57
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
58
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql} Resource.
|
|
58
59
|
|
|
59
60
|
:param scope: The scope in which to define this construct.
|
|
60
61
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
61
|
-
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
62
|
-
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
63
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
64
|
-
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
65
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
66
|
-
:param
|
|
67
|
-
:param
|
|
68
|
-
:param
|
|
69
|
-
:param
|
|
70
|
-
:param
|
|
62
|
+
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
63
|
+
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
64
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
65
|
+
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
66
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
67
|
+
:param labels: Key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#labels ManagedDatabasePostgresql#labels}
|
|
68
|
+
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
69
|
+
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
70
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
|
|
71
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
72
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
71
73
|
:param connection:
|
|
72
74
|
:param count:
|
|
73
75
|
:param depends_on:
|
|
@@ -86,6 +88,7 @@ class ManagedDatabasePostgresql(
|
|
|
86
88
|
title=title,
|
|
87
89
|
zone=zone,
|
|
88
90
|
id=id,
|
|
91
|
+
labels=labels,
|
|
89
92
|
maintenance_window_dow=maintenance_window_dow,
|
|
90
93
|
maintenance_window_time=maintenance_window_time,
|
|
91
94
|
network=network,
|
|
@@ -115,7 +118,7 @@ class ManagedDatabasePostgresql(
|
|
|
115
118
|
|
|
116
119
|
:param scope: The scope in which to define this construct.
|
|
117
120
|
:param import_to_id: The construct id used in the generated config for the ManagedDatabasePostgresql to import.
|
|
118
|
-
:param import_from_id: The id of the existing ManagedDatabasePostgresql that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
121
|
+
:param import_from_id: The id of the existing ManagedDatabasePostgresql that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#import import section} in the documentation of this resource for the id to use
|
|
119
122
|
:param provider: ? Optional instance of the provider where the ManagedDatabasePostgresql to import is found.
|
|
120
123
|
'''
|
|
121
124
|
if __debug__:
|
|
@@ -212,73 +215,73 @@ class ManagedDatabasePostgresql(
|
|
|
212
215
|
work_mem: typing.Optional[jsii.Number] = None,
|
|
213
216
|
) -> None:
|
|
214
217
|
'''
|
|
215
|
-
:param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
216
|
-
:param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
217
|
-
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
218
|
-
:param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
219
|
-
:param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
220
|
-
:param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
221
|
-
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
222
|
-
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
223
|
-
:param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
224
|
-
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
225
|
-
:param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
226
|
-
:param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
227
|
-
:param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
228
|
-
:param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
229
|
-
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
230
|
-
:param bgwriter_flush_after: Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
231
|
-
:param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
232
|
-
:param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
233
|
-
:param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
234
|
-
:param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns (the default is lz4). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
235
|
-
:param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
236
|
-
:param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
237
|
-
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
238
|
-
:param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
239
|
-
:param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
240
|
-
:param log_line_prefix: Choose from one of the available log formats. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
241
|
-
:param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
242
|
-
:param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
243
|
-
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
244
|
-
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
245
|
-
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
246
|
-
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
247
|
-
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
248
|
-
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
249
|
-
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
250
|
-
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
251
|
-
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
252
|
-
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
253
|
-
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
254
|
-
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
255
|
-
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
256
|
-
:param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
257
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
258
|
-
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
259
|
-
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
260
|
-
:param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
261
|
-
:param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
262
|
-
:param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
263
|
-
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
264
|
-
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
265
|
-
:param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
266
|
-
:param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
267
|
-
:param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
268
|
-
:param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
269
|
-
:param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
270
|
-
:param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
271
|
-
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
272
|
-
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
273
|
-
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
274
|
-
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
275
|
-
:param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
276
|
-
:param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
277
|
-
:param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
278
|
-
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
279
|
-
:param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
280
|
-
:param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
281
|
-
:param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
218
|
+
:param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
219
|
+
:param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
220
|
+
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
221
|
+
:param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
222
|
+
:param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
223
|
+
:param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
224
|
+
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
225
|
+
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
226
|
+
:param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
227
|
+
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
228
|
+
:param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
229
|
+
:param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
230
|
+
:param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
231
|
+
:param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
232
|
+
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
233
|
+
:param bgwriter_flush_after: Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
234
|
+
:param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
235
|
+
:param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
236
|
+
:param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
237
|
+
:param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns (the default is lz4). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
238
|
+
:param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
239
|
+
:param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
240
|
+
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
241
|
+
:param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
242
|
+
:param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
243
|
+
:param log_line_prefix: Choose from one of the available log formats. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
244
|
+
:param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
245
|
+
:param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
246
|
+
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
247
|
+
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
248
|
+
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
249
|
+
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
250
|
+
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
251
|
+
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
252
|
+
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
253
|
+
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
254
|
+
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
255
|
+
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
256
|
+
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
257
|
+
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
258
|
+
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
259
|
+
:param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
260
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
261
|
+
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
262
|
+
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
263
|
+
:param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
264
|
+
:param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
265
|
+
:param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
266
|
+
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
267
|
+
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
268
|
+
:param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
269
|
+
:param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
270
|
+
:param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
271
|
+
:param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
272
|
+
:param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
273
|
+
:param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
274
|
+
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
275
|
+
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
276
|
+
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
277
|
+
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
278
|
+
:param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
279
|
+
:param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
280
|
+
:param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
281
|
+
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
282
|
+
:param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
283
|
+
:param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
284
|
+
:param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
282
285
|
'''
|
|
283
286
|
value = ManagedDatabasePostgresqlProperties(
|
|
284
287
|
admin_password=admin_password,
|
|
@@ -356,6 +359,10 @@ class ManagedDatabasePostgresql(
|
|
|
356
359
|
def reset_id(self) -> None:
|
|
357
360
|
return typing.cast(None, jsii.invoke(self, "resetId", []))
|
|
358
361
|
|
|
362
|
+
@jsii.member(jsii_name="resetLabels")
|
|
363
|
+
def reset_labels(self) -> None:
|
|
364
|
+
return typing.cast(None, jsii.invoke(self, "resetLabels", []))
|
|
365
|
+
|
|
359
366
|
@jsii.member(jsii_name="resetMaintenanceWindowDow")
|
|
360
367
|
def reset_maintenance_window_dow(self) -> None:
|
|
361
368
|
return typing.cast(None, jsii.invoke(self, "resetMaintenanceWindowDow", []))
|
|
@@ -459,6 +466,13 @@ class ManagedDatabasePostgresql(
|
|
|
459
466
|
def id_input(self) -> typing.Optional[builtins.str]:
|
|
460
467
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
|
461
468
|
|
|
469
|
+
@builtins.property
|
|
470
|
+
@jsii.member(jsii_name="labelsInput")
|
|
471
|
+
def labels_input(
|
|
472
|
+
self,
|
|
473
|
+
) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
474
|
+
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "labelsInput"))
|
|
475
|
+
|
|
462
476
|
@builtins.property
|
|
463
477
|
@jsii.member(jsii_name="maintenanceWindowDowInput")
|
|
464
478
|
def maintenance_window_dow_input(self) -> typing.Optional[builtins.str]:
|
|
@@ -520,7 +534,19 @@ class ManagedDatabasePostgresql(
|
|
|
520
534
|
if __debug__:
|
|
521
535
|
type_hints = typing.get_type_hints(_typecheckingstub__f9a630d3a04b1e85d141f152306b1446a41a3f48ba0d2183d43b5587ed01b4e2)
|
|
522
536
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
523
|
-
jsii.set(self, "id", value)
|
|
537
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
538
|
+
|
|
539
|
+
@builtins.property
|
|
540
|
+
@jsii.member(jsii_name="labels")
|
|
541
|
+
def labels(self) -> typing.Mapping[builtins.str, builtins.str]:
|
|
542
|
+
return typing.cast(typing.Mapping[builtins.str, builtins.str], jsii.get(self, "labels"))
|
|
543
|
+
|
|
544
|
+
@labels.setter
|
|
545
|
+
def labels(self, value: typing.Mapping[builtins.str, builtins.str]) -> None:
|
|
546
|
+
if __debug__:
|
|
547
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d237b647d468f025eced5d1f869c5704b40f8d693184cae12ed221d60d195bca)
|
|
548
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
549
|
+
jsii.set(self, "labels", value) # pyright: ignore[reportArgumentType]
|
|
524
550
|
|
|
525
551
|
@builtins.property
|
|
526
552
|
@jsii.member(jsii_name="maintenanceWindowDow")
|
|
@@ -532,7 +558,7 @@ class ManagedDatabasePostgresql(
|
|
|
532
558
|
if __debug__:
|
|
533
559
|
type_hints = typing.get_type_hints(_typecheckingstub__a2c0f77034fed7e75ffc25cc3f6dbd523c87396fc50302ef44e7a62fb55bccd3)
|
|
534
560
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
535
|
-
jsii.set(self, "maintenanceWindowDow", value)
|
|
561
|
+
jsii.set(self, "maintenanceWindowDow", value) # pyright: ignore[reportArgumentType]
|
|
536
562
|
|
|
537
563
|
@builtins.property
|
|
538
564
|
@jsii.member(jsii_name="maintenanceWindowTime")
|
|
@@ -544,7 +570,7 @@ class ManagedDatabasePostgresql(
|
|
|
544
570
|
if __debug__:
|
|
545
571
|
type_hints = typing.get_type_hints(_typecheckingstub__f3b522c1e2fa5f9ebcbd420abad1f5687e71bf47b1f53b8aba4d8eae624c15f8)
|
|
546
572
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
547
|
-
jsii.set(self, "maintenanceWindowTime", value)
|
|
573
|
+
jsii.set(self, "maintenanceWindowTime", value) # pyright: ignore[reportArgumentType]
|
|
548
574
|
|
|
549
575
|
@builtins.property
|
|
550
576
|
@jsii.member(jsii_name="name")
|
|
@@ -556,7 +582,7 @@ class ManagedDatabasePostgresql(
|
|
|
556
582
|
if __debug__:
|
|
557
583
|
type_hints = typing.get_type_hints(_typecheckingstub__b616f5a643e9362103bfe51d176cebeb11c5a7c116871765dc94705dfef5db23)
|
|
558
584
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
559
|
-
jsii.set(self, "name", value)
|
|
585
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
560
586
|
|
|
561
587
|
@builtins.property
|
|
562
588
|
@jsii.member(jsii_name="plan")
|
|
@@ -568,7 +594,7 @@ class ManagedDatabasePostgresql(
|
|
|
568
594
|
if __debug__:
|
|
569
595
|
type_hints = typing.get_type_hints(_typecheckingstub__62ca746fcdc84d286b895013db6a84b26e62e0d3f9368d2e25f84a74a7264b94)
|
|
570
596
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
571
|
-
jsii.set(self, "plan", value)
|
|
597
|
+
jsii.set(self, "plan", value) # pyright: ignore[reportArgumentType]
|
|
572
598
|
|
|
573
599
|
@builtins.property
|
|
574
600
|
@jsii.member(jsii_name="powered")
|
|
@@ -583,7 +609,7 @@ class ManagedDatabasePostgresql(
|
|
|
583
609
|
if __debug__:
|
|
584
610
|
type_hints = typing.get_type_hints(_typecheckingstub__ea14ac222a06ab006f9282ded2425426342e694303ff49e133423cad91b073d2)
|
|
585
611
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
586
|
-
jsii.set(self, "powered", value)
|
|
612
|
+
jsii.set(self, "powered", value) # pyright: ignore[reportArgumentType]
|
|
587
613
|
|
|
588
614
|
@builtins.property
|
|
589
615
|
@jsii.member(jsii_name="title")
|
|
@@ -595,7 +621,7 @@ class ManagedDatabasePostgresql(
|
|
|
595
621
|
if __debug__:
|
|
596
622
|
type_hints = typing.get_type_hints(_typecheckingstub__5a6d4eea83ac11ab3241ebe5783562662925bb3b73987673a1f5bd2da77529d0)
|
|
597
623
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
598
|
-
jsii.set(self, "title", value)
|
|
624
|
+
jsii.set(self, "title", value) # pyright: ignore[reportArgumentType]
|
|
599
625
|
|
|
600
626
|
@builtins.property
|
|
601
627
|
@jsii.member(jsii_name="zone")
|
|
@@ -607,7 +633,7 @@ class ManagedDatabasePostgresql(
|
|
|
607
633
|
if __debug__:
|
|
608
634
|
type_hints = typing.get_type_hints(_typecheckingstub__d8e769b3f7bdff6efb6eeabc49ebfb039d0a13ba0401e55deb7401478cc6ed17)
|
|
609
635
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
610
|
-
jsii.set(self, "zone", value)
|
|
636
|
+
jsii.set(self, "zone", value) # pyright: ignore[reportArgumentType]
|
|
611
637
|
|
|
612
638
|
|
|
613
639
|
@jsii.data_type(
|
|
@@ -678,7 +704,7 @@ class ManagedDatabasePostgresqlComponentsList(
|
|
|
678
704
|
if __debug__:
|
|
679
705
|
type_hints = typing.get_type_hints(_typecheckingstub__47d3f8173c3c000fe3926caf6e494fc6cddb15ac79d3c90a3aa20089abc9431f)
|
|
680
706
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
681
|
-
jsii.set(self, "terraformAttribute", value)
|
|
707
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
682
708
|
|
|
683
709
|
@builtins.property
|
|
684
710
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -691,7 +717,7 @@ class ManagedDatabasePostgresqlComponentsList(
|
|
|
691
717
|
if __debug__:
|
|
692
718
|
type_hints = typing.get_type_hints(_typecheckingstub__4ee6156235319d8ff5191af25d8e1cd5758406c4efcc4fa304274758654ff952)
|
|
693
719
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
694
|
-
jsii.set(self, "terraformResource", value)
|
|
720
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
695
721
|
|
|
696
722
|
@builtins.property
|
|
697
723
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -704,7 +730,7 @@ class ManagedDatabasePostgresqlComponentsList(
|
|
|
704
730
|
if __debug__:
|
|
705
731
|
type_hints = typing.get_type_hints(_typecheckingstub__a9ceac319a9c2fe1f1572d1ef10795a5bd5a1de81fb1d7f4cb2ddeafe2a500c0)
|
|
706
732
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
707
|
-
jsii.set(self, "wrapsSet", value)
|
|
733
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
708
734
|
|
|
709
735
|
|
|
710
736
|
class ManagedDatabasePostgresqlComponentsOutputReference(
|
|
@@ -771,7 +797,7 @@ class ManagedDatabasePostgresqlComponentsOutputReference(
|
|
|
771
797
|
if __debug__:
|
|
772
798
|
type_hints = typing.get_type_hints(_typecheckingstub__e2a3104ae2962fdb60f3b3307320726a7821e29d9fe32777924514d905a12282)
|
|
773
799
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
774
|
-
jsii.set(self, "internalValue", value)
|
|
800
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
775
801
|
|
|
776
802
|
|
|
777
803
|
@jsii.data_type(
|
|
@@ -790,6 +816,7 @@ class ManagedDatabasePostgresqlComponentsOutputReference(
|
|
|
790
816
|
"title": "title",
|
|
791
817
|
"zone": "zone",
|
|
792
818
|
"id": "id",
|
|
819
|
+
"labels": "labels",
|
|
793
820
|
"maintenance_window_dow": "maintenanceWindowDow",
|
|
794
821
|
"maintenance_window_time": "maintenanceWindowTime",
|
|
795
822
|
"network": "network",
|
|
@@ -813,6 +840,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
813
840
|
title: builtins.str,
|
|
814
841
|
zone: builtins.str,
|
|
815
842
|
id: typing.Optional[builtins.str] = None,
|
|
843
|
+
labels: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
816
844
|
maintenance_window_dow: typing.Optional[builtins.str] = None,
|
|
817
845
|
maintenance_window_time: typing.Optional[builtins.str] = None,
|
|
818
846
|
network: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["ManagedDatabasePostgresqlNetwork", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
@@ -827,16 +855,17 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
827
855
|
:param lifecycle:
|
|
828
856
|
:param provider:
|
|
829
857
|
:param provisioners:
|
|
830
|
-
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
831
|
-
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
832
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
833
|
-
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
834
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
835
|
-
:param
|
|
836
|
-
:param
|
|
837
|
-
:param
|
|
838
|
-
:param
|
|
839
|
-
:param
|
|
858
|
+
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
859
|
+
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
860
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
861
|
+
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
862
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
863
|
+
:param labels: Key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#labels ManagedDatabasePostgresql#labels}
|
|
864
|
+
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
865
|
+
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
866
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
|
|
867
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
868
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
840
869
|
'''
|
|
841
870
|
if isinstance(lifecycle, dict):
|
|
842
871
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -856,6 +885,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
856
885
|
check_type(argname="argument title", value=title, expected_type=type_hints["title"])
|
|
857
886
|
check_type(argname="argument zone", value=zone, expected_type=type_hints["zone"])
|
|
858
887
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
888
|
+
check_type(argname="argument labels", value=labels, expected_type=type_hints["labels"])
|
|
859
889
|
check_type(argname="argument maintenance_window_dow", value=maintenance_window_dow, expected_type=type_hints["maintenance_window_dow"])
|
|
860
890
|
check_type(argname="argument maintenance_window_time", value=maintenance_window_time, expected_type=type_hints["maintenance_window_time"])
|
|
861
891
|
check_type(argname="argument network", value=network, expected_type=type_hints["network"])
|
|
@@ -883,6 +913,8 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
883
913
|
self._values["provisioners"] = provisioners
|
|
884
914
|
if id is not None:
|
|
885
915
|
self._values["id"] = id
|
|
916
|
+
if labels is not None:
|
|
917
|
+
self._values["labels"] = labels
|
|
886
918
|
if maintenance_window_dow is not None:
|
|
887
919
|
self._values["maintenance_window_dow"] = maintenance_window_dow
|
|
888
920
|
if maintenance_window_time is not None:
|
|
@@ -964,7 +996,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
964
996
|
|
|
965
997
|
The name is used as a prefix for the logical hostname. Must be unique within an account
|
|
966
998
|
|
|
967
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
999
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
968
1000
|
'''
|
|
969
1001
|
result = self._values.get("name")
|
|
970
1002
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -976,7 +1008,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
976
1008
|
|
|
977
1009
|
This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``.
|
|
978
1010
|
|
|
979
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1011
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
980
1012
|
'''
|
|
981
1013
|
result = self._values.get("plan")
|
|
982
1014
|
assert result is not None, "Required property 'plan' is missing"
|
|
@@ -986,7 +1018,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
986
1018
|
def title(self) -> builtins.str:
|
|
987
1019
|
'''Title of a managed database instance.
|
|
988
1020
|
|
|
989
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1021
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
990
1022
|
'''
|
|
991
1023
|
result = self._values.get("title")
|
|
992
1024
|
assert result is not None, "Required property 'title' is missing"
|
|
@@ -996,7 +1028,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
996
1028
|
def zone(self) -> builtins.str:
|
|
997
1029
|
'''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
998
1030
|
|
|
999
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1031
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
1000
1032
|
'''
|
|
1001
1033
|
result = self._values.get("zone")
|
|
1002
1034
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -1004,7 +1036,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1004
1036
|
|
|
1005
1037
|
@builtins.property
|
|
1006
1038
|
def id(self) -> typing.Optional[builtins.str]:
|
|
1007
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1039
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#id}.
|
|
1008
1040
|
|
|
1009
1041
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
1010
1042
|
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.
|
|
@@ -1012,11 +1044,20 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1012
1044
|
result = self._values.get("id")
|
|
1013
1045
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1014
1046
|
|
|
1047
|
+
@builtins.property
|
|
1048
|
+
def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
1049
|
+
'''Key-value pairs to classify the managed database.
|
|
1050
|
+
|
|
1051
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#labels ManagedDatabasePostgresql#labels}
|
|
1052
|
+
'''
|
|
1053
|
+
result = self._values.get("labels")
|
|
1054
|
+
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
1055
|
+
|
|
1015
1056
|
@builtins.property
|
|
1016
1057
|
def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
|
|
1017
1058
|
'''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
|
|
1018
1059
|
|
|
1019
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1060
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
1020
1061
|
'''
|
|
1021
1062
|
result = self._values.get("maintenance_window_dow")
|
|
1022
1063
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1025,7 +1066,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1025
1066
|
def maintenance_window_time(self) -> typing.Optional[builtins.str]:
|
|
1026
1067
|
'''Maintenance window UTC time in hh:mm:ss format.
|
|
1027
1068
|
|
|
1028
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1069
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
1029
1070
|
'''
|
|
1030
1071
|
result = self._values.get("maintenance_window_time")
|
|
1031
1072
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1036,7 +1077,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1036
1077
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabasePostgresqlNetwork"]]]:
|
|
1037
1078
|
'''network block.
|
|
1038
1079
|
|
|
1039
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1080
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
|
|
1040
1081
|
'''
|
|
1041
1082
|
result = self._values.get("network")
|
|
1042
1083
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabasePostgresqlNetwork"]]], result)
|
|
@@ -1047,7 +1088,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1047
1088
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1048
1089
|
'''The administrative power state of the service.
|
|
1049
1090
|
|
|
1050
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1091
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
1051
1092
|
'''
|
|
1052
1093
|
result = self._values.get("powered")
|
|
1053
1094
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1056,7 +1097,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1056
1097
|
def properties(self) -> typing.Optional["ManagedDatabasePostgresqlProperties"]:
|
|
1057
1098
|
'''properties block.
|
|
1058
1099
|
|
|
1059
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1100
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
1060
1101
|
'''
|
|
1061
1102
|
result = self._values.get("properties")
|
|
1062
1103
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlProperties"], result)
|
|
@@ -1088,10 +1129,10 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1088
1129
|
uuid: builtins.str,
|
|
1089
1130
|
) -> None:
|
|
1090
1131
|
'''
|
|
1091
|
-
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1092
|
-
:param name: The name of the network. Must be unique within the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1093
|
-
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1094
|
-
:param uuid: Private network UUID. Must reside in the same zone as the database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1132
|
+
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#family ManagedDatabasePostgresql#family}
|
|
1133
|
+
:param name: The name of the network. Must be unique within the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
1134
|
+
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#type ManagedDatabasePostgresql#type}
|
|
1135
|
+
:param uuid: Private network UUID. Must reside in the same zone as the database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#uuid ManagedDatabasePostgresql#uuid}
|
|
1095
1136
|
'''
|
|
1096
1137
|
if __debug__:
|
|
1097
1138
|
type_hints = typing.get_type_hints(_typecheckingstub__5737b331959851ea941ce795bfc130d63e5ac24633787479fac442c8d6e54407)
|
|
@@ -1110,7 +1151,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1110
1151
|
def family(self) -> builtins.str:
|
|
1111
1152
|
'''Network family. Currently only ``IPv4`` is supported.
|
|
1112
1153
|
|
|
1113
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1154
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#family ManagedDatabasePostgresql#family}
|
|
1114
1155
|
'''
|
|
1115
1156
|
result = self._values.get("family")
|
|
1116
1157
|
assert result is not None, "Required property 'family' is missing"
|
|
@@ -1120,7 +1161,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1120
1161
|
def name(self) -> builtins.str:
|
|
1121
1162
|
'''The name of the network. Must be unique within the service.
|
|
1122
1163
|
|
|
1123
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1164
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
1124
1165
|
'''
|
|
1125
1166
|
result = self._values.get("name")
|
|
1126
1167
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1130,7 +1171,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1130
1171
|
def type(self) -> builtins.str:
|
|
1131
1172
|
'''The type of the network. Must be private.
|
|
1132
1173
|
|
|
1133
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1174
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#type ManagedDatabasePostgresql#type}
|
|
1134
1175
|
'''
|
|
1135
1176
|
result = self._values.get("type")
|
|
1136
1177
|
assert result is not None, "Required property 'type' is missing"
|
|
@@ -1140,7 +1181,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1140
1181
|
def uuid(self) -> builtins.str:
|
|
1141
1182
|
'''Private network UUID. Must reside in the same zone as the database.
|
|
1142
1183
|
|
|
1143
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1184
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#uuid ManagedDatabasePostgresql#uuid}
|
|
1144
1185
|
'''
|
|
1145
1186
|
result = self._values.get("uuid")
|
|
1146
1187
|
assert result is not None, "Required property 'uuid' is missing"
|
|
@@ -1205,7 +1246,7 @@ class ManagedDatabasePostgresqlNetworkList(
|
|
|
1205
1246
|
if __debug__:
|
|
1206
1247
|
type_hints = typing.get_type_hints(_typecheckingstub__409ed79705ae4380a337e7bdf603a4ccf6d324f3ebe87024e49a3261703efc8c)
|
|
1207
1248
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1208
|
-
jsii.set(self, "terraformAttribute", value)
|
|
1249
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
1209
1250
|
|
|
1210
1251
|
@builtins.property
|
|
1211
1252
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -1218,7 +1259,7 @@ class ManagedDatabasePostgresqlNetworkList(
|
|
|
1218
1259
|
if __debug__:
|
|
1219
1260
|
type_hints = typing.get_type_hints(_typecheckingstub__e527f157396ba616a48da774b0d360a6f4aaff257be3460fdf3195f85dc119d2)
|
|
1220
1261
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1221
|
-
jsii.set(self, "terraformResource", value)
|
|
1262
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
1222
1263
|
|
|
1223
1264
|
@builtins.property
|
|
1224
1265
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -1231,7 +1272,7 @@ class ManagedDatabasePostgresqlNetworkList(
|
|
|
1231
1272
|
if __debug__:
|
|
1232
1273
|
type_hints = typing.get_type_hints(_typecheckingstub__b995063066d133b223f91e57e786991501f7f6ef4db004beb2d18daeb8a65aa8)
|
|
1233
1274
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1234
|
-
jsii.set(self, "wrapsSet", value)
|
|
1275
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
1235
1276
|
|
|
1236
1277
|
@builtins.property
|
|
1237
1278
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -1248,7 +1289,7 @@ class ManagedDatabasePostgresqlNetworkList(
|
|
|
1248
1289
|
if __debug__:
|
|
1249
1290
|
type_hints = typing.get_type_hints(_typecheckingstub__80edead81e58717b2e65e007e33b02196e634c72111cd07c76b3f587de0f4f34)
|
|
1250
1291
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1251
|
-
jsii.set(self, "internalValue", value)
|
|
1292
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1252
1293
|
|
|
1253
1294
|
|
|
1254
1295
|
class ManagedDatabasePostgresqlNetworkOutputReference(
|
|
@@ -1307,7 +1348,7 @@ class ManagedDatabasePostgresqlNetworkOutputReference(
|
|
|
1307
1348
|
if __debug__:
|
|
1308
1349
|
type_hints = typing.get_type_hints(_typecheckingstub__d91f571ddaa3e094e149844de7c144597f83eb5aaca79f72a86cec6e58c672c3)
|
|
1309
1350
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1310
|
-
jsii.set(self, "family", value)
|
|
1351
|
+
jsii.set(self, "family", value) # pyright: ignore[reportArgumentType]
|
|
1311
1352
|
|
|
1312
1353
|
@builtins.property
|
|
1313
1354
|
@jsii.member(jsii_name="name")
|
|
@@ -1319,7 +1360,7 @@ class ManagedDatabasePostgresqlNetworkOutputReference(
|
|
|
1319
1360
|
if __debug__:
|
|
1320
1361
|
type_hints = typing.get_type_hints(_typecheckingstub__460f49c71e7ba9909b6c7e6724334fbc1b82ea4c0d018a7f0c42230222c6e7d8)
|
|
1321
1362
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1322
|
-
jsii.set(self, "name", value)
|
|
1363
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1323
1364
|
|
|
1324
1365
|
@builtins.property
|
|
1325
1366
|
@jsii.member(jsii_name="type")
|
|
@@ -1331,7 +1372,7 @@ class ManagedDatabasePostgresqlNetworkOutputReference(
|
|
|
1331
1372
|
if __debug__:
|
|
1332
1373
|
type_hints = typing.get_type_hints(_typecheckingstub__33e124f5de2e3777f97e94b613d5f82b6b1ef5ddab810c1648eb135ec8fd4ca7)
|
|
1333
1374
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1334
|
-
jsii.set(self, "type", value)
|
|
1375
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
1335
1376
|
|
|
1336
1377
|
@builtins.property
|
|
1337
1378
|
@jsii.member(jsii_name="uuid")
|
|
@@ -1343,7 +1384,7 @@ class ManagedDatabasePostgresqlNetworkOutputReference(
|
|
|
1343
1384
|
if __debug__:
|
|
1344
1385
|
type_hints = typing.get_type_hints(_typecheckingstub__4085f8142c211fdc139fc6a946b712a7cf489b0e7bffdba7a3d0d330a30bd883)
|
|
1345
1386
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1346
|
-
jsii.set(self, "uuid", value)
|
|
1387
|
+
jsii.set(self, "uuid", value) # pyright: ignore[reportArgumentType]
|
|
1347
1388
|
|
|
1348
1389
|
@builtins.property
|
|
1349
1390
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -1360,7 +1401,7 @@ class ManagedDatabasePostgresqlNetworkOutputReference(
|
|
|
1360
1401
|
if __debug__:
|
|
1361
1402
|
type_hints = typing.get_type_hints(_typecheckingstub__b1cccfea5a3b234cba4824b362afd23a009b35c8cfaa17da2f59f7e84412b8c0)
|
|
1362
1403
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1363
|
-
jsii.set(self, "internalValue", value)
|
|
1404
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1364
1405
|
|
|
1365
1406
|
|
|
1366
1407
|
@jsii.data_type(
|
|
@@ -1431,7 +1472,7 @@ class ManagedDatabasePostgresqlNodeStatesList(
|
|
|
1431
1472
|
if __debug__:
|
|
1432
1473
|
type_hints = typing.get_type_hints(_typecheckingstub__1048670c405a391dca4b3526ff9ca8191643277f5ddca90dbe29dae88ed7dde3)
|
|
1433
1474
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1434
|
-
jsii.set(self, "terraformAttribute", value)
|
|
1475
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
1435
1476
|
|
|
1436
1477
|
@builtins.property
|
|
1437
1478
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -1444,7 +1485,7 @@ class ManagedDatabasePostgresqlNodeStatesList(
|
|
|
1444
1485
|
if __debug__:
|
|
1445
1486
|
type_hints = typing.get_type_hints(_typecheckingstub__ab82061724a9896284d4068dffb73938dba936286a5eda3a45718e311572acf2)
|
|
1446
1487
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1447
|
-
jsii.set(self, "terraformResource", value)
|
|
1488
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
1448
1489
|
|
|
1449
1490
|
@builtins.property
|
|
1450
1491
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -1457,7 +1498,7 @@ class ManagedDatabasePostgresqlNodeStatesList(
|
|
|
1457
1498
|
if __debug__:
|
|
1458
1499
|
type_hints = typing.get_type_hints(_typecheckingstub__0609ce7acd96a0e4a4ca9993aa7cda81130c9d4270192d88dd48b92d3771833f)
|
|
1459
1500
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1460
|
-
jsii.set(self, "wrapsSet", value)
|
|
1501
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
1461
1502
|
|
|
1462
1503
|
|
|
1463
1504
|
class ManagedDatabasePostgresqlNodeStatesOutputReference(
|
|
@@ -1514,7 +1555,7 @@ class ManagedDatabasePostgresqlNodeStatesOutputReference(
|
|
|
1514
1555
|
if __debug__:
|
|
1515
1556
|
type_hints = typing.get_type_hints(_typecheckingstub__3da753e354ef908f815fa40182abc184639e86107112304380f0cdc2ba2755d6)
|
|
1516
1557
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1517
|
-
jsii.set(self, "internalValue", value)
|
|
1558
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1518
1559
|
|
|
1519
1560
|
|
|
1520
1561
|
@jsii.data_type(
|
|
@@ -1663,73 +1704,73 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1663
1704
|
work_mem: typing.Optional[jsii.Number] = None,
|
|
1664
1705
|
) -> None:
|
|
1665
1706
|
'''
|
|
1666
|
-
:param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1667
|
-
:param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1668
|
-
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1669
|
-
:param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1670
|
-
:param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1671
|
-
:param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1672
|
-
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1673
|
-
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1674
|
-
:param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1675
|
-
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1676
|
-
:param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1677
|
-
:param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1678
|
-
:param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1679
|
-
:param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1680
|
-
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1681
|
-
:param bgwriter_flush_after: Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1682
|
-
:param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1683
|
-
:param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1684
|
-
:param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1685
|
-
:param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns (the default is lz4). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1686
|
-
:param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1687
|
-
:param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1688
|
-
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1689
|
-
:param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1690
|
-
:param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1691
|
-
:param log_line_prefix: Choose from one of the available log formats. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1692
|
-
:param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1693
|
-
:param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1694
|
-
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1695
|
-
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1696
|
-
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1697
|
-
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1698
|
-
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1699
|
-
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1700
|
-
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1701
|
-
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1702
|
-
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1703
|
-
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1704
|
-
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1705
|
-
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1706
|
-
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1707
|
-
:param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1708
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1709
|
-
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1710
|
-
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1711
|
-
:param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1712
|
-
:param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1713
|
-
:param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1714
|
-
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1715
|
-
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1716
|
-
:param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1717
|
-
:param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1718
|
-
:param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1719
|
-
:param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1720
|
-
:param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1721
|
-
:param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1722
|
-
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1723
|
-
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1724
|
-
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1725
|
-
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1726
|
-
:param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1727
|
-
:param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1728
|
-
:param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1729
|
-
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1730
|
-
:param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1731
|
-
:param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1732
|
-
:param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1707
|
+
:param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
1708
|
+
:param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
1709
|
+
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
1710
|
+
:param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
1711
|
+
:param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
1712
|
+
:param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
1713
|
+
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
1714
|
+
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
1715
|
+
:param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
1716
|
+
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
1717
|
+
:param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
1718
|
+
:param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
1719
|
+
:param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
1720
|
+
:param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
1721
|
+
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
1722
|
+
:param bgwriter_flush_after: Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
1723
|
+
:param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
1724
|
+
:param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
1725
|
+
:param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
1726
|
+
:param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns (the default is lz4). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
1727
|
+
:param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
1728
|
+
:param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
1729
|
+
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
1730
|
+
:param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
1731
|
+
:param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
1732
|
+
:param log_line_prefix: Choose from one of the available log formats. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
1733
|
+
:param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
1734
|
+
:param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
1735
|
+
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
1736
|
+
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
1737
|
+
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
1738
|
+
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
1739
|
+
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
1740
|
+
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
1741
|
+
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
1742
|
+
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
1743
|
+
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
1744
|
+
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
1745
|
+
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
1746
|
+
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
1747
|
+
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
1748
|
+
:param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
1749
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
1750
|
+
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
1751
|
+
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
1752
|
+
:param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
1753
|
+
:param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
1754
|
+
:param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
1755
|
+
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
1756
|
+
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
1757
|
+
:param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
1758
|
+
:param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
1759
|
+
:param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
1760
|
+
:param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
1761
|
+
:param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
1762
|
+
:param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
1763
|
+
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
1764
|
+
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
1765
|
+
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
1766
|
+
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
1767
|
+
:param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
1768
|
+
:param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
1769
|
+
:param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
1770
|
+
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
1771
|
+
:param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
1772
|
+
:param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
1773
|
+
:param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
1733
1774
|
'''
|
|
1734
1775
|
if isinstance(migration, dict):
|
|
1735
1776
|
migration = ManagedDatabasePostgresqlPropertiesMigration(**migration)
|
|
@@ -1950,7 +1991,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1950
1991
|
|
|
1951
1992
|
Defaults to random string. This must be set only when a new service is being created.
|
|
1952
1993
|
|
|
1953
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
1994
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
1954
1995
|
'''
|
|
1955
1996
|
result = self._values.get("admin_password")
|
|
1956
1997
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1959,7 +2000,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1959
2000
|
def admin_username(self) -> typing.Optional[builtins.str]:
|
|
1960
2001
|
'''Custom username for admin user. This must be set only when a new service is being created.
|
|
1961
2002
|
|
|
1962
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2003
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
1963
2004
|
'''
|
|
1964
2005
|
result = self._values.get("admin_username")
|
|
1965
2006
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1970,7 +2011,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1970
2011
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1971
2012
|
'''Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
|
|
1972
2013
|
|
|
1973
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2014
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
1974
2015
|
'''
|
|
1975
2016
|
result = self._values.get("automatic_utility_network_ip_filter")
|
|
1976
2017
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1981,7 +2022,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1981
2022
|
|
|
1982
2023
|
The default is 0.2 (20% of table size).
|
|
1983
2024
|
|
|
1984
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2025
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
1985
2026
|
'''
|
|
1986
2027
|
result = self._values.get("autovacuum_analyze_scale_factor")
|
|
1987
2028
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1992,7 +2033,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1992
2033
|
|
|
1993
2034
|
The default is 50 tuples.
|
|
1994
2035
|
|
|
1995
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2036
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
1996
2037
|
'''
|
|
1997
2038
|
result = self._values.get("autovacuum_analyze_threshold")
|
|
1998
2039
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2001,7 +2042,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2001
2042
|
def autovacuum_freeze_max_age(self) -> typing.Optional[jsii.Number]:
|
|
2002
2043
|
'''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.
|
|
2003
2044
|
|
|
2004
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2045
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
2005
2046
|
'''
|
|
2006
2047
|
result = self._values.get("autovacuum_freeze_max_age")
|
|
2007
2048
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2012,7 +2053,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2012
2053
|
|
|
2013
2054
|
The default is three. This parameter can only be set at server start.
|
|
2014
2055
|
|
|
2015
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2056
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
2016
2057
|
'''
|
|
2017
2058
|
result = self._values.get("autovacuum_max_workers")
|
|
2018
2059
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2023,7 +2064,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2023
2064
|
|
|
2024
2065
|
The delay is measured in seconds, and the default is one minute.
|
|
2025
2066
|
|
|
2026
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2067
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
2027
2068
|
'''
|
|
2028
2069
|
result = self._values.get("autovacuum_naptime")
|
|
2029
2070
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2034,7 +2075,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2034
2075
|
|
|
2035
2076
|
If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds.
|
|
2036
2077
|
|
|
2037
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2078
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
2038
2079
|
'''
|
|
2039
2080
|
result = self._values.get("autovacuum_vacuum_cost_delay")
|
|
2040
2081
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2045,7 +2086,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2045
2086
|
|
|
2046
2087
|
If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used.
|
|
2047
2088
|
|
|
2048
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2089
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
2049
2090
|
'''
|
|
2050
2091
|
result = self._values.get("autovacuum_vacuum_cost_limit")
|
|
2051
2092
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2056,7 +2097,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2056
2097
|
|
|
2057
2098
|
The default is 0.2 (20% of table size).
|
|
2058
2099
|
|
|
2059
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2100
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
2060
2101
|
'''
|
|
2061
2102
|
result = self._values.get("autovacuum_vacuum_scale_factor")
|
|
2062
2103
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2067,7 +2108,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2067
2108
|
|
|
2068
2109
|
The default is 50 tuples.
|
|
2069
2110
|
|
|
2070
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2111
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
2071
2112
|
'''
|
|
2072
2113
|
result = self._values.get("autovacuum_vacuum_threshold")
|
|
2073
2114
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2078,7 +2119,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2078
2119
|
|
|
2079
2120
|
New backup is only started if previous backup has already completed.
|
|
2080
2121
|
|
|
2081
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2122
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
2082
2123
|
'''
|
|
2083
2124
|
result = self._values.get("backup_hour")
|
|
2084
2125
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2089,7 +2130,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2089
2130
|
|
|
2090
2131
|
New backup is only started if previous backup has already completed.
|
|
2091
2132
|
|
|
2092
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2133
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
2093
2134
|
'''
|
|
2094
2135
|
result = self._values.get("backup_minute")
|
|
2095
2136
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2098,7 +2139,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2098
2139
|
def bgwriter_delay(self) -> typing.Optional[jsii.Number]:
|
|
2099
2140
|
'''Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
|
|
2100
2141
|
|
|
2101
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2142
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
2102
2143
|
'''
|
|
2103
2144
|
result = self._values.get("bgwriter_delay")
|
|
2104
2145
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2109,7 +2150,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2109
2150
|
|
|
2110
2151
|
Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
|
|
2111
2152
|
|
|
2112
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2153
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
2113
2154
|
'''
|
|
2114
2155
|
result = self._values.get("bgwriter_flush_after")
|
|
2115
2156
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2120,7 +2161,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2120
2161
|
|
|
2121
2162
|
Setting this to zero disables background writing. Default is 100.
|
|
2122
2163
|
|
|
2123
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2164
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
2124
2165
|
'''
|
|
2125
2166
|
result = self._values.get("bgwriter_lru_maxpages")
|
|
2126
2167
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2131,7 +2172,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2131
2172
|
|
|
2132
2173
|
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.
|
|
2133
2174
|
|
|
2134
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2175
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
2135
2176
|
'''
|
|
2136
2177
|
result = self._values.get("bgwriter_lru_multiplier")
|
|
2137
2178
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2140,7 +2181,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2140
2181
|
def deadlock_timeout(self) -> typing.Optional[jsii.Number]:
|
|
2141
2182
|
'''This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
|
|
2142
2183
|
|
|
2143
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2184
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
2144
2185
|
'''
|
|
2145
2186
|
result = self._values.get("deadlock_timeout")
|
|
2146
2187
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2149,7 +2190,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2149
2190
|
def default_toast_compression(self) -> typing.Optional[builtins.str]:
|
|
2150
2191
|
'''Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
|
|
2151
2192
|
|
|
2152
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2193
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
2153
2194
|
'''
|
|
2154
2195
|
result = self._values.get("default_toast_compression")
|
|
2155
2196
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2158,7 +2199,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2158
2199
|
def idle_in_transaction_session_timeout(self) -> typing.Optional[jsii.Number]:
|
|
2159
2200
|
'''Time out sessions with open transactions after this number of milliseconds.
|
|
2160
2201
|
|
|
2161
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2202
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
2162
2203
|
'''
|
|
2163
2204
|
result = self._values.get("idle_in_transaction_session_timeout")
|
|
2164
2205
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2167,7 +2208,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2167
2208
|
def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2168
2209
|
'''IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2169
2210
|
|
|
2170
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2211
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
2171
2212
|
'''
|
|
2172
2213
|
result = self._values.get("ip_filter")
|
|
2173
2214
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2178,7 +2219,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2178
2219
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2179
2220
|
'''Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
2180
2221
|
|
|
2181
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2222
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
2182
2223
|
'''
|
|
2183
2224
|
result = self._values.get("jit")
|
|
2184
2225
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2189,7 +2230,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2189
2230
|
|
|
2190
2231
|
Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
|
|
2191
2232
|
|
|
2192
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2233
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
2193
2234
|
'''
|
|
2194
2235
|
result = self._values.get("log_autovacuum_min_duration")
|
|
2195
2236
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2198,7 +2239,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2198
2239
|
def log_error_verbosity(self) -> typing.Optional[builtins.str]:
|
|
2199
2240
|
'''Controls the amount of detail written in the server log for each message that is logged.
|
|
2200
2241
|
|
|
2201
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2242
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
2202
2243
|
'''
|
|
2203
2244
|
result = self._values.get("log_error_verbosity")
|
|
2204
2245
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2207,7 +2248,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2207
2248
|
def log_line_prefix(self) -> typing.Optional[builtins.str]:
|
|
2208
2249
|
'''Choose from one of the available log formats.
|
|
2209
2250
|
|
|
2210
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2251
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
2211
2252
|
'''
|
|
2212
2253
|
result = self._values.get("log_line_prefix")
|
|
2213
2254
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2216,7 +2257,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2216
2257
|
def log_min_duration_statement(self) -> typing.Optional[jsii.Number]:
|
|
2217
2258
|
'''Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
2218
2259
|
|
|
2219
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2260
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
2220
2261
|
'''
|
|
2221
2262
|
result = self._values.get("log_min_duration_statement")
|
|
2222
2263
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2225,7 +2266,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2225
2266
|
def log_temp_files(self) -> typing.Optional[jsii.Number]:
|
|
2226
2267
|
'''Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
2227
2268
|
|
|
2228
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2269
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
2229
2270
|
'''
|
|
2230
2271
|
result = self._values.get("log_temp_files")
|
|
2231
2272
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2234,7 +2275,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2234
2275
|
def max_files_per_process(self) -> typing.Optional[jsii.Number]:
|
|
2235
2276
|
'''PostgreSQL maximum number of files that can be open per process.
|
|
2236
2277
|
|
|
2237
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2278
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
2238
2279
|
'''
|
|
2239
2280
|
result = self._values.get("max_files_per_process")
|
|
2240
2281
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2243,7 +2284,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2243
2284
|
def max_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
|
|
2244
2285
|
'''PostgreSQL maximum locks per transaction.
|
|
2245
2286
|
|
|
2246
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2287
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
2247
2288
|
'''
|
|
2248
2289
|
result = self._values.get("max_locks_per_transaction")
|
|
2249
2290
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2252,7 +2293,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2252
2293
|
def max_logical_replication_workers(self) -> typing.Optional[jsii.Number]:
|
|
2253
2294
|
'''PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
|
|
2254
2295
|
|
|
2255
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2296
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
2256
2297
|
'''
|
|
2257
2298
|
result = self._values.get("max_logical_replication_workers")
|
|
2258
2299
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2261,7 +2302,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2261
2302
|
def max_parallel_workers(self) -> typing.Optional[jsii.Number]:
|
|
2262
2303
|
'''Sets the maximum number of workers that the system can support for parallel queries.
|
|
2263
2304
|
|
|
2264
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2305
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
2265
2306
|
'''
|
|
2266
2307
|
result = self._values.get("max_parallel_workers")
|
|
2267
2308
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2270,7 +2311,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2270
2311
|
def max_parallel_workers_per_gather(self) -> typing.Optional[jsii.Number]:
|
|
2271
2312
|
'''Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
2272
2313
|
|
|
2273
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2314
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
2274
2315
|
'''
|
|
2275
2316
|
result = self._values.get("max_parallel_workers_per_gather")
|
|
2276
2317
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2279,7 +2320,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2279
2320
|
def max_pred_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
|
|
2280
2321
|
'''PostgreSQL maximum predicate locks per transaction.
|
|
2281
2322
|
|
|
2282
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2323
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
2283
2324
|
'''
|
|
2284
2325
|
result = self._values.get("max_pred_locks_per_transaction")
|
|
2285
2326
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2288,7 +2329,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2288
2329
|
def max_prepared_transactions(self) -> typing.Optional[jsii.Number]:
|
|
2289
2330
|
'''PostgreSQL maximum prepared transactions.
|
|
2290
2331
|
|
|
2291
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2332
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
2292
2333
|
'''
|
|
2293
2334
|
result = self._values.get("max_prepared_transactions")
|
|
2294
2335
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2297,7 +2338,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2297
2338
|
def max_replication_slots(self) -> typing.Optional[jsii.Number]:
|
|
2298
2339
|
'''PostgreSQL maximum replication slots.
|
|
2299
2340
|
|
|
2300
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2341
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
2301
2342
|
'''
|
|
2302
2343
|
result = self._values.get("max_replication_slots")
|
|
2303
2344
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2308,7 +2349,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2308
2349
|
|
|
2309
2350
|
Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this.
|
|
2310
2351
|
|
|
2311
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2352
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
2312
2353
|
'''
|
|
2313
2354
|
result = self._values.get("max_slot_wal_keep_size")
|
|
2314
2355
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2317,7 +2358,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2317
2358
|
def max_stack_depth(self) -> typing.Optional[jsii.Number]:
|
|
2318
2359
|
'''Maximum depth of the stack in bytes.
|
|
2319
2360
|
|
|
2320
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2361
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
2321
2362
|
'''
|
|
2322
2363
|
result = self._values.get("max_stack_depth")
|
|
2323
2364
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2326,7 +2367,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2326
2367
|
def max_standby_archive_delay(self) -> typing.Optional[jsii.Number]:
|
|
2327
2368
|
'''Max standby archive delay in milliseconds.
|
|
2328
2369
|
|
|
2329
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2370
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
2330
2371
|
'''
|
|
2331
2372
|
result = self._values.get("max_standby_archive_delay")
|
|
2332
2373
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2335,7 +2376,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2335
2376
|
def max_standby_streaming_delay(self) -> typing.Optional[jsii.Number]:
|
|
2336
2377
|
'''Max standby streaming delay in milliseconds.
|
|
2337
2378
|
|
|
2338
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2379
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
2339
2380
|
'''
|
|
2340
2381
|
result = self._values.get("max_standby_streaming_delay")
|
|
2341
2382
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2344,7 +2385,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2344
2385
|
def max_wal_senders(self) -> typing.Optional[jsii.Number]:
|
|
2345
2386
|
'''PostgreSQL maximum WAL senders.
|
|
2346
2387
|
|
|
2347
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2388
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
2348
2389
|
'''
|
|
2349
2390
|
result = self._values.get("max_wal_senders")
|
|
2350
2391
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2353,7 +2394,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2353
2394
|
def max_worker_processes(self) -> typing.Optional[jsii.Number]:
|
|
2354
2395
|
'''Sets the maximum number of background processes that the system can support.
|
|
2355
2396
|
|
|
2356
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2397
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
2357
2398
|
'''
|
|
2358
2399
|
result = self._values.get("max_worker_processes")
|
|
2359
2400
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2364,7 +2405,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2364
2405
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"]:
|
|
2365
2406
|
'''migration block.
|
|
2366
2407
|
|
|
2367
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2408
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
2368
2409
|
'''
|
|
2369
2410
|
result = self._values.get("migration")
|
|
2370
2411
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"], result)
|
|
@@ -2375,7 +2416,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2375
2416
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"]:
|
|
2376
2417
|
'''pgbouncer block.
|
|
2377
2418
|
|
|
2378
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2419
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
2379
2420
|
'''
|
|
2380
2421
|
result = self._values.get("pgbouncer")
|
|
2381
2422
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"], result)
|
|
@@ -2386,7 +2427,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2386
2427
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"]:
|
|
2387
2428
|
'''pglookout block.
|
|
2388
2429
|
|
|
2389
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2430
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
2390
2431
|
'''
|
|
2391
2432
|
result = self._values.get("pglookout")
|
|
2392
2433
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"], result)
|
|
@@ -2395,7 +2436,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2395
2436
|
def pg_partman_bgw_interval(self) -> typing.Optional[jsii.Number]:
|
|
2396
2437
|
'''Sets the time interval to run pg_partman's scheduled tasks.
|
|
2397
2438
|
|
|
2398
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2439
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
2399
2440
|
'''
|
|
2400
2441
|
result = self._values.get("pg_partman_bgw_interval")
|
|
2401
2442
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2404,7 +2445,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2404
2445
|
def pg_partman_bgw_role(self) -> typing.Optional[builtins.str]:
|
|
2405
2446
|
'''Controls which role to use for pg_partman's scheduled background tasks.
|
|
2406
2447
|
|
|
2407
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2448
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
2408
2449
|
'''
|
|
2409
2450
|
result = self._values.get("pg_partman_bgw_role")
|
|
2410
2451
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2417,7 +2458,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2417
2458
|
|
|
2418
2459
|
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.
|
|
2419
2460
|
|
|
2420
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2461
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
2421
2462
|
'''
|
|
2422
2463
|
result = self._values.get("pg_stat_monitor_enable")
|
|
2423
2464
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2428,7 +2469,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2428
2469
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2429
2470
|
'''Enables or disables query plan monitoring.
|
|
2430
2471
|
|
|
2431
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2472
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
2432
2473
|
'''
|
|
2433
2474
|
result = self._values.get("pg_stat_monitor_pgsm_enable_query_plan")
|
|
2434
2475
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2437,7 +2478,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2437
2478
|
def pg_stat_monitor_pgsm_max_buckets(self) -> typing.Optional[jsii.Number]:
|
|
2438
2479
|
'''Sets the maximum number of buckets.
|
|
2439
2480
|
|
|
2440
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2481
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
2441
2482
|
'''
|
|
2442
2483
|
result = self._values.get("pg_stat_monitor_pgsm_max_buckets")
|
|
2443
2484
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2448,7 +2489,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2448
2489
|
|
|
2449
2490
|
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.
|
|
2450
2491
|
|
|
2451
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2492
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
2452
2493
|
'''
|
|
2453
2494
|
result = self._values.get("pg_stat_statements_track")
|
|
2454
2495
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2459,7 +2500,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2459
2500
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2460
2501
|
'''Public Access. Allow access to the service from the public Internet.
|
|
2461
2502
|
|
|
2462
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2503
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
2463
2504
|
'''
|
|
2464
2505
|
result = self._values.get("public_access")
|
|
2465
2506
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2470,7 +2511,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2470
2511
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2471
2512
|
'''Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
2472
2513
|
|
|
2473
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2514
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
2474
2515
|
'''
|
|
2475
2516
|
result = self._values.get("service_log")
|
|
2476
2517
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2481,7 +2522,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2481
2522
|
|
|
2482
2523
|
Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value.
|
|
2483
2524
|
|
|
2484
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2525
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
2485
2526
|
'''
|
|
2486
2527
|
result = self._values.get("shared_buffers_percentage")
|
|
2487
2528
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2490,7 +2531,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2490
2531
|
def synchronous_replication(self) -> typing.Optional[builtins.str]:
|
|
2491
2532
|
'''Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
2492
2533
|
|
|
2493
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2534
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
2494
2535
|
'''
|
|
2495
2536
|
result = self._values.get("synchronous_replication")
|
|
2496
2537
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2499,7 +2540,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2499
2540
|
def temp_file_limit(self) -> typing.Optional[jsii.Number]:
|
|
2500
2541
|
'''PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
2501
2542
|
|
|
2502
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2543
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
2503
2544
|
'''
|
|
2504
2545
|
result = self._values.get("temp_file_limit")
|
|
2505
2546
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2510,7 +2551,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2510
2551
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"]:
|
|
2511
2552
|
'''timescaledb block.
|
|
2512
2553
|
|
|
2513
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2554
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
2514
2555
|
'''
|
|
2515
2556
|
result = self._values.get("timescaledb")
|
|
2516
2557
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"], result)
|
|
@@ -2519,7 +2560,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2519
2560
|
def timezone(self) -> typing.Optional[builtins.str]:
|
|
2520
2561
|
'''PostgreSQL service timezone.
|
|
2521
2562
|
|
|
2522
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2563
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
2523
2564
|
'''
|
|
2524
2565
|
result = self._values.get("timezone")
|
|
2525
2566
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2528,7 +2569,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2528
2569
|
def track_activity_query_size(self) -> typing.Optional[jsii.Number]:
|
|
2529
2570
|
'''Specifies the number of bytes reserved to track the currently executing command for each active session.
|
|
2530
2571
|
|
|
2531
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2572
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
2532
2573
|
'''
|
|
2533
2574
|
result = self._values.get("track_activity_query_size")
|
|
2534
2575
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2537,7 +2578,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2537
2578
|
def track_commit_timestamp(self) -> typing.Optional[builtins.str]:
|
|
2538
2579
|
'''Record commit time of transactions.
|
|
2539
2580
|
|
|
2540
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2581
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
2541
2582
|
'''
|
|
2542
2583
|
result = self._values.get("track_commit_timestamp")
|
|
2543
2584
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2546,7 +2587,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2546
2587
|
def track_functions(self) -> typing.Optional[builtins.str]:
|
|
2547
2588
|
'''Enables tracking of function call counts and time used.
|
|
2548
2589
|
|
|
2549
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2590
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
2550
2591
|
'''
|
|
2551
2592
|
result = self._values.get("track_functions")
|
|
2552
2593
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2557,7 +2598,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2557
2598
|
|
|
2558
2599
|
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.
|
|
2559
2600
|
|
|
2560
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2601
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
2561
2602
|
'''
|
|
2562
2603
|
result = self._values.get("track_io_timing")
|
|
2563
2604
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2566,7 +2607,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2566
2607
|
def variant(self) -> typing.Optional[builtins.str]:
|
|
2567
2608
|
'''Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
2568
2609
|
|
|
2569
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2610
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
2570
2611
|
'''
|
|
2571
2612
|
result = self._values.get("variant")
|
|
2572
2613
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2575,7 +2616,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2575
2616
|
def version(self) -> typing.Optional[builtins.str]:
|
|
2576
2617
|
'''PostgreSQL major version.
|
|
2577
2618
|
|
|
2578
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2619
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
2579
2620
|
'''
|
|
2580
2621
|
result = self._values.get("version")
|
|
2581
2622
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2586,7 +2627,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2586
2627
|
|
|
2587
2628
|
Setting this value to zero disables the timeout.
|
|
2588
2629
|
|
|
2589
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2630
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
2590
2631
|
'''
|
|
2591
2632
|
result = self._values.get("wal_sender_timeout")
|
|
2592
2633
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2597,7 +2638,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2597
2638
|
|
|
2598
2639
|
Note that setting this value to lower than the default 200ms may negatively impact performance.
|
|
2599
2640
|
|
|
2600
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2641
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
2601
2642
|
'''
|
|
2602
2643
|
result = self._values.get("wal_writer_delay")
|
|
2603
2644
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2608,7 +2649,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2608
2649
|
|
|
2609
2650
|
Default is 1MB + 0.075% of total RAM (up to 32MB).
|
|
2610
2651
|
|
|
2611
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2652
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
2612
2653
|
'''
|
|
2613
2654
|
result = self._values.get("work_mem")
|
|
2614
2655
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2632,6 +2673,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2632
2673
|
"dbname": "dbname",
|
|
2633
2674
|
"host": "host",
|
|
2634
2675
|
"ignore_dbs": "ignoreDbs",
|
|
2676
|
+
"ignore_roles": "ignoreRoles",
|
|
2635
2677
|
"method": "method",
|
|
2636
2678
|
"password": "password",
|
|
2637
2679
|
"port": "port",
|
|
@@ -2646,6 +2688,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2646
2688
|
dbname: typing.Optional[builtins.str] = None,
|
|
2647
2689
|
host: typing.Optional[builtins.str] = None,
|
|
2648
2690
|
ignore_dbs: typing.Optional[builtins.str] = None,
|
|
2691
|
+
ignore_roles: typing.Optional[builtins.str] = None,
|
|
2649
2692
|
method: typing.Optional[builtins.str] = None,
|
|
2650
2693
|
password: typing.Optional[builtins.str] = None,
|
|
2651
2694
|
port: typing.Optional[jsii.Number] = None,
|
|
@@ -2653,20 +2696,22 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2653
2696
|
username: typing.Optional[builtins.str] = None,
|
|
2654
2697
|
) -> None:
|
|
2655
2698
|
'''
|
|
2656
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2657
|
-
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2658
|
-
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2659
|
-
:param
|
|
2660
|
-
:param
|
|
2661
|
-
:param
|
|
2662
|
-
:param
|
|
2663
|
-
:param
|
|
2699
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2700
|
+
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2701
|
+
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2702
|
+
:param ignore_roles: Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_roles ManagedDatabasePostgresql#ignore_roles}
|
|
2703
|
+
:param method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
|
|
2704
|
+
:param password: Password for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2705
|
+
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2706
|
+
:param ssl: The server where to migrate data from is secured with SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
2707
|
+
:param username: User name for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2664
2708
|
'''
|
|
2665
2709
|
if __debug__:
|
|
2666
2710
|
type_hints = typing.get_type_hints(_typecheckingstub__9a22b07e9381a03b0e883019f9869d2e86afe1337164b3f40f42a65332f93686)
|
|
2667
2711
|
check_type(argname="argument dbname", value=dbname, expected_type=type_hints["dbname"])
|
|
2668
2712
|
check_type(argname="argument host", value=host, expected_type=type_hints["host"])
|
|
2669
2713
|
check_type(argname="argument ignore_dbs", value=ignore_dbs, expected_type=type_hints["ignore_dbs"])
|
|
2714
|
+
check_type(argname="argument ignore_roles", value=ignore_roles, expected_type=type_hints["ignore_roles"])
|
|
2670
2715
|
check_type(argname="argument method", value=method, expected_type=type_hints["method"])
|
|
2671
2716
|
check_type(argname="argument password", value=password, expected_type=type_hints["password"])
|
|
2672
2717
|
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
@@ -2679,6 +2724,8 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2679
2724
|
self._values["host"] = host
|
|
2680
2725
|
if ignore_dbs is not None:
|
|
2681
2726
|
self._values["ignore_dbs"] = ignore_dbs
|
|
2727
|
+
if ignore_roles is not None:
|
|
2728
|
+
self._values["ignore_roles"] = ignore_roles
|
|
2682
2729
|
if method is not None:
|
|
2683
2730
|
self._values["method"] = method
|
|
2684
2731
|
if password is not None:
|
|
@@ -2694,7 +2741,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2694
2741
|
def dbname(self) -> typing.Optional[builtins.str]:
|
|
2695
2742
|
'''Database name for bootstrapping the initial connection.
|
|
2696
2743
|
|
|
2697
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2744
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2698
2745
|
'''
|
|
2699
2746
|
result = self._values.get("dbname")
|
|
2700
2747
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2703,7 +2750,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2703
2750
|
def host(self) -> typing.Optional[builtins.str]:
|
|
2704
2751
|
'''Hostname or IP address of the server where to migrate data from.
|
|
2705
2752
|
|
|
2706
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2753
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2707
2754
|
'''
|
|
2708
2755
|
result = self._values.get("host")
|
|
2709
2756
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2712,16 +2759,25 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2712
2759
|
def ignore_dbs(self) -> typing.Optional[builtins.str]:
|
|
2713
2760
|
'''Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
2714
2761
|
|
|
2715
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2762
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2716
2763
|
'''
|
|
2717
2764
|
result = self._values.get("ignore_dbs")
|
|
2718
2765
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2719
2766
|
|
|
2767
|
+
@builtins.property
|
|
2768
|
+
def ignore_roles(self) -> typing.Optional[builtins.str]:
|
|
2769
|
+
'''Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment).
|
|
2770
|
+
|
|
2771
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_roles ManagedDatabasePostgresql#ignore_roles}
|
|
2772
|
+
'''
|
|
2773
|
+
result = self._values.get("ignore_roles")
|
|
2774
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2775
|
+
|
|
2720
2776
|
@builtins.property
|
|
2721
2777
|
def method(self) -> typing.Optional[builtins.str]:
|
|
2722
2778
|
'''The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
2723
2779
|
|
|
2724
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2780
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
|
|
2725
2781
|
'''
|
|
2726
2782
|
result = self._values.get("method")
|
|
2727
2783
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2730,7 +2786,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2730
2786
|
def password(self) -> typing.Optional[builtins.str]:
|
|
2731
2787
|
'''Password for authentication with the server where to migrate data from.
|
|
2732
2788
|
|
|
2733
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2789
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2734
2790
|
'''
|
|
2735
2791
|
result = self._values.get("password")
|
|
2736
2792
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2739,7 +2795,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2739
2795
|
def port(self) -> typing.Optional[jsii.Number]:
|
|
2740
2796
|
'''Port number of the server where to migrate data from.
|
|
2741
2797
|
|
|
2742
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2798
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2743
2799
|
'''
|
|
2744
2800
|
result = self._values.get("port")
|
|
2745
2801
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2750,7 +2806,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2750
2806
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2751
2807
|
'''The server where to migrate data from is secured with SSL.
|
|
2752
2808
|
|
|
2753
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2809
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
2754
2810
|
'''
|
|
2755
2811
|
result = self._values.get("ssl")
|
|
2756
2812
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2759,7 +2815,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2759
2815
|
def username(self) -> typing.Optional[builtins.str]:
|
|
2760
2816
|
'''User name for authentication with the server where to migrate data from.
|
|
2761
2817
|
|
|
2762
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
2818
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2763
2819
|
'''
|
|
2764
2820
|
result = self._values.get("username")
|
|
2765
2821
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2808,6 +2864,10 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2808
2864
|
def reset_ignore_dbs(self) -> None:
|
|
2809
2865
|
return typing.cast(None, jsii.invoke(self, "resetIgnoreDbs", []))
|
|
2810
2866
|
|
|
2867
|
+
@jsii.member(jsii_name="resetIgnoreRoles")
|
|
2868
|
+
def reset_ignore_roles(self) -> None:
|
|
2869
|
+
return typing.cast(None, jsii.invoke(self, "resetIgnoreRoles", []))
|
|
2870
|
+
|
|
2811
2871
|
@jsii.member(jsii_name="resetMethod")
|
|
2812
2872
|
def reset_method(self) -> None:
|
|
2813
2873
|
return typing.cast(None, jsii.invoke(self, "resetMethod", []))
|
|
@@ -2843,6 +2903,11 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2843
2903
|
def ignore_dbs_input(self) -> typing.Optional[builtins.str]:
|
|
2844
2904
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ignoreDbsInput"))
|
|
2845
2905
|
|
|
2906
|
+
@builtins.property
|
|
2907
|
+
@jsii.member(jsii_name="ignoreRolesInput")
|
|
2908
|
+
def ignore_roles_input(self) -> typing.Optional[builtins.str]:
|
|
2909
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ignoreRolesInput"))
|
|
2910
|
+
|
|
2846
2911
|
@builtins.property
|
|
2847
2912
|
@jsii.member(jsii_name="methodInput")
|
|
2848
2913
|
def method_input(self) -> typing.Optional[builtins.str]:
|
|
@@ -2880,7 +2945,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2880
2945
|
if __debug__:
|
|
2881
2946
|
type_hints = typing.get_type_hints(_typecheckingstub__b35ea3bbc7714f1786f8de42e581bd9d0755d59208f76b03479dc828d8245f43)
|
|
2882
2947
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2883
|
-
jsii.set(self, "dbname", value)
|
|
2948
|
+
jsii.set(self, "dbname", value) # pyright: ignore[reportArgumentType]
|
|
2884
2949
|
|
|
2885
2950
|
@builtins.property
|
|
2886
2951
|
@jsii.member(jsii_name="host")
|
|
@@ -2892,7 +2957,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2892
2957
|
if __debug__:
|
|
2893
2958
|
type_hints = typing.get_type_hints(_typecheckingstub__a3d28cbb40378d958cbd4f1486106b3f33d4fcb347c34e4cfe965dcbc84f6072)
|
|
2894
2959
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2895
|
-
jsii.set(self, "host", value)
|
|
2960
|
+
jsii.set(self, "host", value) # pyright: ignore[reportArgumentType]
|
|
2896
2961
|
|
|
2897
2962
|
@builtins.property
|
|
2898
2963
|
@jsii.member(jsii_name="ignoreDbs")
|
|
@@ -2904,7 +2969,19 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2904
2969
|
if __debug__:
|
|
2905
2970
|
type_hints = typing.get_type_hints(_typecheckingstub__5ed77193308666d5a3848635d267e0d341fc69179190e0832fb81a48f162713c)
|
|
2906
2971
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2907
|
-
jsii.set(self, "ignoreDbs", value)
|
|
2972
|
+
jsii.set(self, "ignoreDbs", value) # pyright: ignore[reportArgumentType]
|
|
2973
|
+
|
|
2974
|
+
@builtins.property
|
|
2975
|
+
@jsii.member(jsii_name="ignoreRoles")
|
|
2976
|
+
def ignore_roles(self) -> builtins.str:
|
|
2977
|
+
return typing.cast(builtins.str, jsii.get(self, "ignoreRoles"))
|
|
2978
|
+
|
|
2979
|
+
@ignore_roles.setter
|
|
2980
|
+
def ignore_roles(self, value: builtins.str) -> None:
|
|
2981
|
+
if __debug__:
|
|
2982
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a20cfd19af931dbf2350ffb4fb7828dc7d2993e5d8584a2ea8328dd07dc40bbd)
|
|
2983
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2984
|
+
jsii.set(self, "ignoreRoles", value) # pyright: ignore[reportArgumentType]
|
|
2908
2985
|
|
|
2909
2986
|
@builtins.property
|
|
2910
2987
|
@jsii.member(jsii_name="method")
|
|
@@ -2916,7 +2993,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2916
2993
|
if __debug__:
|
|
2917
2994
|
type_hints = typing.get_type_hints(_typecheckingstub__1fb4c8b4612f86674f4e64dd17d4ed079eecd07d785ab3841dc409b159a5e95c)
|
|
2918
2995
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2919
|
-
jsii.set(self, "method", value)
|
|
2996
|
+
jsii.set(self, "method", value) # pyright: ignore[reportArgumentType]
|
|
2920
2997
|
|
|
2921
2998
|
@builtins.property
|
|
2922
2999
|
@jsii.member(jsii_name="password")
|
|
@@ -2928,7 +3005,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2928
3005
|
if __debug__:
|
|
2929
3006
|
type_hints = typing.get_type_hints(_typecheckingstub__c0fdfd5c0b89db2edd92450c9ac53a11e1f3dd5d6210595996291472c6e80be5)
|
|
2930
3007
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2931
|
-
jsii.set(self, "password", value)
|
|
3008
|
+
jsii.set(self, "password", value) # pyright: ignore[reportArgumentType]
|
|
2932
3009
|
|
|
2933
3010
|
@builtins.property
|
|
2934
3011
|
@jsii.member(jsii_name="port")
|
|
@@ -2940,7 +3017,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2940
3017
|
if __debug__:
|
|
2941
3018
|
type_hints = typing.get_type_hints(_typecheckingstub__4b9b1430714b0435905f992cb1eaf06eb4fb5ef51814d7828c304129e683d5d1)
|
|
2942
3019
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2943
|
-
jsii.set(self, "port", value)
|
|
3020
|
+
jsii.set(self, "port", value) # pyright: ignore[reportArgumentType]
|
|
2944
3021
|
|
|
2945
3022
|
@builtins.property
|
|
2946
3023
|
@jsii.member(jsii_name="ssl")
|
|
@@ -2955,7 +3032,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2955
3032
|
if __debug__:
|
|
2956
3033
|
type_hints = typing.get_type_hints(_typecheckingstub__02d3b89fb0ac87ce8d17953f5475d399eab9cc555961de1f9ce099be18c0c578)
|
|
2957
3034
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2958
|
-
jsii.set(self, "ssl", value)
|
|
3035
|
+
jsii.set(self, "ssl", value) # pyright: ignore[reportArgumentType]
|
|
2959
3036
|
|
|
2960
3037
|
@builtins.property
|
|
2961
3038
|
@jsii.member(jsii_name="username")
|
|
@@ -2967,7 +3044,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2967
3044
|
if __debug__:
|
|
2968
3045
|
type_hints = typing.get_type_hints(_typecheckingstub__167fb42ea04e1b821e95e7693f524cc2b079cb09f33c63d1dbc80af39e37da15)
|
|
2969
3046
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2970
|
-
jsii.set(self, "username", value)
|
|
3047
|
+
jsii.set(self, "username", value) # pyright: ignore[reportArgumentType]
|
|
2971
3048
|
|
|
2972
3049
|
@builtins.property
|
|
2973
3050
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -2984,7 +3061,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2984
3061
|
if __debug__:
|
|
2985
3062
|
type_hints = typing.get_type_hints(_typecheckingstub__0f46213f544334fa98fbf9d56573c816a8c7df86df770ee7114ad7be53e0e700)
|
|
2986
3063
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2987
|
-
jsii.set(self, "internalValue", value)
|
|
3064
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
2988
3065
|
|
|
2989
3066
|
|
|
2990
3067
|
class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
@@ -3014,6 +3091,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3014
3091
|
dbname: typing.Optional[builtins.str] = None,
|
|
3015
3092
|
host: typing.Optional[builtins.str] = None,
|
|
3016
3093
|
ignore_dbs: typing.Optional[builtins.str] = None,
|
|
3094
|
+
ignore_roles: typing.Optional[builtins.str] = None,
|
|
3017
3095
|
method: typing.Optional[builtins.str] = None,
|
|
3018
3096
|
password: typing.Optional[builtins.str] = None,
|
|
3019
3097
|
port: typing.Optional[jsii.Number] = None,
|
|
@@ -3021,19 +3099,21 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3021
3099
|
username: typing.Optional[builtins.str] = None,
|
|
3022
3100
|
) -> None:
|
|
3023
3101
|
'''
|
|
3024
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3025
|
-
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3026
|
-
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3027
|
-
:param
|
|
3028
|
-
:param
|
|
3029
|
-
:param
|
|
3030
|
-
:param
|
|
3031
|
-
:param
|
|
3102
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
3103
|
+
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
3104
|
+
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
3105
|
+
:param ignore_roles: Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_roles ManagedDatabasePostgresql#ignore_roles}
|
|
3106
|
+
:param method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
|
|
3107
|
+
:param password: Password for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
3108
|
+
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
3109
|
+
:param ssl: The server where to migrate data from is secured with SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
3110
|
+
:param username: User name for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
3032
3111
|
'''
|
|
3033
3112
|
value = ManagedDatabasePostgresqlPropertiesMigration(
|
|
3034
3113
|
dbname=dbname,
|
|
3035
3114
|
host=host,
|
|
3036
3115
|
ignore_dbs=ignore_dbs,
|
|
3116
|
+
ignore_roles=ignore_roles,
|
|
3037
3117
|
method=method,
|
|
3038
3118
|
password=password,
|
|
3039
3119
|
port=port,
|
|
@@ -3052,21 +3132,23 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3052
3132
|
autodb_pool_mode: typing.Optional[builtins.str] = None,
|
|
3053
3133
|
autodb_pool_size: typing.Optional[jsii.Number] = None,
|
|
3054
3134
|
ignore_startup_parameters: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3135
|
+
max_prepared_statements: typing.Optional[jsii.Number] = None,
|
|
3055
3136
|
min_pool_size: typing.Optional[jsii.Number] = None,
|
|
3056
3137
|
server_idle_timeout: typing.Optional[jsii.Number] = None,
|
|
3057
3138
|
server_lifetime: typing.Optional[jsii.Number] = None,
|
|
3058
3139
|
server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
3059
3140
|
) -> None:
|
|
3060
3141
|
'''
|
|
3061
|
-
:param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3062
|
-
:param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3063
|
-
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3064
|
-
:param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3065
|
-
:param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3066
|
-
:param
|
|
3067
|
-
:param
|
|
3068
|
-
:param
|
|
3069
|
-
:param
|
|
3142
|
+
:param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
3143
|
+
:param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
3144
|
+
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
3145
|
+
:param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
3146
|
+
:param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
3147
|
+
:param max_prepared_statements: PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling modes when max_prepared_statements is set to a non-zero value. Setting it to 0 disables prepared statements. max_prepared_statements defaults to 100, and its maximum is 3000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_prepared_statements ManagedDatabasePostgresql#max_prepared_statements}
|
|
3148
|
+
:param min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
3149
|
+
:param server_idle_timeout: If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
3150
|
+
:param server_lifetime: The pooler will close an unused server connection that has been connected longer than this. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
3151
|
+
:param server_reset_query_always: Run server_reset_query (DISCARD ALL) in all pooling modes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
3070
3152
|
'''
|
|
3071
3153
|
value = ManagedDatabasePostgresqlPropertiesPgbouncer(
|
|
3072
3154
|
autodb_idle_timeout=autodb_idle_timeout,
|
|
@@ -3074,6 +3156,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3074
3156
|
autodb_pool_mode=autodb_pool_mode,
|
|
3075
3157
|
autodb_pool_size=autodb_pool_size,
|
|
3076
3158
|
ignore_startup_parameters=ignore_startup_parameters,
|
|
3159
|
+
max_prepared_statements=max_prepared_statements,
|
|
3077
3160
|
min_pool_size=min_pool_size,
|
|
3078
3161
|
server_idle_timeout=server_idle_timeout,
|
|
3079
3162
|
server_lifetime=server_lifetime,
|
|
@@ -3089,7 +3172,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3089
3172
|
max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
|
|
3090
3173
|
) -> None:
|
|
3091
3174
|
'''
|
|
3092
|
-
:param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3175
|
+
:param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
3093
3176
|
'''
|
|
3094
3177
|
value = ManagedDatabasePostgresqlPropertiesPglookout(
|
|
3095
3178
|
max_failover_replication_time_lag=max_failover_replication_time_lag
|
|
@@ -3104,7 +3187,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3104
3187
|
max_background_workers: typing.Optional[jsii.Number] = None,
|
|
3105
3188
|
) -> None:
|
|
3106
3189
|
'''
|
|
3107
|
-
:param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
3190
|
+
:param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
3108
3191
|
'''
|
|
3109
3192
|
value = ManagedDatabasePostgresqlPropertiesTimescaledb(
|
|
3110
3193
|
max_background_workers=max_background_workers
|
|
@@ -3771,7 +3854,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3771
3854
|
if __debug__:
|
|
3772
3855
|
type_hints = typing.get_type_hints(_typecheckingstub__dac988dc10ea16fb9d73a6bdeae092b92a2168b105b9582d692594c7083e324f)
|
|
3773
3856
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3774
|
-
jsii.set(self, "adminPassword", value)
|
|
3857
|
+
jsii.set(self, "adminPassword", value) # pyright: ignore[reportArgumentType]
|
|
3775
3858
|
|
|
3776
3859
|
@builtins.property
|
|
3777
3860
|
@jsii.member(jsii_name="adminUsername")
|
|
@@ -3783,7 +3866,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3783
3866
|
if __debug__:
|
|
3784
3867
|
type_hints = typing.get_type_hints(_typecheckingstub__0123a505cee8cef160f18f3716f895f89d5be5281c74f431861401dc632a8d56)
|
|
3785
3868
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3786
|
-
jsii.set(self, "adminUsername", value)
|
|
3869
|
+
jsii.set(self, "adminUsername", value) # pyright: ignore[reportArgumentType]
|
|
3787
3870
|
|
|
3788
3871
|
@builtins.property
|
|
3789
3872
|
@jsii.member(jsii_name="automaticUtilityNetworkIpFilter")
|
|
@@ -3800,7 +3883,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3800
3883
|
if __debug__:
|
|
3801
3884
|
type_hints = typing.get_type_hints(_typecheckingstub__18323f68552123f0f23878838b830072c84a1d23d6ae5860aff23f18333b42ed)
|
|
3802
3885
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3803
|
-
jsii.set(self, "automaticUtilityNetworkIpFilter", value)
|
|
3886
|
+
jsii.set(self, "automaticUtilityNetworkIpFilter", value) # pyright: ignore[reportArgumentType]
|
|
3804
3887
|
|
|
3805
3888
|
@builtins.property
|
|
3806
3889
|
@jsii.member(jsii_name="autovacuumAnalyzeScaleFactor")
|
|
@@ -3812,7 +3895,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3812
3895
|
if __debug__:
|
|
3813
3896
|
type_hints = typing.get_type_hints(_typecheckingstub__a618a6d81df2b2decb7cfe9c114ac7a4b0bcb36d417cf676112d031e859d679f)
|
|
3814
3897
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3815
|
-
jsii.set(self, "autovacuumAnalyzeScaleFactor", value)
|
|
3898
|
+
jsii.set(self, "autovacuumAnalyzeScaleFactor", value) # pyright: ignore[reportArgumentType]
|
|
3816
3899
|
|
|
3817
3900
|
@builtins.property
|
|
3818
3901
|
@jsii.member(jsii_name="autovacuumAnalyzeThreshold")
|
|
@@ -3824,7 +3907,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3824
3907
|
if __debug__:
|
|
3825
3908
|
type_hints = typing.get_type_hints(_typecheckingstub__1c07cfc51fe1598362f03697b2b0bb8e9179fb54050e6fcfc8540c42b2e95348)
|
|
3826
3909
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3827
|
-
jsii.set(self, "autovacuumAnalyzeThreshold", value)
|
|
3910
|
+
jsii.set(self, "autovacuumAnalyzeThreshold", value) # pyright: ignore[reportArgumentType]
|
|
3828
3911
|
|
|
3829
3912
|
@builtins.property
|
|
3830
3913
|
@jsii.member(jsii_name="autovacuumFreezeMaxAge")
|
|
@@ -3836,7 +3919,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3836
3919
|
if __debug__:
|
|
3837
3920
|
type_hints = typing.get_type_hints(_typecheckingstub__75489be2d1e658ac650ac29df5035521bb5a8082d17cfa3e793eaba19548d1b4)
|
|
3838
3921
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3839
|
-
jsii.set(self, "autovacuumFreezeMaxAge", value)
|
|
3922
|
+
jsii.set(self, "autovacuumFreezeMaxAge", value) # pyright: ignore[reportArgumentType]
|
|
3840
3923
|
|
|
3841
3924
|
@builtins.property
|
|
3842
3925
|
@jsii.member(jsii_name="autovacuumMaxWorkers")
|
|
@@ -3848,7 +3931,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3848
3931
|
if __debug__:
|
|
3849
3932
|
type_hints = typing.get_type_hints(_typecheckingstub__0635a8f3ceace0d0a4f6d5a43812c5632ab3de0c78310a9695579ff9c47d75a6)
|
|
3850
3933
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3851
|
-
jsii.set(self, "autovacuumMaxWorkers", value)
|
|
3934
|
+
jsii.set(self, "autovacuumMaxWorkers", value) # pyright: ignore[reportArgumentType]
|
|
3852
3935
|
|
|
3853
3936
|
@builtins.property
|
|
3854
3937
|
@jsii.member(jsii_name="autovacuumNaptime")
|
|
@@ -3860,7 +3943,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3860
3943
|
if __debug__:
|
|
3861
3944
|
type_hints = typing.get_type_hints(_typecheckingstub__c2db694007dd91d65c9b3b5ec8006f1756a4b6a931580bc7bdd21cb1086ab10b)
|
|
3862
3945
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3863
|
-
jsii.set(self, "autovacuumNaptime", value)
|
|
3946
|
+
jsii.set(self, "autovacuumNaptime", value) # pyright: ignore[reportArgumentType]
|
|
3864
3947
|
|
|
3865
3948
|
@builtins.property
|
|
3866
3949
|
@jsii.member(jsii_name="autovacuumVacuumCostDelay")
|
|
@@ -3872,7 +3955,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3872
3955
|
if __debug__:
|
|
3873
3956
|
type_hints = typing.get_type_hints(_typecheckingstub__04a29a145fc98ceabd22d030c911868b284a234fdceaf518a58943364e7d3c8d)
|
|
3874
3957
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3875
|
-
jsii.set(self, "autovacuumVacuumCostDelay", value)
|
|
3958
|
+
jsii.set(self, "autovacuumVacuumCostDelay", value) # pyright: ignore[reportArgumentType]
|
|
3876
3959
|
|
|
3877
3960
|
@builtins.property
|
|
3878
3961
|
@jsii.member(jsii_name="autovacuumVacuumCostLimit")
|
|
@@ -3884,7 +3967,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3884
3967
|
if __debug__:
|
|
3885
3968
|
type_hints = typing.get_type_hints(_typecheckingstub__7de5d23bbc4de2fa1bbe22a369eb8e374a5524f0bdfab27ed9c06916248712b6)
|
|
3886
3969
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3887
|
-
jsii.set(self, "autovacuumVacuumCostLimit", value)
|
|
3970
|
+
jsii.set(self, "autovacuumVacuumCostLimit", value) # pyright: ignore[reportArgumentType]
|
|
3888
3971
|
|
|
3889
3972
|
@builtins.property
|
|
3890
3973
|
@jsii.member(jsii_name="autovacuumVacuumScaleFactor")
|
|
@@ -3896,7 +3979,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3896
3979
|
if __debug__:
|
|
3897
3980
|
type_hints = typing.get_type_hints(_typecheckingstub__855b94ed8fdfeda7d578415566ffbb9c45fbcd24448de195e00f5cc8857772a7)
|
|
3898
3981
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3899
|
-
jsii.set(self, "autovacuumVacuumScaleFactor", value)
|
|
3982
|
+
jsii.set(self, "autovacuumVacuumScaleFactor", value) # pyright: ignore[reportArgumentType]
|
|
3900
3983
|
|
|
3901
3984
|
@builtins.property
|
|
3902
3985
|
@jsii.member(jsii_name="autovacuumVacuumThreshold")
|
|
@@ -3908,7 +3991,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3908
3991
|
if __debug__:
|
|
3909
3992
|
type_hints = typing.get_type_hints(_typecheckingstub__8958a970bed1aabf8c821857f37ccd8cb9d367466198e4093e10cd22e96c40ec)
|
|
3910
3993
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3911
|
-
jsii.set(self, "autovacuumVacuumThreshold", value)
|
|
3994
|
+
jsii.set(self, "autovacuumVacuumThreshold", value) # pyright: ignore[reportArgumentType]
|
|
3912
3995
|
|
|
3913
3996
|
@builtins.property
|
|
3914
3997
|
@jsii.member(jsii_name="backupHour")
|
|
@@ -3920,7 +4003,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3920
4003
|
if __debug__:
|
|
3921
4004
|
type_hints = typing.get_type_hints(_typecheckingstub__2ad16c11d7070fcace393ac131f62b8b0e0102b11780c91c4ea8d6d4336999a0)
|
|
3922
4005
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3923
|
-
jsii.set(self, "backupHour", value)
|
|
4006
|
+
jsii.set(self, "backupHour", value) # pyright: ignore[reportArgumentType]
|
|
3924
4007
|
|
|
3925
4008
|
@builtins.property
|
|
3926
4009
|
@jsii.member(jsii_name="backupMinute")
|
|
@@ -3932,7 +4015,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3932
4015
|
if __debug__:
|
|
3933
4016
|
type_hints = typing.get_type_hints(_typecheckingstub__3cc1bdd7b35aa05f812e23d395f242921db855b5ddd67d2dad923b0720a01586)
|
|
3934
4017
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3935
|
-
jsii.set(self, "backupMinute", value)
|
|
4018
|
+
jsii.set(self, "backupMinute", value) # pyright: ignore[reportArgumentType]
|
|
3936
4019
|
|
|
3937
4020
|
@builtins.property
|
|
3938
4021
|
@jsii.member(jsii_name="bgwriterDelay")
|
|
@@ -3944,7 +4027,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3944
4027
|
if __debug__:
|
|
3945
4028
|
type_hints = typing.get_type_hints(_typecheckingstub__4abda546f558372c3256e28f606948c39da36ec568a2210a313c740e85116faf)
|
|
3946
4029
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3947
|
-
jsii.set(self, "bgwriterDelay", value)
|
|
4030
|
+
jsii.set(self, "bgwriterDelay", value) # pyright: ignore[reportArgumentType]
|
|
3948
4031
|
|
|
3949
4032
|
@builtins.property
|
|
3950
4033
|
@jsii.member(jsii_name="bgwriterFlushAfter")
|
|
@@ -3956,7 +4039,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3956
4039
|
if __debug__:
|
|
3957
4040
|
type_hints = typing.get_type_hints(_typecheckingstub__054e3bbb6bdffd7b026b893f24da5331dbf751d8d826c30bb55830fcce2bb046)
|
|
3958
4041
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3959
|
-
jsii.set(self, "bgwriterFlushAfter", value)
|
|
4042
|
+
jsii.set(self, "bgwriterFlushAfter", value) # pyright: ignore[reportArgumentType]
|
|
3960
4043
|
|
|
3961
4044
|
@builtins.property
|
|
3962
4045
|
@jsii.member(jsii_name="bgwriterLruMaxpages")
|
|
@@ -3968,7 +4051,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3968
4051
|
if __debug__:
|
|
3969
4052
|
type_hints = typing.get_type_hints(_typecheckingstub__256293bdd5d65032ca8ebf18ab8ead4e10a5b6e12bef228e145c36908d09d7d6)
|
|
3970
4053
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3971
|
-
jsii.set(self, "bgwriterLruMaxpages", value)
|
|
4054
|
+
jsii.set(self, "bgwriterLruMaxpages", value) # pyright: ignore[reportArgumentType]
|
|
3972
4055
|
|
|
3973
4056
|
@builtins.property
|
|
3974
4057
|
@jsii.member(jsii_name="bgwriterLruMultiplier")
|
|
@@ -3980,7 +4063,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3980
4063
|
if __debug__:
|
|
3981
4064
|
type_hints = typing.get_type_hints(_typecheckingstub__c01e6d51d8ebc918ea01fb3b38fda7c82e1ffb4870954be8caa2bace0da6f4b6)
|
|
3982
4065
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3983
|
-
jsii.set(self, "bgwriterLruMultiplier", value)
|
|
4066
|
+
jsii.set(self, "bgwriterLruMultiplier", value) # pyright: ignore[reportArgumentType]
|
|
3984
4067
|
|
|
3985
4068
|
@builtins.property
|
|
3986
4069
|
@jsii.member(jsii_name="deadlockTimeout")
|
|
@@ -3992,7 +4075,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3992
4075
|
if __debug__:
|
|
3993
4076
|
type_hints = typing.get_type_hints(_typecheckingstub__de06356f491efdf8ee9e6856971bbe3b723030300d3c58ed31e766b1757eafe9)
|
|
3994
4077
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3995
|
-
jsii.set(self, "deadlockTimeout", value)
|
|
4078
|
+
jsii.set(self, "deadlockTimeout", value) # pyright: ignore[reportArgumentType]
|
|
3996
4079
|
|
|
3997
4080
|
@builtins.property
|
|
3998
4081
|
@jsii.member(jsii_name="defaultToastCompression")
|
|
@@ -4004,7 +4087,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4004
4087
|
if __debug__:
|
|
4005
4088
|
type_hints = typing.get_type_hints(_typecheckingstub__73ebbe5188bca46451fe5d8822638d348d6eb864f47e78c4299a3402c7998da2)
|
|
4006
4089
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4007
|
-
jsii.set(self, "defaultToastCompression", value)
|
|
4090
|
+
jsii.set(self, "defaultToastCompression", value) # pyright: ignore[reportArgumentType]
|
|
4008
4091
|
|
|
4009
4092
|
@builtins.property
|
|
4010
4093
|
@jsii.member(jsii_name="idleInTransactionSessionTimeout")
|
|
@@ -4016,7 +4099,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4016
4099
|
if __debug__:
|
|
4017
4100
|
type_hints = typing.get_type_hints(_typecheckingstub__6dba37e80f1d633dc0ff7740e34d3436a607e8533fd984b35db99f9e51aca01c)
|
|
4018
4101
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4019
|
-
jsii.set(self, "idleInTransactionSessionTimeout", value)
|
|
4102
|
+
jsii.set(self, "idleInTransactionSessionTimeout", value) # pyright: ignore[reportArgumentType]
|
|
4020
4103
|
|
|
4021
4104
|
@builtins.property
|
|
4022
4105
|
@jsii.member(jsii_name="ipFilter")
|
|
@@ -4028,7 +4111,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4028
4111
|
if __debug__:
|
|
4029
4112
|
type_hints = typing.get_type_hints(_typecheckingstub__697351eead8e5b99283b4f51a672c2c230c8a65b858c6d540100961543d869e7)
|
|
4030
4113
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4031
|
-
jsii.set(self, "ipFilter", value)
|
|
4114
|
+
jsii.set(self, "ipFilter", value) # pyright: ignore[reportArgumentType]
|
|
4032
4115
|
|
|
4033
4116
|
@builtins.property
|
|
4034
4117
|
@jsii.member(jsii_name="jit")
|
|
@@ -4043,7 +4126,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4043
4126
|
if __debug__:
|
|
4044
4127
|
type_hints = typing.get_type_hints(_typecheckingstub__41882650008f06177862191d7760a830e068e667281ec52a1e1549a31852c796)
|
|
4045
4128
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4046
|
-
jsii.set(self, "jit", value)
|
|
4129
|
+
jsii.set(self, "jit", value) # pyright: ignore[reportArgumentType]
|
|
4047
4130
|
|
|
4048
4131
|
@builtins.property
|
|
4049
4132
|
@jsii.member(jsii_name="logAutovacuumMinDuration")
|
|
@@ -4055,7 +4138,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4055
4138
|
if __debug__:
|
|
4056
4139
|
type_hints = typing.get_type_hints(_typecheckingstub__e82677a9e7af4b821512bc43ce8271842e49c2228e0a3847da8a3734cde323b2)
|
|
4057
4140
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4058
|
-
jsii.set(self, "logAutovacuumMinDuration", value)
|
|
4141
|
+
jsii.set(self, "logAutovacuumMinDuration", value) # pyright: ignore[reportArgumentType]
|
|
4059
4142
|
|
|
4060
4143
|
@builtins.property
|
|
4061
4144
|
@jsii.member(jsii_name="logErrorVerbosity")
|
|
@@ -4067,7 +4150,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4067
4150
|
if __debug__:
|
|
4068
4151
|
type_hints = typing.get_type_hints(_typecheckingstub__e8880c1644800b0855d35ec4d3c944aecdfb9ad4087b81e8feea0006a6bf3a82)
|
|
4069
4152
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4070
|
-
jsii.set(self, "logErrorVerbosity", value)
|
|
4153
|
+
jsii.set(self, "logErrorVerbosity", value) # pyright: ignore[reportArgumentType]
|
|
4071
4154
|
|
|
4072
4155
|
@builtins.property
|
|
4073
4156
|
@jsii.member(jsii_name="logLinePrefix")
|
|
@@ -4079,7 +4162,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4079
4162
|
if __debug__:
|
|
4080
4163
|
type_hints = typing.get_type_hints(_typecheckingstub__467136c784cb8d1bfbb9509da43f5ce9829d28b93ab2fa476f0cfafb238d1b7d)
|
|
4081
4164
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4082
|
-
jsii.set(self, "logLinePrefix", value)
|
|
4165
|
+
jsii.set(self, "logLinePrefix", value) # pyright: ignore[reportArgumentType]
|
|
4083
4166
|
|
|
4084
4167
|
@builtins.property
|
|
4085
4168
|
@jsii.member(jsii_name="logMinDurationStatement")
|
|
@@ -4091,7 +4174,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4091
4174
|
if __debug__:
|
|
4092
4175
|
type_hints = typing.get_type_hints(_typecheckingstub__c0cecd85bcbe97926ecd7cca39a7e4dda8834f2effc7babce590dbcc9a6602c9)
|
|
4093
4176
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4094
|
-
jsii.set(self, "logMinDurationStatement", value)
|
|
4177
|
+
jsii.set(self, "logMinDurationStatement", value) # pyright: ignore[reportArgumentType]
|
|
4095
4178
|
|
|
4096
4179
|
@builtins.property
|
|
4097
4180
|
@jsii.member(jsii_name="logTempFiles")
|
|
@@ -4103,7 +4186,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4103
4186
|
if __debug__:
|
|
4104
4187
|
type_hints = typing.get_type_hints(_typecheckingstub__de9268535c04a79b1d0411a6b438165d5304e769b7cdd4242e9d9c82424bf5d9)
|
|
4105
4188
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4106
|
-
jsii.set(self, "logTempFiles", value)
|
|
4189
|
+
jsii.set(self, "logTempFiles", value) # pyright: ignore[reportArgumentType]
|
|
4107
4190
|
|
|
4108
4191
|
@builtins.property
|
|
4109
4192
|
@jsii.member(jsii_name="maxFilesPerProcess")
|
|
@@ -4115,7 +4198,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4115
4198
|
if __debug__:
|
|
4116
4199
|
type_hints = typing.get_type_hints(_typecheckingstub__cdd98a86086d80cb220e3ecc3418eae2ccdcc18f32fac6371f2ec091ee3ce789)
|
|
4117
4200
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4118
|
-
jsii.set(self, "maxFilesPerProcess", value)
|
|
4201
|
+
jsii.set(self, "maxFilesPerProcess", value) # pyright: ignore[reportArgumentType]
|
|
4119
4202
|
|
|
4120
4203
|
@builtins.property
|
|
4121
4204
|
@jsii.member(jsii_name="maxLocksPerTransaction")
|
|
@@ -4127,7 +4210,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4127
4210
|
if __debug__:
|
|
4128
4211
|
type_hints = typing.get_type_hints(_typecheckingstub__f27ad9b336fa914b7f4988f5d7ceac0d1e092d4c2b6e57b36677e6a228f429a6)
|
|
4129
4212
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4130
|
-
jsii.set(self, "maxLocksPerTransaction", value)
|
|
4213
|
+
jsii.set(self, "maxLocksPerTransaction", value) # pyright: ignore[reportArgumentType]
|
|
4131
4214
|
|
|
4132
4215
|
@builtins.property
|
|
4133
4216
|
@jsii.member(jsii_name="maxLogicalReplicationWorkers")
|
|
@@ -4139,7 +4222,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4139
4222
|
if __debug__:
|
|
4140
4223
|
type_hints = typing.get_type_hints(_typecheckingstub__1c279b6eac7f28b6d7389be2a71083aea90c51c198613f8a0c6520b9a6ab6d73)
|
|
4141
4224
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4142
|
-
jsii.set(self, "maxLogicalReplicationWorkers", value)
|
|
4225
|
+
jsii.set(self, "maxLogicalReplicationWorkers", value) # pyright: ignore[reportArgumentType]
|
|
4143
4226
|
|
|
4144
4227
|
@builtins.property
|
|
4145
4228
|
@jsii.member(jsii_name="maxParallelWorkers")
|
|
@@ -4151,7 +4234,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4151
4234
|
if __debug__:
|
|
4152
4235
|
type_hints = typing.get_type_hints(_typecheckingstub__c91ce9226feb4c2977dcb3017dbf66a49c371d8cdf19486236017558a0661a4a)
|
|
4153
4236
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4154
|
-
jsii.set(self, "maxParallelWorkers", value)
|
|
4237
|
+
jsii.set(self, "maxParallelWorkers", value) # pyright: ignore[reportArgumentType]
|
|
4155
4238
|
|
|
4156
4239
|
@builtins.property
|
|
4157
4240
|
@jsii.member(jsii_name="maxParallelWorkersPerGather")
|
|
@@ -4163,7 +4246,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4163
4246
|
if __debug__:
|
|
4164
4247
|
type_hints = typing.get_type_hints(_typecheckingstub__2bc487be24a34828a0eefb536e39c65556cebeb32288b19b1ae34785b056a055)
|
|
4165
4248
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4166
|
-
jsii.set(self, "maxParallelWorkersPerGather", value)
|
|
4249
|
+
jsii.set(self, "maxParallelWorkersPerGather", value) # pyright: ignore[reportArgumentType]
|
|
4167
4250
|
|
|
4168
4251
|
@builtins.property
|
|
4169
4252
|
@jsii.member(jsii_name="maxPredLocksPerTransaction")
|
|
@@ -4175,7 +4258,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4175
4258
|
if __debug__:
|
|
4176
4259
|
type_hints = typing.get_type_hints(_typecheckingstub__8d66eec8374e9b3dfa88317c48088aa40fc980255ae534f0d0d88f19e6d33681)
|
|
4177
4260
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4178
|
-
jsii.set(self, "maxPredLocksPerTransaction", value)
|
|
4261
|
+
jsii.set(self, "maxPredLocksPerTransaction", value) # pyright: ignore[reportArgumentType]
|
|
4179
4262
|
|
|
4180
4263
|
@builtins.property
|
|
4181
4264
|
@jsii.member(jsii_name="maxPreparedTransactions")
|
|
@@ -4187,7 +4270,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4187
4270
|
if __debug__:
|
|
4188
4271
|
type_hints = typing.get_type_hints(_typecheckingstub__de4edb189d4acf6c6bf2387f5a6c015e074a86b1230cf99fd46099dc0a6c4e68)
|
|
4189
4272
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4190
|
-
jsii.set(self, "maxPreparedTransactions", value)
|
|
4273
|
+
jsii.set(self, "maxPreparedTransactions", value) # pyright: ignore[reportArgumentType]
|
|
4191
4274
|
|
|
4192
4275
|
@builtins.property
|
|
4193
4276
|
@jsii.member(jsii_name="maxReplicationSlots")
|
|
@@ -4199,7 +4282,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4199
4282
|
if __debug__:
|
|
4200
4283
|
type_hints = typing.get_type_hints(_typecheckingstub__e6454aeeb2e612fdcdfce7dcb2b1c2792da09410760d4b4473eba6ce4edc6310)
|
|
4201
4284
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4202
|
-
jsii.set(self, "maxReplicationSlots", value)
|
|
4285
|
+
jsii.set(self, "maxReplicationSlots", value) # pyright: ignore[reportArgumentType]
|
|
4203
4286
|
|
|
4204
4287
|
@builtins.property
|
|
4205
4288
|
@jsii.member(jsii_name="maxSlotWalKeepSize")
|
|
@@ -4211,7 +4294,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4211
4294
|
if __debug__:
|
|
4212
4295
|
type_hints = typing.get_type_hints(_typecheckingstub__7f019073bd42fc4fb9dd0e0b54f133e32c67aa3b2361c9fd2938cb96cd9e43db)
|
|
4213
4296
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4214
|
-
jsii.set(self, "maxSlotWalKeepSize", value)
|
|
4297
|
+
jsii.set(self, "maxSlotWalKeepSize", value) # pyright: ignore[reportArgumentType]
|
|
4215
4298
|
|
|
4216
4299
|
@builtins.property
|
|
4217
4300
|
@jsii.member(jsii_name="maxStackDepth")
|
|
@@ -4223,7 +4306,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4223
4306
|
if __debug__:
|
|
4224
4307
|
type_hints = typing.get_type_hints(_typecheckingstub__2b405ac3b80bbd9ef2d693b6d4295c369a3356bb9beee08b413d5f87c324d5b1)
|
|
4225
4308
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4226
|
-
jsii.set(self, "maxStackDepth", value)
|
|
4309
|
+
jsii.set(self, "maxStackDepth", value) # pyright: ignore[reportArgumentType]
|
|
4227
4310
|
|
|
4228
4311
|
@builtins.property
|
|
4229
4312
|
@jsii.member(jsii_name="maxStandbyArchiveDelay")
|
|
@@ -4235,7 +4318,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4235
4318
|
if __debug__:
|
|
4236
4319
|
type_hints = typing.get_type_hints(_typecheckingstub__155ade29e0811bc668c05c926468f7bf5296983f586f8ae29bde0aeba831fc5c)
|
|
4237
4320
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4238
|
-
jsii.set(self, "maxStandbyArchiveDelay", value)
|
|
4321
|
+
jsii.set(self, "maxStandbyArchiveDelay", value) # pyright: ignore[reportArgumentType]
|
|
4239
4322
|
|
|
4240
4323
|
@builtins.property
|
|
4241
4324
|
@jsii.member(jsii_name="maxStandbyStreamingDelay")
|
|
@@ -4247,7 +4330,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4247
4330
|
if __debug__:
|
|
4248
4331
|
type_hints = typing.get_type_hints(_typecheckingstub__c1c986690e191392b25c5b73b4f4f8ddfcf47cff91b1892b7b4bcf0e5b32aae7)
|
|
4249
4332
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4250
|
-
jsii.set(self, "maxStandbyStreamingDelay", value)
|
|
4333
|
+
jsii.set(self, "maxStandbyStreamingDelay", value) # pyright: ignore[reportArgumentType]
|
|
4251
4334
|
|
|
4252
4335
|
@builtins.property
|
|
4253
4336
|
@jsii.member(jsii_name="maxWalSenders")
|
|
@@ -4259,7 +4342,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4259
4342
|
if __debug__:
|
|
4260
4343
|
type_hints = typing.get_type_hints(_typecheckingstub__bfbc4d3406b62bcf9e7516d2e9e3d6ea7c21a9e5d9c18b45d299aeb17ba91ec2)
|
|
4261
4344
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4262
|
-
jsii.set(self, "maxWalSenders", value)
|
|
4345
|
+
jsii.set(self, "maxWalSenders", value) # pyright: ignore[reportArgumentType]
|
|
4263
4346
|
|
|
4264
4347
|
@builtins.property
|
|
4265
4348
|
@jsii.member(jsii_name="maxWorkerProcesses")
|
|
@@ -4271,7 +4354,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4271
4354
|
if __debug__:
|
|
4272
4355
|
type_hints = typing.get_type_hints(_typecheckingstub__e948928e818da004176e363a2f0f2908db9b0ca2dc562efd6a932fd7ade5f0c1)
|
|
4273
4356
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4274
|
-
jsii.set(self, "maxWorkerProcesses", value)
|
|
4357
|
+
jsii.set(self, "maxWorkerProcesses", value) # pyright: ignore[reportArgumentType]
|
|
4275
4358
|
|
|
4276
4359
|
@builtins.property
|
|
4277
4360
|
@jsii.member(jsii_name="pgPartmanBgwInterval")
|
|
@@ -4283,7 +4366,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4283
4366
|
if __debug__:
|
|
4284
4367
|
type_hints = typing.get_type_hints(_typecheckingstub__0e7c39d3398b89ecbde622d25d90b6c1a7c033dbecc8bd3b4ba1f10c9b8144f6)
|
|
4285
4368
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4286
|
-
jsii.set(self, "pgPartmanBgwInterval", value)
|
|
4369
|
+
jsii.set(self, "pgPartmanBgwInterval", value) # pyright: ignore[reportArgumentType]
|
|
4287
4370
|
|
|
4288
4371
|
@builtins.property
|
|
4289
4372
|
@jsii.member(jsii_name="pgPartmanBgwRole")
|
|
@@ -4295,7 +4378,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4295
4378
|
if __debug__:
|
|
4296
4379
|
type_hints = typing.get_type_hints(_typecheckingstub__626c47c64eb8f096c0e31d3afb2c0748c087c018ae25b94d949dee44878bce38)
|
|
4297
4380
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4298
|
-
jsii.set(self, "pgPartmanBgwRole", value)
|
|
4381
|
+
jsii.set(self, "pgPartmanBgwRole", value) # pyright: ignore[reportArgumentType]
|
|
4299
4382
|
|
|
4300
4383
|
@builtins.property
|
|
4301
4384
|
@jsii.member(jsii_name="pgStatMonitorEnable")
|
|
@@ -4312,7 +4395,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4312
4395
|
if __debug__:
|
|
4313
4396
|
type_hints = typing.get_type_hints(_typecheckingstub__b0bffe3527ba3889a568bce7c605725e472374da1d243afd472b8096468cf50e)
|
|
4314
4397
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4315
|
-
jsii.set(self, "pgStatMonitorEnable", value)
|
|
4398
|
+
jsii.set(self, "pgStatMonitorEnable", value) # pyright: ignore[reportArgumentType]
|
|
4316
4399
|
|
|
4317
4400
|
@builtins.property
|
|
4318
4401
|
@jsii.member(jsii_name="pgStatMonitorPgsmEnableQueryPlan")
|
|
@@ -4329,7 +4412,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4329
4412
|
if __debug__:
|
|
4330
4413
|
type_hints = typing.get_type_hints(_typecheckingstub__5523ea201642e452f29002110d74b8b38efc4324dc5b669c7ee3c267c7b1cb07)
|
|
4331
4414
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4332
|
-
jsii.set(self, "pgStatMonitorPgsmEnableQueryPlan", value)
|
|
4415
|
+
jsii.set(self, "pgStatMonitorPgsmEnableQueryPlan", value) # pyright: ignore[reportArgumentType]
|
|
4333
4416
|
|
|
4334
4417
|
@builtins.property
|
|
4335
4418
|
@jsii.member(jsii_name="pgStatMonitorPgsmMaxBuckets")
|
|
@@ -4341,7 +4424,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4341
4424
|
if __debug__:
|
|
4342
4425
|
type_hints = typing.get_type_hints(_typecheckingstub__bb684ed91e21c6f7f74e81bdef8bf2d46eaa3480e927af8848a0adf8b2990be9)
|
|
4343
4426
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4344
|
-
jsii.set(self, "pgStatMonitorPgsmMaxBuckets", value)
|
|
4427
|
+
jsii.set(self, "pgStatMonitorPgsmMaxBuckets", value) # pyright: ignore[reportArgumentType]
|
|
4345
4428
|
|
|
4346
4429
|
@builtins.property
|
|
4347
4430
|
@jsii.member(jsii_name="pgStatStatementsTrack")
|
|
@@ -4353,7 +4436,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4353
4436
|
if __debug__:
|
|
4354
4437
|
type_hints = typing.get_type_hints(_typecheckingstub__e670dd8e54887ee6075b3d7a487edc7d4c6b541ff5c00564faca1ba4fb7262c7)
|
|
4355
4438
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4356
|
-
jsii.set(self, "pgStatStatementsTrack", value)
|
|
4439
|
+
jsii.set(self, "pgStatStatementsTrack", value) # pyright: ignore[reportArgumentType]
|
|
4357
4440
|
|
|
4358
4441
|
@builtins.property
|
|
4359
4442
|
@jsii.member(jsii_name="publicAccess")
|
|
@@ -4368,7 +4451,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4368
4451
|
if __debug__:
|
|
4369
4452
|
type_hints = typing.get_type_hints(_typecheckingstub__af63b1953469fa77f074a386cbdb4d14d32a7832bc188f6f31b113b817ded912)
|
|
4370
4453
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4371
|
-
jsii.set(self, "publicAccess", value)
|
|
4454
|
+
jsii.set(self, "publicAccess", value) # pyright: ignore[reportArgumentType]
|
|
4372
4455
|
|
|
4373
4456
|
@builtins.property
|
|
4374
4457
|
@jsii.member(jsii_name="serviceLog")
|
|
@@ -4383,7 +4466,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4383
4466
|
if __debug__:
|
|
4384
4467
|
type_hints = typing.get_type_hints(_typecheckingstub__82264e7ac32c533f8abc9673cd204798ae0fc1152b2a7fa39c0b72e00b689f27)
|
|
4385
4468
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4386
|
-
jsii.set(self, "serviceLog", value)
|
|
4469
|
+
jsii.set(self, "serviceLog", value) # pyright: ignore[reportArgumentType]
|
|
4387
4470
|
|
|
4388
4471
|
@builtins.property
|
|
4389
4472
|
@jsii.member(jsii_name="sharedBuffersPercentage")
|
|
@@ -4395,7 +4478,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4395
4478
|
if __debug__:
|
|
4396
4479
|
type_hints = typing.get_type_hints(_typecheckingstub__65f9cce4b47ad1802da63c41840db80ff48caa13fe45cc2320e8fc370bca7618)
|
|
4397
4480
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4398
|
-
jsii.set(self, "sharedBuffersPercentage", value)
|
|
4481
|
+
jsii.set(self, "sharedBuffersPercentage", value) # pyright: ignore[reportArgumentType]
|
|
4399
4482
|
|
|
4400
4483
|
@builtins.property
|
|
4401
4484
|
@jsii.member(jsii_name="synchronousReplication")
|
|
@@ -4407,7 +4490,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4407
4490
|
if __debug__:
|
|
4408
4491
|
type_hints = typing.get_type_hints(_typecheckingstub__252938d2dbbcf472c760d211c8c1c9f4a70fb4fbe81a107143f04e7501063cb8)
|
|
4409
4492
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4410
|
-
jsii.set(self, "synchronousReplication", value)
|
|
4493
|
+
jsii.set(self, "synchronousReplication", value) # pyright: ignore[reportArgumentType]
|
|
4411
4494
|
|
|
4412
4495
|
@builtins.property
|
|
4413
4496
|
@jsii.member(jsii_name="tempFileLimit")
|
|
@@ -4419,7 +4502,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4419
4502
|
if __debug__:
|
|
4420
4503
|
type_hints = typing.get_type_hints(_typecheckingstub__864f11b50159d92edb254f40b28c601f4f2f8fbfa2a544ef89226e710ab8f55b)
|
|
4421
4504
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4422
|
-
jsii.set(self, "tempFileLimit", value)
|
|
4505
|
+
jsii.set(self, "tempFileLimit", value) # pyright: ignore[reportArgumentType]
|
|
4423
4506
|
|
|
4424
4507
|
@builtins.property
|
|
4425
4508
|
@jsii.member(jsii_name="timezone")
|
|
@@ -4431,7 +4514,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4431
4514
|
if __debug__:
|
|
4432
4515
|
type_hints = typing.get_type_hints(_typecheckingstub__cd8274d99148593585db96cd1e114dcd40f8f7ed508669b1614ee8207f47d06d)
|
|
4433
4516
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4434
|
-
jsii.set(self, "timezone", value)
|
|
4517
|
+
jsii.set(self, "timezone", value) # pyright: ignore[reportArgumentType]
|
|
4435
4518
|
|
|
4436
4519
|
@builtins.property
|
|
4437
4520
|
@jsii.member(jsii_name="trackActivityQuerySize")
|
|
@@ -4443,7 +4526,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4443
4526
|
if __debug__:
|
|
4444
4527
|
type_hints = typing.get_type_hints(_typecheckingstub__3de24251f7f91e60882212985b4e65c3b8d77594634528744daf6802444ac070)
|
|
4445
4528
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4446
|
-
jsii.set(self, "trackActivityQuerySize", value)
|
|
4529
|
+
jsii.set(self, "trackActivityQuerySize", value) # pyright: ignore[reportArgumentType]
|
|
4447
4530
|
|
|
4448
4531
|
@builtins.property
|
|
4449
4532
|
@jsii.member(jsii_name="trackCommitTimestamp")
|
|
@@ -4455,7 +4538,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4455
4538
|
if __debug__:
|
|
4456
4539
|
type_hints = typing.get_type_hints(_typecheckingstub__00c081c35a8f2680b79c4f6761085903f7ee3216bb92d9a3d36225cb3154fd52)
|
|
4457
4540
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4458
|
-
jsii.set(self, "trackCommitTimestamp", value)
|
|
4541
|
+
jsii.set(self, "trackCommitTimestamp", value) # pyright: ignore[reportArgumentType]
|
|
4459
4542
|
|
|
4460
4543
|
@builtins.property
|
|
4461
4544
|
@jsii.member(jsii_name="trackFunctions")
|
|
@@ -4467,7 +4550,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4467
4550
|
if __debug__:
|
|
4468
4551
|
type_hints = typing.get_type_hints(_typecheckingstub__c44285a408be26c3929f8e516cee6048ec7efe0d3edf360cc492ef4dd6820bea)
|
|
4469
4552
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4470
|
-
jsii.set(self, "trackFunctions", value)
|
|
4553
|
+
jsii.set(self, "trackFunctions", value) # pyright: ignore[reportArgumentType]
|
|
4471
4554
|
|
|
4472
4555
|
@builtins.property
|
|
4473
4556
|
@jsii.member(jsii_name="trackIoTiming")
|
|
@@ -4479,7 +4562,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4479
4562
|
if __debug__:
|
|
4480
4563
|
type_hints = typing.get_type_hints(_typecheckingstub__8a7c5008dfef3f45f791265f72267cff9cedc455080c735a9ba8e3bbe4e0456e)
|
|
4481
4564
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4482
|
-
jsii.set(self, "trackIoTiming", value)
|
|
4565
|
+
jsii.set(self, "trackIoTiming", value) # pyright: ignore[reportArgumentType]
|
|
4483
4566
|
|
|
4484
4567
|
@builtins.property
|
|
4485
4568
|
@jsii.member(jsii_name="variant")
|
|
@@ -4491,7 +4574,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4491
4574
|
if __debug__:
|
|
4492
4575
|
type_hints = typing.get_type_hints(_typecheckingstub__cd80543a93be6e541c5b8705506b844f3cf06d8b8eee1b339788dfca1d295fb9)
|
|
4493
4576
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4494
|
-
jsii.set(self, "variant", value)
|
|
4577
|
+
jsii.set(self, "variant", value) # pyright: ignore[reportArgumentType]
|
|
4495
4578
|
|
|
4496
4579
|
@builtins.property
|
|
4497
4580
|
@jsii.member(jsii_name="version")
|
|
@@ -4503,7 +4586,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4503
4586
|
if __debug__:
|
|
4504
4587
|
type_hints = typing.get_type_hints(_typecheckingstub__dc64b26a05a3063a578b7f0bc6817c087f93f1eeaf4212422d39a4617ee30948)
|
|
4505
4588
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4506
|
-
jsii.set(self, "version", value)
|
|
4589
|
+
jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
|
|
4507
4590
|
|
|
4508
4591
|
@builtins.property
|
|
4509
4592
|
@jsii.member(jsii_name="walSenderTimeout")
|
|
@@ -4515,7 +4598,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4515
4598
|
if __debug__:
|
|
4516
4599
|
type_hints = typing.get_type_hints(_typecheckingstub__e64f775ba944c88c15b262537a35bb9c5ab2af09ce61b822a8fd619261008fef)
|
|
4517
4600
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4518
|
-
jsii.set(self, "walSenderTimeout", value)
|
|
4601
|
+
jsii.set(self, "walSenderTimeout", value) # pyright: ignore[reportArgumentType]
|
|
4519
4602
|
|
|
4520
4603
|
@builtins.property
|
|
4521
4604
|
@jsii.member(jsii_name="walWriterDelay")
|
|
@@ -4527,7 +4610,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4527
4610
|
if __debug__:
|
|
4528
4611
|
type_hints = typing.get_type_hints(_typecheckingstub__d438f9a80427b9879f1e5fa484c2d14d14ad544bf655dc9b83603891fc2e17d5)
|
|
4529
4612
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4530
|
-
jsii.set(self, "walWriterDelay", value)
|
|
4613
|
+
jsii.set(self, "walWriterDelay", value) # pyright: ignore[reportArgumentType]
|
|
4531
4614
|
|
|
4532
4615
|
@builtins.property
|
|
4533
4616
|
@jsii.member(jsii_name="workMem")
|
|
@@ -4539,7 +4622,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4539
4622
|
if __debug__:
|
|
4540
4623
|
type_hints = typing.get_type_hints(_typecheckingstub__f798d46e03ca466204e4eaf2c9e6caffb185597aeb92e958612f1f127c564ea0)
|
|
4541
4624
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4542
|
-
jsii.set(self, "workMem", value)
|
|
4625
|
+
jsii.set(self, "workMem", value) # pyright: ignore[reportArgumentType]
|
|
4543
4626
|
|
|
4544
4627
|
@builtins.property
|
|
4545
4628
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -4554,7 +4637,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4554
4637
|
if __debug__:
|
|
4555
4638
|
type_hints = typing.get_type_hints(_typecheckingstub__520a338727eb7d856b3b656bc7f18cdedc438461e851ce535758677490196542)
|
|
4556
4639
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4557
|
-
jsii.set(self, "internalValue", value)
|
|
4640
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
4558
4641
|
|
|
4559
4642
|
|
|
4560
4643
|
@jsii.data_type(
|
|
@@ -4566,6 +4649,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4566
4649
|
"autodb_pool_mode": "autodbPoolMode",
|
|
4567
4650
|
"autodb_pool_size": "autodbPoolSize",
|
|
4568
4651
|
"ignore_startup_parameters": "ignoreStartupParameters",
|
|
4652
|
+
"max_prepared_statements": "maxPreparedStatements",
|
|
4569
4653
|
"min_pool_size": "minPoolSize",
|
|
4570
4654
|
"server_idle_timeout": "serverIdleTimeout",
|
|
4571
4655
|
"server_lifetime": "serverLifetime",
|
|
@@ -4581,21 +4665,23 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4581
4665
|
autodb_pool_mode: typing.Optional[builtins.str] = None,
|
|
4582
4666
|
autodb_pool_size: typing.Optional[jsii.Number] = None,
|
|
4583
4667
|
ignore_startup_parameters: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4668
|
+
max_prepared_statements: typing.Optional[jsii.Number] = None,
|
|
4584
4669
|
min_pool_size: typing.Optional[jsii.Number] = None,
|
|
4585
4670
|
server_idle_timeout: typing.Optional[jsii.Number] = None,
|
|
4586
4671
|
server_lifetime: typing.Optional[jsii.Number] = None,
|
|
4587
4672
|
server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4588
4673
|
) -> None:
|
|
4589
4674
|
'''
|
|
4590
|
-
:param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4591
|
-
:param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4592
|
-
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4593
|
-
:param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4594
|
-
:param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4595
|
-
:param
|
|
4596
|
-
:param
|
|
4597
|
-
:param
|
|
4598
|
-
:param
|
|
4675
|
+
:param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
4676
|
+
:param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
4677
|
+
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
4678
|
+
:param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
4679
|
+
:param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
4680
|
+
:param max_prepared_statements: PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling modes when max_prepared_statements is set to a non-zero value. Setting it to 0 disables prepared statements. max_prepared_statements defaults to 100, and its maximum is 3000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_prepared_statements ManagedDatabasePostgresql#max_prepared_statements}
|
|
4681
|
+
:param min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
4682
|
+
:param server_idle_timeout: If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
4683
|
+
:param server_lifetime: The pooler will close an unused server connection that has been connected longer than this. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
4684
|
+
:param server_reset_query_always: Run server_reset_query (DISCARD ALL) in all pooling modes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
4599
4685
|
'''
|
|
4600
4686
|
if __debug__:
|
|
4601
4687
|
type_hints = typing.get_type_hints(_typecheckingstub__2862abffc43a442ad2bff1c444cf98fb770986970925fafb7cc295e2cc45a9b9)
|
|
@@ -4604,6 +4690,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4604
4690
|
check_type(argname="argument autodb_pool_mode", value=autodb_pool_mode, expected_type=type_hints["autodb_pool_mode"])
|
|
4605
4691
|
check_type(argname="argument autodb_pool_size", value=autodb_pool_size, expected_type=type_hints["autodb_pool_size"])
|
|
4606
4692
|
check_type(argname="argument ignore_startup_parameters", value=ignore_startup_parameters, expected_type=type_hints["ignore_startup_parameters"])
|
|
4693
|
+
check_type(argname="argument max_prepared_statements", value=max_prepared_statements, expected_type=type_hints["max_prepared_statements"])
|
|
4607
4694
|
check_type(argname="argument min_pool_size", value=min_pool_size, expected_type=type_hints["min_pool_size"])
|
|
4608
4695
|
check_type(argname="argument server_idle_timeout", value=server_idle_timeout, expected_type=type_hints["server_idle_timeout"])
|
|
4609
4696
|
check_type(argname="argument server_lifetime", value=server_lifetime, expected_type=type_hints["server_lifetime"])
|
|
@@ -4619,6 +4706,8 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4619
4706
|
self._values["autodb_pool_size"] = autodb_pool_size
|
|
4620
4707
|
if ignore_startup_parameters is not None:
|
|
4621
4708
|
self._values["ignore_startup_parameters"] = ignore_startup_parameters
|
|
4709
|
+
if max_prepared_statements is not None:
|
|
4710
|
+
self._values["max_prepared_statements"] = max_prepared_statements
|
|
4622
4711
|
if min_pool_size is not None:
|
|
4623
4712
|
self._values["min_pool_size"] = min_pool_size
|
|
4624
4713
|
if server_idle_timeout is not None:
|
|
@@ -4634,7 +4723,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4634
4723
|
|
|
4635
4724
|
If 0 then timeout is disabled. [seconds].
|
|
4636
4725
|
|
|
4637
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4726
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
4638
4727
|
'''
|
|
4639
4728
|
result = self._values.get("autodb_idle_timeout")
|
|
4640
4729
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4645,7 +4734,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4645
4734
|
|
|
4646
4735
|
Setting it to 0 means unlimited.
|
|
4647
4736
|
|
|
4648
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4737
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
4649
4738
|
'''
|
|
4650
4739
|
result = self._values.get("autodb_max_db_connections")
|
|
4651
4740
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4654,7 +4743,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4654
4743
|
def autodb_pool_mode(self) -> typing.Optional[builtins.str]:
|
|
4655
4744
|
'''PGBouncer pool mode.
|
|
4656
4745
|
|
|
4657
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4746
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
4658
4747
|
'''
|
|
4659
4748
|
result = self._values.get("autodb_pool_mode")
|
|
4660
4749
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4663,7 +4752,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4663
4752
|
def autodb_pool_size(self) -> typing.Optional[jsii.Number]:
|
|
4664
4753
|
'''If non-zero then create automatically a pool of that size per user when a pool doesn't exist.
|
|
4665
4754
|
|
|
4666
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4755
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
4667
4756
|
'''
|
|
4668
4757
|
result = self._values.get("autodb_pool_size")
|
|
4669
4758
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4672,18 +4761,29 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4672
4761
|
def ignore_startup_parameters(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4673
4762
|
'''List of parameters to ignore when given in startup packet.
|
|
4674
4763
|
|
|
4675
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4764
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
4676
4765
|
'''
|
|
4677
4766
|
result = self._values.get("ignore_startup_parameters")
|
|
4678
4767
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
4679
4768
|
|
|
4769
|
+
@builtins.property
|
|
4770
|
+
def max_prepared_statements(self) -> typing.Optional[jsii.Number]:
|
|
4771
|
+
'''PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling modes when max_prepared_statements is set to a non-zero value.
|
|
4772
|
+
|
|
4773
|
+
Setting it to 0 disables prepared statements. max_prepared_statements defaults to 100, and its maximum is 3000.
|
|
4774
|
+
|
|
4775
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_prepared_statements ManagedDatabasePostgresql#max_prepared_statements}
|
|
4776
|
+
'''
|
|
4777
|
+
result = self._values.get("max_prepared_statements")
|
|
4778
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
4779
|
+
|
|
4680
4780
|
@builtins.property
|
|
4681
4781
|
def min_pool_size(self) -> typing.Optional[jsii.Number]:
|
|
4682
4782
|
'''Add more server connections to pool if below this number.
|
|
4683
4783
|
|
|
4684
4784
|
Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size.
|
|
4685
4785
|
|
|
4686
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4786
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
4687
4787
|
'''
|
|
4688
4788
|
result = self._values.get("min_pool_size")
|
|
4689
4789
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4694,7 +4794,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4694
4794
|
|
|
4695
4795
|
If 0 then timeout is disabled. [seconds].
|
|
4696
4796
|
|
|
4697
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4797
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
4698
4798
|
'''
|
|
4699
4799
|
result = self._values.get("server_idle_timeout")
|
|
4700
4800
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4703,7 +4803,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4703
4803
|
def server_lifetime(self) -> typing.Optional[jsii.Number]:
|
|
4704
4804
|
'''The pooler will close an unused server connection that has been connected longer than this. [seconds].
|
|
4705
4805
|
|
|
4706
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4806
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
4707
4807
|
'''
|
|
4708
4808
|
result = self._values.get("server_lifetime")
|
|
4709
4809
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4714,7 +4814,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4714
4814
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4715
4815
|
'''Run server_reset_query (DISCARD ALL) in all pooling modes.
|
|
4716
4816
|
|
|
4717
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4817
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
4718
4818
|
'''
|
|
4719
4819
|
result = self._values.get("server_reset_query_always")
|
|
4720
4820
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -4771,6 +4871,10 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4771
4871
|
def reset_ignore_startup_parameters(self) -> None:
|
|
4772
4872
|
return typing.cast(None, jsii.invoke(self, "resetIgnoreStartupParameters", []))
|
|
4773
4873
|
|
|
4874
|
+
@jsii.member(jsii_name="resetMaxPreparedStatements")
|
|
4875
|
+
def reset_max_prepared_statements(self) -> None:
|
|
4876
|
+
return typing.cast(None, jsii.invoke(self, "resetMaxPreparedStatements", []))
|
|
4877
|
+
|
|
4774
4878
|
@jsii.member(jsii_name="resetMinPoolSize")
|
|
4775
4879
|
def reset_min_pool_size(self) -> None:
|
|
4776
4880
|
return typing.cast(None, jsii.invoke(self, "resetMinPoolSize", []))
|
|
@@ -4814,6 +4918,11 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4814
4918
|
) -> typing.Optional[typing.List[builtins.str]]:
|
|
4815
4919
|
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "ignoreStartupParametersInput"))
|
|
4816
4920
|
|
|
4921
|
+
@builtins.property
|
|
4922
|
+
@jsii.member(jsii_name="maxPreparedStatementsInput")
|
|
4923
|
+
def max_prepared_statements_input(self) -> typing.Optional[jsii.Number]:
|
|
4924
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "maxPreparedStatementsInput"))
|
|
4925
|
+
|
|
4817
4926
|
@builtins.property
|
|
4818
4927
|
@jsii.member(jsii_name="minPoolSizeInput")
|
|
4819
4928
|
def min_pool_size_input(self) -> typing.Optional[jsii.Number]:
|
|
@@ -4846,7 +4955,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4846
4955
|
if __debug__:
|
|
4847
4956
|
type_hints = typing.get_type_hints(_typecheckingstub__ce972406e06643c117f973486aab7e9b90c2de0a19167dcc4a91d1f67c3be224)
|
|
4848
4957
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4849
|
-
jsii.set(self, "autodbIdleTimeout", value)
|
|
4958
|
+
jsii.set(self, "autodbIdleTimeout", value) # pyright: ignore[reportArgumentType]
|
|
4850
4959
|
|
|
4851
4960
|
@builtins.property
|
|
4852
4961
|
@jsii.member(jsii_name="autodbMaxDbConnections")
|
|
@@ -4858,7 +4967,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4858
4967
|
if __debug__:
|
|
4859
4968
|
type_hints = typing.get_type_hints(_typecheckingstub__f174d35ae6becea43c4005cf8d171a3f5b38e1e9ed961fd472ff71ace836a643)
|
|
4860
4969
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4861
|
-
jsii.set(self, "autodbMaxDbConnections", value)
|
|
4970
|
+
jsii.set(self, "autodbMaxDbConnections", value) # pyright: ignore[reportArgumentType]
|
|
4862
4971
|
|
|
4863
4972
|
@builtins.property
|
|
4864
4973
|
@jsii.member(jsii_name="autodbPoolMode")
|
|
@@ -4870,7 +4979,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4870
4979
|
if __debug__:
|
|
4871
4980
|
type_hints = typing.get_type_hints(_typecheckingstub__4c89625ebfc5b1171d9adb631a22f77b877b00db92269684183b9d62d5ca000e)
|
|
4872
4981
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4873
|
-
jsii.set(self, "autodbPoolMode", value)
|
|
4982
|
+
jsii.set(self, "autodbPoolMode", value) # pyright: ignore[reportArgumentType]
|
|
4874
4983
|
|
|
4875
4984
|
@builtins.property
|
|
4876
4985
|
@jsii.member(jsii_name="autodbPoolSize")
|
|
@@ -4882,7 +4991,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4882
4991
|
if __debug__:
|
|
4883
4992
|
type_hints = typing.get_type_hints(_typecheckingstub__6455db15790093dfe2a1d5908d16ee62da352ab2be9b7ed392cf201f8252bb8f)
|
|
4884
4993
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4885
|
-
jsii.set(self, "autodbPoolSize", value)
|
|
4994
|
+
jsii.set(self, "autodbPoolSize", value) # pyright: ignore[reportArgumentType]
|
|
4886
4995
|
|
|
4887
4996
|
@builtins.property
|
|
4888
4997
|
@jsii.member(jsii_name="ignoreStartupParameters")
|
|
@@ -4894,7 +5003,19 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4894
5003
|
if __debug__:
|
|
4895
5004
|
type_hints = typing.get_type_hints(_typecheckingstub__ffa7e3d14d9a55b881ea76e07dd347874b2459e06c8d89905ba71ff8ffcd9791)
|
|
4896
5005
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4897
|
-
jsii.set(self, "ignoreStartupParameters", value)
|
|
5006
|
+
jsii.set(self, "ignoreStartupParameters", value) # pyright: ignore[reportArgumentType]
|
|
5007
|
+
|
|
5008
|
+
@builtins.property
|
|
5009
|
+
@jsii.member(jsii_name="maxPreparedStatements")
|
|
5010
|
+
def max_prepared_statements(self) -> jsii.Number:
|
|
5011
|
+
return typing.cast(jsii.Number, jsii.get(self, "maxPreparedStatements"))
|
|
5012
|
+
|
|
5013
|
+
@max_prepared_statements.setter
|
|
5014
|
+
def max_prepared_statements(self, value: jsii.Number) -> None:
|
|
5015
|
+
if __debug__:
|
|
5016
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1714d88a07031186abba7bd75b3044a59c7bbe49477e83d5c20153eabd372c07)
|
|
5017
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5018
|
+
jsii.set(self, "maxPreparedStatements", value) # pyright: ignore[reportArgumentType]
|
|
4898
5019
|
|
|
4899
5020
|
@builtins.property
|
|
4900
5021
|
@jsii.member(jsii_name="minPoolSize")
|
|
@@ -4906,7 +5027,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4906
5027
|
if __debug__:
|
|
4907
5028
|
type_hints = typing.get_type_hints(_typecheckingstub__0433626c85344b9838a6b512cde678d20b02d3792eaa058b4de2be4bc8009851)
|
|
4908
5029
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4909
|
-
jsii.set(self, "minPoolSize", value)
|
|
5030
|
+
jsii.set(self, "minPoolSize", value) # pyright: ignore[reportArgumentType]
|
|
4910
5031
|
|
|
4911
5032
|
@builtins.property
|
|
4912
5033
|
@jsii.member(jsii_name="serverIdleTimeout")
|
|
@@ -4918,7 +5039,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4918
5039
|
if __debug__:
|
|
4919
5040
|
type_hints = typing.get_type_hints(_typecheckingstub__4f80b710e775e8ab14f4e4ab50e163f888e70bd3108cf6935ce365619a87b38b)
|
|
4920
5041
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4921
|
-
jsii.set(self, "serverIdleTimeout", value)
|
|
5042
|
+
jsii.set(self, "serverIdleTimeout", value) # pyright: ignore[reportArgumentType]
|
|
4922
5043
|
|
|
4923
5044
|
@builtins.property
|
|
4924
5045
|
@jsii.member(jsii_name="serverLifetime")
|
|
@@ -4930,7 +5051,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4930
5051
|
if __debug__:
|
|
4931
5052
|
type_hints = typing.get_type_hints(_typecheckingstub__cc7d78e16970caa5cec1af6076b323b5bc850f89776553fc6522730bc5750ea1)
|
|
4932
5053
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4933
|
-
jsii.set(self, "serverLifetime", value)
|
|
5054
|
+
jsii.set(self, "serverLifetime", value) # pyright: ignore[reportArgumentType]
|
|
4934
5055
|
|
|
4935
5056
|
@builtins.property
|
|
4936
5057
|
@jsii.member(jsii_name="serverResetQueryAlways")
|
|
@@ -4947,7 +5068,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4947
5068
|
if __debug__:
|
|
4948
5069
|
type_hints = typing.get_type_hints(_typecheckingstub__8ca0d1d22fc45834d7b10e43700bebb5a67d5f752e0dced7a3b20f0282010fdf)
|
|
4949
5070
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4950
|
-
jsii.set(self, "serverResetQueryAlways", value)
|
|
5071
|
+
jsii.set(self, "serverResetQueryAlways", value) # pyright: ignore[reportArgumentType]
|
|
4951
5072
|
|
|
4952
5073
|
@builtins.property
|
|
4953
5074
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -4964,7 +5085,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4964
5085
|
if __debug__:
|
|
4965
5086
|
type_hints = typing.get_type_hints(_typecheckingstub__9528ede7d75ae7969c77b9e4cec0539ada3f5505040b873b6594f6a2948a4823)
|
|
4966
5087
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4967
|
-
jsii.set(self, "internalValue", value)
|
|
5088
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
4968
5089
|
|
|
4969
5090
|
|
|
4970
5091
|
@jsii.data_type(
|
|
@@ -4981,7 +5102,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
|
|
|
4981
5102
|
max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
|
|
4982
5103
|
) -> None:
|
|
4983
5104
|
'''
|
|
4984
|
-
:param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5105
|
+
:param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
4985
5106
|
'''
|
|
4986
5107
|
if __debug__:
|
|
4987
5108
|
type_hints = typing.get_type_hints(_typecheckingstub__dd81ae3f527ba52eaf4f2d07e7187afc3b2328ed800858a2364717bdfe0081a9)
|
|
@@ -4994,7 +5115,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
|
|
|
4994
5115
|
def max_failover_replication_time_lag(self) -> typing.Optional[jsii.Number]:
|
|
4995
5116
|
'''Number of seconds of master unavailability before triggering database failover to standby.
|
|
4996
5117
|
|
|
4997
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5118
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
4998
5119
|
'''
|
|
4999
5120
|
result = self._values.get("max_failover_replication_time_lag")
|
|
5000
5121
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5050,7 +5171,7 @@ class ManagedDatabasePostgresqlPropertiesPglookoutOutputReference(
|
|
|
5050
5171
|
if __debug__:
|
|
5051
5172
|
type_hints = typing.get_type_hints(_typecheckingstub__8283df738aae5d11534883b9b78ed5fef3c788a0f2073f06c598ca8dad4a6288)
|
|
5052
5173
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5053
|
-
jsii.set(self, "maxFailoverReplicationTimeLag", value)
|
|
5174
|
+
jsii.set(self, "maxFailoverReplicationTimeLag", value) # pyright: ignore[reportArgumentType]
|
|
5054
5175
|
|
|
5055
5176
|
@builtins.property
|
|
5056
5177
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -5067,7 +5188,7 @@ class ManagedDatabasePostgresqlPropertiesPglookoutOutputReference(
|
|
|
5067
5188
|
if __debug__:
|
|
5068
5189
|
type_hints = typing.get_type_hints(_typecheckingstub__3a46bcae58aa1cd348a1a9371df5872df78258680d3dc6748e237e8bcb3597e8)
|
|
5069
5190
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5070
|
-
jsii.set(self, "internalValue", value)
|
|
5191
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
5071
5192
|
|
|
5072
5193
|
|
|
5073
5194
|
@jsii.data_type(
|
|
@@ -5082,7 +5203,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
|
|
|
5082
5203
|
max_background_workers: typing.Optional[jsii.Number] = None,
|
|
5083
5204
|
) -> None:
|
|
5084
5205
|
'''
|
|
5085
|
-
:param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5206
|
+
:param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
5086
5207
|
'''
|
|
5087
5208
|
if __debug__:
|
|
5088
5209
|
type_hints = typing.get_type_hints(_typecheckingstub__71c8b11f8b53026baff50866f6d74787011a28fc791f639a52c7c58b6f897621)
|
|
@@ -5097,7 +5218,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
|
|
|
5097
5218
|
|
|
5098
5219
|
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.
|
|
5099
5220
|
|
|
5100
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
5221
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
5101
5222
|
'''
|
|
5102
5223
|
result = self._values.get("max_background_workers")
|
|
5103
5224
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5153,7 +5274,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledbOutputReference(
|
|
|
5153
5274
|
if __debug__:
|
|
5154
5275
|
type_hints = typing.get_type_hints(_typecheckingstub__23e67c9ed6769dafb2f62a8094ada00c7c96a2d32feb06b59a6403494e68d195)
|
|
5155
5276
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5156
|
-
jsii.set(self, "maxBackgroundWorkers", value)
|
|
5277
|
+
jsii.set(self, "maxBackgroundWorkers", value) # pyright: ignore[reportArgumentType]
|
|
5157
5278
|
|
|
5158
5279
|
@builtins.property
|
|
5159
5280
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -5170,7 +5291,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledbOutputReference(
|
|
|
5170
5291
|
if __debug__:
|
|
5171
5292
|
type_hints = typing.get_type_hints(_typecheckingstub__bf5f49a55ef153abaf9698cc84fa23749e5a65e92b79b9473d21eb8bf61b46e9)
|
|
5172
5293
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5173
|
-
jsii.set(self, "internalValue", value)
|
|
5294
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
5174
5295
|
|
|
5175
5296
|
|
|
5176
5297
|
__all__ = [
|
|
@@ -5208,6 +5329,7 @@ def _typecheckingstub__5fa809510c8f69da52891462ee8f64a2638b82c8a731ae399fb00992f
|
|
|
5208
5329
|
title: builtins.str,
|
|
5209
5330
|
zone: builtins.str,
|
|
5210
5331
|
id: typing.Optional[builtins.str] = None,
|
|
5332
|
+
labels: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5211
5333
|
maintenance_window_dow: typing.Optional[builtins.str] = None,
|
|
5212
5334
|
maintenance_window_time: typing.Optional[builtins.str] = None,
|
|
5213
5335
|
network: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[ManagedDatabasePostgresqlNetwork, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
@@ -5245,6 +5367,12 @@ def _typecheckingstub__f9a630d3a04b1e85d141f152306b1446a41a3f48ba0d2183d43b5587e
|
|
|
5245
5367
|
"""Type checking stubs"""
|
|
5246
5368
|
pass
|
|
5247
5369
|
|
|
5370
|
+
def _typecheckingstub__d237b647d468f025eced5d1f869c5704b40f8d693184cae12ed221d60d195bca(
|
|
5371
|
+
value: typing.Mapping[builtins.str, builtins.str],
|
|
5372
|
+
) -> None:
|
|
5373
|
+
"""Type checking stubs"""
|
|
5374
|
+
pass
|
|
5375
|
+
|
|
5248
5376
|
def _typecheckingstub__a2c0f77034fed7e75ffc25cc3f6dbd523c87396fc50302ef44e7a62fb55bccd3(
|
|
5249
5377
|
value: builtins.str,
|
|
5250
5378
|
) -> None:
|
|
@@ -5348,6 +5476,7 @@ def _typecheckingstub__45f42ebdf030afdba0d57f507b07d90736dd58b3b6241153662af2f45
|
|
|
5348
5476
|
title: builtins.str,
|
|
5349
5477
|
zone: builtins.str,
|
|
5350
5478
|
id: typing.Optional[builtins.str] = None,
|
|
5479
|
+
labels: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5351
5480
|
maintenance_window_dow: typing.Optional[builtins.str] = None,
|
|
5352
5481
|
maintenance_window_time: typing.Optional[builtins.str] = None,
|
|
5353
5482
|
network: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[ManagedDatabasePostgresqlNetwork, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
@@ -5569,6 +5698,7 @@ def _typecheckingstub__9a22b07e9381a03b0e883019f9869d2e86afe1337164b3f40f42a6533
|
|
|
5569
5698
|
dbname: typing.Optional[builtins.str] = None,
|
|
5570
5699
|
host: typing.Optional[builtins.str] = None,
|
|
5571
5700
|
ignore_dbs: typing.Optional[builtins.str] = None,
|
|
5701
|
+
ignore_roles: typing.Optional[builtins.str] = None,
|
|
5572
5702
|
method: typing.Optional[builtins.str] = None,
|
|
5573
5703
|
password: typing.Optional[builtins.str] = None,
|
|
5574
5704
|
port: typing.Optional[jsii.Number] = None,
|
|
@@ -5603,6 +5733,12 @@ def _typecheckingstub__5ed77193308666d5a3848635d267e0d341fc69179190e0832fb81a48f
|
|
|
5603
5733
|
"""Type checking stubs"""
|
|
5604
5734
|
pass
|
|
5605
5735
|
|
|
5736
|
+
def _typecheckingstub__a20cfd19af931dbf2350ffb4fb7828dc7d2993e5d8584a2ea8328dd07dc40bbd(
|
|
5737
|
+
value: builtins.str,
|
|
5738
|
+
) -> None:
|
|
5739
|
+
"""Type checking stubs"""
|
|
5740
|
+
pass
|
|
5741
|
+
|
|
5606
5742
|
def _typecheckingstub__1fb4c8b4612f86674f4e64dd17d4ed079eecd07d785ab3841dc409b159a5e95c(
|
|
5607
5743
|
value: builtins.str,
|
|
5608
5744
|
) -> None:
|
|
@@ -6037,6 +6173,7 @@ def _typecheckingstub__2862abffc43a442ad2bff1c444cf98fb770986970925fafb7cc295e2c
|
|
|
6037
6173
|
autodb_pool_mode: typing.Optional[builtins.str] = None,
|
|
6038
6174
|
autodb_pool_size: typing.Optional[jsii.Number] = None,
|
|
6039
6175
|
ignore_startup_parameters: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
6176
|
+
max_prepared_statements: typing.Optional[jsii.Number] = None,
|
|
6040
6177
|
min_pool_size: typing.Optional[jsii.Number] = None,
|
|
6041
6178
|
server_idle_timeout: typing.Optional[jsii.Number] = None,
|
|
6042
6179
|
server_lifetime: typing.Optional[jsii.Number] = None,
|
|
@@ -6082,6 +6219,12 @@ def _typecheckingstub__ffa7e3d14d9a55b881ea76e07dd347874b2459e06c8d89905ba71ff8f
|
|
|
6082
6219
|
"""Type checking stubs"""
|
|
6083
6220
|
pass
|
|
6084
6221
|
|
|
6222
|
+
def _typecheckingstub__1714d88a07031186abba7bd75b3044a59c7bbe49477e83d5c20153eabd372c07(
|
|
6223
|
+
value: jsii.Number,
|
|
6224
|
+
) -> None:
|
|
6225
|
+
"""Type checking stubs"""
|
|
6226
|
+
pass
|
|
6227
|
+
|
|
6085
6228
|
def _typecheckingstub__0433626c85344b9838a6b512cde678d20b02d3792eaa058b4de2be4bc8009851(
|
|
6086
6229
|
value: jsii.Number,
|
|
6087
6230
|
) -> None:
|