cdktf-cdktf-provider-upcloud 15.6.0__py3-none-any.whl → 15.6.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- cdktf_cdktf_provider_upcloud/__init__.py +3 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@15.6.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +9 -9
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_load_balancer_dns_challenge_domain/__init__.py +4 -4
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_valkey_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +38 -38
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +34 -34
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +72 -72
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +46 -46
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +46 -46
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +33 -33
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +228 -228
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +213 -213
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +603 -603
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +369 -369
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +135 -135
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +65 -65
- cdktf_cdktf_provider_upcloud/managed_database_valkey/__init__.py +138 -138
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/managed_object_storage_bucket/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/managed_object_storage_custom_domain/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/network/__init__.py +50 -50
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
- cdktf_cdktf_provider_upcloud/provider/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/server/__init__.py +139 -139
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/storage/__init__.py +51 -51
- cdktf_cdktf_provider_upcloud/storage_backup/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/storage_template/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-15.6.0.dist-info → cdktf_cdktf_provider_upcloud-15.6.1.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_upcloud-15.6.1.dist-info/RECORD +67 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@15.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-15.6.0.dist-info/RECORD +0 -67
- {cdktf_cdktf_provider_upcloud-15.6.0.dist-info → cdktf_cdktf_provider_upcloud-15.6.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-15.6.0.dist-info → cdktf_cdktf_provider_upcloud-15.6.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-15.6.0.dist-info → cdktf_cdktf_provider_upcloud-15.6.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_managed_database_postgresql`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -44,7 +44,7 @@ class ManagedDatabasePostgresql(
|
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
|
45
45
|
jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresql",
|
|
46
46
|
):
|
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql}.'''
|
|
48
48
|
|
|
49
49
|
def __init__(
|
|
50
50
|
self,
|
|
@@ -72,23 +72,23 @@ class ManagedDatabasePostgresql(
|
|
|
72
72
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
73
73
|
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,
|
|
74
74
|
) -> None:
|
|
75
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
75
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql} Resource.
|
|
76
76
|
|
|
77
77
|
:param scope: The scope in which to define this construct.
|
|
78
78
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
79
|
-
: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.29.
|
|
80
|
-
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans pg``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
81
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
82
|
-
: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.29.
|
|
83
|
-
:param additional_disk_space_gib: Additional disk space in GiB. Note that changes in additional disk space might require disk maintenance. This pending maintenance blocks some operations, such as version upgrades, until the maintenance is completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
84
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
85
|
-
:param labels: User defined key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
86
|
-
: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.29.
|
|
87
|
-
: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.29.
|
|
88
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
89
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
90
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
91
|
-
:param termination_protection: If set to true, prevents the managed service from being powered off, or deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
79
|
+
: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.29.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
80
|
+
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans pg``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
81
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
82
|
+
: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.29.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
83
|
+
:param additional_disk_space_gib: Additional disk space in GiB. Note that changes in additional disk space might require disk maintenance. This pending maintenance blocks some operations, such as version upgrades, until the maintenance is completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#additional_disk_space_gib ManagedDatabasePostgresql#additional_disk_space_gib}
|
|
84
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.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.
|
|
85
|
+
:param labels: User defined key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#labels ManagedDatabasePostgresql#labels}
|
|
86
|
+
: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.29.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
87
|
+
: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.29.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
88
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
|
|
89
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
90
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
91
|
+
:param termination_protection: If set to true, prevents the managed service from being powered off, or deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#termination_protection ManagedDatabasePostgresql#termination_protection}
|
|
92
92
|
:param connection:
|
|
93
93
|
:param count:
|
|
94
94
|
:param depends_on:
|
|
@@ -139,7 +139,7 @@ class ManagedDatabasePostgresql(
|
|
|
139
139
|
|
|
140
140
|
:param scope: The scope in which to define this construct.
|
|
141
141
|
:param import_to_id: The construct id used in the generated config for the ManagedDatabasePostgresql to import.
|
|
142
|
-
: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.29.
|
|
142
|
+
: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.29.1/docs/resources/managed_database_postgresql#import import section} in the documentation of this resource for the id to use
|
|
143
143
|
:param provider: ? Optional instance of the provider where the ManagedDatabasePostgresql to import is found.
|
|
144
144
|
'''
|
|
145
145
|
if __debug__:
|
|
@@ -240,77 +240,77 @@ class ManagedDatabasePostgresql(
|
|
|
240
240
|
work_mem: typing.Optional[jsii.Number] = None,
|
|
241
241
|
) -> None:
|
|
242
242
|
'''
|
|
243
|
-
: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.29.
|
|
244
|
-
: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.29.
|
|
245
|
-
: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.29.
|
|
246
|
-
: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 (e.g. ``0.2`` for 20% of the table size). The default is ``0.2``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
247
|
-
: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``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
248
|
-
: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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
249
|
-
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is ``3``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
250
|
-
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is ``60``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
251
|
-
: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 is ``2`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
252
|
-
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If ``-1`` is specified, the regular vacuum_cost_limit value will be used. The default is ``-1`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
253
|
-
: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 (e.g. ``0.2`` for 20% of the table size). The default is ``0.2``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
254
|
-
: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``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
255
|
-
: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.29.
|
|
256
|
-
: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.29.
|
|
257
|
-
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. The default is ``200``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
258
|
-
: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. Setting of 0 disables forced writeback. The default is ``512``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
259
|
-
: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. The default is ``100``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
260
|
-
: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.29.
|
|
261
|
-
: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. The default is ``1000`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
262
|
-
:param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns. The default is ``lz4``. Only available for PostgreSQL 14+. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
263
|
-
: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.29.
|
|
264
|
-
: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.29.
|
|
265
|
-
: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.29.
|
|
266
|
-
: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 disables logging autovacuum actions. The default is ``1000``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
267
|
-
: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.29.
|
|
268
|
-
:param log_line_prefix: Choose from one of the available log formats. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
269
|
-
: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.29.
|
|
270
|
-
: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.29.
|
|
271
|
-
:param max_connections: Sets the PostgreSQL maximum number of concurrent connections to the database server. This is a limited-release parameter. Contact your account team to confirm your eligibility. You cannot decrease this parameter value when set. For services with a read replica, first increase the read replica's value. After the change is applied to the replica, you can increase the primary service's value. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
272
|
-
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. The default is ``1000`` (upstream default). Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
273
|
-
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
274
|
-
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). The default is ``4`` (upstream default). Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
275
|
-
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. The default is ``8`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
276
|
-
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is ``2`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
277
|
-
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. The default is ``64`` (upstream default). Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
278
|
-
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. The default is ``0``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
279
|
-
:param max_replication_slots: PostgreSQL maximum replication slots. The default is ``20``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
280
|
-
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. If ``-1`` is specified, replication slots may retain an unlimited amount of WAL files. The default is ``-1`` (upstream default). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
281
|
-
:param max_stack_depth: Maximum depth of the stack in bytes. The default is ``2097152`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
282
|
-
:param max_standby_archive_delay: Max standby archive delay in milliseconds. The default is ``30000`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
283
|
-
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. The default is ``30000`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
284
|
-
:param max_sync_workers_per_subscription: Maximum number of synchronization workers per subscription. The default is ``2``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
285
|
-
:param max_wal_senders: PostgreSQL maximum WAL senders. The default is ``20``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
286
|
-
:param max_worker_processes: Sets the maximum number of background processes that the system can support. The default is ``8``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
287
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
288
|
-
:param password_encryption: Chooses the algorithm for encrypting passwords. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
289
|
-
:param pgaudit: pgaudit block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
290
|
-
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
291
|
-
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
292
|
-
:param pg_partman_bgw_interval: Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is ``3600``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
293
|
-
: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.29.
|
|
294
|
-
:param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Changing this parameter causes a service restart. 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.29.
|
|
295
|
-
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
296
|
-
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
297
|
-
: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 is ``top``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
298
|
-
: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.29.
|
|
299
|
-
: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.29.
|
|
300
|
-
: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. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
301
|
-
: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.29.
|
|
302
|
-
: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.29.
|
|
303
|
-
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
304
|
-
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
305
|
-
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
306
|
-
:param track_commit_timestamp: Record commit time of transactions. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
307
|
-
: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.29.
|
|
308
|
-
:param track_io_timing: Enables timing of database I/O calls. The default is ``off``. When on, 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.29.
|
|
309
|
-
: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.29.
|
|
310
|
-
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
311
|
-
: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.29.
|
|
312
|
-
:param wal_writer_delay: WAL flush interval in milliseconds. The default is ``200``. Setting this parameter to a lower value may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
313
|
-
: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. The default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
243
|
+
: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.29.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
244
|
+
: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.29.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
245
|
+
: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.29.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
246
|
+
: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 (e.g. ``0.2`` for 20% of the table size). The default is ``0.2``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
247
|
+
: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``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
248
|
+
: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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
249
|
+
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is ``3``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
250
|
+
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is ``60``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
251
|
+
: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 is ``2`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
252
|
+
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If ``-1`` is specified, the regular vacuum_cost_limit value will be used. The default is ``-1`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
253
|
+
: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 (e.g. ``0.2`` for 20% of the table size). The default is ``0.2``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
254
|
+
: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``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
255
|
+
: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.29.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
256
|
+
: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.29.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
257
|
+
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. The default is ``200``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
258
|
+
: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. Setting of 0 disables forced writeback. The default is ``512``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
259
|
+
: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. The default is ``100``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
260
|
+
: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.29.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
261
|
+
: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. The default is ``1000`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
262
|
+
:param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns. The default is ``lz4``. Only available for PostgreSQL 14+. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
263
|
+
: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.29.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
264
|
+
: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.29.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
265
|
+
: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.29.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
266
|
+
: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 disables logging autovacuum actions. The default is ``1000``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
267
|
+
: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.29.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
268
|
+
:param log_line_prefix: Choose from one of the available log formats. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
269
|
+
: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.29.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
270
|
+
: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.29.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
271
|
+
:param max_connections: Sets the PostgreSQL maximum number of concurrent connections to the database server. This is a limited-release parameter. Contact your account team to confirm your eligibility. You cannot decrease this parameter value when set. For services with a read replica, first increase the read replica's value. After the change is applied to the replica, you can increase the primary service's value. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_connections ManagedDatabasePostgresql#max_connections}
|
|
272
|
+
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. The default is ``1000`` (upstream default). Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
273
|
+
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
274
|
+
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). The default is ``4`` (upstream default). Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
275
|
+
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. The default is ``8`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
276
|
+
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is ``2`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
277
|
+
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. The default is ``64`` (upstream default). Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
278
|
+
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. The default is ``0``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
279
|
+
:param max_replication_slots: PostgreSQL maximum replication slots. The default is ``20``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
280
|
+
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. If ``-1`` is specified, replication slots may retain an unlimited amount of WAL files. The default is ``-1`` (upstream default). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
281
|
+
:param max_stack_depth: Maximum depth of the stack in bytes. The default is ``2097152`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
282
|
+
:param max_standby_archive_delay: Max standby archive delay in milliseconds. The default is ``30000`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
283
|
+
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. The default is ``30000`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
284
|
+
:param max_sync_workers_per_subscription: Maximum number of synchronization workers per subscription. The default is ``2``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_sync_workers_per_subscription ManagedDatabasePostgresql#max_sync_workers_per_subscription}
|
|
285
|
+
:param max_wal_senders: PostgreSQL maximum WAL senders. The default is ``20``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
286
|
+
:param max_worker_processes: Sets the maximum number of background processes that the system can support. The default is ``8``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
287
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
288
|
+
:param password_encryption: Chooses the algorithm for encrypting passwords. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#password_encryption ManagedDatabasePostgresql#password_encryption}
|
|
289
|
+
:param pgaudit: pgaudit block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pgaudit ManagedDatabasePostgresql#pgaudit}
|
|
290
|
+
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
291
|
+
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
292
|
+
:param pg_partman_bgw_interval: Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is ``3600``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
293
|
+
: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.29.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
294
|
+
:param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Changing this parameter causes a service restart. 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.29.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
295
|
+
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
296
|
+
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
297
|
+
: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 is ``top``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
298
|
+
: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.29.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
299
|
+
: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.29.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
300
|
+
: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. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
301
|
+
: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.29.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
302
|
+
: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.29.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
303
|
+
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
304
|
+
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
305
|
+
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
306
|
+
:param track_commit_timestamp: Record commit time of transactions. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
307
|
+
: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.29.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
308
|
+
:param track_io_timing: Enables timing of database I/O calls. The default is ``off``. When on, 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.29.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
309
|
+
: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.29.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
310
|
+
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
311
|
+
: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.29.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
312
|
+
:param wal_writer_delay: WAL flush interval in milliseconds. The default is ``200``. Setting this parameter to a lower value may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
313
|
+
: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. The default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
314
314
|
'''
|
|
315
315
|
value = ManagedDatabasePostgresqlProperties(
|
|
316
316
|
admin_password=admin_password,
|
|
@@ -941,19 +941,19 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
941
941
|
:param lifecycle:
|
|
942
942
|
:param provider:
|
|
943
943
|
:param provisioners:
|
|
944
|
-
: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.29.
|
|
945
|
-
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans pg``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
946
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
947
|
-
: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.29.
|
|
948
|
-
:param additional_disk_space_gib: Additional disk space in GiB. Note that changes in additional disk space might require disk maintenance. This pending maintenance blocks some operations, such as version upgrades, until the maintenance is completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
949
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
950
|
-
:param labels: User defined key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
951
|
-
: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.29.
|
|
952
|
-
: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.29.
|
|
953
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
954
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
955
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
956
|
-
:param termination_protection: If set to true, prevents the managed service from being powered off, or deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
944
|
+
: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.29.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
945
|
+
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans pg``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
946
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
947
|
+
: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.29.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
948
|
+
:param additional_disk_space_gib: Additional disk space in GiB. Note that changes in additional disk space might require disk maintenance. This pending maintenance blocks some operations, such as version upgrades, until the maintenance is completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#additional_disk_space_gib ManagedDatabasePostgresql#additional_disk_space_gib}
|
|
949
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.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.
|
|
950
|
+
:param labels: User defined key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#labels ManagedDatabasePostgresql#labels}
|
|
951
|
+
: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.29.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
952
|
+
: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.29.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
953
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
|
|
954
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
955
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
956
|
+
:param termination_protection: If set to true, prevents the managed service from being powered off, or deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#termination_protection ManagedDatabasePostgresql#termination_protection}
|
|
957
957
|
'''
|
|
958
958
|
if isinstance(lifecycle, dict):
|
|
959
959
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -1090,7 +1090,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1090
1090
|
|
|
1091
1091
|
The name is used as a prefix for the logical hostname. Must be unique within an account
|
|
1092
1092
|
|
|
1093
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1093
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
1094
1094
|
'''
|
|
1095
1095
|
result = self._values.get("name")
|
|
1096
1096
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1102,7 +1102,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1102
1102
|
|
|
1103
1103
|
This determines how much resources the instance will have. You can list available plans with ``upctl database plans pg``.
|
|
1104
1104
|
|
|
1105
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1105
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
1106
1106
|
'''
|
|
1107
1107
|
result = self._values.get("plan")
|
|
1108
1108
|
assert result is not None, "Required property 'plan' is missing"
|
|
@@ -1112,7 +1112,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1112
1112
|
def title(self) -> builtins.str:
|
|
1113
1113
|
'''Title of a managed database instance.
|
|
1114
1114
|
|
|
1115
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1115
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
1116
1116
|
'''
|
|
1117
1117
|
result = self._values.get("title")
|
|
1118
1118
|
assert result is not None, "Required property 'title' is missing"
|
|
@@ -1122,7 +1122,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1122
1122
|
def zone(self) -> builtins.str:
|
|
1123
1123
|
'''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
1124
1124
|
|
|
1125
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1125
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
1126
1126
|
'''
|
|
1127
1127
|
result = self._values.get("zone")
|
|
1128
1128
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -1134,14 +1134,14 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1134
1134
|
|
|
1135
1135
|
Note that changes in additional disk space might require disk maintenance. This pending maintenance blocks some operations, such as version upgrades, until the maintenance is completed.
|
|
1136
1136
|
|
|
1137
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1137
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#additional_disk_space_gib ManagedDatabasePostgresql#additional_disk_space_gib}
|
|
1138
1138
|
'''
|
|
1139
1139
|
result = self._values.get("additional_disk_space_gib")
|
|
1140
1140
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
1141
1141
|
|
|
1142
1142
|
@builtins.property
|
|
1143
1143
|
def id(self) -> typing.Optional[builtins.str]:
|
|
1144
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1144
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#id}.
|
|
1145
1145
|
|
|
1146
1146
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
1147
1147
|
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.
|
|
@@ -1153,7 +1153,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1153
1153
|
def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
1154
1154
|
'''User defined key-value pairs to classify the managed database.
|
|
1155
1155
|
|
|
1156
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1156
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#labels ManagedDatabasePostgresql#labels}
|
|
1157
1157
|
'''
|
|
1158
1158
|
result = self._values.get("labels")
|
|
1159
1159
|
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
@@ -1162,7 +1162,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1162
1162
|
def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
|
|
1163
1163
|
'''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
|
|
1164
1164
|
|
|
1165
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1165
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
1166
1166
|
'''
|
|
1167
1167
|
result = self._values.get("maintenance_window_dow")
|
|
1168
1168
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1171,7 +1171,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1171
1171
|
def maintenance_window_time(self) -> typing.Optional[builtins.str]:
|
|
1172
1172
|
'''Maintenance window UTC time in hh:mm:ss format.
|
|
1173
1173
|
|
|
1174
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1174
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
1175
1175
|
'''
|
|
1176
1176
|
result = self._values.get("maintenance_window_time")
|
|
1177
1177
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1182,7 +1182,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1182
1182
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabasePostgresqlNetwork"]]]:
|
|
1183
1183
|
'''network block.
|
|
1184
1184
|
|
|
1185
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1185
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
|
|
1186
1186
|
'''
|
|
1187
1187
|
result = self._values.get("network")
|
|
1188
1188
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabasePostgresqlNetwork"]]], result)
|
|
@@ -1193,7 +1193,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1193
1193
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1194
1194
|
'''The administrative power state of the service.
|
|
1195
1195
|
|
|
1196
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1196
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
1197
1197
|
'''
|
|
1198
1198
|
result = self._values.get("powered")
|
|
1199
1199
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1202,7 +1202,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1202
1202
|
def properties(self) -> typing.Optional["ManagedDatabasePostgresqlProperties"]:
|
|
1203
1203
|
'''properties block.
|
|
1204
1204
|
|
|
1205
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1205
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
1206
1206
|
'''
|
|
1207
1207
|
result = self._values.get("properties")
|
|
1208
1208
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlProperties"], result)
|
|
@@ -1213,7 +1213,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1213
1213
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1214
1214
|
'''If set to true, prevents the managed service from being powered off, or deleted.
|
|
1215
1215
|
|
|
1216
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1216
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#termination_protection ManagedDatabasePostgresql#termination_protection}
|
|
1217
1217
|
'''
|
|
1218
1218
|
result = self._values.get("termination_protection")
|
|
1219
1219
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1245,10 +1245,10 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1245
1245
|
uuid: builtins.str,
|
|
1246
1246
|
) -> None:
|
|
1247
1247
|
'''
|
|
1248
|
-
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1249
|
-
: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.29.
|
|
1250
|
-
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1251
|
-
: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.29.
|
|
1248
|
+
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#family ManagedDatabasePostgresql#family}
|
|
1249
|
+
: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.29.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
1250
|
+
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#type ManagedDatabasePostgresql#type}
|
|
1251
|
+
: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.29.1/docs/resources/managed_database_postgresql#uuid ManagedDatabasePostgresql#uuid}
|
|
1252
1252
|
'''
|
|
1253
1253
|
if __debug__:
|
|
1254
1254
|
type_hints = typing.get_type_hints(_typecheckingstub__5737b331959851ea941ce795bfc130d63e5ac24633787479fac442c8d6e54407)
|
|
@@ -1267,7 +1267,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1267
1267
|
def family(self) -> builtins.str:
|
|
1268
1268
|
'''Network family. Currently only ``IPv4`` is supported.
|
|
1269
1269
|
|
|
1270
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1270
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#family ManagedDatabasePostgresql#family}
|
|
1271
1271
|
'''
|
|
1272
1272
|
result = self._values.get("family")
|
|
1273
1273
|
assert result is not None, "Required property 'family' is missing"
|
|
@@ -1277,7 +1277,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1277
1277
|
def name(self) -> builtins.str:
|
|
1278
1278
|
'''The name of the network. Must be unique within the service.
|
|
1279
1279
|
|
|
1280
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1280
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
1281
1281
|
'''
|
|
1282
1282
|
result = self._values.get("name")
|
|
1283
1283
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1287,7 +1287,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1287
1287
|
def type(self) -> builtins.str:
|
|
1288
1288
|
'''The type of the network. Must be private.
|
|
1289
1289
|
|
|
1290
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1290
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#type ManagedDatabasePostgresql#type}
|
|
1291
1291
|
'''
|
|
1292
1292
|
result = self._values.get("type")
|
|
1293
1293
|
assert result is not None, "Required property 'type' is missing"
|
|
@@ -1297,7 +1297,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1297
1297
|
def uuid(self) -> builtins.str:
|
|
1298
1298
|
'''Private network UUID. Must reside in the same zone as the database.
|
|
1299
1299
|
|
|
1300
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1300
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#uuid ManagedDatabasePostgresql#uuid}
|
|
1301
1301
|
'''
|
|
1302
1302
|
result = self._values.get("uuid")
|
|
1303
1303
|
assert result is not None, "Required property 'uuid' is missing"
|
|
@@ -1828,77 +1828,77 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1828
1828
|
work_mem: typing.Optional[jsii.Number] = None,
|
|
1829
1829
|
) -> None:
|
|
1830
1830
|
'''
|
|
1831
|
-
: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.29.
|
|
1832
|
-
: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.29.
|
|
1833
|
-
: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.29.
|
|
1834
|
-
: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 (e.g. ``0.2`` for 20% of the table size). The default is ``0.2``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1835
|
-
: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``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1836
|
-
: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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1837
|
-
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is ``3``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1838
|
-
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is ``60``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1839
|
-
: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 is ``2`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1840
|
-
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If ``-1`` is specified, the regular vacuum_cost_limit value will be used. The default is ``-1`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1841
|
-
: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 (e.g. ``0.2`` for 20% of the table size). The default is ``0.2``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1842
|
-
: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``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1843
|
-
: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.29.
|
|
1844
|
-
: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.29.
|
|
1845
|
-
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. The default is ``200``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1846
|
-
: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. Setting of 0 disables forced writeback. The default is ``512``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1847
|
-
: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. The default is ``100``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1848
|
-
: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.29.
|
|
1849
|
-
: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. The default is ``1000`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1850
|
-
:param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns. The default is ``lz4``. Only available for PostgreSQL 14+. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1851
|
-
: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.29.
|
|
1852
|
-
: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.29.
|
|
1853
|
-
: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.29.
|
|
1854
|
-
: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 disables logging autovacuum actions. The default is ``1000``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1855
|
-
: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.29.
|
|
1856
|
-
:param log_line_prefix: Choose from one of the available log formats. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1857
|
-
: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.29.
|
|
1858
|
-
: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.29.
|
|
1859
|
-
:param max_connections: Sets the PostgreSQL maximum number of concurrent connections to the database server. This is a limited-release parameter. Contact your account team to confirm your eligibility. You cannot decrease this parameter value when set. For services with a read replica, first increase the read replica's value. After the change is applied to the replica, you can increase the primary service's value. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1860
|
-
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. The default is ``1000`` (upstream default). Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1861
|
-
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1862
|
-
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). The default is ``4`` (upstream default). Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1863
|
-
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. The default is ``8`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1864
|
-
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is ``2`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1865
|
-
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. The default is ``64`` (upstream default). Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1866
|
-
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. The default is ``0``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1867
|
-
:param max_replication_slots: PostgreSQL maximum replication slots. The default is ``20``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1868
|
-
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. If ``-1`` is specified, replication slots may retain an unlimited amount of WAL files. The default is ``-1`` (upstream default). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1869
|
-
:param max_stack_depth: Maximum depth of the stack in bytes. The default is ``2097152`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1870
|
-
:param max_standby_archive_delay: Max standby archive delay in milliseconds. The default is ``30000`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1871
|
-
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. The default is ``30000`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1872
|
-
:param max_sync_workers_per_subscription: Maximum number of synchronization workers per subscription. The default is ``2``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1873
|
-
:param max_wal_senders: PostgreSQL maximum WAL senders. The default is ``20``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1874
|
-
:param max_worker_processes: Sets the maximum number of background processes that the system can support. The default is ``8``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1875
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1876
|
-
:param password_encryption: Chooses the algorithm for encrypting passwords. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1877
|
-
:param pgaudit: pgaudit block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1878
|
-
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1879
|
-
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1880
|
-
:param pg_partman_bgw_interval: Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is ``3600``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1881
|
-
: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.29.
|
|
1882
|
-
:param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Changing this parameter causes a service restart. 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.29.
|
|
1883
|
-
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1884
|
-
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1885
|
-
: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 is ``top``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1886
|
-
: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.29.
|
|
1887
|
-
: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.29.
|
|
1888
|
-
: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. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1889
|
-
: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.29.
|
|
1890
|
-
: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.29.
|
|
1891
|
-
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1892
|
-
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1893
|
-
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1894
|
-
:param track_commit_timestamp: Record commit time of transactions. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1895
|
-
: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.29.
|
|
1896
|
-
:param track_io_timing: Enables timing of database I/O calls. The default is ``off``. When on, 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.29.
|
|
1897
|
-
: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.29.
|
|
1898
|
-
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1899
|
-
: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.29.
|
|
1900
|
-
:param wal_writer_delay: WAL flush interval in milliseconds. The default is ``200``. Setting this parameter to a lower value may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1901
|
-
: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. The default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
1831
|
+
: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.29.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
1832
|
+
: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.29.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
1833
|
+
: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.29.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
1834
|
+
: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 (e.g. ``0.2`` for 20% of the table size). The default is ``0.2``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
1835
|
+
: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``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
1836
|
+
: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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
1837
|
+
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is ``3``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
1838
|
+
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is ``60``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
1839
|
+
: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 is ``2`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
1840
|
+
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If ``-1`` is specified, the regular vacuum_cost_limit value will be used. The default is ``-1`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
1841
|
+
: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 (e.g. ``0.2`` for 20% of the table size). The default is ``0.2``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
1842
|
+
: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``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
1843
|
+
: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.29.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
1844
|
+
: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.29.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
1845
|
+
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. The default is ``200``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
1846
|
+
: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. Setting of 0 disables forced writeback. The default is ``512``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
1847
|
+
: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. The default is ``100``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
1848
|
+
: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.29.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
1849
|
+
: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. The default is ``1000`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
1850
|
+
:param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns. The default is ``lz4``. Only available for PostgreSQL 14+. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
1851
|
+
: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.29.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
1852
|
+
: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.29.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
1853
|
+
: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.29.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
1854
|
+
: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 disables logging autovacuum actions. The default is ``1000``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
1855
|
+
: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.29.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
1856
|
+
:param log_line_prefix: Choose from one of the available log formats. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
1857
|
+
: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.29.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
1858
|
+
: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.29.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
1859
|
+
:param max_connections: Sets the PostgreSQL maximum number of concurrent connections to the database server. This is a limited-release parameter. Contact your account team to confirm your eligibility. You cannot decrease this parameter value when set. For services with a read replica, first increase the read replica's value. After the change is applied to the replica, you can increase the primary service's value. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_connections ManagedDatabasePostgresql#max_connections}
|
|
1860
|
+
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. The default is ``1000`` (upstream default). Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
1861
|
+
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
1862
|
+
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). The default is ``4`` (upstream default). Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
1863
|
+
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. The default is ``8`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
1864
|
+
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is ``2`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
1865
|
+
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. The default is ``64`` (upstream default). Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
1866
|
+
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. The default is ``0``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
1867
|
+
:param max_replication_slots: PostgreSQL maximum replication slots. The default is ``20``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
1868
|
+
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. If ``-1`` is specified, replication slots may retain an unlimited amount of WAL files. The default is ``-1`` (upstream default). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
1869
|
+
:param max_stack_depth: Maximum depth of the stack in bytes. The default is ``2097152`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
1870
|
+
:param max_standby_archive_delay: Max standby archive delay in milliseconds. The default is ``30000`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
1871
|
+
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. The default is ``30000`` (upstream default). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
1872
|
+
:param max_sync_workers_per_subscription: Maximum number of synchronization workers per subscription. The default is ``2``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_sync_workers_per_subscription ManagedDatabasePostgresql#max_sync_workers_per_subscription}
|
|
1873
|
+
:param max_wal_senders: PostgreSQL maximum WAL senders. The default is ``20``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
1874
|
+
:param max_worker_processes: Sets the maximum number of background processes that the system can support. The default is ``8``. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
1875
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
1876
|
+
:param password_encryption: Chooses the algorithm for encrypting passwords. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#password_encryption ManagedDatabasePostgresql#password_encryption}
|
|
1877
|
+
:param pgaudit: pgaudit block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pgaudit ManagedDatabasePostgresql#pgaudit}
|
|
1878
|
+
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
1879
|
+
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
1880
|
+
:param pg_partman_bgw_interval: Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is ``3600``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
1881
|
+
: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.29.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
1882
|
+
:param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Changing this parameter causes a service restart. 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.29.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
1883
|
+
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
1884
|
+
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
1885
|
+
: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 is ``top``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
1886
|
+
: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.29.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
1887
|
+
: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.29.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
1888
|
+
: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. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
1889
|
+
: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.29.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
1890
|
+
: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.29.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
1891
|
+
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
1892
|
+
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
1893
|
+
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
1894
|
+
:param track_commit_timestamp: Record commit time of transactions. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
1895
|
+
: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.29.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
1896
|
+
:param track_io_timing: Enables timing of database I/O calls. The default is ``off``. When on, 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.29.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
1897
|
+
: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.29.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
1898
|
+
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
1899
|
+
: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.29.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
1900
|
+
:param wal_writer_delay: WAL flush interval in milliseconds. The default is ``200``. Setting this parameter to a lower value may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
1901
|
+
: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. The default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
1902
1902
|
'''
|
|
1903
1903
|
if isinstance(migration, dict):
|
|
1904
1904
|
migration = ManagedDatabasePostgresqlPropertiesMigration(**migration)
|
|
@@ -2133,7 +2133,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2133
2133
|
|
|
2134
2134
|
Defaults to random string. This must be set only when a new service is being created.
|
|
2135
2135
|
|
|
2136
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2136
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
2137
2137
|
'''
|
|
2138
2138
|
result = self._values.get("admin_password")
|
|
2139
2139
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2142,7 +2142,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2142
2142
|
def admin_username(self) -> typing.Optional[builtins.str]:
|
|
2143
2143
|
'''Custom username for admin user. This must be set only when a new service is being created.
|
|
2144
2144
|
|
|
2145
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2145
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
2146
2146
|
'''
|
|
2147
2147
|
result = self._values.get("admin_username")
|
|
2148
2148
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2153,7 +2153,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2153
2153
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2154
2154
|
'''Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
|
|
2155
2155
|
|
|
2156
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2156
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
2157
2157
|
'''
|
|
2158
2158
|
result = self._values.get("automatic_utility_network_ip_filter")
|
|
2159
2159
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2162,7 +2162,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2162
2162
|
def autovacuum_analyze_scale_factor(self) -> typing.Optional[jsii.Number]:
|
|
2163
2163
|
'''Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE (e.g. ``0.2`` for 20% of the table size). The default is ``0.2``.
|
|
2164
2164
|
|
|
2165
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2165
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
2166
2166
|
'''
|
|
2167
2167
|
result = self._values.get("autovacuum_analyze_scale_factor")
|
|
2168
2168
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2173,7 +2173,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2173
2173
|
|
|
2174
2174
|
The default is ``50``.
|
|
2175
2175
|
|
|
2176
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2176
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
2177
2177
|
'''
|
|
2178
2178
|
result = self._values.get("autovacuum_analyze_threshold")
|
|
2179
2179
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2182,7 +2182,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2182
2182
|
def autovacuum_freeze_max_age(self) -> typing.Optional[jsii.Number]:
|
|
2183
2183
|
'''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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.
|
|
2184
2184
|
|
|
2185
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2185
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
2186
2186
|
'''
|
|
2187
2187
|
result = self._values.get("autovacuum_freeze_max_age")
|
|
2188
2188
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2193,7 +2193,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2193
2193
|
|
|
2194
2194
|
The default is ``3``. Changing this parameter causes a service restart.
|
|
2195
2195
|
|
|
2196
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2196
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
2197
2197
|
'''
|
|
2198
2198
|
result = self._values.get("autovacuum_max_workers")
|
|
2199
2199
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2204,7 +2204,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2204
2204
|
|
|
2205
2205
|
The delay is measured in seconds. The default is ``60``.
|
|
2206
2206
|
|
|
2207
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2207
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
2208
2208
|
'''
|
|
2209
2209
|
result = self._values.get("autovacuum_naptime")
|
|
2210
2210
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2215,7 +2215,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2215
2215
|
|
|
2216
2216
|
If ``-1`` is specified, the regular vacuum_cost_delay value will be used. The default is ``2`` (upstream default).
|
|
2217
2217
|
|
|
2218
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2218
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
2219
2219
|
'''
|
|
2220
2220
|
result = self._values.get("autovacuum_vacuum_cost_delay")
|
|
2221
2221
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2226,7 +2226,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2226
2226
|
|
|
2227
2227
|
If ``-1`` is specified, the regular vacuum_cost_limit value will be used. The default is ``-1`` (upstream default).
|
|
2228
2228
|
|
|
2229
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2229
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
2230
2230
|
'''
|
|
2231
2231
|
result = self._values.get("autovacuum_vacuum_cost_limit")
|
|
2232
2232
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2235,7 +2235,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2235
2235
|
def autovacuum_vacuum_scale_factor(self) -> typing.Optional[jsii.Number]:
|
|
2236
2236
|
'''Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM (e.g. ``0.2`` for 20% of the table size). The default is ``0.2``.
|
|
2237
2237
|
|
|
2238
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2238
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
2239
2239
|
'''
|
|
2240
2240
|
result = self._values.get("autovacuum_vacuum_scale_factor")
|
|
2241
2241
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2246,7 +2246,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2246
2246
|
|
|
2247
2247
|
The default is ``50``.
|
|
2248
2248
|
|
|
2249
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2249
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
2250
2250
|
'''
|
|
2251
2251
|
result = self._values.get("autovacuum_vacuum_threshold")
|
|
2252
2252
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2257,7 +2257,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2257
2257
|
|
|
2258
2258
|
New backup is only started if previous backup has already completed.
|
|
2259
2259
|
|
|
2260
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2260
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
2261
2261
|
'''
|
|
2262
2262
|
result = self._values.get("backup_hour")
|
|
2263
2263
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2268,7 +2268,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2268
2268
|
|
|
2269
2269
|
New backup is only started if previous backup has already completed.
|
|
2270
2270
|
|
|
2271
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2271
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
2272
2272
|
'''
|
|
2273
2273
|
result = self._values.get("backup_minute")
|
|
2274
2274
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2277,7 +2277,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2277
2277
|
def bgwriter_delay(self) -> typing.Optional[jsii.Number]:
|
|
2278
2278
|
'''Specifies the delay between activity rounds for the background writer in milliseconds. The default is ``200``.
|
|
2279
2279
|
|
|
2280
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2280
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
2281
2281
|
'''
|
|
2282
2282
|
result = self._values.get("bgwriter_delay")
|
|
2283
2283
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2288,7 +2288,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2288
2288
|
|
|
2289
2289
|
Specified in kilobytes. Setting of 0 disables forced writeback. The default is ``512``.
|
|
2290
2290
|
|
|
2291
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2291
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
2292
2292
|
'''
|
|
2293
2293
|
result = self._values.get("bgwriter_flush_after")
|
|
2294
2294
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2299,7 +2299,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2299
2299
|
|
|
2300
2300
|
Setting this to zero disables background writing. The default is ``100``.
|
|
2301
2301
|
|
|
2302
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2302
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
2303
2303
|
'''
|
|
2304
2304
|
result = self._values.get("bgwriter_lru_maxpages")
|
|
2305
2305
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2310,7 +2310,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2310
2310
|
|
|
2311
2311
|
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``.
|
|
2312
2312
|
|
|
2313
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2313
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
2314
2314
|
'''
|
|
2315
2315
|
result = self._values.get("bgwriter_lru_multiplier")
|
|
2316
2316
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2321,7 +2321,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2321
2321
|
|
|
2322
2322
|
The default is ``1000`` (upstream default).
|
|
2323
2323
|
|
|
2324
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2324
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
2325
2325
|
'''
|
|
2326
2326
|
result = self._values.get("deadlock_timeout")
|
|
2327
2327
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2332,7 +2332,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2332
2332
|
|
|
2333
2333
|
The default is ``lz4``. Only available for PostgreSQL 14+.
|
|
2334
2334
|
|
|
2335
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2335
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
2336
2336
|
'''
|
|
2337
2337
|
result = self._values.get("default_toast_compression")
|
|
2338
2338
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2341,7 +2341,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2341
2341
|
def idle_in_transaction_session_timeout(self) -> typing.Optional[jsii.Number]:
|
|
2342
2342
|
'''Time out sessions with open transactions after this number of milliseconds.
|
|
2343
2343
|
|
|
2344
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2344
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
2345
2345
|
'''
|
|
2346
2346
|
result = self._values.get("idle_in_transaction_session_timeout")
|
|
2347
2347
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2350,7 +2350,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2350
2350
|
def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2351
2351
|
'''IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2352
2352
|
|
|
2353
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2353
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
2354
2354
|
'''
|
|
2355
2355
|
result = self._values.get("ip_filter")
|
|
2356
2356
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2361,7 +2361,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2361
2361
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2362
2362
|
'''Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
2363
2363
|
|
|
2364
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2364
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
2365
2365
|
'''
|
|
2366
2366
|
result = self._values.get("jit")
|
|
2367
2367
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2372,7 +2372,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2372
2372
|
|
|
2373
2373
|
Setting this to zero logs all autovacuum actions. Minus-one disables logging autovacuum actions. The default is ``1000``.
|
|
2374
2374
|
|
|
2375
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2375
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
2376
2376
|
'''
|
|
2377
2377
|
result = self._values.get("log_autovacuum_min_duration")
|
|
2378
2378
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2381,7 +2381,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2381
2381
|
def log_error_verbosity(self) -> typing.Optional[builtins.str]:
|
|
2382
2382
|
'''Controls the amount of detail written in the server log for each message that is logged.
|
|
2383
2383
|
|
|
2384
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2384
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
2385
2385
|
'''
|
|
2386
2386
|
result = self._values.get("log_error_verbosity")
|
|
2387
2387
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2390,7 +2390,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2390
2390
|
def log_line_prefix(self) -> typing.Optional[builtins.str]:
|
|
2391
2391
|
'''Choose from one of the available log formats.
|
|
2392
2392
|
|
|
2393
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2393
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
2394
2394
|
'''
|
|
2395
2395
|
result = self._values.get("log_line_prefix")
|
|
2396
2396
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2399,7 +2399,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2399
2399
|
def log_min_duration_statement(self) -> typing.Optional[jsii.Number]:
|
|
2400
2400
|
'''Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
2401
2401
|
|
|
2402
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2402
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
2403
2403
|
'''
|
|
2404
2404
|
result = self._values.get("log_min_duration_statement")
|
|
2405
2405
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2408,7 +2408,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2408
2408
|
def log_temp_files(self) -> typing.Optional[jsii.Number]:
|
|
2409
2409
|
'''Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
2410
2410
|
|
|
2411
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2411
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
2412
2412
|
'''
|
|
2413
2413
|
result = self._values.get("log_temp_files")
|
|
2414
2414
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2419,7 +2419,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2419
2419
|
|
|
2420
2420
|
This is a limited-release parameter. Contact your account team to confirm your eligibility. You cannot decrease this parameter value when set. For services with a read replica, first increase the read replica's value. After the change is applied to the replica, you can increase the primary service's value. Changing this parameter causes a service restart.
|
|
2421
2421
|
|
|
2422
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2422
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_connections ManagedDatabasePostgresql#max_connections}
|
|
2423
2423
|
'''
|
|
2424
2424
|
result = self._values.get("max_connections")
|
|
2425
2425
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2430,7 +2430,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2430
2430
|
|
|
2431
2431
|
The default is ``1000`` (upstream default). Changing this parameter causes a service restart.
|
|
2432
2432
|
|
|
2433
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2433
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
2434
2434
|
'''
|
|
2435
2435
|
result = self._values.get("max_files_per_process")
|
|
2436
2436
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2439,7 +2439,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2439
2439
|
def max_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
|
|
2440
2440
|
'''PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
2441
2441
|
|
|
2442
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2442
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
2443
2443
|
'''
|
|
2444
2444
|
result = self._values.get("max_locks_per_transaction")
|
|
2445
2445
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2450,7 +2450,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2450
2450
|
|
|
2451
2451
|
The default is ``4`` (upstream default). Changing this parameter causes a service restart.
|
|
2452
2452
|
|
|
2453
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2453
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
2454
2454
|
'''
|
|
2455
2455
|
result = self._values.get("max_logical_replication_workers")
|
|
2456
2456
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2461,7 +2461,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2461
2461
|
|
|
2462
2462
|
The default is ``8`` (upstream default).
|
|
2463
2463
|
|
|
2464
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2464
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
2465
2465
|
'''
|
|
2466
2466
|
result = self._values.get("max_parallel_workers")
|
|
2467
2467
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2472,7 +2472,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2472
2472
|
|
|
2473
2473
|
The default is ``2`` (upstream default).
|
|
2474
2474
|
|
|
2475
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2475
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
2476
2476
|
'''
|
|
2477
2477
|
result = self._values.get("max_parallel_workers_per_gather")
|
|
2478
2478
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2481,7 +2481,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2481
2481
|
def max_pred_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
|
|
2482
2482
|
'''PostgreSQL maximum predicate locks per transaction. The default is ``64`` (upstream default). Changing this parameter causes a service restart.
|
|
2483
2483
|
|
|
2484
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2484
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
2485
2485
|
'''
|
|
2486
2486
|
result = self._values.get("max_pred_locks_per_transaction")
|
|
2487
2487
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2490,7 +2490,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2490
2490
|
def max_prepared_transactions(self) -> typing.Optional[jsii.Number]:
|
|
2491
2491
|
'''PostgreSQL maximum prepared transactions. The default is ``0``. Changing this parameter causes a service restart.
|
|
2492
2492
|
|
|
2493
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2493
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
2494
2494
|
'''
|
|
2495
2495
|
result = self._values.get("max_prepared_transactions")
|
|
2496
2496
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2499,7 +2499,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2499
2499
|
def max_replication_slots(self) -> typing.Optional[jsii.Number]:
|
|
2500
2500
|
'''PostgreSQL maximum replication slots. The default is ``20``. Changing this parameter causes a service restart.
|
|
2501
2501
|
|
|
2502
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2502
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
2503
2503
|
'''
|
|
2504
2504
|
result = self._values.get("max_replication_slots")
|
|
2505
2505
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2510,7 +2510,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2510
2510
|
|
|
2511
2511
|
If ``-1`` is specified, replication slots may retain an unlimited amount of WAL files. The default is ``-1`` (upstream default). wal_keep_size minimum WAL size setting takes precedence over this.
|
|
2512
2512
|
|
|
2513
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2513
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
2514
2514
|
'''
|
|
2515
2515
|
result = self._values.get("max_slot_wal_keep_size")
|
|
2516
2516
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2519,7 +2519,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2519
2519
|
def max_stack_depth(self) -> typing.Optional[jsii.Number]:
|
|
2520
2520
|
'''Maximum depth of the stack in bytes. The default is ``2097152`` (upstream default).
|
|
2521
2521
|
|
|
2522
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2522
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
2523
2523
|
'''
|
|
2524
2524
|
result = self._values.get("max_stack_depth")
|
|
2525
2525
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2528,7 +2528,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2528
2528
|
def max_standby_archive_delay(self) -> typing.Optional[jsii.Number]:
|
|
2529
2529
|
'''Max standby archive delay in milliseconds. The default is ``30000`` (upstream default).
|
|
2530
2530
|
|
|
2531
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2531
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
2532
2532
|
'''
|
|
2533
2533
|
result = self._values.get("max_standby_archive_delay")
|
|
2534
2534
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2537,7 +2537,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2537
2537
|
def max_standby_streaming_delay(self) -> typing.Optional[jsii.Number]:
|
|
2538
2538
|
'''Max standby streaming delay in milliseconds. The default is ``30000`` (upstream default).
|
|
2539
2539
|
|
|
2540
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2540
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
2541
2541
|
'''
|
|
2542
2542
|
result = self._values.get("max_standby_streaming_delay")
|
|
2543
2543
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2546,7 +2546,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2546
2546
|
def max_sync_workers_per_subscription(self) -> typing.Optional[jsii.Number]:
|
|
2547
2547
|
'''Maximum number of synchronization workers per subscription. The default is ``2``.
|
|
2548
2548
|
|
|
2549
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2549
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_sync_workers_per_subscription ManagedDatabasePostgresql#max_sync_workers_per_subscription}
|
|
2550
2550
|
'''
|
|
2551
2551
|
result = self._values.get("max_sync_workers_per_subscription")
|
|
2552
2552
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2555,7 +2555,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2555
2555
|
def max_wal_senders(self) -> typing.Optional[jsii.Number]:
|
|
2556
2556
|
'''PostgreSQL maximum WAL senders. The default is ``20``. Changing this parameter causes a service restart.
|
|
2557
2557
|
|
|
2558
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2558
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
2559
2559
|
'''
|
|
2560
2560
|
result = self._values.get("max_wal_senders")
|
|
2561
2561
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2566,7 +2566,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2566
2566
|
|
|
2567
2567
|
The default is ``8``. Changing this parameter causes a service restart.
|
|
2568
2568
|
|
|
2569
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2569
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
2570
2570
|
'''
|
|
2571
2571
|
result = self._values.get("max_worker_processes")
|
|
2572
2572
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2577,7 +2577,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2577
2577
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"]:
|
|
2578
2578
|
'''migration block.
|
|
2579
2579
|
|
|
2580
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2580
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
2581
2581
|
'''
|
|
2582
2582
|
result = self._values.get("migration")
|
|
2583
2583
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"], result)
|
|
@@ -2586,7 +2586,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2586
2586
|
def password_encryption(self) -> typing.Optional[builtins.str]:
|
|
2587
2587
|
'''Chooses the algorithm for encrypting passwords.
|
|
2588
2588
|
|
|
2589
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2589
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#password_encryption ManagedDatabasePostgresql#password_encryption}
|
|
2590
2590
|
'''
|
|
2591
2591
|
result = self._values.get("password_encryption")
|
|
2592
2592
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2595,7 +2595,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2595
2595
|
def pgaudit(self) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPgaudit"]:
|
|
2596
2596
|
'''pgaudit block.
|
|
2597
2597
|
|
|
2598
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2598
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pgaudit ManagedDatabasePostgresql#pgaudit}
|
|
2599
2599
|
'''
|
|
2600
2600
|
result = self._values.get("pgaudit")
|
|
2601
2601
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPgaudit"], result)
|
|
@@ -2606,7 +2606,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2606
2606
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"]:
|
|
2607
2607
|
'''pgbouncer block.
|
|
2608
2608
|
|
|
2609
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2609
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
2610
2610
|
'''
|
|
2611
2611
|
result = self._values.get("pgbouncer")
|
|
2612
2612
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"], result)
|
|
@@ -2617,7 +2617,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2617
2617
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"]:
|
|
2618
2618
|
'''pglookout block.
|
|
2619
2619
|
|
|
2620
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2620
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
2621
2621
|
'''
|
|
2622
2622
|
result = self._values.get("pglookout")
|
|
2623
2623
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"], result)
|
|
@@ -2626,7 +2626,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2626
2626
|
def pg_partman_bgw_interval(self) -> typing.Optional[jsii.Number]:
|
|
2627
2627
|
'''Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is ``3600``.
|
|
2628
2628
|
|
|
2629
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2629
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
2630
2630
|
'''
|
|
2631
2631
|
result = self._values.get("pg_partman_bgw_interval")
|
|
2632
2632
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2635,7 +2635,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2635
2635
|
def pg_partman_bgw_role(self) -> typing.Optional[builtins.str]:
|
|
2636
2636
|
'''Controls which role to use for pg_partman's scheduled background tasks.
|
|
2637
2637
|
|
|
2638
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2638
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
2639
2639
|
'''
|
|
2640
2640
|
result = self._values.get("pg_partman_bgw_role")
|
|
2641
2641
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2648,7 +2648,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2648
2648
|
|
|
2649
2649
|
Enable the pg_stat_monitor extension. Changing this parameter causes a service restart. When this extension is enabled, pg_stat_statements results for utility commands are unreliable.
|
|
2650
2650
|
|
|
2651
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2651
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
2652
2652
|
'''
|
|
2653
2653
|
result = self._values.get("pg_stat_monitor_enable")
|
|
2654
2654
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2659,7 +2659,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2659
2659
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2660
2660
|
'''Enables or disables query plan monitoring. Changing this parameter causes a service restart. Only available for PostgreSQL 13+.
|
|
2661
2661
|
|
|
2662
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2662
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
2663
2663
|
'''
|
|
2664
2664
|
result = self._values.get("pg_stat_monitor_pgsm_enable_query_plan")
|
|
2665
2665
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2668,7 +2668,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2668
2668
|
def pg_stat_monitor_pgsm_max_buckets(self) -> typing.Optional[jsii.Number]:
|
|
2669
2669
|
'''Sets the maximum number of buckets. Changing this parameter causes a service restart. Only available for PostgreSQL 13+.
|
|
2670
2670
|
|
|
2671
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2671
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
2672
2672
|
'''
|
|
2673
2673
|
result = self._values.get("pg_stat_monitor_pgsm_max_buckets")
|
|
2674
2674
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2679,7 +2679,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2679
2679
|
|
|
2680
2680
|
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 is ``top``.
|
|
2681
2681
|
|
|
2682
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2682
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
2683
2683
|
'''
|
|
2684
2684
|
result = self._values.get("pg_stat_statements_track")
|
|
2685
2685
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2690,7 +2690,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2690
2690
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2691
2691
|
'''Public Access. Allow access to the service from the public Internet.
|
|
2692
2692
|
|
|
2693
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2693
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
2694
2694
|
'''
|
|
2695
2695
|
result = self._values.get("public_access")
|
|
2696
2696
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2701,7 +2701,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2701
2701
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2702
2702
|
'''Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
2703
2703
|
|
|
2704
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2704
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
2705
2705
|
'''
|
|
2706
2706
|
result = self._values.get("service_log")
|
|
2707
2707
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2712,7 +2712,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2712
2712
|
|
|
2713
2713
|
Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Changing this parameter causes a service restart.
|
|
2714
2714
|
|
|
2715
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2715
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
2716
2716
|
'''
|
|
2717
2717
|
result = self._values.get("shared_buffers_percentage")
|
|
2718
2718
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2721,7 +2721,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2721
2721
|
def synchronous_replication(self) -> typing.Optional[builtins.str]:
|
|
2722
2722
|
'''Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
2723
2723
|
|
|
2724
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2724
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
2725
2725
|
'''
|
|
2726
2726
|
result = self._values.get("synchronous_replication")
|
|
2727
2727
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2730,7 +2730,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2730
2730
|
def temp_file_limit(self) -> typing.Optional[jsii.Number]:
|
|
2731
2731
|
'''PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
2732
2732
|
|
|
2733
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2733
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
2734
2734
|
'''
|
|
2735
2735
|
result = self._values.get("temp_file_limit")
|
|
2736
2736
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2741,7 +2741,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2741
2741
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"]:
|
|
2742
2742
|
'''timescaledb block.
|
|
2743
2743
|
|
|
2744
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2744
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
2745
2745
|
'''
|
|
2746
2746
|
result = self._values.get("timescaledb")
|
|
2747
2747
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"], result)
|
|
@@ -2750,7 +2750,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2750
2750
|
def timezone(self) -> typing.Optional[builtins.str]:
|
|
2751
2751
|
'''PostgreSQL service timezone.
|
|
2752
2752
|
|
|
2753
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2753
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
2754
2754
|
'''
|
|
2755
2755
|
result = self._values.get("timezone")
|
|
2756
2756
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2761,7 +2761,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2761
2761
|
|
|
2762
2762
|
Changing this parameter causes a service restart.
|
|
2763
2763
|
|
|
2764
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2764
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
2765
2765
|
'''
|
|
2766
2766
|
result = self._values.get("track_activity_query_size")
|
|
2767
2767
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2770,7 +2770,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2770
2770
|
def track_commit_timestamp(self) -> typing.Optional[builtins.str]:
|
|
2771
2771
|
'''Record commit time of transactions. Changing this parameter causes a service restart.
|
|
2772
2772
|
|
|
2773
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2773
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
2774
2774
|
'''
|
|
2775
2775
|
result = self._values.get("track_commit_timestamp")
|
|
2776
2776
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2779,7 +2779,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2779
2779
|
def track_functions(self) -> typing.Optional[builtins.str]:
|
|
2780
2780
|
'''Enables tracking of function call counts and time used.
|
|
2781
2781
|
|
|
2782
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2782
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
2783
2783
|
'''
|
|
2784
2784
|
result = self._values.get("track_functions")
|
|
2785
2785
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2790,7 +2790,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2790
2790
|
|
|
2791
2791
|
The default is ``off``. When on, it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
2792
2792
|
|
|
2793
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2793
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
2794
2794
|
'''
|
|
2795
2795
|
result = self._values.get("track_io_timing")
|
|
2796
2796
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2799,7 +2799,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2799
2799
|
def variant(self) -> typing.Optional[builtins.str]:
|
|
2800
2800
|
'''Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
2801
2801
|
|
|
2802
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2802
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
2803
2803
|
'''
|
|
2804
2804
|
result = self._values.get("variant")
|
|
2805
2805
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2808,7 +2808,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2808
2808
|
def version(self) -> typing.Optional[builtins.str]:
|
|
2809
2809
|
'''PostgreSQL major version.
|
|
2810
2810
|
|
|
2811
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2811
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
2812
2812
|
'''
|
|
2813
2813
|
result = self._values.get("version")
|
|
2814
2814
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2819,7 +2819,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2819
2819
|
|
|
2820
2820
|
Setting this value to zero disables the timeout.
|
|
2821
2821
|
|
|
2822
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2822
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
2823
2823
|
'''
|
|
2824
2824
|
result = self._values.get("wal_sender_timeout")
|
|
2825
2825
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2830,7 +2830,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2830
2830
|
|
|
2831
2831
|
The default is ``200``. Setting this parameter to a lower value may negatively impact performance.
|
|
2832
2832
|
|
|
2833
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2833
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
2834
2834
|
'''
|
|
2835
2835
|
result = self._values.get("wal_writer_delay")
|
|
2836
2836
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2841,7 +2841,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2841
2841
|
|
|
2842
2842
|
The default is 1MB + 0.075% of total RAM (up to 32MB).
|
|
2843
2843
|
|
|
2844
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2844
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
2845
2845
|
'''
|
|
2846
2846
|
result = self._values.get("work_mem")
|
|
2847
2847
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2888,15 +2888,15 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2888
2888
|
username: typing.Optional[builtins.str] = None,
|
|
2889
2889
|
) -> None:
|
|
2890
2890
|
'''
|
|
2891
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2892
|
-
: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.29.
|
|
2893
|
-
: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.29.
|
|
2894
|
-
:param ignore_roles: Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2895
|
-
: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.29.
|
|
2896
|
-
: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.29.
|
|
2897
|
-
: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.29.
|
|
2898
|
-
: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.29.
|
|
2899
|
-
: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.29.
|
|
2891
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2892
|
+
: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.29.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2893
|
+
: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.29.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2894
|
+
:param ignore_roles: Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#ignore_roles ManagedDatabasePostgresql#ignore_roles}
|
|
2895
|
+
: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.29.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
|
|
2896
|
+
: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.29.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2897
|
+
: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.29.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2898
|
+
: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.29.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
2899
|
+
: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.29.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2900
2900
|
'''
|
|
2901
2901
|
if __debug__:
|
|
2902
2902
|
type_hints = typing.get_type_hints(_typecheckingstub__9a22b07e9381a03b0e883019f9869d2e86afe1337164b3f40f42a65332f93686)
|
|
@@ -2933,7 +2933,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2933
2933
|
def dbname(self) -> typing.Optional[builtins.str]:
|
|
2934
2934
|
'''Database name for bootstrapping the initial connection.
|
|
2935
2935
|
|
|
2936
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2936
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2937
2937
|
'''
|
|
2938
2938
|
result = self._values.get("dbname")
|
|
2939
2939
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2942,7 +2942,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2942
2942
|
def host(self) -> typing.Optional[builtins.str]:
|
|
2943
2943
|
'''Hostname or IP address of the server where to migrate data from.
|
|
2944
2944
|
|
|
2945
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2945
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2946
2946
|
'''
|
|
2947
2947
|
result = self._values.get("host")
|
|
2948
2948
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2951,7 +2951,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2951
2951
|
def ignore_dbs(self) -> typing.Optional[builtins.str]:
|
|
2952
2952
|
'''Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
2953
2953
|
|
|
2954
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2954
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2955
2955
|
'''
|
|
2956
2956
|
result = self._values.get("ignore_dbs")
|
|
2957
2957
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2960,7 +2960,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2960
2960
|
def ignore_roles(self) -> typing.Optional[builtins.str]:
|
|
2961
2961
|
'''Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment).
|
|
2962
2962
|
|
|
2963
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2963
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#ignore_roles ManagedDatabasePostgresql#ignore_roles}
|
|
2964
2964
|
'''
|
|
2965
2965
|
result = self._values.get("ignore_roles")
|
|
2966
2966
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2969,7 +2969,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2969
2969
|
def method(self) -> typing.Optional[builtins.str]:
|
|
2970
2970
|
'''The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
2971
2971
|
|
|
2972
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2972
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
|
|
2973
2973
|
'''
|
|
2974
2974
|
result = self._values.get("method")
|
|
2975
2975
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2978,7 +2978,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2978
2978
|
def password(self) -> typing.Optional[builtins.str]:
|
|
2979
2979
|
'''Password for authentication with the server where to migrate data from.
|
|
2980
2980
|
|
|
2981
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2981
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2982
2982
|
'''
|
|
2983
2983
|
result = self._values.get("password")
|
|
2984
2984
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2987,7 +2987,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2987
2987
|
def port(self) -> typing.Optional[jsii.Number]:
|
|
2988
2988
|
'''Port number of the server where to migrate data from.
|
|
2989
2989
|
|
|
2990
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
2990
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2991
2991
|
'''
|
|
2992
2992
|
result = self._values.get("port")
|
|
2993
2993
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2998,7 +2998,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2998
2998
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2999
2999
|
'''The server where to migrate data from is secured with SSL.
|
|
3000
3000
|
|
|
3001
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
3001
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
3002
3002
|
'''
|
|
3003
3003
|
result = self._values.get("ssl")
|
|
3004
3004
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -3007,7 +3007,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
3007
3007
|
def username(self) -> typing.Optional[builtins.str]:
|
|
3008
3008
|
'''User name for authentication with the server where to migrate data from.
|
|
3009
3009
|
|
|
3010
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
3010
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
3011
3011
|
'''
|
|
3012
3012
|
result = self._values.get("username")
|
|
3013
3013
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -3291,15 +3291,15 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3291
3291
|
username: typing.Optional[builtins.str] = None,
|
|
3292
3292
|
) -> None:
|
|
3293
3293
|
'''
|
|
3294
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
3295
|
-
: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.29.
|
|
3296
|
-
: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.29.
|
|
3297
|
-
:param ignore_roles: Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
3298
|
-
: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.29.
|
|
3299
|
-
: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.29.
|
|
3300
|
-
: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.29.
|
|
3301
|
-
: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.29.
|
|
3302
|
-
: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.29.
|
|
3294
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
3295
|
+
: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.29.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
3296
|
+
: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.29.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
3297
|
+
:param ignore_roles: Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#ignore_roles ManagedDatabasePostgresql#ignore_roles}
|
|
3298
|
+
: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.29.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
|
|
3299
|
+
: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.29.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
3300
|
+
: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.29.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
3301
|
+
: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.29.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
3302
|
+
: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.29.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
3303
3303
|
'''
|
|
3304
3304
|
value = ManagedDatabasePostgresqlPropertiesMigration(
|
|
3305
3305
|
dbname=dbname,
|
|
@@ -3335,20 +3335,20 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3335
3335
|
role: typing.Optional[builtins.str] = None,
|
|
3336
3336
|
) -> None:
|
|
3337
3337
|
'''
|
|
3338
|
-
: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.29.
|
|
3339
|
-
:param log: 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.29.
|
|
3340
|
-
:param log_catalog: Log Catalog. Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
3341
|
-
:param log_client: 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.29.
|
|
3342
|
-
:param log_level: 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.29.
|
|
3343
|
-
:param log_max_string_length: 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.29.
|
|
3344
|
-
:param log_nested_statements: 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.29.
|
|
3345
|
-
:param log_parameter: 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.29.
|
|
3346
|
-
:param log_parameter_max_size: 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.29.
|
|
3347
|
-
:param log_relation: 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.29.
|
|
3348
|
-
:param log_rows: Log Rows. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
3349
|
-
:param log_statement: 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.29.
|
|
3350
|
-
:param log_statement_once: 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.29.
|
|
3351
|
-
:param role: Role. Specifies the master role to use for object audit logging. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
3338
|
+
: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.29.1/docs/resources/managed_database_postgresql#feature_enabled ManagedDatabasePostgresql#feature_enabled}
|
|
3339
|
+
:param log: 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.29.1/docs/resources/managed_database_postgresql#log ManagedDatabasePostgresql#log}
|
|
3340
|
+
:param log_catalog: Log Catalog. Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_catalog ManagedDatabasePostgresql#log_catalog}
|
|
3341
|
+
:param log_client: 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.29.1/docs/resources/managed_database_postgresql#log_client ManagedDatabasePostgresql#log_client}
|
|
3342
|
+
:param log_level: 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.29.1/docs/resources/managed_database_postgresql#log_level ManagedDatabasePostgresql#log_level}
|
|
3343
|
+
:param log_max_string_length: 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.29.1/docs/resources/managed_database_postgresql#log_max_string_length ManagedDatabasePostgresql#log_max_string_length}
|
|
3344
|
+
:param log_nested_statements: 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.29.1/docs/resources/managed_database_postgresql#log_nested_statements ManagedDatabasePostgresql#log_nested_statements}
|
|
3345
|
+
:param log_parameter: 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.29.1/docs/resources/managed_database_postgresql#log_parameter ManagedDatabasePostgresql#log_parameter}
|
|
3346
|
+
:param log_parameter_max_size: 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.29.1/docs/resources/managed_database_postgresql#log_parameter_max_size ManagedDatabasePostgresql#log_parameter_max_size}
|
|
3347
|
+
:param log_relation: 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.29.1/docs/resources/managed_database_postgresql#log_relation ManagedDatabasePostgresql#log_relation}
|
|
3348
|
+
:param log_rows: Log Rows. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_rows ManagedDatabasePostgresql#log_rows}
|
|
3349
|
+
:param log_statement: 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.29.1/docs/resources/managed_database_postgresql#log_statement ManagedDatabasePostgresql#log_statement}
|
|
3350
|
+
:param log_statement_once: 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.29.1/docs/resources/managed_database_postgresql#log_statement_once ManagedDatabasePostgresql#log_statement_once}
|
|
3351
|
+
:param role: Role. Specifies the master role to use for object audit logging. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#role ManagedDatabasePostgresql#role}
|
|
3352
3352
|
'''
|
|
3353
3353
|
value = ManagedDatabasePostgresqlPropertiesPgaudit(
|
|
3354
3354
|
feature_enabled=feature_enabled,
|
|
@@ -3385,16 +3385,16 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3385
3385
|
server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
3386
3386
|
) -> None:
|
|
3387
3387
|
'''
|
|
3388
|
-
: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.29.
|
|
3389
|
-
: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.29.
|
|
3390
|
-
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
3391
|
-
: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.29.
|
|
3392
|
-
: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.29.
|
|
3393
|
-
:param max_prepared_statements: PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling modes when max_prepared_statements is set to a non-zero value. Setting it to 0 disables prepared statements. max_prepared_statements defaults to 100, and its maximum is 3000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
3394
|
-
: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.29.
|
|
3395
|
-
: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.29.
|
|
3396
|
-
: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.29.
|
|
3397
|
-
: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.29.
|
|
3388
|
+
: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.29.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
3389
|
+
: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.29.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
3390
|
+
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
3391
|
+
: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.29.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
3392
|
+
: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.29.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
3393
|
+
:param max_prepared_statements: PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling modes when max_prepared_statements is set to a non-zero value. Setting it to 0 disables prepared statements. max_prepared_statements defaults to 100, and its maximum is 3000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_prepared_statements ManagedDatabasePostgresql#max_prepared_statements}
|
|
3394
|
+
: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.29.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
3395
|
+
: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.29.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
3396
|
+
: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.29.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
3397
|
+
: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.29.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
3398
3398
|
'''
|
|
3399
3399
|
value = ManagedDatabasePostgresqlPropertiesPgbouncer(
|
|
3400
3400
|
autodb_idle_timeout=autodb_idle_timeout,
|
|
@@ -3418,7 +3418,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3418
3418
|
max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
|
|
3419
3419
|
) -> None:
|
|
3420
3420
|
'''
|
|
3421
|
-
:param max_failover_replication_time_lag: 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.29.
|
|
3421
|
+
:param max_failover_replication_time_lag: 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.29.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
3422
3422
|
'''
|
|
3423
3423
|
value = ManagedDatabasePostgresqlPropertiesPglookout(
|
|
3424
3424
|
max_failover_replication_time_lag=max_failover_replication_time_lag
|
|
@@ -3433,7 +3433,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3433
3433
|
max_background_workers: typing.Optional[jsii.Number] = None,
|
|
3434
3434
|
) -> None:
|
|
3435
3435
|
'''
|
|
3436
|
-
: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. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
3436
|
+
: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. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
3437
3437
|
'''
|
|
3438
3438
|
value = ManagedDatabasePostgresqlPropertiesTimescaledb(
|
|
3439
3439
|
max_background_workers=max_background_workers
|
|
@@ -5005,20 +5005,20 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5005
5005
|
role: typing.Optional[builtins.str] = None,
|
|
5006
5006
|
) -> None:
|
|
5007
5007
|
'''
|
|
5008
|
-
: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.29.
|
|
5009
|
-
:param log: 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.29.
|
|
5010
|
-
:param log_catalog: Log Catalog. Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5011
|
-
:param log_client: 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.29.
|
|
5012
|
-
:param log_level: 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.29.
|
|
5013
|
-
:param log_max_string_length: 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.29.
|
|
5014
|
-
:param log_nested_statements: 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.29.
|
|
5015
|
-
:param log_parameter: 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.29.
|
|
5016
|
-
:param log_parameter_max_size: 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.29.
|
|
5017
|
-
:param log_relation: 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.29.
|
|
5018
|
-
:param log_rows: Log Rows. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5019
|
-
:param log_statement: 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.29.
|
|
5020
|
-
:param log_statement_once: 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.29.
|
|
5021
|
-
:param role: Role. Specifies the master role to use for object audit logging. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5008
|
+
: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.29.1/docs/resources/managed_database_postgresql#feature_enabled ManagedDatabasePostgresql#feature_enabled}
|
|
5009
|
+
:param log: 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.29.1/docs/resources/managed_database_postgresql#log ManagedDatabasePostgresql#log}
|
|
5010
|
+
:param log_catalog: Log Catalog. Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_catalog ManagedDatabasePostgresql#log_catalog}
|
|
5011
|
+
:param log_client: 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.29.1/docs/resources/managed_database_postgresql#log_client ManagedDatabasePostgresql#log_client}
|
|
5012
|
+
:param log_level: 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.29.1/docs/resources/managed_database_postgresql#log_level ManagedDatabasePostgresql#log_level}
|
|
5013
|
+
:param log_max_string_length: 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.29.1/docs/resources/managed_database_postgresql#log_max_string_length ManagedDatabasePostgresql#log_max_string_length}
|
|
5014
|
+
:param log_nested_statements: 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.29.1/docs/resources/managed_database_postgresql#log_nested_statements ManagedDatabasePostgresql#log_nested_statements}
|
|
5015
|
+
:param log_parameter: 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.29.1/docs/resources/managed_database_postgresql#log_parameter ManagedDatabasePostgresql#log_parameter}
|
|
5016
|
+
:param log_parameter_max_size: 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.29.1/docs/resources/managed_database_postgresql#log_parameter_max_size ManagedDatabasePostgresql#log_parameter_max_size}
|
|
5017
|
+
:param log_relation: 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.29.1/docs/resources/managed_database_postgresql#log_relation ManagedDatabasePostgresql#log_relation}
|
|
5018
|
+
:param log_rows: Log Rows. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_rows ManagedDatabasePostgresql#log_rows}
|
|
5019
|
+
:param log_statement: 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.29.1/docs/resources/managed_database_postgresql#log_statement ManagedDatabasePostgresql#log_statement}
|
|
5020
|
+
:param log_statement_once: 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.29.1/docs/resources/managed_database_postgresql#log_statement_once ManagedDatabasePostgresql#log_statement_once}
|
|
5021
|
+
:param role: Role. Specifies the master role to use for object audit logging. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#role ManagedDatabasePostgresql#role}
|
|
5022
5022
|
'''
|
|
5023
5023
|
if __debug__:
|
|
5024
5024
|
type_hints = typing.get_type_hints(_typecheckingstub__ceddef9157916dec3e9a0146d7eedd65e39272ad64a94090ac97ce9eb4e638a6)
|
|
@@ -5074,7 +5074,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5074
5074
|
|
|
5075
5075
|
Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved.
|
|
5076
5076
|
|
|
5077
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5077
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#feature_enabled ManagedDatabasePostgresql#feature_enabled}
|
|
5078
5078
|
'''
|
|
5079
5079
|
result = self._values.get("feature_enabled")
|
|
5080
5080
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5083,7 +5083,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5083
5083
|
def log(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
5084
5084
|
'''Log. Specifies which classes of statements will be logged by session audit logging.
|
|
5085
5085
|
|
|
5086
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5086
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log ManagedDatabasePostgresql#log}
|
|
5087
5087
|
'''
|
|
5088
5088
|
result = self._values.get("log")
|
|
5089
5089
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -5097,7 +5097,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5097
5097
|
Specifies that session logging should be enabled in the case where all relations
|
|
5098
5098
|
in a statement are in pg_catalog.
|
|
5099
5099
|
|
|
5100
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5100
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_catalog ManagedDatabasePostgresql#log_catalog}
|
|
5101
5101
|
'''
|
|
5102
5102
|
result = self._values.get("log_catalog")
|
|
5103
5103
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5108,7 +5108,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5108
5108
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5109
5109
|
'''Log Client. Specifies whether log messages will be visible to a client process such as psql.
|
|
5110
5110
|
|
|
5111
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5111
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_client ManagedDatabasePostgresql#log_client}
|
|
5112
5112
|
'''
|
|
5113
5113
|
result = self._values.get("log_client")
|
|
5114
5114
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5117,7 +5117,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5117
5117
|
def log_level(self) -> typing.Optional[builtins.str]:
|
|
5118
5118
|
'''Log level. Specifies the log level that will be used for log entries.
|
|
5119
5119
|
|
|
5120
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5120
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_level ManagedDatabasePostgresql#log_level}
|
|
5121
5121
|
'''
|
|
5122
5122
|
result = self._values.get("log_level")
|
|
5123
5123
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5129,7 +5129,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5129
5129
|
Crop parameters representation and whole statements if they exceed this threshold.
|
|
5130
5130
|
A (default) value of -1 disable the truncation.
|
|
5131
5131
|
|
|
5132
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5132
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_max_string_length ManagedDatabasePostgresql#log_max_string_length}
|
|
5133
5133
|
'''
|
|
5134
5134
|
result = self._values.get("log_max_string_length")
|
|
5135
5135
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5143,7 +5143,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5143
5143
|
This GUC allows to turn off logging nested statements, that is, statements that are
|
|
5144
5144
|
executed as part of another ExecutorRun.
|
|
5145
5145
|
|
|
5146
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5146
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_nested_statements ManagedDatabasePostgresql#log_nested_statements}
|
|
5147
5147
|
'''
|
|
5148
5148
|
result = self._values.get("log_nested_statements")
|
|
5149
5149
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5154,7 +5154,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5154
5154
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5155
5155
|
'''Log Parameter. Specifies that audit logging should include the parameters that were passed with the statement.
|
|
5156
5156
|
|
|
5157
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5157
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_parameter ManagedDatabasePostgresql#log_parameter}
|
|
5158
5158
|
'''
|
|
5159
5159
|
result = self._values.get("log_parameter")
|
|
5160
5160
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5166,7 +5166,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5166
5166
|
Specifies that parameter values longer than this setting (in bytes) should not be logged,
|
|
5167
5167
|
but replaced with .
|
|
5168
5168
|
|
|
5169
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5169
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_parameter_max_size ManagedDatabasePostgresql#log_parameter_max_size}
|
|
5170
5170
|
'''
|
|
5171
5171
|
result = self._values.get("log_parameter_max_size")
|
|
5172
5172
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5180,7 +5180,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5180
5180
|
Specifies whether session audit logging should create a separate log entry
|
|
5181
5181
|
for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
|
|
5182
5182
|
|
|
5183
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5183
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_relation ManagedDatabasePostgresql#log_relation}
|
|
5184
5184
|
'''
|
|
5185
5185
|
result = self._values.get("log_relation")
|
|
5186
5186
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5191,7 +5191,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5191
5191
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5192
5192
|
'''Log Rows.
|
|
5193
5193
|
|
|
5194
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5194
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_rows ManagedDatabasePostgresql#log_rows}
|
|
5195
5195
|
'''
|
|
5196
5196
|
result = self._values.get("log_rows")
|
|
5197
5197
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5202,7 +5202,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5202
5202
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5203
5203
|
'''Log Statement. Specifies whether logging will include the statement text and parameters (if enabled).
|
|
5204
5204
|
|
|
5205
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5205
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_statement ManagedDatabasePostgresql#log_statement}
|
|
5206
5206
|
'''
|
|
5207
5207
|
result = self._values.get("log_statement")
|
|
5208
5208
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5216,7 +5216,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5216
5216
|
Specifies whether logging will include the statement text and parameters with
|
|
5217
5217
|
the first log entry for a statement/substatement combination or with every entry.
|
|
5218
5218
|
|
|
5219
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5219
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#log_statement_once ManagedDatabasePostgresql#log_statement_once}
|
|
5220
5220
|
'''
|
|
5221
5221
|
result = self._values.get("log_statement_once")
|
|
5222
5222
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -5225,7 +5225,7 @@ class ManagedDatabasePostgresqlPropertiesPgaudit:
|
|
|
5225
5225
|
def role(self) -> typing.Optional[builtins.str]:
|
|
5226
5226
|
'''Role. Specifies the master role to use for object audit logging.
|
|
5227
5227
|
|
|
5228
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5228
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#role ManagedDatabasePostgresql#role}
|
|
5229
5229
|
'''
|
|
5230
5230
|
result = self._values.get("role")
|
|
5231
5231
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5657,16 +5657,16 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
5657
5657
|
server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
5658
5658
|
) -> None:
|
|
5659
5659
|
'''
|
|
5660
|
-
: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.29.
|
|
5661
|
-
: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.29.
|
|
5662
|
-
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5663
|
-
: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.29.
|
|
5664
|
-
: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.29.
|
|
5665
|
-
:param max_prepared_statements: PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling modes when max_prepared_statements is set to a non-zero value. Setting it to 0 disables prepared statements. max_prepared_statements defaults to 100, and its maximum is 3000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5666
|
-
: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.29.
|
|
5667
|
-
: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.29.
|
|
5668
|
-
: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.29.
|
|
5669
|
-
: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.29.
|
|
5660
|
+
: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.29.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
5661
|
+
: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.29.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
5662
|
+
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
5663
|
+
: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.29.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
5664
|
+
: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.29.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
5665
|
+
:param max_prepared_statements: PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling modes when max_prepared_statements is set to a non-zero value. Setting it to 0 disables prepared statements. max_prepared_statements defaults to 100, and its maximum is 3000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_prepared_statements ManagedDatabasePostgresql#max_prepared_statements}
|
|
5666
|
+
: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.29.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
5667
|
+
: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.29.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
5668
|
+
: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.29.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
5669
|
+
: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.29.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
5670
5670
|
'''
|
|
5671
5671
|
if __debug__:
|
|
5672
5672
|
type_hints = typing.get_type_hints(_typecheckingstub__2862abffc43a442ad2bff1c444cf98fb770986970925fafb7cc295e2cc45a9b9)
|
|
@@ -5708,7 +5708,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
5708
5708
|
|
|
5709
5709
|
If 0 then timeout is disabled. [seconds].
|
|
5710
5710
|
|
|
5711
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5711
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
5712
5712
|
'''
|
|
5713
5713
|
result = self._values.get("autodb_idle_timeout")
|
|
5714
5714
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5719,7 +5719,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
5719
5719
|
|
|
5720
5720
|
Setting it to 0 means unlimited.
|
|
5721
5721
|
|
|
5722
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5722
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
5723
5723
|
'''
|
|
5724
5724
|
result = self._values.get("autodb_max_db_connections")
|
|
5725
5725
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5728,7 +5728,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
5728
5728
|
def autodb_pool_mode(self) -> typing.Optional[builtins.str]:
|
|
5729
5729
|
'''PGBouncer pool mode.
|
|
5730
5730
|
|
|
5731
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5731
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
5732
5732
|
'''
|
|
5733
5733
|
result = self._values.get("autodb_pool_mode")
|
|
5734
5734
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -5737,7 +5737,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
5737
5737
|
def autodb_pool_size(self) -> typing.Optional[jsii.Number]:
|
|
5738
5738
|
'''If non-zero then create automatically a pool of that size per user when a pool doesn't exist.
|
|
5739
5739
|
|
|
5740
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5740
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
5741
5741
|
'''
|
|
5742
5742
|
result = self._values.get("autodb_pool_size")
|
|
5743
5743
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5746,7 +5746,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
5746
5746
|
def ignore_startup_parameters(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
5747
5747
|
'''List of parameters to ignore when given in startup packet.
|
|
5748
5748
|
|
|
5749
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5749
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
5750
5750
|
'''
|
|
5751
5751
|
result = self._values.get("ignore_startup_parameters")
|
|
5752
5752
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -5757,7 +5757,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
5757
5757
|
|
|
5758
5758
|
Setting it to 0 disables prepared statements. max_prepared_statements defaults to 100, and its maximum is 3000.
|
|
5759
5759
|
|
|
5760
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5760
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_prepared_statements ManagedDatabasePostgresql#max_prepared_statements}
|
|
5761
5761
|
'''
|
|
5762
5762
|
result = self._values.get("max_prepared_statements")
|
|
5763
5763
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5768,7 +5768,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
5768
5768
|
|
|
5769
5769
|
Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size.
|
|
5770
5770
|
|
|
5771
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5771
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
5772
5772
|
'''
|
|
5773
5773
|
result = self._values.get("min_pool_size")
|
|
5774
5774
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5779,7 +5779,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
5779
5779
|
|
|
5780
5780
|
If 0 then timeout is disabled. [seconds].
|
|
5781
5781
|
|
|
5782
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5782
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
5783
5783
|
'''
|
|
5784
5784
|
result = self._values.get("server_idle_timeout")
|
|
5785
5785
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5788,7 +5788,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
5788
5788
|
def server_lifetime(self) -> typing.Optional[jsii.Number]:
|
|
5789
5789
|
'''The pooler will close an unused server connection that has been connected longer than this. [seconds].
|
|
5790
5790
|
|
|
5791
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5791
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
5792
5792
|
'''
|
|
5793
5793
|
result = self._values.get("server_lifetime")
|
|
5794
5794
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5799,7 +5799,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
5799
5799
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
5800
5800
|
'''Run server_reset_query (DISCARD ALL) in all pooling modes.
|
|
5801
5801
|
|
|
5802
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
5802
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
5803
5803
|
'''
|
|
5804
5804
|
result = self._values.get("server_reset_query_always")
|
|
5805
5805
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -6087,7 +6087,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
|
|
|
6087
6087
|
max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
|
|
6088
6088
|
) -> None:
|
|
6089
6089
|
'''
|
|
6090
|
-
:param max_failover_replication_time_lag: 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.29.
|
|
6090
|
+
:param max_failover_replication_time_lag: 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.29.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
6091
6091
|
'''
|
|
6092
6092
|
if __debug__:
|
|
6093
6093
|
type_hints = typing.get_type_hints(_typecheckingstub__dd81ae3f527ba52eaf4f2d07e7187afc3b2328ed800858a2364717bdfe0081a9)
|
|
@@ -6100,7 +6100,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
|
|
|
6100
6100
|
def max_failover_replication_time_lag(self) -> typing.Optional[jsii.Number]:
|
|
6101
6101
|
'''Max Failover Replication Time Lag. Number of seconds of master unavailability before triggering database failover to standby.
|
|
6102
6102
|
|
|
6103
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
6103
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
6104
6104
|
'''
|
|
6105
6105
|
result = self._values.get("max_failover_replication_time_lag")
|
|
6106
6106
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -6188,7 +6188,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
|
|
|
6188
6188
|
max_background_workers: typing.Optional[jsii.Number] = None,
|
|
6189
6189
|
) -> None:
|
|
6190
6190
|
'''
|
|
6191
|
-
: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. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
6191
|
+
: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. Changing this parameter causes a service restart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
6192
6192
|
'''
|
|
6193
6193
|
if __debug__:
|
|
6194
6194
|
type_hints = typing.get_type_hints(_typecheckingstub__71c8b11f8b53026baff50866f6d74787011a28fc791f639a52c7c58b6f897621)
|
|
@@ -6203,7 +6203,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
|
|
|
6203
6203
|
|
|
6204
6204
|
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. Changing this parameter causes a service restart.
|
|
6205
6205
|
|
|
6206
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.
|
|
6206
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.29.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
6207
6207
|
'''
|
|
6208
6208
|
result = self._values.get("max_background_workers")
|
|
6209
6209
|
return typing.cast(typing.Optional[jsii.Number], result)
|