cdktf-cdktf-provider-upcloud 14.1.0__py3-none-any.whl → 14.2.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 +10 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +5 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.2.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +25 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +16 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +33 -30
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +25 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +13 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +16 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -25
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +13 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +13 -10
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +44 -41
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +254 -29
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +1279 -0
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +1337 -0
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +34 -31
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +50 -47
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +45 -42
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +67 -64
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +31 -28
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +42 -39
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +196 -193
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +34 -31
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +31 -28
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +259 -205
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +5227 -660
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +1240 -338
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +176 -127
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +53 -50
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +33 -30
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -13
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/network/__init__.py +43 -40
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +33 -30
- cdktf_cdktf_provider_upcloud/provider/__init__.py +28 -25
- cdktf_cdktf_provider_upcloud/router/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/server/__init__.py +150 -147
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +25 -22
- cdktf_cdktf_provider_upcloud/storage/__init__.py +61 -58
- cdktf_cdktf_provider_upcloud/tag/__init__.py +19 -16
- {cdktf_cdktf_provider_upcloud-14.1.0.dist-info → cdktf_cdktf_provider_upcloud-14.2.1.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_upcloud-14.2.1.dist-info/RECORD +60 -0
- {cdktf_cdktf_provider_upcloud-14.1.0.dist-info → cdktf_cdktf_provider_upcloud-14.2.1.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.1.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.1.0.dist-info/RECORD +0 -58
- {cdktf_cdktf_provider_upcloud-14.1.0.dist-info → cdktf_cdktf_provider_upcloud-14.2.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.1.0.dist-info → cdktf_cdktf_provider_upcloud-14.2.1.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `upcloud_managed_database_postgresql`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class ManagedDatabasePostgresql(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresql",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -51,20 +54,20 @@ class ManagedDatabasePostgresql(
|
|
|
51
54
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
52
55
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
53
56
|
) -> None:
|
|
54
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
57
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql} Resource.
|
|
55
58
|
|
|
56
59
|
:param scope: The scope in which to define this construct.
|
|
57
60
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
58
|
-
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
59
|
-
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
60
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
61
|
-
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
62
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
63
|
-
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
64
|
-
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
65
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
66
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
67
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
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.2.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
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.2.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
63
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
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.2.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
65
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.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.
|
|
66
|
+
: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.2.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
67
|
+
: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.2.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
68
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
|
|
69
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
70
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
68
71
|
:param connection:
|
|
69
72
|
:param count:
|
|
70
73
|
:param depends_on:
|
|
@@ -112,7 +115,7 @@ class ManagedDatabasePostgresql(
|
|
|
112
115
|
|
|
113
116
|
:param scope: The scope in which to define this construct.
|
|
114
117
|
:param import_to_id: The construct id used in the generated config for the ManagedDatabasePostgresql to import.
|
|
115
|
-
:param import_from_id: The id of the existing ManagedDatabasePostgresql that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
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.2.1/docs/resources/managed_database_postgresql#import import section} in the documentation of this resource for the id to use
|
|
116
119
|
:param provider: ? Optional instance of the provider where the ManagedDatabasePostgresql to import is found.
|
|
117
120
|
'''
|
|
118
121
|
if __debug__:
|
|
@@ -183,6 +186,7 @@ class ManagedDatabasePostgresql(
|
|
|
183
186
|
max_wal_senders: typing.Optional[jsii.Number] = None,
|
|
184
187
|
max_worker_processes: typing.Optional[jsii.Number] = None,
|
|
185
188
|
migration: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesMigration", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
189
|
+
pgaudit: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPgaudit", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
186
190
|
pgbouncer: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPgbouncer", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
187
191
|
pglookout: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPglookout", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
188
192
|
pg_partman_bgw_interval: typing.Optional[jsii.Number] = None,
|
|
@@ -209,73 +213,74 @@ class ManagedDatabasePostgresql(
|
|
|
209
213
|
work_mem: typing.Optional[jsii.Number] = None,
|
|
210
214
|
) -> None:
|
|
211
215
|
'''
|
|
212
|
-
:param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
213
|
-
:param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
214
|
-
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
215
|
-
:param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to
|
|
216
|
-
: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
|
|
217
|
-
:param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's
|
|
218
|
-
: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
|
|
219
|
-
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is
|
|
220
|
-
:param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
221
|
-
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic
|
|
222
|
-
:param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a
|
|
223
|
-
:param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a
|
|
224
|
-
:param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
225
|
-
:param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
226
|
-
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is
|
|
227
|
-
:param bgwriter_flush_after: Whenever more than
|
|
228
|
-
: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
|
|
229
|
-
:param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by
|
|
230
|
-
:param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
231
|
-
:param default_toast_compression:
|
|
232
|
-
:param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
233
|
-
:param ip_filter: IP filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
234
|
-
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
235
|
-
: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
|
|
236
|
-
:param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
237
|
-
:param log_line_prefix: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
238
|
-
:param log_min_duration_statement: Log statements that take more than this number of milliseconds to run,
|
|
239
|
-
:param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
240
|
-
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
241
|
-
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
242
|
-
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of
|
|
243
|
-
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
244
|
-
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
245
|
-
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
246
|
-
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
247
|
-
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
248
|
-
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is
|
|
249
|
-
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
250
|
-
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
251
|
-
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
252
|
-
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
253
|
-
:param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
254
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
255
|
-
:param
|
|
256
|
-
:param
|
|
257
|
-
:param
|
|
258
|
-
:param
|
|
259
|
-
:param
|
|
260
|
-
:param
|
|
261
|
-
:param
|
|
262
|
-
:param
|
|
263
|
-
:param
|
|
264
|
-
:param
|
|
265
|
-
:param
|
|
266
|
-
:param
|
|
267
|
-
:param
|
|
268
|
-
:param
|
|
269
|
-
:param
|
|
270
|
-
:param
|
|
271
|
-
:param
|
|
272
|
-
:param
|
|
273
|
-
:param
|
|
274
|
-
:param
|
|
275
|
-
:param
|
|
276
|
-
:param
|
|
277
|
-
:param
|
|
278
|
-
:param
|
|
216
|
+
: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.2.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
217
|
+
: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.2.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
218
|
+
: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.2.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
219
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
220
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
221
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
222
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
223
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
224
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
225
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
226
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
227
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
228
|
+
: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.2.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
229
|
+
: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.2.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
230
|
+
: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.2.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
231
|
+
: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.2.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
232
|
+
: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.2.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
233
|
+
: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.2.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
234
|
+
: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.2.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
235
|
+
: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.2.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
236
|
+
: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.2.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
237
|
+
: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.2.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
238
|
+
: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.2.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
239
|
+
: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.2.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
240
|
+
: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.2.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
241
|
+
:param log_line_prefix: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
242
|
+
: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.2.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
243
|
+
: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.2.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
244
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
245
|
+
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
246
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
247
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
248
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
249
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
250
|
+
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
251
|
+
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
252
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
253
|
+
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
254
|
+
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
255
|
+
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
256
|
+
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
257
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
258
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
259
|
+
:param pgaudit: pgaudit block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pgaudit ManagedDatabasePostgresql#pgaudit}
|
|
260
|
+
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
261
|
+
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
262
|
+
: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.2.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
263
|
+
: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.2.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
264
|
+
: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.2.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
265
|
+
: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.2.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
266
|
+
: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.2.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
267
|
+
: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.2.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
268
|
+
: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.2.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
269
|
+
: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.2.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
270
|
+
: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.2.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
271
|
+
: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.2.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
272
|
+
: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.2.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
273
|
+
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
274
|
+
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
275
|
+
: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.2.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
276
|
+
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
277
|
+
: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.2.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
278
|
+
: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.2.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
279
|
+
: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.2.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
280
|
+
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
281
|
+
: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.2.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
282
|
+
: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.2.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
283
|
+
: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.2.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
279
284
|
'''
|
|
280
285
|
value = ManagedDatabasePostgresqlProperties(
|
|
281
286
|
admin_password=admin_password,
|
|
@@ -321,6 +326,7 @@ class ManagedDatabasePostgresql(
|
|
|
321
326
|
max_wal_senders=max_wal_senders,
|
|
322
327
|
max_worker_processes=max_worker_processes,
|
|
323
328
|
migration=migration,
|
|
329
|
+
pgaudit=pgaudit,
|
|
324
330
|
pgbouncer=pgbouncer,
|
|
325
331
|
pglookout=pglookout,
|
|
326
332
|
pg_partman_bgw_interval=pg_partman_bgw_interval,
|
|
@@ -824,16 +830,16 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
824
830
|
:param lifecycle:
|
|
825
831
|
:param provider:
|
|
826
832
|
:param provisioners:
|
|
827
|
-
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
828
|
-
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
829
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
830
|
-
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
831
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
832
|
-
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
833
|
-
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
834
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
835
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
836
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
833
|
+
: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.2.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
834
|
+
: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.2.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
835
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
836
|
+
: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.2.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
837
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.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.
|
|
838
|
+
: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.2.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
839
|
+
: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.2.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
840
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
|
|
841
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
842
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
837
843
|
'''
|
|
838
844
|
if isinstance(lifecycle, dict):
|
|
839
845
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -961,7 +967,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
961
967
|
|
|
962
968
|
The name is used as a prefix for the logical hostname. Must be unique within an account
|
|
963
969
|
|
|
964
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
970
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
965
971
|
'''
|
|
966
972
|
result = self._values.get("name")
|
|
967
973
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -973,7 +979,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
973
979
|
|
|
974
980
|
This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``.
|
|
975
981
|
|
|
976
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
982
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
977
983
|
'''
|
|
978
984
|
result = self._values.get("plan")
|
|
979
985
|
assert result is not None, "Required property 'plan' is missing"
|
|
@@ -983,7 +989,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
983
989
|
def title(self) -> builtins.str:
|
|
984
990
|
'''Title of a managed database instance.
|
|
985
991
|
|
|
986
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
992
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
987
993
|
'''
|
|
988
994
|
result = self._values.get("title")
|
|
989
995
|
assert result is not None, "Required property 'title' is missing"
|
|
@@ -993,7 +999,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
993
999
|
def zone(self) -> builtins.str:
|
|
994
1000
|
'''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
995
1001
|
|
|
996
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1002
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
997
1003
|
'''
|
|
998
1004
|
result = self._values.get("zone")
|
|
999
1005
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -1001,7 +1007,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1001
1007
|
|
|
1002
1008
|
@builtins.property
|
|
1003
1009
|
def id(self) -> typing.Optional[builtins.str]:
|
|
1004
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1010
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#id}.
|
|
1005
1011
|
|
|
1006
1012
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
1007
1013
|
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.
|
|
@@ -1013,7 +1019,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1013
1019
|
def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
|
|
1014
1020
|
'''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
|
|
1015
1021
|
|
|
1016
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1022
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
1017
1023
|
'''
|
|
1018
1024
|
result = self._values.get("maintenance_window_dow")
|
|
1019
1025
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1022,7 +1028,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1022
1028
|
def maintenance_window_time(self) -> typing.Optional[builtins.str]:
|
|
1023
1029
|
'''Maintenance window UTC time in hh:mm:ss format.
|
|
1024
1030
|
|
|
1025
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1031
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
1026
1032
|
'''
|
|
1027
1033
|
result = self._values.get("maintenance_window_time")
|
|
1028
1034
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1033,7 +1039,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1033
1039
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabasePostgresqlNetwork"]]]:
|
|
1034
1040
|
'''network block.
|
|
1035
1041
|
|
|
1036
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1042
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
|
|
1037
1043
|
'''
|
|
1038
1044
|
result = self._values.get("network")
|
|
1039
1045
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabasePostgresqlNetwork"]]], result)
|
|
@@ -1044,7 +1050,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1044
1050
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1045
1051
|
'''The administrative power state of the service.
|
|
1046
1052
|
|
|
1047
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1053
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
1048
1054
|
'''
|
|
1049
1055
|
result = self._values.get("powered")
|
|
1050
1056
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1053,7 +1059,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1053
1059
|
def properties(self) -> typing.Optional["ManagedDatabasePostgresqlProperties"]:
|
|
1054
1060
|
'''properties block.
|
|
1055
1061
|
|
|
1056
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1062
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
1057
1063
|
'''
|
|
1058
1064
|
result = self._values.get("properties")
|
|
1059
1065
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlProperties"], result)
|
|
@@ -1085,10 +1091,10 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1085
1091
|
uuid: builtins.str,
|
|
1086
1092
|
) -> None:
|
|
1087
1093
|
'''
|
|
1088
|
-
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1089
|
-
:param name: The name of the network. Must be unique within the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1090
|
-
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1091
|
-
:param uuid: Private network UUID. Must reside in the same zone as the database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1094
|
+
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#family ManagedDatabasePostgresql#family}
|
|
1095
|
+
: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.2.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
1096
|
+
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#type ManagedDatabasePostgresql#type}
|
|
1097
|
+
: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.2.1/docs/resources/managed_database_postgresql#uuid ManagedDatabasePostgresql#uuid}
|
|
1092
1098
|
'''
|
|
1093
1099
|
if __debug__:
|
|
1094
1100
|
type_hints = typing.get_type_hints(_typecheckingstub__5737b331959851ea941ce795bfc130d63e5ac24633787479fac442c8d6e54407)
|
|
@@ -1107,7 +1113,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1107
1113
|
def family(self) -> builtins.str:
|
|
1108
1114
|
'''Network family. Currently only ``IPv4`` is supported.
|
|
1109
1115
|
|
|
1110
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1116
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#family ManagedDatabasePostgresql#family}
|
|
1111
1117
|
'''
|
|
1112
1118
|
result = self._values.get("family")
|
|
1113
1119
|
assert result is not None, "Required property 'family' is missing"
|
|
@@ -1117,7 +1123,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1117
1123
|
def name(self) -> builtins.str:
|
|
1118
1124
|
'''The name of the network. Must be unique within the service.
|
|
1119
1125
|
|
|
1120
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1126
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
1121
1127
|
'''
|
|
1122
1128
|
result = self._values.get("name")
|
|
1123
1129
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1127,7 +1133,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1127
1133
|
def type(self) -> builtins.str:
|
|
1128
1134
|
'''The type of the network. Must be private.
|
|
1129
1135
|
|
|
1130
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1136
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#type ManagedDatabasePostgresql#type}
|
|
1131
1137
|
'''
|
|
1132
1138
|
result = self._values.get("type")
|
|
1133
1139
|
assert result is not None, "Required property 'type' is missing"
|
|
@@ -1137,7 +1143,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1137
1143
|
def uuid(self) -> builtins.str:
|
|
1138
1144
|
'''Private network UUID. Must reside in the same zone as the database.
|
|
1139
1145
|
|
|
1140
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1146
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#uuid ManagedDatabasePostgresql#uuid}
|
|
1141
1147
|
'''
|
|
1142
1148
|
result = self._values.get("uuid")
|
|
1143
1149
|
assert result is not None, "Required property 'uuid' is missing"
|
|
@@ -1561,6 +1567,7 @@ class ManagedDatabasePostgresqlNodeStatesOutputReference(
|
|
|
1561
1567
|
"max_wal_senders": "maxWalSenders",
|
|
1562
1568
|
"max_worker_processes": "maxWorkerProcesses",
|
|
1563
1569
|
"migration": "migration",
|
|
1570
|
+
"pgaudit": "pgaudit",
|
|
1564
1571
|
"pgbouncer": "pgbouncer",
|
|
1565
1572
|
"pglookout": "pglookout",
|
|
1566
1573
|
"pg_partman_bgw_interval": "pgPartmanBgwInterval",
|
|
@@ -1634,6 +1641,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1634
1641
|
max_wal_senders: typing.Optional[jsii.Number] = None,
|
|
1635
1642
|
max_worker_processes: typing.Optional[jsii.Number] = None,
|
|
1636
1643
|
migration: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesMigration", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1644
|
+
pgaudit: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPgaudit", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1637
1645
|
pgbouncer: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPgbouncer", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1638
1646
|
pglookout: typing.Optional[typing.Union["ManagedDatabasePostgresqlPropertiesPglookout", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
1639
1647
|
pg_partman_bgw_interval: typing.Optional[jsii.Number] = None,
|
|
@@ -1660,76 +1668,79 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1660
1668
|
work_mem: typing.Optional[jsii.Number] = None,
|
|
1661
1669
|
) -> None:
|
|
1662
1670
|
'''
|
|
1663
|
-
:param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1664
|
-
:param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1665
|
-
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1666
|
-
:param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to
|
|
1667
|
-
: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
|
|
1668
|
-
:param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's
|
|
1669
|
-
: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
|
|
1670
|
-
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is
|
|
1671
|
-
:param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
1672
|
-
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic
|
|
1673
|
-
:param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a
|
|
1674
|
-
:param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a
|
|
1675
|
-
:param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1676
|
-
:param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1677
|
-
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is
|
|
1678
|
-
:param bgwriter_flush_after: Whenever more than
|
|
1679
|
-
: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
|
|
1680
|
-
:param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by
|
|
1681
|
-
:param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1682
|
-
:param default_toast_compression:
|
|
1683
|
-
:param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1684
|
-
:param ip_filter: IP filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1685
|
-
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1686
|
-
: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
|
|
1687
|
-
:param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1688
|
-
:param log_line_prefix: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1689
|
-
:param log_min_duration_statement: Log statements that take more than this number of milliseconds to run,
|
|
1690
|
-
:param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1691
|
-
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1692
|
-
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1693
|
-
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of
|
|
1694
|
-
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1695
|
-
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1696
|
-
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1697
|
-
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1698
|
-
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1699
|
-
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is
|
|
1700
|
-
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1701
|
-
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1702
|
-
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1703
|
-
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1704
|
-
:param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1705
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1706
|
-
:param
|
|
1707
|
-
:param
|
|
1708
|
-
:param
|
|
1709
|
-
:param
|
|
1710
|
-
:param
|
|
1711
|
-
:param
|
|
1712
|
-
:param
|
|
1713
|
-
:param
|
|
1714
|
-
:param
|
|
1715
|
-
:param
|
|
1716
|
-
:param
|
|
1717
|
-
:param
|
|
1718
|
-
:param
|
|
1719
|
-
:param
|
|
1720
|
-
:param
|
|
1721
|
-
:param
|
|
1722
|
-
:param
|
|
1723
|
-
:param
|
|
1724
|
-
:param
|
|
1725
|
-
:param
|
|
1726
|
-
:param
|
|
1727
|
-
:param
|
|
1728
|
-
:param
|
|
1729
|
-
:param
|
|
1671
|
+
: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.2.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
1672
|
+
: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.2.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
1673
|
+
: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.2.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
1674
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
1675
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
1676
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
1677
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
1678
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
1679
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
1680
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
1681
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
1682
|
+
: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.2.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
1683
|
+
: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.2.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
1684
|
+
: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.2.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
1685
|
+
: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.2.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
1686
|
+
: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.2.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
1687
|
+
: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.2.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
1688
|
+
: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.2.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
1689
|
+
: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.2.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
1690
|
+
: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.2.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
1691
|
+
: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.2.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
1692
|
+
: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.2.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
1693
|
+
: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.2.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
1694
|
+
: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.2.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
1695
|
+
: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.2.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
1696
|
+
:param log_line_prefix: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
1697
|
+
: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.2.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
1698
|
+
: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.2.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
1699
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
1700
|
+
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
1701
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
1702
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
1703
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
1704
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
1705
|
+
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
1706
|
+
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
1707
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
1708
|
+
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
1709
|
+
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
1710
|
+
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
1711
|
+
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
1712
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
1713
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
1714
|
+
:param pgaudit: pgaudit block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pgaudit ManagedDatabasePostgresql#pgaudit}
|
|
1715
|
+
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
1716
|
+
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
1717
|
+
: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.2.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
1718
|
+
: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.2.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
1719
|
+
: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.2.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
1720
|
+
: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.2.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
1721
|
+
: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.2.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
1722
|
+
: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.2.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
1723
|
+
: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.2.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
1724
|
+
: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.2.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
1725
|
+
: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.2.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
1726
|
+
: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.2.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
1727
|
+
: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.2.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
1728
|
+
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
1729
|
+
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
1730
|
+
: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.2.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
1731
|
+
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
1732
|
+
: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.2.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
1733
|
+
: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.2.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
1734
|
+
: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.2.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
1735
|
+
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
1736
|
+
: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.2.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
1737
|
+
: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.2.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
1738
|
+
: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.2.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
1730
1739
|
'''
|
|
1731
1740
|
if isinstance(migration, dict):
|
|
1732
1741
|
migration = ManagedDatabasePostgresqlPropertiesMigration(**migration)
|
|
1742
|
+
if isinstance(pgaudit, dict):
|
|
1743
|
+
pgaudit = ManagedDatabasePostgresqlPropertiesPgaudit(**pgaudit)
|
|
1733
1744
|
if isinstance(pgbouncer, dict):
|
|
1734
1745
|
pgbouncer = ManagedDatabasePostgresqlPropertiesPgbouncer(**pgbouncer)
|
|
1735
1746
|
if isinstance(pglookout, dict):
|
|
@@ -1781,6 +1792,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1781
1792
|
check_type(argname="argument max_wal_senders", value=max_wal_senders, expected_type=type_hints["max_wal_senders"])
|
|
1782
1793
|
check_type(argname="argument max_worker_processes", value=max_worker_processes, expected_type=type_hints["max_worker_processes"])
|
|
1783
1794
|
check_type(argname="argument migration", value=migration, expected_type=type_hints["migration"])
|
|
1795
|
+
check_type(argname="argument pgaudit", value=pgaudit, expected_type=type_hints["pgaudit"])
|
|
1784
1796
|
check_type(argname="argument pgbouncer", value=pgbouncer, expected_type=type_hints["pgbouncer"])
|
|
1785
1797
|
check_type(argname="argument pglookout", value=pglookout, expected_type=type_hints["pglookout"])
|
|
1786
1798
|
check_type(argname="argument pg_partman_bgw_interval", value=pg_partman_bgw_interval, expected_type=type_hints["pg_partman_bgw_interval"])
|
|
@@ -1892,6 +1904,8 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1892
1904
|
self._values["max_worker_processes"] = max_worker_processes
|
|
1893
1905
|
if migration is not None:
|
|
1894
1906
|
self._values["migration"] = migration
|
|
1907
|
+
if pgaudit is not None:
|
|
1908
|
+
self._values["pgaudit"] = pgaudit
|
|
1895
1909
|
if pgbouncer is not None:
|
|
1896
1910
|
self._values["pgbouncer"] = pgbouncer
|
|
1897
1911
|
if pglookout is not None:
|
|
@@ -1947,7 +1961,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1947
1961
|
|
|
1948
1962
|
Defaults to random string. This must be set only when a new service is being created.
|
|
1949
1963
|
|
|
1950
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1964
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
1951
1965
|
'''
|
|
1952
1966
|
result = self._values.get("admin_password")
|
|
1953
1967
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1956,7 +1970,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1956
1970
|
def admin_username(self) -> typing.Optional[builtins.str]:
|
|
1957
1971
|
'''Custom username for admin user. This must be set only when a new service is being created.
|
|
1958
1972
|
|
|
1959
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1973
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
1960
1974
|
'''
|
|
1961
1975
|
result = self._values.get("admin_username")
|
|
1962
1976
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1965,20 +1979,20 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1965
1979
|
def automatic_utility_network_ip_filter(
|
|
1966
1980
|
self,
|
|
1967
1981
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1968
|
-
'''Automatic utility network IP Filter.
|
|
1982
|
+
'''Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
|
|
1969
1983
|
|
|
1970
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1984
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
1971
1985
|
'''
|
|
1972
1986
|
result = self._values.get("automatic_utility_network_ip_filter")
|
|
1973
1987
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
1974
1988
|
|
|
1975
1989
|
@builtins.property
|
|
1976
1990
|
def autovacuum_analyze_scale_factor(self) -> typing.Optional[jsii.Number]:
|
|
1977
|
-
'''Specifies a fraction of the table size to add to
|
|
1991
|
+
'''Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE.
|
|
1978
1992
|
|
|
1979
|
-
The default is
|
|
1993
|
+
The default is 0.2 (20% of table size).
|
|
1980
1994
|
|
|
1981
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
1995
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
1982
1996
|
'''
|
|
1983
1997
|
result = self._values.get("autovacuum_analyze_scale_factor")
|
|
1984
1998
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1987,18 +2001,18 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1987
2001
|
def autovacuum_analyze_threshold(self) -> typing.Optional[jsii.Number]:
|
|
1988
2002
|
'''Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table.
|
|
1989
2003
|
|
|
1990
|
-
The default is
|
|
2004
|
+
The default is 50 tuples.
|
|
1991
2005
|
|
|
1992
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2006
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
1993
2007
|
'''
|
|
1994
2008
|
result = self._values.get("autovacuum_analyze_threshold")
|
|
1995
2009
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
1996
2010
|
|
|
1997
2011
|
@builtins.property
|
|
1998
2012
|
def autovacuum_freeze_max_age(self) -> typing.Optional[jsii.Number]:
|
|
1999
|
-
'''Specifies the maximum age (in transactions) that a table's
|
|
2013
|
+
'''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.
|
|
2000
2014
|
|
|
2001
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2015
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
2002
2016
|
'''
|
|
2003
2017
|
result = self._values.get("autovacuum_freeze_max_age")
|
|
2004
2018
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2007,9 +2021,9 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2007
2021
|
def autovacuum_max_workers(self) -> typing.Optional[jsii.Number]:
|
|
2008
2022
|
'''Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time.
|
|
2009
2023
|
|
|
2010
|
-
The default is
|
|
2024
|
+
The default is three. This parameter can only be set at server start.
|
|
2011
2025
|
|
|
2012
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2026
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
2013
2027
|
'''
|
|
2014
2028
|
result = self._values.get("autovacuum_max_workers")
|
|
2015
2029
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2018,9 +2032,9 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2018
2032
|
def autovacuum_naptime(self) -> typing.Optional[jsii.Number]:
|
|
2019
2033
|
'''Specifies the minimum delay between autovacuum runs on any given database.
|
|
2020
2034
|
|
|
2021
|
-
The delay is measured in seconds, and the default is
|
|
2035
|
+
The delay is measured in seconds, and the default is one minute.
|
|
2022
2036
|
|
|
2023
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2037
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
2024
2038
|
'''
|
|
2025
2039
|
result = self._values.get("autovacuum_naptime")
|
|
2026
2040
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2029,42 +2043,42 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2029
2043
|
def autovacuum_vacuum_cost_delay(self) -> typing.Optional[jsii.Number]:
|
|
2030
2044
|
'''Specifies the cost delay value that will be used in automatic VACUUM operations.
|
|
2031
2045
|
|
|
2032
|
-
If
|
|
2046
|
+
If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds.
|
|
2033
2047
|
|
|
2034
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2048
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
2035
2049
|
'''
|
|
2036
2050
|
result = self._values.get("autovacuum_vacuum_cost_delay")
|
|
2037
2051
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
2038
2052
|
|
|
2039
2053
|
@builtins.property
|
|
2040
2054
|
def autovacuum_vacuum_cost_limit(self) -> typing.Optional[jsii.Number]:
|
|
2041
|
-
'''Specifies the cost limit value that will be used in automatic
|
|
2055
|
+
'''Specifies the cost limit value that will be used in automatic VACUUM operations.
|
|
2042
2056
|
|
|
2043
|
-
If
|
|
2057
|
+
If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used.
|
|
2044
2058
|
|
|
2045
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2059
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
2046
2060
|
'''
|
|
2047
2061
|
result = self._values.get("autovacuum_vacuum_cost_limit")
|
|
2048
2062
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
2049
2063
|
|
|
2050
2064
|
@builtins.property
|
|
2051
2065
|
def autovacuum_vacuum_scale_factor(self) -> typing.Optional[jsii.Number]:
|
|
2052
|
-
'''Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a
|
|
2066
|
+
'''Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM.
|
|
2053
2067
|
|
|
2054
|
-
The default is
|
|
2068
|
+
The default is 0.2 (20% of table size).
|
|
2055
2069
|
|
|
2056
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2070
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
2057
2071
|
'''
|
|
2058
2072
|
result = self._values.get("autovacuum_vacuum_scale_factor")
|
|
2059
2073
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
2060
2074
|
|
|
2061
2075
|
@builtins.property
|
|
2062
2076
|
def autovacuum_vacuum_threshold(self) -> typing.Optional[jsii.Number]:
|
|
2063
|
-
'''Specifies the minimum number of updated or deleted tuples needed to trigger a
|
|
2077
|
+
'''Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table.
|
|
2064
2078
|
|
|
2065
|
-
The default is
|
|
2079
|
+
The default is 50 tuples.
|
|
2066
2080
|
|
|
2067
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2081
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
2068
2082
|
'''
|
|
2069
2083
|
result = self._values.get("autovacuum_vacuum_threshold")
|
|
2070
2084
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2075,7 +2089,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2075
2089
|
|
|
2076
2090
|
New backup is only started if previous backup has already completed.
|
|
2077
2091
|
|
|
2078
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2092
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
2079
2093
|
'''
|
|
2080
2094
|
result = self._values.get("backup_hour")
|
|
2081
2095
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2086,27 +2100,27 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2086
2100
|
|
|
2087
2101
|
New backup is only started if previous backup has already completed.
|
|
2088
2102
|
|
|
2089
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2103
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
2090
2104
|
'''
|
|
2091
2105
|
result = self._values.get("backup_minute")
|
|
2092
2106
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
2093
2107
|
|
|
2094
2108
|
@builtins.property
|
|
2095
2109
|
def bgwriter_delay(self) -> typing.Optional[jsii.Number]:
|
|
2096
|
-
'''Specifies the delay between activity rounds for the background writer in milliseconds. Default is
|
|
2110
|
+
'''Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
|
|
2097
2111
|
|
|
2098
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2112
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
2099
2113
|
'''
|
|
2100
2114
|
result = self._values.get("bgwriter_delay")
|
|
2101
2115
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
2102
2116
|
|
|
2103
2117
|
@builtins.property
|
|
2104
2118
|
def bgwriter_flush_after(self) -> typing.Optional[jsii.Number]:
|
|
2105
|
-
'''Whenever more than
|
|
2119
|
+
'''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.
|
|
2106
2120
|
|
|
2107
|
-
Specified in kilobytes, default is
|
|
2121
|
+
Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
|
|
2108
2122
|
|
|
2109
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2123
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
2110
2124
|
'''
|
|
2111
2125
|
result = self._values.get("bgwriter_flush_after")
|
|
2112
2126
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2115,20 +2129,20 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2115
2129
|
def bgwriter_lru_maxpages(self) -> typing.Optional[jsii.Number]:
|
|
2116
2130
|
'''In each round, no more than this many buffers will be written by the background writer.
|
|
2117
2131
|
|
|
2118
|
-
Setting this to zero disables background writing. Default is
|
|
2132
|
+
Setting this to zero disables background writing. Default is 100.
|
|
2119
2133
|
|
|
2120
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2134
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
2121
2135
|
'''
|
|
2122
2136
|
result = self._values.get("bgwriter_lru_maxpages")
|
|
2123
2137
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
2124
2138
|
|
|
2125
2139
|
@builtins.property
|
|
2126
2140
|
def bgwriter_lru_multiplier(self) -> typing.Optional[jsii.Number]:
|
|
2127
|
-
'''The average recent need for new buffers is multiplied by
|
|
2141
|
+
'''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).
|
|
2128
2142
|
|
|
2129
|
-
|
|
2143
|
+
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.
|
|
2130
2144
|
|
|
2131
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2145
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
2132
2146
|
'''
|
|
2133
2147
|
result = self._values.get("bgwriter_lru_multiplier")
|
|
2134
2148
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2137,16 +2151,16 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2137
2151
|
def deadlock_timeout(self) -> typing.Optional[jsii.Number]:
|
|
2138
2152
|
'''This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
|
|
2139
2153
|
|
|
2140
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2154
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
2141
2155
|
'''
|
|
2142
2156
|
result = self._values.get("deadlock_timeout")
|
|
2143
2157
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
2144
2158
|
|
|
2145
2159
|
@builtins.property
|
|
2146
2160
|
def default_toast_compression(self) -> typing.Optional[builtins.str]:
|
|
2147
|
-
'''
|
|
2161
|
+
'''Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
|
|
2148
2162
|
|
|
2149
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2163
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
2150
2164
|
'''
|
|
2151
2165
|
result = self._values.get("default_toast_compression")
|
|
2152
2166
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2155,16 +2169,16 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2155
2169
|
def idle_in_transaction_session_timeout(self) -> typing.Optional[jsii.Number]:
|
|
2156
2170
|
'''Time out sessions with open transactions after this number of milliseconds.
|
|
2157
2171
|
|
|
2158
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2172
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
2159
2173
|
'''
|
|
2160
2174
|
result = self._values.get("idle_in_transaction_session_timeout")
|
|
2161
2175
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
2162
2176
|
|
|
2163
2177
|
@builtins.property
|
|
2164
2178
|
def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2165
|
-
'''IP filter.
|
|
2179
|
+
'''IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2166
2180
|
|
|
2167
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2181
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
2168
2182
|
'''
|
|
2169
2183
|
result = self._values.get("ip_filter")
|
|
2170
2184
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2175,7 +2189,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2175
2189
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2176
2190
|
'''Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
2177
2191
|
|
|
2178
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2192
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
2179
2193
|
'''
|
|
2180
2194
|
result = self._values.get("jit")
|
|
2181
2195
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2184,9 +2198,9 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2184
2198
|
def log_autovacuum_min_duration(self) -> typing.Optional[jsii.Number]:
|
|
2185
2199
|
'''Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds.
|
|
2186
2200
|
|
|
2187
|
-
Setting this to
|
|
2201
|
+
Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
|
|
2188
2202
|
|
|
2189
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2203
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
2190
2204
|
'''
|
|
2191
2205
|
result = self._values.get("log_autovacuum_min_duration")
|
|
2192
2206
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2195,7 +2209,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2195
2209
|
def log_error_verbosity(self) -> typing.Optional[builtins.str]:
|
|
2196
2210
|
'''Controls the amount of detail written in the server log for each message that is logged.
|
|
2197
2211
|
|
|
2198
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2212
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
2199
2213
|
'''
|
|
2200
2214
|
result = self._values.get("log_error_verbosity")
|
|
2201
2215
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2204,16 +2218,16 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2204
2218
|
def log_line_prefix(self) -> typing.Optional[builtins.str]:
|
|
2205
2219
|
'''Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
|
|
2206
2220
|
|
|
2207
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2221
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
2208
2222
|
'''
|
|
2209
2223
|
result = self._values.get("log_line_prefix")
|
|
2210
2224
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2211
2225
|
|
|
2212
2226
|
@builtins.property
|
|
2213
2227
|
def log_min_duration_statement(self) -> typing.Optional[jsii.Number]:
|
|
2214
|
-
'''Log statements that take more than this number of milliseconds to run,
|
|
2228
|
+
'''Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
2215
2229
|
|
|
2216
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2230
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
2217
2231
|
'''
|
|
2218
2232
|
result = self._values.get("log_min_duration_statement")
|
|
2219
2233
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2222,7 +2236,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2222
2236
|
def log_temp_files(self) -> typing.Optional[jsii.Number]:
|
|
2223
2237
|
'''Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
2224
2238
|
|
|
2225
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2239
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
2226
2240
|
'''
|
|
2227
2241
|
result = self._values.get("log_temp_files")
|
|
2228
2242
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2231,7 +2245,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2231
2245
|
def max_files_per_process(self) -> typing.Optional[jsii.Number]:
|
|
2232
2246
|
'''PostgreSQL maximum number of files that can be open per process.
|
|
2233
2247
|
|
|
2234
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2248
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
2235
2249
|
'''
|
|
2236
2250
|
result = self._values.get("max_files_per_process")
|
|
2237
2251
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2240,16 +2254,16 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2240
2254
|
def max_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
|
|
2241
2255
|
'''PostgreSQL maximum locks per transaction.
|
|
2242
2256
|
|
|
2243
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2257
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
2244
2258
|
'''
|
|
2245
2259
|
result = self._values.get("max_locks_per_transaction")
|
|
2246
2260
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
2247
2261
|
|
|
2248
2262
|
@builtins.property
|
|
2249
2263
|
def max_logical_replication_workers(self) -> typing.Optional[jsii.Number]:
|
|
2250
|
-
'''PostgreSQL maximum logical replication workers (taken from the pool of
|
|
2264
|
+
'''PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
|
|
2251
2265
|
|
|
2252
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2266
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
2253
2267
|
'''
|
|
2254
2268
|
result = self._values.get("max_logical_replication_workers")
|
|
2255
2269
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2258,7 +2272,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2258
2272
|
def max_parallel_workers(self) -> typing.Optional[jsii.Number]:
|
|
2259
2273
|
'''Sets the maximum number of workers that the system can support for parallel queries.
|
|
2260
2274
|
|
|
2261
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2275
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
2262
2276
|
'''
|
|
2263
2277
|
result = self._values.get("max_parallel_workers")
|
|
2264
2278
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2267,7 +2281,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2267
2281
|
def max_parallel_workers_per_gather(self) -> typing.Optional[jsii.Number]:
|
|
2268
2282
|
'''Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
2269
2283
|
|
|
2270
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2284
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
2271
2285
|
'''
|
|
2272
2286
|
result = self._values.get("max_parallel_workers_per_gather")
|
|
2273
2287
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2276,7 +2290,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2276
2290
|
def max_pred_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
|
|
2277
2291
|
'''PostgreSQL maximum predicate locks per transaction.
|
|
2278
2292
|
|
|
2279
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2293
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
2280
2294
|
'''
|
|
2281
2295
|
result = self._values.get("max_pred_locks_per_transaction")
|
|
2282
2296
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2285,7 +2299,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2285
2299
|
def max_prepared_transactions(self) -> typing.Optional[jsii.Number]:
|
|
2286
2300
|
'''PostgreSQL maximum prepared transactions.
|
|
2287
2301
|
|
|
2288
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2302
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
2289
2303
|
'''
|
|
2290
2304
|
result = self._values.get("max_prepared_transactions")
|
|
2291
2305
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2294,7 +2308,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2294
2308
|
def max_replication_slots(self) -> typing.Optional[jsii.Number]:
|
|
2295
2309
|
'''PostgreSQL maximum replication slots.
|
|
2296
2310
|
|
|
2297
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2311
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
2298
2312
|
'''
|
|
2299
2313
|
result = self._values.get("max_replication_slots")
|
|
2300
2314
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2303,9 +2317,9 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2303
2317
|
def max_slot_wal_keep_size(self) -> typing.Optional[jsii.Number]:
|
|
2304
2318
|
'''PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
2305
2319
|
|
|
2306
|
-
Default is
|
|
2320
|
+
Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this.
|
|
2307
2321
|
|
|
2308
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2322
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
2309
2323
|
'''
|
|
2310
2324
|
result = self._values.get("max_slot_wal_keep_size")
|
|
2311
2325
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2314,7 +2328,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2314
2328
|
def max_stack_depth(self) -> typing.Optional[jsii.Number]:
|
|
2315
2329
|
'''Maximum depth of the stack in bytes.
|
|
2316
2330
|
|
|
2317
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2331
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
2318
2332
|
'''
|
|
2319
2333
|
result = self._values.get("max_stack_depth")
|
|
2320
2334
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2323,7 +2337,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2323
2337
|
def max_standby_archive_delay(self) -> typing.Optional[jsii.Number]:
|
|
2324
2338
|
'''Max standby archive delay in milliseconds.
|
|
2325
2339
|
|
|
2326
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2340
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
2327
2341
|
'''
|
|
2328
2342
|
result = self._values.get("max_standby_archive_delay")
|
|
2329
2343
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2332,7 +2346,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2332
2346
|
def max_standby_streaming_delay(self) -> typing.Optional[jsii.Number]:
|
|
2333
2347
|
'''Max standby streaming delay in milliseconds.
|
|
2334
2348
|
|
|
2335
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2349
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
2336
2350
|
'''
|
|
2337
2351
|
result = self._values.get("max_standby_streaming_delay")
|
|
2338
2352
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2341,7 +2355,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2341
2355
|
def max_wal_senders(self) -> typing.Optional[jsii.Number]:
|
|
2342
2356
|
'''PostgreSQL maximum WAL senders.
|
|
2343
2357
|
|
|
2344
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2358
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
2345
2359
|
'''
|
|
2346
2360
|
result = self._values.get("max_wal_senders")
|
|
2347
2361
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2350,7 +2364,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2350
2364
|
def max_worker_processes(self) -> typing.Optional[jsii.Number]:
|
|
2351
2365
|
'''Sets the maximum number of background processes that the system can support.
|
|
2352
2366
|
|
|
2353
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2367
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
2354
2368
|
'''
|
|
2355
2369
|
result = self._values.get("max_worker_processes")
|
|
2356
2370
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2361,18 +2375,27 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2361
2375
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"]:
|
|
2362
2376
|
'''migration block.
|
|
2363
2377
|
|
|
2364
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2378
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
2365
2379
|
'''
|
|
2366
2380
|
result = self._values.get("migration")
|
|
2367
2381
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"], result)
|
|
2368
2382
|
|
|
2383
|
+
@builtins.property
|
|
2384
|
+
def pgaudit(self) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPgaudit"]:
|
|
2385
|
+
'''pgaudit block.
|
|
2386
|
+
|
|
2387
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pgaudit ManagedDatabasePostgresql#pgaudit}
|
|
2388
|
+
'''
|
|
2389
|
+
result = self._values.get("pgaudit")
|
|
2390
|
+
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPgaudit"], result)
|
|
2391
|
+
|
|
2369
2392
|
@builtins.property
|
|
2370
2393
|
def pgbouncer(
|
|
2371
2394
|
self,
|
|
2372
2395
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"]:
|
|
2373
2396
|
'''pgbouncer block.
|
|
2374
2397
|
|
|
2375
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2398
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
2376
2399
|
'''
|
|
2377
2400
|
result = self._values.get("pgbouncer")
|
|
2378
2401
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"], result)
|
|
@@ -2383,7 +2406,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2383
2406
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"]:
|
|
2384
2407
|
'''pglookout block.
|
|
2385
2408
|
|
|
2386
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2409
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
2387
2410
|
'''
|
|
2388
2411
|
result = self._values.get("pglookout")
|
|
2389
2412
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"], result)
|
|
@@ -2392,7 +2415,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2392
2415
|
def pg_partman_bgw_interval(self) -> typing.Optional[jsii.Number]:
|
|
2393
2416
|
'''Sets the time interval to run pg_partman's scheduled tasks.
|
|
2394
2417
|
|
|
2395
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2418
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
2396
2419
|
'''
|
|
2397
2420
|
result = self._values.get("pg_partman_bgw_interval")
|
|
2398
2421
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2401,7 +2424,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2401
2424
|
def pg_partman_bgw_role(self) -> typing.Optional[builtins.str]:
|
|
2402
2425
|
'''Controls which role to use for pg_partman's scheduled background tasks.
|
|
2403
2426
|
|
|
2404
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2427
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
2405
2428
|
'''
|
|
2406
2429
|
result = self._values.get("pg_partman_bgw_role")
|
|
2407
2430
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2410,11 +2433,11 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2410
2433
|
def pg_stat_monitor_enable(
|
|
2411
2434
|
self,
|
|
2412
2435
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2413
|
-
'''Enable the
|
|
2436
|
+
'''Enable pg_stat_monitor extension if available for the current cluster.
|
|
2414
2437
|
|
|
2415
|
-
Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable
|
|
2438
|
+
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.
|
|
2416
2439
|
|
|
2417
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2440
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
2418
2441
|
'''
|
|
2419
2442
|
result = self._values.get("pg_stat_monitor_enable")
|
|
2420
2443
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2425,7 +2448,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2425
2448
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2426
2449
|
'''Enables or disables query plan monitoring.
|
|
2427
2450
|
|
|
2428
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2451
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
2429
2452
|
'''
|
|
2430
2453
|
result = self._values.get("pg_stat_monitor_pgsm_enable_query_plan")
|
|
2431
2454
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2434,7 +2457,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2434
2457
|
def pg_stat_monitor_pgsm_max_buckets(self) -> typing.Optional[jsii.Number]:
|
|
2435
2458
|
'''Sets the maximum number of buckets.
|
|
2436
2459
|
|
|
2437
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2460
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
2438
2461
|
'''
|
|
2439
2462
|
result = self._values.get("pg_stat_monitor_pgsm_max_buckets")
|
|
2440
2463
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2443,10 +2466,9 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2443
2466
|
def pg_stat_statements_track(self) -> typing.Optional[builtins.str]:
|
|
2444
2467
|
'''Controls which statements are counted.
|
|
2445
2468
|
|
|
2446
|
-
Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions),
|
|
2447
|
-
or none to disable statement statistics collection.The default value is ``top``.
|
|
2469
|
+
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.
|
|
2448
2470
|
|
|
2449
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2471
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
2450
2472
|
'''
|
|
2451
2473
|
result = self._values.get("pg_stat_statements_track")
|
|
2452
2474
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2455,9 +2477,9 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2455
2477
|
def public_access(
|
|
2456
2478
|
self,
|
|
2457
2479
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2458
|
-
'''Public
|
|
2480
|
+
'''Public Access. Allow access to the service from the public Internet.
|
|
2459
2481
|
|
|
2460
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2482
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
2461
2483
|
'''
|
|
2462
2484
|
result = self._values.get("public_access")
|
|
2463
2485
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2466,9 +2488,9 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2466
2488
|
def service_log(
|
|
2467
2489
|
self,
|
|
2468
2490
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2469
|
-
'''Store logs for the service so that they are available in the HTTP API and console.
|
|
2491
|
+
'''Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
2470
2492
|
|
|
2471
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2493
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
2472
2494
|
'''
|
|
2473
2495
|
result = self._values.get("service_log")
|
|
2474
2496
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2477,9 +2499,9 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2477
2499
|
def shared_buffers_percentage(self) -> typing.Optional[jsii.Number]:
|
|
2478
2500
|
'''Percentage of total RAM that the database server uses for shared memory buffers.
|
|
2479
2501
|
|
|
2480
|
-
Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the
|
|
2502
|
+
Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value.
|
|
2481
2503
|
|
|
2482
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2504
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
2483
2505
|
'''
|
|
2484
2506
|
result = self._values.get("shared_buffers_percentage")
|
|
2485
2507
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2488,7 +2510,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2488
2510
|
def synchronous_replication(self) -> typing.Optional[builtins.str]:
|
|
2489
2511
|
'''Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
2490
2512
|
|
|
2491
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2513
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
2492
2514
|
'''
|
|
2493
2515
|
result = self._values.get("synchronous_replication")
|
|
2494
2516
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2497,7 +2519,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2497
2519
|
def temp_file_limit(self) -> typing.Optional[jsii.Number]:
|
|
2498
2520
|
'''PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
2499
2521
|
|
|
2500
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2522
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
2501
2523
|
'''
|
|
2502
2524
|
result = self._values.get("temp_file_limit")
|
|
2503
2525
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2508,16 +2530,16 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2508
2530
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"]:
|
|
2509
2531
|
'''timescaledb block.
|
|
2510
2532
|
|
|
2511
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2533
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
2512
2534
|
'''
|
|
2513
2535
|
result = self._values.get("timescaledb")
|
|
2514
2536
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"], result)
|
|
2515
2537
|
|
|
2516
2538
|
@builtins.property
|
|
2517
2539
|
def timezone(self) -> typing.Optional[builtins.str]:
|
|
2518
|
-
'''timezone.
|
|
2540
|
+
'''PostgreSQL service timezone.
|
|
2519
2541
|
|
|
2520
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2542
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
2521
2543
|
'''
|
|
2522
2544
|
result = self._values.get("timezone")
|
|
2523
2545
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2526,7 +2548,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2526
2548
|
def track_activity_query_size(self) -> typing.Optional[jsii.Number]:
|
|
2527
2549
|
'''Specifies the number of bytes reserved to track the currently executing command for each active session.
|
|
2528
2550
|
|
|
2529
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2551
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
2530
2552
|
'''
|
|
2531
2553
|
result = self._values.get("track_activity_query_size")
|
|
2532
2554
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2535,7 +2557,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2535
2557
|
def track_commit_timestamp(self) -> typing.Optional[builtins.str]:
|
|
2536
2558
|
'''Record commit time of transactions.
|
|
2537
2559
|
|
|
2538
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2560
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
2539
2561
|
'''
|
|
2540
2562
|
result = self._values.get("track_commit_timestamp")
|
|
2541
2563
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2544,7 +2566,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2544
2566
|
def track_functions(self) -> typing.Optional[builtins.str]:
|
|
2545
2567
|
'''Enables tracking of function call counts and time used.
|
|
2546
2568
|
|
|
2547
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2569
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
2548
2570
|
'''
|
|
2549
2571
|
result = self._values.get("track_functions")
|
|
2550
2572
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2555,7 +2577,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2555
2577
|
|
|
2556
2578
|
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.
|
|
2557
2579
|
|
|
2558
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2580
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
2559
2581
|
'''
|
|
2560
2582
|
result = self._values.get("track_io_timing")
|
|
2561
2583
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2564,7 +2586,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2564
2586
|
def variant(self) -> typing.Optional[builtins.str]:
|
|
2565
2587
|
'''Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
2566
2588
|
|
|
2567
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2589
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
2568
2590
|
'''
|
|
2569
2591
|
result = self._values.get("variant")
|
|
2570
2592
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2573,7 +2595,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2573
2595
|
def version(self) -> typing.Optional[builtins.str]:
|
|
2574
2596
|
'''PostgreSQL major version.
|
|
2575
2597
|
|
|
2576
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2598
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
2577
2599
|
'''
|
|
2578
2600
|
result = self._values.get("version")
|
|
2579
2601
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2582,9 +2604,9 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2582
2604
|
def wal_sender_timeout(self) -> typing.Optional[jsii.Number]:
|
|
2583
2605
|
'''Terminate replication connections that are inactive for longer than this amount of time, in milliseconds.
|
|
2584
2606
|
|
|
2585
|
-
Setting this value to
|
|
2607
|
+
Setting this value to zero disables the timeout.
|
|
2586
2608
|
|
|
2587
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2609
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
2588
2610
|
'''
|
|
2589
2611
|
result = self._values.get("wal_sender_timeout")
|
|
2590
2612
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2593,20 +2615,20 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2593
2615
|
def wal_writer_delay(self) -> typing.Optional[jsii.Number]:
|
|
2594
2616
|
'''WAL flush interval in milliseconds.
|
|
2595
2617
|
|
|
2596
|
-
Note that setting this value to lower than the default
|
|
2618
|
+
Note that setting this value to lower than the default 200ms may negatively impact performance.
|
|
2597
2619
|
|
|
2598
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2620
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
2599
2621
|
'''
|
|
2600
2622
|
result = self._values.get("wal_writer_delay")
|
|
2601
2623
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
2602
2624
|
|
|
2603
2625
|
@builtins.property
|
|
2604
2626
|
def work_mem(self) -> typing.Optional[jsii.Number]:
|
|
2605
|
-
'''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,
|
|
2627
|
+
'''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.
|
|
2606
2628
|
|
|
2607
2629
|
Default is 1MB + 0.075% of total RAM (up to 32MB).
|
|
2608
2630
|
|
|
2609
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2631
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
2610
2632
|
'''
|
|
2611
2633
|
result = self._values.get("work_mem")
|
|
2612
2634
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2630,6 +2652,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2630
2652
|
"dbname": "dbname",
|
|
2631
2653
|
"host": "host",
|
|
2632
2654
|
"ignore_dbs": "ignoreDbs",
|
|
2655
|
+
"method": "method",
|
|
2633
2656
|
"password": "password",
|
|
2634
2657
|
"port": "port",
|
|
2635
2658
|
"ssl": "ssl",
|
|
@@ -2643,25 +2666,28 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2643
2666
|
dbname: typing.Optional[builtins.str] = None,
|
|
2644
2667
|
host: typing.Optional[builtins.str] = None,
|
|
2645
2668
|
ignore_dbs: typing.Optional[builtins.str] = None,
|
|
2669
|
+
method: typing.Optional[builtins.str] = None,
|
|
2646
2670
|
password: typing.Optional[builtins.str] = None,
|
|
2647
2671
|
port: typing.Optional[jsii.Number] = None,
|
|
2648
2672
|
ssl: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
2649
2673
|
username: typing.Optional[builtins.str] = None,
|
|
2650
2674
|
) -> None:
|
|
2651
2675
|
'''
|
|
2652
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2653
|
-
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2654
|
-
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2655
|
-
:param
|
|
2656
|
-
:param
|
|
2657
|
-
:param
|
|
2658
|
-
:param
|
|
2676
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2677
|
+
: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.2.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2678
|
+
: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.2.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2679
|
+
: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.2.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
|
|
2680
|
+
: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.2.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2681
|
+
: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.2.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2682
|
+
: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.2.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
2683
|
+
: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.2.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2659
2684
|
'''
|
|
2660
2685
|
if __debug__:
|
|
2661
2686
|
type_hints = typing.get_type_hints(_typecheckingstub__9a22b07e9381a03b0e883019f9869d2e86afe1337164b3f40f42a65332f93686)
|
|
2662
2687
|
check_type(argname="argument dbname", value=dbname, expected_type=type_hints["dbname"])
|
|
2663
2688
|
check_type(argname="argument host", value=host, expected_type=type_hints["host"])
|
|
2664
2689
|
check_type(argname="argument ignore_dbs", value=ignore_dbs, expected_type=type_hints["ignore_dbs"])
|
|
2690
|
+
check_type(argname="argument method", value=method, expected_type=type_hints["method"])
|
|
2665
2691
|
check_type(argname="argument password", value=password, expected_type=type_hints["password"])
|
|
2666
2692
|
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
2667
2693
|
check_type(argname="argument ssl", value=ssl, expected_type=type_hints["ssl"])
|
|
@@ -2673,6 +2699,8 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2673
2699
|
self._values["host"] = host
|
|
2674
2700
|
if ignore_dbs is not None:
|
|
2675
2701
|
self._values["ignore_dbs"] = ignore_dbs
|
|
2702
|
+
if method is not None:
|
|
2703
|
+
self._values["method"] = method
|
|
2676
2704
|
if password is not None:
|
|
2677
2705
|
self._values["password"] = password
|
|
2678
2706
|
if port is not None:
|
|
@@ -2686,7 +2714,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2686
2714
|
def dbname(self) -> typing.Optional[builtins.str]:
|
|
2687
2715
|
'''Database name for bootstrapping the initial connection.
|
|
2688
2716
|
|
|
2689
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2717
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2690
2718
|
'''
|
|
2691
2719
|
result = self._values.get("dbname")
|
|
2692
2720
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2695,25 +2723,34 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2695
2723
|
def host(self) -> typing.Optional[builtins.str]:
|
|
2696
2724
|
'''Hostname or IP address of the server where to migrate data from.
|
|
2697
2725
|
|
|
2698
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2726
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2699
2727
|
'''
|
|
2700
2728
|
result = self._values.get("host")
|
|
2701
2729
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2702
2730
|
|
|
2703
2731
|
@builtins.property
|
|
2704
2732
|
def ignore_dbs(self) -> typing.Optional[builtins.str]:
|
|
2705
|
-
'''Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment).
|
|
2733
|
+
'''Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
2706
2734
|
|
|
2707
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2735
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2708
2736
|
'''
|
|
2709
2737
|
result = self._values.get("ignore_dbs")
|
|
2710
2738
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2711
2739
|
|
|
2740
|
+
@builtins.property
|
|
2741
|
+
def method(self) -> typing.Optional[builtins.str]:
|
|
2742
|
+
'''The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
2743
|
+
|
|
2744
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
|
|
2745
|
+
'''
|
|
2746
|
+
result = self._values.get("method")
|
|
2747
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2748
|
+
|
|
2712
2749
|
@builtins.property
|
|
2713
2750
|
def password(self) -> typing.Optional[builtins.str]:
|
|
2714
2751
|
'''Password for authentication with the server where to migrate data from.
|
|
2715
2752
|
|
|
2716
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2753
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2717
2754
|
'''
|
|
2718
2755
|
result = self._values.get("password")
|
|
2719
2756
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2722,7 +2759,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2722
2759
|
def port(self) -> typing.Optional[jsii.Number]:
|
|
2723
2760
|
'''Port number of the server where to migrate data from.
|
|
2724
2761
|
|
|
2725
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2762
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2726
2763
|
'''
|
|
2727
2764
|
result = self._values.get("port")
|
|
2728
2765
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2733,7 +2770,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2733
2770
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2734
2771
|
'''The server where to migrate data from is secured with SSL.
|
|
2735
2772
|
|
|
2736
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2773
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
2737
2774
|
'''
|
|
2738
2775
|
result = self._values.get("ssl")
|
|
2739
2776
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2742,7 +2779,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2742
2779
|
def username(self) -> typing.Optional[builtins.str]:
|
|
2743
2780
|
'''User name for authentication with the server where to migrate data from.
|
|
2744
2781
|
|
|
2745
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2782
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2746
2783
|
'''
|
|
2747
2784
|
result = self._values.get("username")
|
|
2748
2785
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2791,6 +2828,10 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2791
2828
|
def reset_ignore_dbs(self) -> None:
|
|
2792
2829
|
return typing.cast(None, jsii.invoke(self, "resetIgnoreDbs", []))
|
|
2793
2830
|
|
|
2831
|
+
@jsii.member(jsii_name="resetMethod")
|
|
2832
|
+
def reset_method(self) -> None:
|
|
2833
|
+
return typing.cast(None, jsii.invoke(self, "resetMethod", []))
|
|
2834
|
+
|
|
2794
2835
|
@jsii.member(jsii_name="resetPassword")
|
|
2795
2836
|
def reset_password(self) -> None:
|
|
2796
2837
|
return typing.cast(None, jsii.invoke(self, "resetPassword", []))
|
|
@@ -2822,6 +2863,11 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2822
2863
|
def ignore_dbs_input(self) -> typing.Optional[builtins.str]:
|
|
2823
2864
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ignoreDbsInput"))
|
|
2824
2865
|
|
|
2866
|
+
@builtins.property
|
|
2867
|
+
@jsii.member(jsii_name="methodInput")
|
|
2868
|
+
def method_input(self) -> typing.Optional[builtins.str]:
|
|
2869
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "methodInput"))
|
|
2870
|
+
|
|
2825
2871
|
@builtins.property
|
|
2826
2872
|
@jsii.member(jsii_name="passwordInput")
|
|
2827
2873
|
def password_input(self) -> typing.Optional[builtins.str]:
|
|
@@ -2880,6 +2926,18 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2880
2926
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2881
2927
|
jsii.set(self, "ignoreDbs", value)
|
|
2882
2928
|
|
|
2929
|
+
@builtins.property
|
|
2930
|
+
@jsii.member(jsii_name="method")
|
|
2931
|
+
def method(self) -> builtins.str:
|
|
2932
|
+
return typing.cast(builtins.str, jsii.get(self, "method"))
|
|
2933
|
+
|
|
2934
|
+
@method.setter
|
|
2935
|
+
def method(self, value: builtins.str) -> None:
|
|
2936
|
+
if __debug__:
|
|
2937
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1fb4c8b4612f86674f4e64dd17d4ed079eecd07d785ab3841dc409b159a5e95c)
|
|
2938
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2939
|
+
jsii.set(self, "method", value)
|
|
2940
|
+
|
|
2883
2941
|
@builtins.property
|
|
2884
2942
|
@jsii.member(jsii_name="password")
|
|
2885
2943
|
def password(self) -> builtins.str:
|
|
@@ -2976,24 +3034,27 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
2976
3034
|
dbname: typing.Optional[builtins.str] = None,
|
|
2977
3035
|
host: typing.Optional[builtins.str] = None,
|
|
2978
3036
|
ignore_dbs: typing.Optional[builtins.str] = None,
|
|
3037
|
+
method: typing.Optional[builtins.str] = None,
|
|
2979
3038
|
password: typing.Optional[builtins.str] = None,
|
|
2980
3039
|
port: typing.Optional[jsii.Number] = None,
|
|
2981
3040
|
ssl: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
2982
3041
|
username: typing.Optional[builtins.str] = None,
|
|
2983
3042
|
) -> None:
|
|
2984
3043
|
'''
|
|
2985
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2986
|
-
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2987
|
-
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
2988
|
-
:param
|
|
2989
|
-
:param
|
|
2990
|
-
:param
|
|
2991
|
-
:param
|
|
3044
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
3045
|
+
: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.2.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
3046
|
+
: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.2.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
3047
|
+
: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.2.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
|
|
3048
|
+
: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.2.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
3049
|
+
: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.2.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
3050
|
+
: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.2.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
3051
|
+
: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.2.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2992
3052
|
'''
|
|
2993
3053
|
value = ManagedDatabasePostgresqlPropertiesMigration(
|
|
2994
3054
|
dbname=dbname,
|
|
2995
3055
|
host=host,
|
|
2996
3056
|
ignore_dbs=ignore_dbs,
|
|
3057
|
+
method=method,
|
|
2997
3058
|
password=password,
|
|
2998
3059
|
port=port,
|
|
2999
3060
|
ssl=ssl,
|
|
@@ -3002,6 +3063,60 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3002
3063
|
|
|
3003
3064
|
return typing.cast(None, jsii.invoke(self, "putMigration", [value]))
|
|
3004
3065
|
|
|
3066
|
+
@jsii.member(jsii_name="putPgaudit")
|
|
3067
|
+
def put_pgaudit(
|
|
3068
|
+
self,
|
|
3069
|
+
*,
|
|
3070
|
+
feature_enabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
3071
|
+
log: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3072
|
+
log_catalog: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
3073
|
+
log_client: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
3074
|
+
log_level: typing.Optional[builtins.str] = None,
|
|
3075
|
+
log_max_string_length: typing.Optional[jsii.Number] = None,
|
|
3076
|
+
log_nested_statements: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
3077
|
+
log_parameter: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
3078
|
+
log_parameter_max_size: typing.Optional[jsii.Number] = None,
|
|
3079
|
+
log_relation: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
3080
|
+
log_rows: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
3081
|
+
log_statement: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
3082
|
+
log_statement_once: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
3083
|
+
role: typing.Optional[builtins.str] = None,
|
|
3084
|
+
) -> None:
|
|
3085
|
+
'''
|
|
3086
|
+
:param feature_enabled: Enable pgaudit extension. Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#feature_enabled ManagedDatabasePostgresql#feature_enabled}
|
|
3087
|
+
:param log: Specifies which classes of statements will be logged by session audit logging. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log ManagedDatabasePostgresql#log}
|
|
3088
|
+
:param log_catalog: Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_catalog ManagedDatabasePostgresql#log_catalog}
|
|
3089
|
+
:param log_client: Specifies whether log messages will be visible to a client process such as psql. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_client ManagedDatabasePostgresql#log_client}
|
|
3090
|
+
:param log_level: Specifies the log level that will be used for log entries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_level ManagedDatabasePostgresql#log_level}
|
|
3091
|
+
:param log_max_string_length: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_max_string_length ManagedDatabasePostgresql#log_max_string_length}
|
|
3092
|
+
:param log_nested_statements: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_nested_statements ManagedDatabasePostgresql#log_nested_statements}
|
|
3093
|
+
:param log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_parameter ManagedDatabasePostgresql#log_parameter}
|
|
3094
|
+
:param log_parameter_max_size: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_parameter_max_size ManagedDatabasePostgresql#log_parameter_max_size}
|
|
3095
|
+
:param log_relation: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_relation ManagedDatabasePostgresql#log_relation}
|
|
3096
|
+
:param log_rows: Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_rows ManagedDatabasePostgresql#log_rows}
|
|
3097
|
+
:param log_statement: Specifies whether logging will include the statement text and parameters (if enabled). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_statement ManagedDatabasePostgresql#log_statement}
|
|
3098
|
+
:param log_statement_once: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_statement_once ManagedDatabasePostgresql#log_statement_once}
|
|
3099
|
+
:param role: Specifies the master role to use for object audit logging. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#role ManagedDatabasePostgresql#role}
|
|
3100
|
+
'''
|
|
3101
|
+
value = ManagedDatabasePostgresqlPropertiesPgaudit(
|
|
3102
|
+
feature_enabled=feature_enabled,
|
|
3103
|
+
log=log,
|
|
3104
|
+
log_catalog=log_catalog,
|
|
3105
|
+
log_client=log_client,
|
|
3106
|
+
log_level=log_level,
|
|
3107
|
+
log_max_string_length=log_max_string_length,
|
|
3108
|
+
log_nested_statements=log_nested_statements,
|
|
3109
|
+
log_parameter=log_parameter,
|
|
3110
|
+
log_parameter_max_size=log_parameter_max_size,
|
|
3111
|
+
log_relation=log_relation,
|
|
3112
|
+
log_rows=log_rows,
|
|
3113
|
+
log_statement=log_statement,
|
|
3114
|
+
log_statement_once=log_statement_once,
|
|
3115
|
+
role=role,
|
|
3116
|
+
)
|
|
3117
|
+
|
|
3118
|
+
return typing.cast(None, jsii.invoke(self, "putPgaudit", [value]))
|
|
3119
|
+
|
|
3005
3120
|
@jsii.member(jsii_name="putPgbouncer")
|
|
3006
3121
|
def put_pgbouncer(
|
|
3007
3122
|
self,
|
|
@@ -3017,15 +3132,15 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3017
3132
|
server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
3018
3133
|
) -> None:
|
|
3019
3134
|
'''
|
|
3020
|
-
:param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
3021
|
-
:param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
3022
|
-
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
3023
|
-
:param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
3024
|
-
:param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
3025
|
-
:param min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
3026
|
-
:param server_idle_timeout: If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. [seconds] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
3027
|
-
:param server_lifetime: The pooler will close an unused server connection that has been connected longer than this. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
3028
|
-
:param server_reset_query_always: Run server_reset_query (
|
|
3135
|
+
: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.2.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
3136
|
+
: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.2.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
3137
|
+
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
3138
|
+
: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.2.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
3139
|
+
: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.2.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
3140
|
+
: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.2.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
3141
|
+
: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.2.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
3142
|
+
: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.2.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
3143
|
+
: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.2.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
3029
3144
|
'''
|
|
3030
3145
|
value = ManagedDatabasePostgresqlPropertiesPgbouncer(
|
|
3031
3146
|
autodb_idle_timeout=autodb_idle_timeout,
|
|
@@ -3048,7 +3163,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3048
3163
|
max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
|
|
3049
3164
|
) -> None:
|
|
3050
3165
|
'''
|
|
3051
|
-
:param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
3166
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
3052
3167
|
'''
|
|
3053
3168
|
value = ManagedDatabasePostgresqlPropertiesPglookout(
|
|
3054
3169
|
max_failover_replication_time_lag=max_failover_replication_time_lag
|
|
@@ -3063,7 +3178,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3063
3178
|
max_background_workers: typing.Optional[jsii.Number] = None,
|
|
3064
3179
|
) -> None:
|
|
3065
3180
|
'''
|
|
3066
|
-
:param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
3181
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
3067
3182
|
'''
|
|
3068
3183
|
value = ManagedDatabasePostgresqlPropertiesTimescaledb(
|
|
3069
3184
|
max_background_workers=max_background_workers
|
|
@@ -3243,6 +3358,10 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3243
3358
|
def reset_migration(self) -> None:
|
|
3244
3359
|
return typing.cast(None, jsii.invoke(self, "resetMigration", []))
|
|
3245
3360
|
|
|
3361
|
+
@jsii.member(jsii_name="resetPgaudit")
|
|
3362
|
+
def reset_pgaudit(self) -> None:
|
|
3363
|
+
return typing.cast(None, jsii.invoke(self, "resetPgaudit", []))
|
|
3364
|
+
|
|
3246
3365
|
@jsii.member(jsii_name="resetPgbouncer")
|
|
3247
3366
|
def reset_pgbouncer(self) -> None:
|
|
3248
3367
|
return typing.cast(None, jsii.invoke(self, "resetPgbouncer", []))
|
|
@@ -3344,6 +3463,11 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3344
3463
|
def migration(self) -> ManagedDatabasePostgresqlPropertiesMigrationOutputReference:
|
|
3345
3464
|
return typing.cast(ManagedDatabasePostgresqlPropertiesMigrationOutputReference, jsii.get(self, "migration"))
|
|
3346
3465
|
|
|
3466
|
+
@builtins.property
|
|
3467
|
+
@jsii.member(jsii_name="pgaudit")
|
|
3468
|
+
def pgaudit(self) -> "ManagedDatabasePostgresqlPropertiesPgauditOutputReference":
|
|
3469
|
+
return typing.cast("ManagedDatabasePostgresqlPropertiesPgauditOutputReference", jsii.get(self, "pgaudit"))
|
|
3470
|
+
|
|
3347
3471
|
@builtins.property
|
|
3348
3472
|
@jsii.member(jsii_name="pgbouncer")
|
|
3349
3473
|
def pgbouncer(
|
|
@@ -3586,6 +3710,13 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3586
3710
|
) -> typing.Optional[ManagedDatabasePostgresqlPropertiesMigration]:
|
|
3587
3711
|
return typing.cast(typing.Optional[ManagedDatabasePostgresqlPropertiesMigration], jsii.get(self, "migrationInput"))
|
|
3588
3712
|
|
|
3713
|
+
@builtins.property
|
|
3714
|
+
@jsii.member(jsii_name="pgauditInput")
|
|
3715
|
+
def pgaudit_input(
|
|
3716
|
+
self,
|
|
3717
|
+
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPgaudit"]:
|
|
3718
|
+
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPgaudit"], jsii.get(self, "pgauditInput"))
|
|
3719
|
+
|
|
3589
3720
|
@builtins.property
|
|
3590
3721
|
@jsii.member(jsii_name="pgbouncerInput")
|
|
3591
3722
|
def pgbouncer_input(
|
|
@@ -4516,6 +4647,650 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4516
4647
|
jsii.set(self, "internalValue", value)
|
|
4517
4648
|
|
|
4518
4649
|
|
|
4650
|
+
@jsii.data_type(
|
|
4651
|
+
jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresqlPropertiesPgaudit",
|
|
4652
|
+
jsii_struct_bases=[],
|
|
4653
|
+
name_mapping={
|
|
4654
|
+
"feature_enabled": "featureEnabled",
|
|
4655
|
+
"log": "log",
|
|
4656
|
+
"log_catalog": "logCatalog",
|
|
4657
|
+
"log_client": "logClient",
|
|
4658
|
+
"log_level": "logLevel",
|
|
4659
|
+
"log_max_string_length": "logMaxStringLength",
|
|
4660
|
+
"log_nested_statements": "logNestedStatements",
|
|
4661
|
+
"log_parameter": "logParameter",
|
|
4662
|
+
"log_parameter_max_size": "logParameterMaxSize",
|
|
4663
|
+
"log_relation": "logRelation",
|
|
4664
|
+
"log_rows": "logRows",
|
|
4665
|
+
"log_statement": "logStatement",
|
|
4666
|
+
"log_statement_once": "logStatementOnce",
|
|
4667
|
+
"role": "role",
|
|
4668
|
+
},
|
|
4669
|
+
)
|
|
4670
|
+
class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
4671
|
+
def __init__(
|
|
4672
|
+
self,
|
|
4673
|
+
*,
|
|
4674
|
+
feature_enabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4675
|
+
log: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4676
|
+
log_catalog: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4677
|
+
log_client: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4678
|
+
log_level: typing.Optional[builtins.str] = None,
|
|
4679
|
+
log_max_string_length: typing.Optional[jsii.Number] = None,
|
|
4680
|
+
log_nested_statements: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4681
|
+
log_parameter: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4682
|
+
log_parameter_max_size: typing.Optional[jsii.Number] = None,
|
|
4683
|
+
log_relation: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4684
|
+
log_rows: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4685
|
+
log_statement: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4686
|
+
log_statement_once: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4687
|
+
role: typing.Optional[builtins.str] = None,
|
|
4688
|
+
) -> None:
|
|
4689
|
+
'''
|
|
4690
|
+
:param feature_enabled: Enable pgaudit extension. Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#feature_enabled ManagedDatabasePostgresql#feature_enabled}
|
|
4691
|
+
:param log: Specifies which classes of statements will be logged by session audit logging. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log ManagedDatabasePostgresql#log}
|
|
4692
|
+
:param log_catalog: Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_catalog ManagedDatabasePostgresql#log_catalog}
|
|
4693
|
+
:param log_client: Specifies whether log messages will be visible to a client process such as psql. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_client ManagedDatabasePostgresql#log_client}
|
|
4694
|
+
:param log_level: Specifies the log level that will be used for log entries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_level ManagedDatabasePostgresql#log_level}
|
|
4695
|
+
:param log_max_string_length: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_max_string_length ManagedDatabasePostgresql#log_max_string_length}
|
|
4696
|
+
:param log_nested_statements: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_nested_statements ManagedDatabasePostgresql#log_nested_statements}
|
|
4697
|
+
:param log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_parameter ManagedDatabasePostgresql#log_parameter}
|
|
4698
|
+
:param log_parameter_max_size: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_parameter_max_size ManagedDatabasePostgresql#log_parameter_max_size}
|
|
4699
|
+
:param log_relation: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_relation ManagedDatabasePostgresql#log_relation}
|
|
4700
|
+
:param log_rows: Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_rows ManagedDatabasePostgresql#log_rows}
|
|
4701
|
+
:param log_statement: Specifies whether logging will include the statement text and parameters (if enabled). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_statement ManagedDatabasePostgresql#log_statement}
|
|
4702
|
+
:param log_statement_once: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_statement_once ManagedDatabasePostgresql#log_statement_once}
|
|
4703
|
+
:param role: Specifies the master role to use for object audit logging. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#role ManagedDatabasePostgresql#role}
|
|
4704
|
+
'''
|
|
4705
|
+
if __debug__:
|
|
4706
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ceddef9157916dec3e9a0146d7eedd65e39272ad64a94090ac97ce9eb4e638a6)
|
|
4707
|
+
check_type(argname="argument feature_enabled", value=feature_enabled, expected_type=type_hints["feature_enabled"])
|
|
4708
|
+
check_type(argname="argument log", value=log, expected_type=type_hints["log"])
|
|
4709
|
+
check_type(argname="argument log_catalog", value=log_catalog, expected_type=type_hints["log_catalog"])
|
|
4710
|
+
check_type(argname="argument log_client", value=log_client, expected_type=type_hints["log_client"])
|
|
4711
|
+
check_type(argname="argument log_level", value=log_level, expected_type=type_hints["log_level"])
|
|
4712
|
+
check_type(argname="argument log_max_string_length", value=log_max_string_length, expected_type=type_hints["log_max_string_length"])
|
|
4713
|
+
check_type(argname="argument log_nested_statements", value=log_nested_statements, expected_type=type_hints["log_nested_statements"])
|
|
4714
|
+
check_type(argname="argument log_parameter", value=log_parameter, expected_type=type_hints["log_parameter"])
|
|
4715
|
+
check_type(argname="argument log_parameter_max_size", value=log_parameter_max_size, expected_type=type_hints["log_parameter_max_size"])
|
|
4716
|
+
check_type(argname="argument log_relation", value=log_relation, expected_type=type_hints["log_relation"])
|
|
4717
|
+
check_type(argname="argument log_rows", value=log_rows, expected_type=type_hints["log_rows"])
|
|
4718
|
+
check_type(argname="argument log_statement", value=log_statement, expected_type=type_hints["log_statement"])
|
|
4719
|
+
check_type(argname="argument log_statement_once", value=log_statement_once, expected_type=type_hints["log_statement_once"])
|
|
4720
|
+
check_type(argname="argument role", value=role, expected_type=type_hints["role"])
|
|
4721
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4722
|
+
if feature_enabled is not None:
|
|
4723
|
+
self._values["feature_enabled"] = feature_enabled
|
|
4724
|
+
if log is not None:
|
|
4725
|
+
self._values["log"] = log
|
|
4726
|
+
if log_catalog is not None:
|
|
4727
|
+
self._values["log_catalog"] = log_catalog
|
|
4728
|
+
if log_client is not None:
|
|
4729
|
+
self._values["log_client"] = log_client
|
|
4730
|
+
if log_level is not None:
|
|
4731
|
+
self._values["log_level"] = log_level
|
|
4732
|
+
if log_max_string_length is not None:
|
|
4733
|
+
self._values["log_max_string_length"] = log_max_string_length
|
|
4734
|
+
if log_nested_statements is not None:
|
|
4735
|
+
self._values["log_nested_statements"] = log_nested_statements
|
|
4736
|
+
if log_parameter is not None:
|
|
4737
|
+
self._values["log_parameter"] = log_parameter
|
|
4738
|
+
if log_parameter_max_size is not None:
|
|
4739
|
+
self._values["log_parameter_max_size"] = log_parameter_max_size
|
|
4740
|
+
if log_relation is not None:
|
|
4741
|
+
self._values["log_relation"] = log_relation
|
|
4742
|
+
if log_rows is not None:
|
|
4743
|
+
self._values["log_rows"] = log_rows
|
|
4744
|
+
if log_statement is not None:
|
|
4745
|
+
self._values["log_statement"] = log_statement
|
|
4746
|
+
if log_statement_once is not None:
|
|
4747
|
+
self._values["log_statement_once"] = log_statement_once
|
|
4748
|
+
if role is not None:
|
|
4749
|
+
self._values["role"] = role
|
|
4750
|
+
|
|
4751
|
+
@builtins.property
|
|
4752
|
+
def feature_enabled(
|
|
4753
|
+
self,
|
|
4754
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4755
|
+
'''Enable pgaudit extension.
|
|
4756
|
+
|
|
4757
|
+
Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved.
|
|
4758
|
+
|
|
4759
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#feature_enabled ManagedDatabasePostgresql#feature_enabled}
|
|
4760
|
+
'''
|
|
4761
|
+
result = self._values.get("feature_enabled")
|
|
4762
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
4763
|
+
|
|
4764
|
+
@builtins.property
|
|
4765
|
+
def log(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4766
|
+
'''Specifies which classes of statements will be logged by session audit logging.
|
|
4767
|
+
|
|
4768
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log ManagedDatabasePostgresql#log}
|
|
4769
|
+
'''
|
|
4770
|
+
result = self._values.get("log")
|
|
4771
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
4772
|
+
|
|
4773
|
+
@builtins.property
|
|
4774
|
+
def log_catalog(
|
|
4775
|
+
self,
|
|
4776
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4777
|
+
'''Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog.
|
|
4778
|
+
|
|
4779
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_catalog ManagedDatabasePostgresql#log_catalog}
|
|
4780
|
+
'''
|
|
4781
|
+
result = self._values.get("log_catalog")
|
|
4782
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
4783
|
+
|
|
4784
|
+
@builtins.property
|
|
4785
|
+
def log_client(
|
|
4786
|
+
self,
|
|
4787
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4788
|
+
'''Specifies whether log messages will be visible to a client process such as psql.
|
|
4789
|
+
|
|
4790
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_client ManagedDatabasePostgresql#log_client}
|
|
4791
|
+
'''
|
|
4792
|
+
result = self._values.get("log_client")
|
|
4793
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
4794
|
+
|
|
4795
|
+
@builtins.property
|
|
4796
|
+
def log_level(self) -> typing.Optional[builtins.str]:
|
|
4797
|
+
'''Specifies the log level that will be used for log entries.
|
|
4798
|
+
|
|
4799
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_level ManagedDatabasePostgresql#log_level}
|
|
4800
|
+
'''
|
|
4801
|
+
result = self._values.get("log_level")
|
|
4802
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4803
|
+
|
|
4804
|
+
@builtins.property
|
|
4805
|
+
def log_max_string_length(self) -> typing.Optional[jsii.Number]:
|
|
4806
|
+
'''Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation.
|
|
4807
|
+
|
|
4808
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_max_string_length ManagedDatabasePostgresql#log_max_string_length}
|
|
4809
|
+
'''
|
|
4810
|
+
result = self._values.get("log_max_string_length")
|
|
4811
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
4812
|
+
|
|
4813
|
+
@builtins.property
|
|
4814
|
+
def log_nested_statements(
|
|
4815
|
+
self,
|
|
4816
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4817
|
+
'''This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun.
|
|
4818
|
+
|
|
4819
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_nested_statements ManagedDatabasePostgresql#log_nested_statements}
|
|
4820
|
+
'''
|
|
4821
|
+
result = self._values.get("log_nested_statements")
|
|
4822
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
4823
|
+
|
|
4824
|
+
@builtins.property
|
|
4825
|
+
def log_parameter(
|
|
4826
|
+
self,
|
|
4827
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4828
|
+
'''Specifies that audit logging should include the parameters that were passed with the statement.
|
|
4829
|
+
|
|
4830
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_parameter ManagedDatabasePostgresql#log_parameter}
|
|
4831
|
+
'''
|
|
4832
|
+
result = self._values.get("log_parameter")
|
|
4833
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
4834
|
+
|
|
4835
|
+
@builtins.property
|
|
4836
|
+
def log_parameter_max_size(self) -> typing.Optional[jsii.Number]:
|
|
4837
|
+
'''Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with .
|
|
4838
|
+
|
|
4839
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_parameter_max_size ManagedDatabasePostgresql#log_parameter_max_size}
|
|
4840
|
+
'''
|
|
4841
|
+
result = self._values.get("log_parameter_max_size")
|
|
4842
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
4843
|
+
|
|
4844
|
+
@builtins.property
|
|
4845
|
+
def log_relation(
|
|
4846
|
+
self,
|
|
4847
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4848
|
+
'''Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
|
|
4849
|
+
|
|
4850
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_relation ManagedDatabasePostgresql#log_relation}
|
|
4851
|
+
'''
|
|
4852
|
+
result = self._values.get("log_relation")
|
|
4853
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
4854
|
+
|
|
4855
|
+
@builtins.property
|
|
4856
|
+
def log_rows(
|
|
4857
|
+
self,
|
|
4858
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4859
|
+
'''Specifies that audit logging should include the rows retrieved or affected by a statement.
|
|
4860
|
+
|
|
4861
|
+
When enabled the rows field will be included after the parameter field.
|
|
4862
|
+
|
|
4863
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_rows ManagedDatabasePostgresql#log_rows}
|
|
4864
|
+
'''
|
|
4865
|
+
result = self._values.get("log_rows")
|
|
4866
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
4867
|
+
|
|
4868
|
+
@builtins.property
|
|
4869
|
+
def log_statement(
|
|
4870
|
+
self,
|
|
4871
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4872
|
+
'''Specifies whether logging will include the statement text and parameters (if enabled).
|
|
4873
|
+
|
|
4874
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_statement ManagedDatabasePostgresql#log_statement}
|
|
4875
|
+
'''
|
|
4876
|
+
result = self._values.get("log_statement")
|
|
4877
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
4878
|
+
|
|
4879
|
+
@builtins.property
|
|
4880
|
+
def log_statement_once(
|
|
4881
|
+
self,
|
|
4882
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4883
|
+
'''Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry.
|
|
4884
|
+
|
|
4885
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#log_statement_once ManagedDatabasePostgresql#log_statement_once}
|
|
4886
|
+
'''
|
|
4887
|
+
result = self._values.get("log_statement_once")
|
|
4888
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
4889
|
+
|
|
4890
|
+
@builtins.property
|
|
4891
|
+
def role(self) -> typing.Optional[builtins.str]:
|
|
4892
|
+
'''Specifies the master role to use for object audit logging.
|
|
4893
|
+
|
|
4894
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#role ManagedDatabasePostgresql#role}
|
|
4895
|
+
'''
|
|
4896
|
+
result = self._values.get("role")
|
|
4897
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4898
|
+
|
|
4899
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4900
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
4901
|
+
|
|
4902
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
4903
|
+
return not (rhs == self)
|
|
4904
|
+
|
|
4905
|
+
def __repr__(self) -> str:
|
|
4906
|
+
return "ManagedDatabasePostgresqlPropertiesPgaudit(%s)" % ", ".join(
|
|
4907
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
4908
|
+
)
|
|
4909
|
+
|
|
4910
|
+
|
|
4911
|
+
class ManagedDatabasePostgresqlPropertiesPgauditOutputReference(
|
|
4912
|
+
_cdktf_9a9027ec.ComplexObject,
|
|
4913
|
+
metaclass=jsii.JSIIMeta,
|
|
4914
|
+
jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresqlPropertiesPgauditOutputReference",
|
|
4915
|
+
):
|
|
4916
|
+
def __init__(
|
|
4917
|
+
self,
|
|
4918
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
4919
|
+
terraform_attribute: builtins.str,
|
|
4920
|
+
) -> None:
|
|
4921
|
+
'''
|
|
4922
|
+
:param terraform_resource: The parent resource.
|
|
4923
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
|
4924
|
+
'''
|
|
4925
|
+
if __debug__:
|
|
4926
|
+
type_hints = typing.get_type_hints(_typecheckingstub__464ca482964593b0d9e773fbd6dc07d727fc64f0af5ecb299985f5926fe9926f)
|
|
4927
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
|
4928
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
|
4929
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
|
|
4930
|
+
|
|
4931
|
+
@jsii.member(jsii_name="resetFeatureEnabled")
|
|
4932
|
+
def reset_feature_enabled(self) -> None:
|
|
4933
|
+
return typing.cast(None, jsii.invoke(self, "resetFeatureEnabled", []))
|
|
4934
|
+
|
|
4935
|
+
@jsii.member(jsii_name="resetLog")
|
|
4936
|
+
def reset_log(self) -> None:
|
|
4937
|
+
return typing.cast(None, jsii.invoke(self, "resetLog", []))
|
|
4938
|
+
|
|
4939
|
+
@jsii.member(jsii_name="resetLogCatalog")
|
|
4940
|
+
def reset_log_catalog(self) -> None:
|
|
4941
|
+
return typing.cast(None, jsii.invoke(self, "resetLogCatalog", []))
|
|
4942
|
+
|
|
4943
|
+
@jsii.member(jsii_name="resetLogClient")
|
|
4944
|
+
def reset_log_client(self) -> None:
|
|
4945
|
+
return typing.cast(None, jsii.invoke(self, "resetLogClient", []))
|
|
4946
|
+
|
|
4947
|
+
@jsii.member(jsii_name="resetLogLevel")
|
|
4948
|
+
def reset_log_level(self) -> None:
|
|
4949
|
+
return typing.cast(None, jsii.invoke(self, "resetLogLevel", []))
|
|
4950
|
+
|
|
4951
|
+
@jsii.member(jsii_name="resetLogMaxStringLength")
|
|
4952
|
+
def reset_log_max_string_length(self) -> None:
|
|
4953
|
+
return typing.cast(None, jsii.invoke(self, "resetLogMaxStringLength", []))
|
|
4954
|
+
|
|
4955
|
+
@jsii.member(jsii_name="resetLogNestedStatements")
|
|
4956
|
+
def reset_log_nested_statements(self) -> None:
|
|
4957
|
+
return typing.cast(None, jsii.invoke(self, "resetLogNestedStatements", []))
|
|
4958
|
+
|
|
4959
|
+
@jsii.member(jsii_name="resetLogParameter")
|
|
4960
|
+
def reset_log_parameter(self) -> None:
|
|
4961
|
+
return typing.cast(None, jsii.invoke(self, "resetLogParameter", []))
|
|
4962
|
+
|
|
4963
|
+
@jsii.member(jsii_name="resetLogParameterMaxSize")
|
|
4964
|
+
def reset_log_parameter_max_size(self) -> None:
|
|
4965
|
+
return typing.cast(None, jsii.invoke(self, "resetLogParameterMaxSize", []))
|
|
4966
|
+
|
|
4967
|
+
@jsii.member(jsii_name="resetLogRelation")
|
|
4968
|
+
def reset_log_relation(self) -> None:
|
|
4969
|
+
return typing.cast(None, jsii.invoke(self, "resetLogRelation", []))
|
|
4970
|
+
|
|
4971
|
+
@jsii.member(jsii_name="resetLogRows")
|
|
4972
|
+
def reset_log_rows(self) -> None:
|
|
4973
|
+
return typing.cast(None, jsii.invoke(self, "resetLogRows", []))
|
|
4974
|
+
|
|
4975
|
+
@jsii.member(jsii_name="resetLogStatement")
|
|
4976
|
+
def reset_log_statement(self) -> None:
|
|
4977
|
+
return typing.cast(None, jsii.invoke(self, "resetLogStatement", []))
|
|
4978
|
+
|
|
4979
|
+
@jsii.member(jsii_name="resetLogStatementOnce")
|
|
4980
|
+
def reset_log_statement_once(self) -> None:
|
|
4981
|
+
return typing.cast(None, jsii.invoke(self, "resetLogStatementOnce", []))
|
|
4982
|
+
|
|
4983
|
+
@jsii.member(jsii_name="resetRole")
|
|
4984
|
+
def reset_role(self) -> None:
|
|
4985
|
+
return typing.cast(None, jsii.invoke(self, "resetRole", []))
|
|
4986
|
+
|
|
4987
|
+
@builtins.property
|
|
4988
|
+
@jsii.member(jsii_name="featureEnabledInput")
|
|
4989
|
+
def feature_enabled_input(
|
|
4990
|
+
self,
|
|
4991
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4992
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "featureEnabledInput"))
|
|
4993
|
+
|
|
4994
|
+
@builtins.property
|
|
4995
|
+
@jsii.member(jsii_name="logCatalogInput")
|
|
4996
|
+
def log_catalog_input(
|
|
4997
|
+
self,
|
|
4998
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4999
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logCatalogInput"))
|
|
5000
|
+
|
|
5001
|
+
@builtins.property
|
|
5002
|
+
@jsii.member(jsii_name="logClientInput")
|
|
5003
|
+
def log_client_input(
|
|
5004
|
+
self,
|
|
5005
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5006
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logClientInput"))
|
|
5007
|
+
|
|
5008
|
+
@builtins.property
|
|
5009
|
+
@jsii.member(jsii_name="logInput")
|
|
5010
|
+
def log_input(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
5011
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "logInput"))
|
|
5012
|
+
|
|
5013
|
+
@builtins.property
|
|
5014
|
+
@jsii.member(jsii_name="logLevelInput")
|
|
5015
|
+
def log_level_input(self) -> typing.Optional[builtins.str]:
|
|
5016
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "logLevelInput"))
|
|
5017
|
+
|
|
5018
|
+
@builtins.property
|
|
5019
|
+
@jsii.member(jsii_name="logMaxStringLengthInput")
|
|
5020
|
+
def log_max_string_length_input(self) -> typing.Optional[jsii.Number]:
|
|
5021
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "logMaxStringLengthInput"))
|
|
5022
|
+
|
|
5023
|
+
@builtins.property
|
|
5024
|
+
@jsii.member(jsii_name="logNestedStatementsInput")
|
|
5025
|
+
def log_nested_statements_input(
|
|
5026
|
+
self,
|
|
5027
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5028
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logNestedStatementsInput"))
|
|
5029
|
+
|
|
5030
|
+
@builtins.property
|
|
5031
|
+
@jsii.member(jsii_name="logParameterInput")
|
|
5032
|
+
def log_parameter_input(
|
|
5033
|
+
self,
|
|
5034
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5035
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logParameterInput"))
|
|
5036
|
+
|
|
5037
|
+
@builtins.property
|
|
5038
|
+
@jsii.member(jsii_name="logParameterMaxSizeInput")
|
|
5039
|
+
def log_parameter_max_size_input(self) -> typing.Optional[jsii.Number]:
|
|
5040
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "logParameterMaxSizeInput"))
|
|
5041
|
+
|
|
5042
|
+
@builtins.property
|
|
5043
|
+
@jsii.member(jsii_name="logRelationInput")
|
|
5044
|
+
def log_relation_input(
|
|
5045
|
+
self,
|
|
5046
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5047
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logRelationInput"))
|
|
5048
|
+
|
|
5049
|
+
@builtins.property
|
|
5050
|
+
@jsii.member(jsii_name="logRowsInput")
|
|
5051
|
+
def log_rows_input(
|
|
5052
|
+
self,
|
|
5053
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5054
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logRowsInput"))
|
|
5055
|
+
|
|
5056
|
+
@builtins.property
|
|
5057
|
+
@jsii.member(jsii_name="logStatementInput")
|
|
5058
|
+
def log_statement_input(
|
|
5059
|
+
self,
|
|
5060
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5061
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logStatementInput"))
|
|
5062
|
+
|
|
5063
|
+
@builtins.property
|
|
5064
|
+
@jsii.member(jsii_name="logStatementOnceInput")
|
|
5065
|
+
def log_statement_once_input(
|
|
5066
|
+
self,
|
|
5067
|
+
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5068
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "logStatementOnceInput"))
|
|
5069
|
+
|
|
5070
|
+
@builtins.property
|
|
5071
|
+
@jsii.member(jsii_name="roleInput")
|
|
5072
|
+
def role_input(self) -> typing.Optional[builtins.str]:
|
|
5073
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "roleInput"))
|
|
5074
|
+
|
|
5075
|
+
@builtins.property
|
|
5076
|
+
@jsii.member(jsii_name="featureEnabled")
|
|
5077
|
+
def feature_enabled(
|
|
5078
|
+
self,
|
|
5079
|
+
) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
|
5080
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "featureEnabled"))
|
|
5081
|
+
|
|
5082
|
+
@feature_enabled.setter
|
|
5083
|
+
def feature_enabled(
|
|
5084
|
+
self,
|
|
5085
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
5086
|
+
) -> None:
|
|
5087
|
+
if __debug__:
|
|
5088
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bbc9b433486d9bb7d1609f8a5132fe20e78e3c0f5c752c920af98c9e7de822e1)
|
|
5089
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5090
|
+
jsii.set(self, "featureEnabled", value)
|
|
5091
|
+
|
|
5092
|
+
@builtins.property
|
|
5093
|
+
@jsii.member(jsii_name="log")
|
|
5094
|
+
def log(self) -> typing.List[builtins.str]:
|
|
5095
|
+
return typing.cast(typing.List[builtins.str], jsii.get(self, "log"))
|
|
5096
|
+
|
|
5097
|
+
@log.setter
|
|
5098
|
+
def log(self, value: typing.List[builtins.str]) -> None:
|
|
5099
|
+
if __debug__:
|
|
5100
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1d42260ac22d8d15c9b3103737e859b27c183e431b97bb47c1a2cb32f3ed5232)
|
|
5101
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5102
|
+
jsii.set(self, "log", value)
|
|
5103
|
+
|
|
5104
|
+
@builtins.property
|
|
5105
|
+
@jsii.member(jsii_name="logCatalog")
|
|
5106
|
+
def log_catalog(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
|
5107
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logCatalog"))
|
|
5108
|
+
|
|
5109
|
+
@log_catalog.setter
|
|
5110
|
+
def log_catalog(
|
|
5111
|
+
self,
|
|
5112
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
5113
|
+
) -> None:
|
|
5114
|
+
if __debug__:
|
|
5115
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f2e01677919856bac39b08212f3a95dd303d385856121a095ea097d8627f226c)
|
|
5116
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5117
|
+
jsii.set(self, "logCatalog", value)
|
|
5118
|
+
|
|
5119
|
+
@builtins.property
|
|
5120
|
+
@jsii.member(jsii_name="logClient")
|
|
5121
|
+
def log_client(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
|
5122
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logClient"))
|
|
5123
|
+
|
|
5124
|
+
@log_client.setter
|
|
5125
|
+
def log_client(
|
|
5126
|
+
self,
|
|
5127
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
5128
|
+
) -> None:
|
|
5129
|
+
if __debug__:
|
|
5130
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e85f22f31e95a82529a0182521fe54e51b95cc55171651188c909327a7cda591)
|
|
5131
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5132
|
+
jsii.set(self, "logClient", value)
|
|
5133
|
+
|
|
5134
|
+
@builtins.property
|
|
5135
|
+
@jsii.member(jsii_name="logLevel")
|
|
5136
|
+
def log_level(self) -> builtins.str:
|
|
5137
|
+
return typing.cast(builtins.str, jsii.get(self, "logLevel"))
|
|
5138
|
+
|
|
5139
|
+
@log_level.setter
|
|
5140
|
+
def log_level(self, value: builtins.str) -> None:
|
|
5141
|
+
if __debug__:
|
|
5142
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f6b17d3021c92b2d92d85de2aa175a78950f3edb6630682261da5f055c1bd5fa)
|
|
5143
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5144
|
+
jsii.set(self, "logLevel", value)
|
|
5145
|
+
|
|
5146
|
+
@builtins.property
|
|
5147
|
+
@jsii.member(jsii_name="logMaxStringLength")
|
|
5148
|
+
def log_max_string_length(self) -> jsii.Number:
|
|
5149
|
+
return typing.cast(jsii.Number, jsii.get(self, "logMaxStringLength"))
|
|
5150
|
+
|
|
5151
|
+
@log_max_string_length.setter
|
|
5152
|
+
def log_max_string_length(self, value: jsii.Number) -> None:
|
|
5153
|
+
if __debug__:
|
|
5154
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c5289994fd6001603188306c40f7d768c770c8b24ac29b201562957f408410db)
|
|
5155
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5156
|
+
jsii.set(self, "logMaxStringLength", value)
|
|
5157
|
+
|
|
5158
|
+
@builtins.property
|
|
5159
|
+
@jsii.member(jsii_name="logNestedStatements")
|
|
5160
|
+
def log_nested_statements(
|
|
5161
|
+
self,
|
|
5162
|
+
) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
|
5163
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logNestedStatements"))
|
|
5164
|
+
|
|
5165
|
+
@log_nested_statements.setter
|
|
5166
|
+
def log_nested_statements(
|
|
5167
|
+
self,
|
|
5168
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
5169
|
+
) -> None:
|
|
5170
|
+
if __debug__:
|
|
5171
|
+
type_hints = typing.get_type_hints(_typecheckingstub__79ba090e99b2ef9d8ed41d6e44ce66470ddcefe1c32d027e0463228cc96d6685)
|
|
5172
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5173
|
+
jsii.set(self, "logNestedStatements", value)
|
|
5174
|
+
|
|
5175
|
+
@builtins.property
|
|
5176
|
+
@jsii.member(jsii_name="logParameter")
|
|
5177
|
+
def log_parameter(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
|
5178
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logParameter"))
|
|
5179
|
+
|
|
5180
|
+
@log_parameter.setter
|
|
5181
|
+
def log_parameter(
|
|
5182
|
+
self,
|
|
5183
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
5184
|
+
) -> None:
|
|
5185
|
+
if __debug__:
|
|
5186
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ce37f1d5b091e3bef4d0ceef4d0bd3d6e8c9d020ab9434f480ee27f96db29e67)
|
|
5187
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5188
|
+
jsii.set(self, "logParameter", value)
|
|
5189
|
+
|
|
5190
|
+
@builtins.property
|
|
5191
|
+
@jsii.member(jsii_name="logParameterMaxSize")
|
|
5192
|
+
def log_parameter_max_size(self) -> jsii.Number:
|
|
5193
|
+
return typing.cast(jsii.Number, jsii.get(self, "logParameterMaxSize"))
|
|
5194
|
+
|
|
5195
|
+
@log_parameter_max_size.setter
|
|
5196
|
+
def log_parameter_max_size(self, value: jsii.Number) -> None:
|
|
5197
|
+
if __debug__:
|
|
5198
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c637be970804d44fa68b279ab066787132117df8c2cf404436ab10521d07f616)
|
|
5199
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5200
|
+
jsii.set(self, "logParameterMaxSize", value)
|
|
5201
|
+
|
|
5202
|
+
@builtins.property
|
|
5203
|
+
@jsii.member(jsii_name="logRelation")
|
|
5204
|
+
def log_relation(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
|
5205
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logRelation"))
|
|
5206
|
+
|
|
5207
|
+
@log_relation.setter
|
|
5208
|
+
def log_relation(
|
|
5209
|
+
self,
|
|
5210
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
5211
|
+
) -> None:
|
|
5212
|
+
if __debug__:
|
|
5213
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cc52cfab3594e81eeda4e6dbe187d1c4a2e5e035649775d384a4fa2160772234)
|
|
5214
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5215
|
+
jsii.set(self, "logRelation", value)
|
|
5216
|
+
|
|
5217
|
+
@builtins.property
|
|
5218
|
+
@jsii.member(jsii_name="logRows")
|
|
5219
|
+
def log_rows(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
|
5220
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logRows"))
|
|
5221
|
+
|
|
5222
|
+
@log_rows.setter
|
|
5223
|
+
def log_rows(
|
|
5224
|
+
self,
|
|
5225
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
5226
|
+
) -> None:
|
|
5227
|
+
if __debug__:
|
|
5228
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5633b1a7e74d6a2c0b066feebb76ab2f159c97dc1f56b47afd171dcd2483c435)
|
|
5229
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5230
|
+
jsii.set(self, "logRows", value)
|
|
5231
|
+
|
|
5232
|
+
@builtins.property
|
|
5233
|
+
@jsii.member(jsii_name="logStatement")
|
|
5234
|
+
def log_statement(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
|
5235
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logStatement"))
|
|
5236
|
+
|
|
5237
|
+
@log_statement.setter
|
|
5238
|
+
def log_statement(
|
|
5239
|
+
self,
|
|
5240
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
5241
|
+
) -> None:
|
|
5242
|
+
if __debug__:
|
|
5243
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d7524618da50a3107d8f6d8db59750b885f5eee1808ede6defa9d3b53991a34c)
|
|
5244
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5245
|
+
jsii.set(self, "logStatement", value)
|
|
5246
|
+
|
|
5247
|
+
@builtins.property
|
|
5248
|
+
@jsii.member(jsii_name="logStatementOnce")
|
|
5249
|
+
def log_statement_once(
|
|
5250
|
+
self,
|
|
5251
|
+
) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
|
5252
|
+
return typing.cast(typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable], jsii.get(self, "logStatementOnce"))
|
|
5253
|
+
|
|
5254
|
+
@log_statement_once.setter
|
|
5255
|
+
def log_statement_once(
|
|
5256
|
+
self,
|
|
5257
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
5258
|
+
) -> None:
|
|
5259
|
+
if __debug__:
|
|
5260
|
+
type_hints = typing.get_type_hints(_typecheckingstub__06eb0435d6455a516aceb5fbf3ecdf75f11263abc7e24b00ccbb15d60e94be95)
|
|
5261
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5262
|
+
jsii.set(self, "logStatementOnce", value)
|
|
5263
|
+
|
|
5264
|
+
@builtins.property
|
|
5265
|
+
@jsii.member(jsii_name="role")
|
|
5266
|
+
def role(self) -> builtins.str:
|
|
5267
|
+
return typing.cast(builtins.str, jsii.get(self, "role"))
|
|
5268
|
+
|
|
5269
|
+
@role.setter
|
|
5270
|
+
def role(self, value: builtins.str) -> None:
|
|
5271
|
+
if __debug__:
|
|
5272
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7f6a3198b0c922afc3600eaa8ef6e6ba0ab8816525f10d28f67fd6c2be9e00e8)
|
|
5273
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5274
|
+
jsii.set(self, "role", value)
|
|
5275
|
+
|
|
5276
|
+
@builtins.property
|
|
5277
|
+
@jsii.member(jsii_name="internalValue")
|
|
5278
|
+
def internal_value(
|
|
5279
|
+
self,
|
|
5280
|
+
) -> typing.Optional[ManagedDatabasePostgresqlPropertiesPgaudit]:
|
|
5281
|
+
return typing.cast(typing.Optional[ManagedDatabasePostgresqlPropertiesPgaudit], jsii.get(self, "internalValue"))
|
|
5282
|
+
|
|
5283
|
+
@internal_value.setter
|
|
5284
|
+
def internal_value(
|
|
5285
|
+
self,
|
|
5286
|
+
value: typing.Optional[ManagedDatabasePostgresqlPropertiesPgaudit],
|
|
5287
|
+
) -> None:
|
|
5288
|
+
if __debug__:
|
|
5289
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e8481bc4e1262a1119a3da0eb3f4597c912a4ac32d1819f992cc4c470b3e8272)
|
|
5290
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5291
|
+
jsii.set(self, "internalValue", value)
|
|
5292
|
+
|
|
5293
|
+
|
|
4519
5294
|
@jsii.data_type(
|
|
4520
5295
|
jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresqlPropertiesPgbouncer",
|
|
4521
5296
|
jsii_struct_bases=[],
|
|
@@ -4546,15 +5321,15 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4546
5321
|
server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4547
5322
|
) -> None:
|
|
4548
5323
|
'''
|
|
4549
|
-
:param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
4550
|
-
:param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
4551
|
-
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
4552
|
-
:param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
4553
|
-
:param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
4554
|
-
:param min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
4555
|
-
:param server_idle_timeout: If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. [seconds] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
4556
|
-
:param server_lifetime: The pooler will close an unused server connection that has been connected longer than this. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
4557
|
-
:param server_reset_query_always: Run server_reset_query (
|
|
5324
|
+
: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.2.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
5325
|
+
: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.2.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
5326
|
+
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
5327
|
+
: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.2.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
5328
|
+
: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.2.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
5329
|
+
: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.2.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
5330
|
+
: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.2.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
5331
|
+
: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.2.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
5332
|
+
: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.2.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
4558
5333
|
'''
|
|
4559
5334
|
if __debug__:
|
|
4560
5335
|
type_hints = typing.get_type_hints(_typecheckingstub__2862abffc43a442ad2bff1c444cf98fb770986970925fafb7cc295e2cc45a9b9)
|
|
@@ -4591,9 +5366,9 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4591
5366
|
def autodb_idle_timeout(self) -> typing.Optional[jsii.Number]:
|
|
4592
5367
|
'''If the automatically created database pools have been unused this many seconds, they are freed.
|
|
4593
5368
|
|
|
4594
|
-
If 0 then timeout is disabled. [seconds]
|
|
5369
|
+
If 0 then timeout is disabled. [seconds].
|
|
4595
5370
|
|
|
4596
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
5371
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
4597
5372
|
'''
|
|
4598
5373
|
result = self._values.get("autodb_idle_timeout")
|
|
4599
5374
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4604,7 +5379,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4604
5379
|
|
|
4605
5380
|
Setting it to 0 means unlimited.
|
|
4606
5381
|
|
|
4607
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
5382
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
4608
5383
|
'''
|
|
4609
5384
|
result = self._values.get("autodb_max_db_connections")
|
|
4610
5385
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4613,7 +5388,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4613
5388
|
def autodb_pool_mode(self) -> typing.Optional[builtins.str]:
|
|
4614
5389
|
'''PGBouncer pool mode.
|
|
4615
5390
|
|
|
4616
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
5391
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
4617
5392
|
'''
|
|
4618
5393
|
result = self._values.get("autodb_pool_mode")
|
|
4619
5394
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4622,7 +5397,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4622
5397
|
def autodb_pool_size(self) -> typing.Optional[jsii.Number]:
|
|
4623
5398
|
'''If non-zero then create automatically a pool of that size per user when a pool doesn't exist.
|
|
4624
5399
|
|
|
4625
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
5400
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
4626
5401
|
'''
|
|
4627
5402
|
result = self._values.get("autodb_pool_size")
|
|
4628
5403
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4631,7 +5406,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4631
5406
|
def ignore_startup_parameters(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4632
5407
|
'''List of parameters to ignore when given in startup packet.
|
|
4633
5408
|
|
|
4634
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
5409
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
4635
5410
|
'''
|
|
4636
5411
|
result = self._values.get("ignore_startup_parameters")
|
|
4637
5412
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -4642,7 +5417,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4642
5417
|
|
|
4643
5418
|
Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size.
|
|
4644
5419
|
|
|
4645
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
5420
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
4646
5421
|
'''
|
|
4647
5422
|
result = self._values.get("min_pool_size")
|
|
4648
5423
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4651,9 +5426,9 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4651
5426
|
def server_idle_timeout(self) -> typing.Optional[jsii.Number]:
|
|
4652
5427
|
'''If a server connection has been idle more than this many seconds it will be dropped.
|
|
4653
5428
|
|
|
4654
|
-
If 0 then timeout is disabled. [seconds]
|
|
5429
|
+
If 0 then timeout is disabled. [seconds].
|
|
4655
5430
|
|
|
4656
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
5431
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
4657
5432
|
'''
|
|
4658
5433
|
result = self._values.get("server_idle_timeout")
|
|
4659
5434
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4662,7 +5437,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4662
5437
|
def server_lifetime(self) -> typing.Optional[jsii.Number]:
|
|
4663
5438
|
'''The pooler will close an unused server connection that has been connected longer than this. [seconds].
|
|
4664
5439
|
|
|
4665
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
5440
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
4666
5441
|
'''
|
|
4667
5442
|
result = self._values.get("server_lifetime")
|
|
4668
5443
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4671,9 +5446,9 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4671
5446
|
def server_reset_query_always(
|
|
4672
5447
|
self,
|
|
4673
5448
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4674
|
-
'''Run server_reset_query (
|
|
5449
|
+
'''Run server_reset_query (DISCARD ALL) in all pooling modes.
|
|
4675
5450
|
|
|
4676
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
5451
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
4677
5452
|
'''
|
|
4678
5453
|
result = self._values.get("server_reset_query_always")
|
|
4679
5454
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -4940,7 +5715,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
|
|
|
4940
5715
|
max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
|
|
4941
5716
|
) -> None:
|
|
4942
5717
|
'''
|
|
4943
|
-
:param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
5718
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
4944
5719
|
'''
|
|
4945
5720
|
if __debug__:
|
|
4946
5721
|
type_hints = typing.get_type_hints(_typecheckingstub__dd81ae3f527ba52eaf4f2d07e7187afc3b2328ed800858a2364717bdfe0081a9)
|
|
@@ -4953,7 +5728,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
|
|
|
4953
5728
|
def max_failover_replication_time_lag(self) -> typing.Optional[jsii.Number]:
|
|
4954
5729
|
'''Number of seconds of master unavailability before triggering database failover to standby.
|
|
4955
5730
|
|
|
4956
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
5731
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
4957
5732
|
'''
|
|
4958
5733
|
result = self._values.get("max_failover_replication_time_lag")
|
|
4959
5734
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5041,7 +5816,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
|
|
|
5041
5816
|
max_background_workers: typing.Optional[jsii.Number] = None,
|
|
5042
5817
|
) -> None:
|
|
5043
5818
|
'''
|
|
5044
|
-
:param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
5819
|
+
: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.2.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
5045
5820
|
'''
|
|
5046
5821
|
if __debug__:
|
|
5047
5822
|
type_hints = typing.get_type_hints(_typecheckingstub__71c8b11f8b53026baff50866f6d74787011a28fc791f639a52c7c58b6f897621)
|
|
@@ -5056,7 +5831,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
|
|
|
5056
5831
|
|
|
5057
5832
|
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.
|
|
5058
5833
|
|
|
5059
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
5834
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
5060
5835
|
'''
|
|
5061
5836
|
result = self._values.get("max_background_workers")
|
|
5062
5837
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5148,6 +5923,8 @@ __all__ = [
|
|
|
5148
5923
|
"ManagedDatabasePostgresqlPropertiesMigration",
|
|
5149
5924
|
"ManagedDatabasePostgresqlPropertiesMigrationOutputReference",
|
|
5150
5925
|
"ManagedDatabasePostgresqlPropertiesOutputReference",
|
|
5926
|
+
"ManagedDatabasePostgresqlPropertiesPgaudit",
|
|
5927
|
+
"ManagedDatabasePostgresqlPropertiesPgauditOutputReference",
|
|
5151
5928
|
"ManagedDatabasePostgresqlPropertiesPgbouncer",
|
|
5152
5929
|
"ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference",
|
|
5153
5930
|
"ManagedDatabasePostgresqlPropertiesPglookout",
|
|
@@ -5495,6 +6272,7 @@ def _typecheckingstub__c6910d3220979fbcd86275a19c629678468755096ca15771873a4cee0
|
|
|
5495
6272
|
max_wal_senders: typing.Optional[jsii.Number] = None,
|
|
5496
6273
|
max_worker_processes: typing.Optional[jsii.Number] = None,
|
|
5497
6274
|
migration: typing.Optional[typing.Union[ManagedDatabasePostgresqlPropertiesMigration, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
6275
|
+
pgaudit: typing.Optional[typing.Union[ManagedDatabasePostgresqlPropertiesPgaudit, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
5498
6276
|
pgbouncer: typing.Optional[typing.Union[ManagedDatabasePostgresqlPropertiesPgbouncer, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
5499
6277
|
pglookout: typing.Optional[typing.Union[ManagedDatabasePostgresqlPropertiesPglookout, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
5500
6278
|
pg_partman_bgw_interval: typing.Optional[jsii.Number] = None,
|
|
@@ -5528,6 +6306,7 @@ def _typecheckingstub__9a22b07e9381a03b0e883019f9869d2e86afe1337164b3f40f42a6533
|
|
|
5528
6306
|
dbname: typing.Optional[builtins.str] = None,
|
|
5529
6307
|
host: typing.Optional[builtins.str] = None,
|
|
5530
6308
|
ignore_dbs: typing.Optional[builtins.str] = None,
|
|
6309
|
+
method: typing.Optional[builtins.str] = None,
|
|
5531
6310
|
password: typing.Optional[builtins.str] = None,
|
|
5532
6311
|
port: typing.Optional[jsii.Number] = None,
|
|
5533
6312
|
ssl: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
@@ -5561,6 +6340,12 @@ def _typecheckingstub__5ed77193308666d5a3848635d267e0d341fc69179190e0832fb81a48f
|
|
|
5561
6340
|
"""Type checking stubs"""
|
|
5562
6341
|
pass
|
|
5563
6342
|
|
|
6343
|
+
def _typecheckingstub__1fb4c8b4612f86674f4e64dd17d4ed079eecd07d785ab3841dc409b159a5e95c(
|
|
6344
|
+
value: builtins.str,
|
|
6345
|
+
) -> None:
|
|
6346
|
+
"""Type checking stubs"""
|
|
6347
|
+
pass
|
|
6348
|
+
|
|
5564
6349
|
def _typecheckingstub__c0fdfd5c0b89db2edd92450c9ac53a11e1f3dd5d6210595996291472c6e80be5(
|
|
5565
6350
|
value: builtins.str,
|
|
5566
6351
|
) -> None:
|
|
@@ -5982,6 +6767,123 @@ def _typecheckingstub__520a338727eb7d856b3b656bc7f18cdedc438461e851ce53575867749
|
|
|
5982
6767
|
"""Type checking stubs"""
|
|
5983
6768
|
pass
|
|
5984
6769
|
|
|
6770
|
+
def _typecheckingstub__ceddef9157916dec3e9a0146d7eedd65e39272ad64a94090ac97ce9eb4e638a6(
|
|
6771
|
+
*,
|
|
6772
|
+
feature_enabled: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
6773
|
+
log: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
6774
|
+
log_catalog: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
6775
|
+
log_client: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
6776
|
+
log_level: typing.Optional[builtins.str] = None,
|
|
6777
|
+
log_max_string_length: typing.Optional[jsii.Number] = None,
|
|
6778
|
+
log_nested_statements: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
6779
|
+
log_parameter: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
6780
|
+
log_parameter_max_size: typing.Optional[jsii.Number] = None,
|
|
6781
|
+
log_relation: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
6782
|
+
log_rows: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
6783
|
+
log_statement: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
6784
|
+
log_statement_once: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
6785
|
+
role: typing.Optional[builtins.str] = None,
|
|
6786
|
+
) -> None:
|
|
6787
|
+
"""Type checking stubs"""
|
|
6788
|
+
pass
|
|
6789
|
+
|
|
6790
|
+
def _typecheckingstub__464ca482964593b0d9e773fbd6dc07d727fc64f0af5ecb299985f5926fe9926f(
|
|
6791
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
6792
|
+
terraform_attribute: builtins.str,
|
|
6793
|
+
) -> None:
|
|
6794
|
+
"""Type checking stubs"""
|
|
6795
|
+
pass
|
|
6796
|
+
|
|
6797
|
+
def _typecheckingstub__bbc9b433486d9bb7d1609f8a5132fe20e78e3c0f5c752c920af98c9e7de822e1(
|
|
6798
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
6799
|
+
) -> None:
|
|
6800
|
+
"""Type checking stubs"""
|
|
6801
|
+
pass
|
|
6802
|
+
|
|
6803
|
+
def _typecheckingstub__1d42260ac22d8d15c9b3103737e859b27c183e431b97bb47c1a2cb32f3ed5232(
|
|
6804
|
+
value: typing.List[builtins.str],
|
|
6805
|
+
) -> None:
|
|
6806
|
+
"""Type checking stubs"""
|
|
6807
|
+
pass
|
|
6808
|
+
|
|
6809
|
+
def _typecheckingstub__f2e01677919856bac39b08212f3a95dd303d385856121a095ea097d8627f226c(
|
|
6810
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
6811
|
+
) -> None:
|
|
6812
|
+
"""Type checking stubs"""
|
|
6813
|
+
pass
|
|
6814
|
+
|
|
6815
|
+
def _typecheckingstub__e85f22f31e95a82529a0182521fe54e51b95cc55171651188c909327a7cda591(
|
|
6816
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
6817
|
+
) -> None:
|
|
6818
|
+
"""Type checking stubs"""
|
|
6819
|
+
pass
|
|
6820
|
+
|
|
6821
|
+
def _typecheckingstub__f6b17d3021c92b2d92d85de2aa175a78950f3edb6630682261da5f055c1bd5fa(
|
|
6822
|
+
value: builtins.str,
|
|
6823
|
+
) -> None:
|
|
6824
|
+
"""Type checking stubs"""
|
|
6825
|
+
pass
|
|
6826
|
+
|
|
6827
|
+
def _typecheckingstub__c5289994fd6001603188306c40f7d768c770c8b24ac29b201562957f408410db(
|
|
6828
|
+
value: jsii.Number,
|
|
6829
|
+
) -> None:
|
|
6830
|
+
"""Type checking stubs"""
|
|
6831
|
+
pass
|
|
6832
|
+
|
|
6833
|
+
def _typecheckingstub__79ba090e99b2ef9d8ed41d6e44ce66470ddcefe1c32d027e0463228cc96d6685(
|
|
6834
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
6835
|
+
) -> None:
|
|
6836
|
+
"""Type checking stubs"""
|
|
6837
|
+
pass
|
|
6838
|
+
|
|
6839
|
+
def _typecheckingstub__ce37f1d5b091e3bef4d0ceef4d0bd3d6e8c9d020ab9434f480ee27f96db29e67(
|
|
6840
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
6841
|
+
) -> None:
|
|
6842
|
+
"""Type checking stubs"""
|
|
6843
|
+
pass
|
|
6844
|
+
|
|
6845
|
+
def _typecheckingstub__c637be970804d44fa68b279ab066787132117df8c2cf404436ab10521d07f616(
|
|
6846
|
+
value: jsii.Number,
|
|
6847
|
+
) -> None:
|
|
6848
|
+
"""Type checking stubs"""
|
|
6849
|
+
pass
|
|
6850
|
+
|
|
6851
|
+
def _typecheckingstub__cc52cfab3594e81eeda4e6dbe187d1c4a2e5e035649775d384a4fa2160772234(
|
|
6852
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
6853
|
+
) -> None:
|
|
6854
|
+
"""Type checking stubs"""
|
|
6855
|
+
pass
|
|
6856
|
+
|
|
6857
|
+
def _typecheckingstub__5633b1a7e74d6a2c0b066feebb76ab2f159c97dc1f56b47afd171dcd2483c435(
|
|
6858
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
6859
|
+
) -> None:
|
|
6860
|
+
"""Type checking stubs"""
|
|
6861
|
+
pass
|
|
6862
|
+
|
|
6863
|
+
def _typecheckingstub__d7524618da50a3107d8f6d8db59750b885f5eee1808ede6defa9d3b53991a34c(
|
|
6864
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
6865
|
+
) -> None:
|
|
6866
|
+
"""Type checking stubs"""
|
|
6867
|
+
pass
|
|
6868
|
+
|
|
6869
|
+
def _typecheckingstub__06eb0435d6455a516aceb5fbf3ecdf75f11263abc7e24b00ccbb15d60e94be95(
|
|
6870
|
+
value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
|
|
6871
|
+
) -> None:
|
|
6872
|
+
"""Type checking stubs"""
|
|
6873
|
+
pass
|
|
6874
|
+
|
|
6875
|
+
def _typecheckingstub__7f6a3198b0c922afc3600eaa8ef6e6ba0ab8816525f10d28f67fd6c2be9e00e8(
|
|
6876
|
+
value: builtins.str,
|
|
6877
|
+
) -> None:
|
|
6878
|
+
"""Type checking stubs"""
|
|
6879
|
+
pass
|
|
6880
|
+
|
|
6881
|
+
def _typecheckingstub__e8481bc4e1262a1119a3da0eb3f4597c912a4ac32d1819f992cc4c470b3e8272(
|
|
6882
|
+
value: typing.Optional[ManagedDatabasePostgresqlPropertiesPgaudit],
|
|
6883
|
+
) -> None:
|
|
6884
|
+
"""Type checking stubs"""
|
|
6885
|
+
pass
|
|
6886
|
+
|
|
5985
6887
|
def _typecheckingstub__2862abffc43a442ad2bff1c444cf98fb770986970925fafb7cc295e2cc45a9b9(
|
|
5986
6888
|
*,
|
|
5987
6889
|
autodb_idle_timeout: typing.Optional[jsii.Number] = None,
|