cdktf-cdktf-provider-upcloud 14.9.0__py3-none-any.whl → 14.9.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- cdktf_cdktf_provider_upcloud/__init__.py +3 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +44 -44
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +62 -62
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +52 -52
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +54 -54
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +80 -80
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +95 -95
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +72 -72
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +52 -52
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +351 -351
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +314 -268
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +464 -464
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +510 -416
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +218 -172
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +48 -48
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/network/__init__.py +49 -49
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +38 -38
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +43 -43
- cdktf_cdktf_provider_upcloud/provider/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/router/__init__.py +33 -33
- cdktf_cdktf_provider_upcloud/server/__init__.py +219 -219
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/storage/__init__.py +76 -76
- cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/METADATA +9 -9
- cdktf_cdktf_provider_upcloud-14.9.1.dist-info/RECORD +61 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.9.0.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_managed_database_postgresql`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_managed_database_postgresql`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class ManagedDatabasePostgresql(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.managedDatabasePostgresql.ManagedDatabasePostgresql",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -55,21 +55,21 @@ class ManagedDatabasePostgresql(
|
|
|
55
55
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
56
56
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
57
57
|
) -> None:
|
|
58
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
58
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql upcloud_managed_database_postgresql} Resource.
|
|
59
59
|
|
|
60
60
|
:param scope: The scope in which to define this construct.
|
|
61
61
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
62
|
-
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
63
|
-
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
64
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
65
|
-
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
66
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
67
|
-
:param labels: Key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
68
|
-
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
69
|
-
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
70
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
71
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
72
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
62
|
+
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
63
|
+
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
64
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
65
|
+
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
66
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
67
|
+
:param labels: Key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#labels ManagedDatabasePostgresql#labels}
|
|
68
|
+
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
69
|
+
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
70
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
|
|
71
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
72
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
73
73
|
:param connection:
|
|
74
74
|
:param count:
|
|
75
75
|
:param depends_on:
|
|
@@ -118,7 +118,7 @@ class ManagedDatabasePostgresql(
|
|
|
118
118
|
|
|
119
119
|
:param scope: The scope in which to define this construct.
|
|
120
120
|
:param import_to_id: The construct id used in the generated config for the ManagedDatabasePostgresql to import.
|
|
121
|
-
:param import_from_id: The id of the existing ManagedDatabasePostgresql that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
121
|
+
:param import_from_id: The id of the existing ManagedDatabasePostgresql that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#import import section} in the documentation of this resource for the id to use
|
|
122
122
|
:param provider: ? Optional instance of the provider where the ManagedDatabasePostgresql to import is found.
|
|
123
123
|
'''
|
|
124
124
|
if __debug__:
|
|
@@ -215,73 +215,73 @@ class ManagedDatabasePostgresql(
|
|
|
215
215
|
work_mem: typing.Optional[jsii.Number] = None,
|
|
216
216
|
) -> None:
|
|
217
217
|
'''
|
|
218
|
-
:param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
219
|
-
:param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
220
|
-
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
221
|
-
:param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
222
|
-
:param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
223
|
-
:param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
224
|
-
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
225
|
-
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
226
|
-
:param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
227
|
-
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
228
|
-
:param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
229
|
-
:param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
230
|
-
:param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
231
|
-
:param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
232
|
-
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
233
|
-
:param bgwriter_flush_after: Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
234
|
-
:param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
235
|
-
:param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
236
|
-
:param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
237
|
-
:param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns (the default is lz4). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
238
|
-
:param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
239
|
-
:param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
240
|
-
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
241
|
-
:param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
242
|
-
:param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
243
|
-
:param log_line_prefix: Choose from one of the available log formats. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
244
|
-
:param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
245
|
-
:param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
246
|
-
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
247
|
-
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
248
|
-
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
249
|
-
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
250
|
-
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
251
|
-
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
252
|
-
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
253
|
-
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
254
|
-
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
255
|
-
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
256
|
-
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
257
|
-
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
258
|
-
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
259
|
-
:param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
260
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
261
|
-
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
262
|
-
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
263
|
-
:param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
264
|
-
:param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
265
|
-
:param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
266
|
-
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
267
|
-
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
268
|
-
:param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
269
|
-
:param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
270
|
-
:param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
271
|
-
:param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
272
|
-
:param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
273
|
-
:param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
274
|
-
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
275
|
-
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
276
|
-
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
277
|
-
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
278
|
-
:param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
279
|
-
:param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
280
|
-
:param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
281
|
-
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
282
|
-
:param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
283
|
-
:param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
284
|
-
:param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
218
|
+
:param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
219
|
+
:param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
220
|
+
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
221
|
+
:param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
222
|
+
:param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
223
|
+
:param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
224
|
+
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
225
|
+
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
226
|
+
:param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
227
|
+
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
228
|
+
:param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
229
|
+
:param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
230
|
+
:param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
231
|
+
:param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
232
|
+
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
233
|
+
:param bgwriter_flush_after: Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
234
|
+
:param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
235
|
+
:param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
236
|
+
:param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
237
|
+
:param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns (the default is lz4). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
238
|
+
:param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
239
|
+
:param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
240
|
+
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
241
|
+
:param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
242
|
+
:param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
243
|
+
:param log_line_prefix: Choose from one of the available log formats. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
244
|
+
:param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
245
|
+
:param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
246
|
+
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
247
|
+
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
248
|
+
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
249
|
+
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
250
|
+
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
251
|
+
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
252
|
+
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
253
|
+
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
254
|
+
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
255
|
+
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
256
|
+
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
257
|
+
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
258
|
+
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
259
|
+
:param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
260
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
261
|
+
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
262
|
+
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
263
|
+
:param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
264
|
+
:param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
265
|
+
:param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
266
|
+
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
267
|
+
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
268
|
+
:param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
269
|
+
:param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
270
|
+
:param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
271
|
+
:param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
272
|
+
:param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
273
|
+
:param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
274
|
+
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
275
|
+
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
276
|
+
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
277
|
+
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
278
|
+
:param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
279
|
+
:param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
280
|
+
:param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
281
|
+
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
282
|
+
:param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
283
|
+
:param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
284
|
+
:param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
285
285
|
'''
|
|
286
286
|
value = ManagedDatabasePostgresqlProperties(
|
|
287
287
|
admin_password=admin_password,
|
|
@@ -534,7 +534,7 @@ class ManagedDatabasePostgresql(
|
|
|
534
534
|
if __debug__:
|
|
535
535
|
type_hints = typing.get_type_hints(_typecheckingstub__f9a630d3a04b1e85d141f152306b1446a41a3f48ba0d2183d43b5587ed01b4e2)
|
|
536
536
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
537
|
-
jsii.set(self, "id", value)
|
|
537
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
538
538
|
|
|
539
539
|
@builtins.property
|
|
540
540
|
@jsii.member(jsii_name="labels")
|
|
@@ -546,7 +546,7 @@ class ManagedDatabasePostgresql(
|
|
|
546
546
|
if __debug__:
|
|
547
547
|
type_hints = typing.get_type_hints(_typecheckingstub__d237b647d468f025eced5d1f869c5704b40f8d693184cae12ed221d60d195bca)
|
|
548
548
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
549
|
-
jsii.set(self, "labels", value)
|
|
549
|
+
jsii.set(self, "labels", value) # pyright: ignore[reportArgumentType]
|
|
550
550
|
|
|
551
551
|
@builtins.property
|
|
552
552
|
@jsii.member(jsii_name="maintenanceWindowDow")
|
|
@@ -558,7 +558,7 @@ class ManagedDatabasePostgresql(
|
|
|
558
558
|
if __debug__:
|
|
559
559
|
type_hints = typing.get_type_hints(_typecheckingstub__a2c0f77034fed7e75ffc25cc3f6dbd523c87396fc50302ef44e7a62fb55bccd3)
|
|
560
560
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
561
|
-
jsii.set(self, "maintenanceWindowDow", value)
|
|
561
|
+
jsii.set(self, "maintenanceWindowDow", value) # pyright: ignore[reportArgumentType]
|
|
562
562
|
|
|
563
563
|
@builtins.property
|
|
564
564
|
@jsii.member(jsii_name="maintenanceWindowTime")
|
|
@@ -570,7 +570,7 @@ class ManagedDatabasePostgresql(
|
|
|
570
570
|
if __debug__:
|
|
571
571
|
type_hints = typing.get_type_hints(_typecheckingstub__f3b522c1e2fa5f9ebcbd420abad1f5687e71bf47b1f53b8aba4d8eae624c15f8)
|
|
572
572
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
573
|
-
jsii.set(self, "maintenanceWindowTime", value)
|
|
573
|
+
jsii.set(self, "maintenanceWindowTime", value) # pyright: ignore[reportArgumentType]
|
|
574
574
|
|
|
575
575
|
@builtins.property
|
|
576
576
|
@jsii.member(jsii_name="name")
|
|
@@ -582,7 +582,7 @@ class ManagedDatabasePostgresql(
|
|
|
582
582
|
if __debug__:
|
|
583
583
|
type_hints = typing.get_type_hints(_typecheckingstub__b616f5a643e9362103bfe51d176cebeb11c5a7c116871765dc94705dfef5db23)
|
|
584
584
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
585
|
-
jsii.set(self, "name", value)
|
|
585
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
586
586
|
|
|
587
587
|
@builtins.property
|
|
588
588
|
@jsii.member(jsii_name="plan")
|
|
@@ -594,7 +594,7 @@ class ManagedDatabasePostgresql(
|
|
|
594
594
|
if __debug__:
|
|
595
595
|
type_hints = typing.get_type_hints(_typecheckingstub__62ca746fcdc84d286b895013db6a84b26e62e0d3f9368d2e25f84a74a7264b94)
|
|
596
596
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
597
|
-
jsii.set(self, "plan", value)
|
|
597
|
+
jsii.set(self, "plan", value) # pyright: ignore[reportArgumentType]
|
|
598
598
|
|
|
599
599
|
@builtins.property
|
|
600
600
|
@jsii.member(jsii_name="powered")
|
|
@@ -609,7 +609,7 @@ class ManagedDatabasePostgresql(
|
|
|
609
609
|
if __debug__:
|
|
610
610
|
type_hints = typing.get_type_hints(_typecheckingstub__ea14ac222a06ab006f9282ded2425426342e694303ff49e133423cad91b073d2)
|
|
611
611
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
612
|
-
jsii.set(self, "powered", value)
|
|
612
|
+
jsii.set(self, "powered", value) # pyright: ignore[reportArgumentType]
|
|
613
613
|
|
|
614
614
|
@builtins.property
|
|
615
615
|
@jsii.member(jsii_name="title")
|
|
@@ -621,7 +621,7 @@ class ManagedDatabasePostgresql(
|
|
|
621
621
|
if __debug__:
|
|
622
622
|
type_hints = typing.get_type_hints(_typecheckingstub__5a6d4eea83ac11ab3241ebe5783562662925bb3b73987673a1f5bd2da77529d0)
|
|
623
623
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
624
|
-
jsii.set(self, "title", value)
|
|
624
|
+
jsii.set(self, "title", value) # pyright: ignore[reportArgumentType]
|
|
625
625
|
|
|
626
626
|
@builtins.property
|
|
627
627
|
@jsii.member(jsii_name="zone")
|
|
@@ -633,7 +633,7 @@ class ManagedDatabasePostgresql(
|
|
|
633
633
|
if __debug__:
|
|
634
634
|
type_hints = typing.get_type_hints(_typecheckingstub__d8e769b3f7bdff6efb6eeabc49ebfb039d0a13ba0401e55deb7401478cc6ed17)
|
|
635
635
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
636
|
-
jsii.set(self, "zone", value)
|
|
636
|
+
jsii.set(self, "zone", value) # pyright: ignore[reportArgumentType]
|
|
637
637
|
|
|
638
638
|
|
|
639
639
|
@jsii.data_type(
|
|
@@ -704,7 +704,7 @@ class ManagedDatabasePostgresqlComponentsList(
|
|
|
704
704
|
if __debug__:
|
|
705
705
|
type_hints = typing.get_type_hints(_typecheckingstub__47d3f8173c3c000fe3926caf6e494fc6cddb15ac79d3c90a3aa20089abc9431f)
|
|
706
706
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
707
|
-
jsii.set(self, "terraformAttribute", value)
|
|
707
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
708
708
|
|
|
709
709
|
@builtins.property
|
|
710
710
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -717,7 +717,7 @@ class ManagedDatabasePostgresqlComponentsList(
|
|
|
717
717
|
if __debug__:
|
|
718
718
|
type_hints = typing.get_type_hints(_typecheckingstub__4ee6156235319d8ff5191af25d8e1cd5758406c4efcc4fa304274758654ff952)
|
|
719
719
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
720
|
-
jsii.set(self, "terraformResource", value)
|
|
720
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
721
721
|
|
|
722
722
|
@builtins.property
|
|
723
723
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -730,7 +730,7 @@ class ManagedDatabasePostgresqlComponentsList(
|
|
|
730
730
|
if __debug__:
|
|
731
731
|
type_hints = typing.get_type_hints(_typecheckingstub__a9ceac319a9c2fe1f1572d1ef10795a5bd5a1de81fb1d7f4cb2ddeafe2a500c0)
|
|
732
732
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
733
|
-
jsii.set(self, "wrapsSet", value)
|
|
733
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
734
734
|
|
|
735
735
|
|
|
736
736
|
class ManagedDatabasePostgresqlComponentsOutputReference(
|
|
@@ -797,7 +797,7 @@ class ManagedDatabasePostgresqlComponentsOutputReference(
|
|
|
797
797
|
if __debug__:
|
|
798
798
|
type_hints = typing.get_type_hints(_typecheckingstub__e2a3104ae2962fdb60f3b3307320726a7821e29d9fe32777924514d905a12282)
|
|
799
799
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
800
|
-
jsii.set(self, "internalValue", value)
|
|
800
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
801
801
|
|
|
802
802
|
|
|
803
803
|
@jsii.data_type(
|
|
@@ -855,17 +855,17 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
855
855
|
:param lifecycle:
|
|
856
856
|
:param provider:
|
|
857
857
|
:param provisioners:
|
|
858
|
-
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
859
|
-
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
860
|
-
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
861
|
-
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
862
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
863
|
-
:param labels: Key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
864
|
-
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
865
|
-
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
866
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
867
|
-
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
868
|
-
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
858
|
+
:param name: Name of the service. The name is used as a prefix for the logical hostname. Must be unique within an account Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
859
|
+
:param plan: Service plan to use. This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
860
|
+
:param title: Title of a managed database instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
861
|
+
:param zone: Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
862
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
863
|
+
:param labels: Key-value pairs to classify the managed database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#labels ManagedDatabasePostgresql#labels}
|
|
864
|
+
:param maintenance_window_dow: Maintenance window day of week. Lower case weekday name (monday, tuesday, ...). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
865
|
+
:param maintenance_window_time: Maintenance window UTC time in hh:mm:ss format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
866
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
|
|
867
|
+
:param powered: The administrative power state of the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
868
|
+
:param properties: properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
869
869
|
'''
|
|
870
870
|
if isinstance(lifecycle, dict):
|
|
871
871
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -996,7 +996,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
996
996
|
|
|
997
997
|
The name is used as a prefix for the logical hostname. Must be unique within an account
|
|
998
998
|
|
|
999
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
999
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
1000
1000
|
'''
|
|
1001
1001
|
result = self._values.get("name")
|
|
1002
1002
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1008,7 +1008,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1008
1008
|
|
|
1009
1009
|
This determines how much resources the instance will have. You can list available plans with ``upctl database plans <type>``.
|
|
1010
1010
|
|
|
1011
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1011
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#plan ManagedDatabasePostgresql#plan}
|
|
1012
1012
|
'''
|
|
1013
1013
|
result = self._values.get("plan")
|
|
1014
1014
|
assert result is not None, "Required property 'plan' is missing"
|
|
@@ -1018,7 +1018,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1018
1018
|
def title(self) -> builtins.str:
|
|
1019
1019
|
'''Title of a managed database instance.
|
|
1020
1020
|
|
|
1021
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1021
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#title ManagedDatabasePostgresql#title}
|
|
1022
1022
|
'''
|
|
1023
1023
|
result = self._values.get("title")
|
|
1024
1024
|
assert result is not None, "Required property 'title' is missing"
|
|
@@ -1028,7 +1028,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1028
1028
|
def zone(self) -> builtins.str:
|
|
1029
1029
|
'''Zone where the instance resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
1030
1030
|
|
|
1031
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1031
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#zone ManagedDatabasePostgresql#zone}
|
|
1032
1032
|
'''
|
|
1033
1033
|
result = self._values.get("zone")
|
|
1034
1034
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -1036,7 +1036,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1036
1036
|
|
|
1037
1037
|
@builtins.property
|
|
1038
1038
|
def id(self) -> typing.Optional[builtins.str]:
|
|
1039
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1039
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#id ManagedDatabasePostgresql#id}.
|
|
1040
1040
|
|
|
1041
1041
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
1042
1042
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1048,7 +1048,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1048
1048
|
def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
1049
1049
|
'''Key-value pairs to classify the managed database.
|
|
1050
1050
|
|
|
1051
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1051
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#labels ManagedDatabasePostgresql#labels}
|
|
1052
1052
|
'''
|
|
1053
1053
|
result = self._values.get("labels")
|
|
1054
1054
|
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
@@ -1057,7 +1057,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1057
1057
|
def maintenance_window_dow(self) -> typing.Optional[builtins.str]:
|
|
1058
1058
|
'''Maintenance window day of week. Lower case weekday name (monday, tuesday, ...).
|
|
1059
1059
|
|
|
1060
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1060
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#maintenance_window_dow ManagedDatabasePostgresql#maintenance_window_dow}
|
|
1061
1061
|
'''
|
|
1062
1062
|
result = self._values.get("maintenance_window_dow")
|
|
1063
1063
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1066,7 +1066,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1066
1066
|
def maintenance_window_time(self) -> typing.Optional[builtins.str]:
|
|
1067
1067
|
'''Maintenance window UTC time in hh:mm:ss format.
|
|
1068
1068
|
|
|
1069
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1069
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#maintenance_window_time ManagedDatabasePostgresql#maintenance_window_time}
|
|
1070
1070
|
'''
|
|
1071
1071
|
result = self._values.get("maintenance_window_time")
|
|
1072
1072
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1077,7 +1077,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1077
1077
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabasePostgresqlNetwork"]]]:
|
|
1078
1078
|
'''network block.
|
|
1079
1079
|
|
|
1080
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1080
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#network ManagedDatabasePostgresql#network}
|
|
1081
1081
|
'''
|
|
1082
1082
|
result = self._values.get("network")
|
|
1083
1083
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ManagedDatabasePostgresqlNetwork"]]], result)
|
|
@@ -1088,7 +1088,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1088
1088
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1089
1089
|
'''The administrative power state of the service.
|
|
1090
1090
|
|
|
1091
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1091
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#powered ManagedDatabasePostgresql#powered}
|
|
1092
1092
|
'''
|
|
1093
1093
|
result = self._values.get("powered")
|
|
1094
1094
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1097,7 +1097,7 @@ class ManagedDatabasePostgresqlConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1097
1097
|
def properties(self) -> typing.Optional["ManagedDatabasePostgresqlProperties"]:
|
|
1098
1098
|
'''properties block.
|
|
1099
1099
|
|
|
1100
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1100
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#properties ManagedDatabasePostgresql#properties}
|
|
1101
1101
|
'''
|
|
1102
1102
|
result = self._values.get("properties")
|
|
1103
1103
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlProperties"], result)
|
|
@@ -1129,10 +1129,10 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1129
1129
|
uuid: builtins.str,
|
|
1130
1130
|
) -> None:
|
|
1131
1131
|
'''
|
|
1132
|
-
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1133
|
-
:param name: The name of the network. Must be unique within the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1134
|
-
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1135
|
-
:param uuid: Private network UUID. Must reside in the same zone as the database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1132
|
+
:param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#family ManagedDatabasePostgresql#family}
|
|
1133
|
+
:param name: The name of the network. Must be unique within the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
1134
|
+
:param type: The type of the network. Must be private. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#type ManagedDatabasePostgresql#type}
|
|
1135
|
+
:param uuid: Private network UUID. Must reside in the same zone as the database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#uuid ManagedDatabasePostgresql#uuid}
|
|
1136
1136
|
'''
|
|
1137
1137
|
if __debug__:
|
|
1138
1138
|
type_hints = typing.get_type_hints(_typecheckingstub__5737b331959851ea941ce795bfc130d63e5ac24633787479fac442c8d6e54407)
|
|
@@ -1151,7 +1151,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1151
1151
|
def family(self) -> builtins.str:
|
|
1152
1152
|
'''Network family. Currently only ``IPv4`` is supported.
|
|
1153
1153
|
|
|
1154
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1154
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#family ManagedDatabasePostgresql#family}
|
|
1155
1155
|
'''
|
|
1156
1156
|
result = self._values.get("family")
|
|
1157
1157
|
assert result is not None, "Required property 'family' is missing"
|
|
@@ -1161,7 +1161,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1161
1161
|
def name(self) -> builtins.str:
|
|
1162
1162
|
'''The name of the network. Must be unique within the service.
|
|
1163
1163
|
|
|
1164
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1164
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#name ManagedDatabasePostgresql#name}
|
|
1165
1165
|
'''
|
|
1166
1166
|
result = self._values.get("name")
|
|
1167
1167
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -1171,7 +1171,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1171
1171
|
def type(self) -> builtins.str:
|
|
1172
1172
|
'''The type of the network. Must be private.
|
|
1173
1173
|
|
|
1174
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1174
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#type ManagedDatabasePostgresql#type}
|
|
1175
1175
|
'''
|
|
1176
1176
|
result = self._values.get("type")
|
|
1177
1177
|
assert result is not None, "Required property 'type' is missing"
|
|
@@ -1181,7 +1181,7 @@ class ManagedDatabasePostgresqlNetwork:
|
|
|
1181
1181
|
def uuid(self) -> builtins.str:
|
|
1182
1182
|
'''Private network UUID. Must reside in the same zone as the database.
|
|
1183
1183
|
|
|
1184
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1184
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#uuid ManagedDatabasePostgresql#uuid}
|
|
1185
1185
|
'''
|
|
1186
1186
|
result = self._values.get("uuid")
|
|
1187
1187
|
assert result is not None, "Required property 'uuid' is missing"
|
|
@@ -1246,7 +1246,7 @@ class ManagedDatabasePostgresqlNetworkList(
|
|
|
1246
1246
|
if __debug__:
|
|
1247
1247
|
type_hints = typing.get_type_hints(_typecheckingstub__409ed79705ae4380a337e7bdf603a4ccf6d324f3ebe87024e49a3261703efc8c)
|
|
1248
1248
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1249
|
-
jsii.set(self, "terraformAttribute", value)
|
|
1249
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
1250
1250
|
|
|
1251
1251
|
@builtins.property
|
|
1252
1252
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -1259,7 +1259,7 @@ class ManagedDatabasePostgresqlNetworkList(
|
|
|
1259
1259
|
if __debug__:
|
|
1260
1260
|
type_hints = typing.get_type_hints(_typecheckingstub__e527f157396ba616a48da774b0d360a6f4aaff257be3460fdf3195f85dc119d2)
|
|
1261
1261
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1262
|
-
jsii.set(self, "terraformResource", value)
|
|
1262
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
1263
1263
|
|
|
1264
1264
|
@builtins.property
|
|
1265
1265
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -1272,7 +1272,7 @@ class ManagedDatabasePostgresqlNetworkList(
|
|
|
1272
1272
|
if __debug__:
|
|
1273
1273
|
type_hints = typing.get_type_hints(_typecheckingstub__b995063066d133b223f91e57e786991501f7f6ef4db004beb2d18daeb8a65aa8)
|
|
1274
1274
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1275
|
-
jsii.set(self, "wrapsSet", value)
|
|
1275
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
1276
1276
|
|
|
1277
1277
|
@builtins.property
|
|
1278
1278
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -1289,7 +1289,7 @@ class ManagedDatabasePostgresqlNetworkList(
|
|
|
1289
1289
|
if __debug__:
|
|
1290
1290
|
type_hints = typing.get_type_hints(_typecheckingstub__80edead81e58717b2e65e007e33b02196e634c72111cd07c76b3f587de0f4f34)
|
|
1291
1291
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1292
|
-
jsii.set(self, "internalValue", value)
|
|
1292
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1293
1293
|
|
|
1294
1294
|
|
|
1295
1295
|
class ManagedDatabasePostgresqlNetworkOutputReference(
|
|
@@ -1348,7 +1348,7 @@ class ManagedDatabasePostgresqlNetworkOutputReference(
|
|
|
1348
1348
|
if __debug__:
|
|
1349
1349
|
type_hints = typing.get_type_hints(_typecheckingstub__d91f571ddaa3e094e149844de7c144597f83eb5aaca79f72a86cec6e58c672c3)
|
|
1350
1350
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1351
|
-
jsii.set(self, "family", value)
|
|
1351
|
+
jsii.set(self, "family", value) # pyright: ignore[reportArgumentType]
|
|
1352
1352
|
|
|
1353
1353
|
@builtins.property
|
|
1354
1354
|
@jsii.member(jsii_name="name")
|
|
@@ -1360,7 +1360,7 @@ class ManagedDatabasePostgresqlNetworkOutputReference(
|
|
|
1360
1360
|
if __debug__:
|
|
1361
1361
|
type_hints = typing.get_type_hints(_typecheckingstub__460f49c71e7ba9909b6c7e6724334fbc1b82ea4c0d018a7f0c42230222c6e7d8)
|
|
1362
1362
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1363
|
-
jsii.set(self, "name", value)
|
|
1363
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1364
1364
|
|
|
1365
1365
|
@builtins.property
|
|
1366
1366
|
@jsii.member(jsii_name="type")
|
|
@@ -1372,7 +1372,7 @@ class ManagedDatabasePostgresqlNetworkOutputReference(
|
|
|
1372
1372
|
if __debug__:
|
|
1373
1373
|
type_hints = typing.get_type_hints(_typecheckingstub__33e124f5de2e3777f97e94b613d5f82b6b1ef5ddab810c1648eb135ec8fd4ca7)
|
|
1374
1374
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1375
|
-
jsii.set(self, "type", value)
|
|
1375
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
1376
1376
|
|
|
1377
1377
|
@builtins.property
|
|
1378
1378
|
@jsii.member(jsii_name="uuid")
|
|
@@ -1384,7 +1384,7 @@ class ManagedDatabasePostgresqlNetworkOutputReference(
|
|
|
1384
1384
|
if __debug__:
|
|
1385
1385
|
type_hints = typing.get_type_hints(_typecheckingstub__4085f8142c211fdc139fc6a946b712a7cf489b0e7bffdba7a3d0d330a30bd883)
|
|
1386
1386
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1387
|
-
jsii.set(self, "uuid", value)
|
|
1387
|
+
jsii.set(self, "uuid", value) # pyright: ignore[reportArgumentType]
|
|
1388
1388
|
|
|
1389
1389
|
@builtins.property
|
|
1390
1390
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -1401,7 +1401,7 @@ class ManagedDatabasePostgresqlNetworkOutputReference(
|
|
|
1401
1401
|
if __debug__:
|
|
1402
1402
|
type_hints = typing.get_type_hints(_typecheckingstub__b1cccfea5a3b234cba4824b362afd23a009b35c8cfaa17da2f59f7e84412b8c0)
|
|
1403
1403
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1404
|
-
jsii.set(self, "internalValue", value)
|
|
1404
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1405
1405
|
|
|
1406
1406
|
|
|
1407
1407
|
@jsii.data_type(
|
|
@@ -1472,7 +1472,7 @@ class ManagedDatabasePostgresqlNodeStatesList(
|
|
|
1472
1472
|
if __debug__:
|
|
1473
1473
|
type_hints = typing.get_type_hints(_typecheckingstub__1048670c405a391dca4b3526ff9ca8191643277f5ddca90dbe29dae88ed7dde3)
|
|
1474
1474
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1475
|
-
jsii.set(self, "terraformAttribute", value)
|
|
1475
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
1476
1476
|
|
|
1477
1477
|
@builtins.property
|
|
1478
1478
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -1485,7 +1485,7 @@ class ManagedDatabasePostgresqlNodeStatesList(
|
|
|
1485
1485
|
if __debug__:
|
|
1486
1486
|
type_hints = typing.get_type_hints(_typecheckingstub__ab82061724a9896284d4068dffb73938dba936286a5eda3a45718e311572acf2)
|
|
1487
1487
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1488
|
-
jsii.set(self, "terraformResource", value)
|
|
1488
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
1489
1489
|
|
|
1490
1490
|
@builtins.property
|
|
1491
1491
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -1498,7 +1498,7 @@ class ManagedDatabasePostgresqlNodeStatesList(
|
|
|
1498
1498
|
if __debug__:
|
|
1499
1499
|
type_hints = typing.get_type_hints(_typecheckingstub__0609ce7acd96a0e4a4ca9993aa7cda81130c9d4270192d88dd48b92d3771833f)
|
|
1500
1500
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1501
|
-
jsii.set(self, "wrapsSet", value)
|
|
1501
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
1502
1502
|
|
|
1503
1503
|
|
|
1504
1504
|
class ManagedDatabasePostgresqlNodeStatesOutputReference(
|
|
@@ -1555,7 +1555,7 @@ class ManagedDatabasePostgresqlNodeStatesOutputReference(
|
|
|
1555
1555
|
if __debug__:
|
|
1556
1556
|
type_hints = typing.get_type_hints(_typecheckingstub__3da753e354ef908f815fa40182abc184639e86107112304380f0cdc2ba2755d6)
|
|
1557
1557
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1558
|
-
jsii.set(self, "internalValue", value)
|
|
1558
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1559
1559
|
|
|
1560
1560
|
|
|
1561
1561
|
@jsii.data_type(
|
|
@@ -1704,73 +1704,73 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1704
1704
|
work_mem: typing.Optional[jsii.Number] = None,
|
|
1705
1705
|
) -> None:
|
|
1706
1706
|
'''
|
|
1707
|
-
:param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1708
|
-
:param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1709
|
-
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1710
|
-
:param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1711
|
-
:param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1712
|
-
:param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1713
|
-
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1714
|
-
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1715
|
-
:param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1716
|
-
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1717
|
-
:param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1718
|
-
:param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1719
|
-
:param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1720
|
-
:param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1721
|
-
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1722
|
-
:param bgwriter_flush_after: Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1723
|
-
:param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1724
|
-
:param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1725
|
-
:param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1726
|
-
:param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns (the default is lz4). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1727
|
-
:param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1728
|
-
:param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1729
|
-
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1730
|
-
:param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1731
|
-
:param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1732
|
-
:param log_line_prefix: Choose from one of the available log formats. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1733
|
-
:param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1734
|
-
:param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1735
|
-
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1736
|
-
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1737
|
-
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1738
|
-
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1739
|
-
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1740
|
-
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1741
|
-
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1742
|
-
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1743
|
-
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1744
|
-
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1745
|
-
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1746
|
-
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1747
|
-
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1748
|
-
:param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1749
|
-
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1750
|
-
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1751
|
-
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1752
|
-
:param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1753
|
-
:param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1754
|
-
:param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1755
|
-
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1756
|
-
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1757
|
-
:param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1758
|
-
:param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1759
|
-
:param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1760
|
-
:param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1761
|
-
:param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1762
|
-
:param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1763
|
-
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1764
|
-
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1765
|
-
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1766
|
-
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1767
|
-
:param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1768
|
-
:param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1769
|
-
:param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1770
|
-
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1771
|
-
:param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1772
|
-
:param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1773
|
-
:param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1707
|
+
:param admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
1708
|
+
:param admin_username: Custom username for admin user. This must be set only when a new service is being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
1709
|
+
:param automatic_utility_network_ip_filter: Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
1710
|
+
:param autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
1711
|
+
:param autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
1712
|
+
:param autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
1713
|
+
:param autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
1714
|
+
:param autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
1715
|
+
:param autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
1716
|
+
:param autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
1717
|
+
:param autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
1718
|
+
:param autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
1719
|
+
:param backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
1720
|
+
:param backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
1721
|
+
:param bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
1722
|
+
:param bgwriter_flush_after: Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
1723
|
+
:param bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
1724
|
+
:param bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
1725
|
+
:param deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
1726
|
+
:param default_toast_compression: Specifies the default TOAST compression method for values of compressible columns (the default is lz4). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
1727
|
+
:param idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
1728
|
+
:param ip_filter: IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
1729
|
+
:param jit: Controls system-wide use of Just-in-Time Compilation (JIT). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
1730
|
+
:param log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
1731
|
+
:param log_error_verbosity: Controls the amount of detail written in the server log for each message that is logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
1732
|
+
:param log_line_prefix: Choose from one of the available log formats. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
1733
|
+
:param log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
1734
|
+
:param log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
1735
|
+
:param max_files_per_process: PostgreSQL maximum number of files that can be open per process. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
1736
|
+
:param max_locks_per_transaction: PostgreSQL maximum locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
1737
|
+
:param max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
1738
|
+
:param max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
1739
|
+
:param max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
1740
|
+
:param max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
1741
|
+
:param max_prepared_transactions: PostgreSQL maximum prepared transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
1742
|
+
:param max_replication_slots: PostgreSQL maximum replication slots. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
1743
|
+
:param max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
1744
|
+
:param max_stack_depth: Maximum depth of the stack in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
1745
|
+
:param max_standby_archive_delay: Max standby archive delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
1746
|
+
:param max_standby_streaming_delay: Max standby streaming delay in milliseconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
1747
|
+
:param max_wal_senders: PostgreSQL maximum WAL senders. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
1748
|
+
:param max_worker_processes: Sets the maximum number of background processes that the system can support. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
1749
|
+
:param migration: migration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
1750
|
+
:param pgbouncer: pgbouncer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
1751
|
+
:param pglookout: pglookout block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
1752
|
+
:param pg_partman_bgw_interval: Sets the time interval to run pg_partman's scheduled tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
1753
|
+
:param pg_partman_bgw_role: Controls which role to use for pg_partman's scheduled background tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
1754
|
+
:param pg_stat_monitor_enable: Enable pg_stat_monitor extension if available for the current cluster. Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
1755
|
+
:param pg_stat_monitor_pgsm_enable_query_plan: Enables or disables query plan monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
1756
|
+
:param pg_stat_monitor_pgsm_max_buckets: Sets the maximum number of buckets. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
1757
|
+
:param pg_stat_statements_track: Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
1758
|
+
:param public_access: Public Access. Allow access to the service from the public Internet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
1759
|
+
:param service_log: Service logging. Store logs for the service so that they are available in the HTTP API and console. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
1760
|
+
:param shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
1761
|
+
:param synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
1762
|
+
:param temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
1763
|
+
:param timescaledb: timescaledb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
1764
|
+
:param timezone: PostgreSQL service timezone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
1765
|
+
:param track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
1766
|
+
:param track_commit_timestamp: Record commit time of transactions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
1767
|
+
:param track_functions: Enables tracking of function call counts and time used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
1768
|
+
:param track_io_timing: Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
1769
|
+
:param variant: Variant of the PostgreSQL service, may affect the features that are exposed by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
1770
|
+
:param version: PostgreSQL major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
1771
|
+
:param wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
1772
|
+
:param wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
1773
|
+
:param work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
1774
1774
|
'''
|
|
1775
1775
|
if isinstance(migration, dict):
|
|
1776
1776
|
migration = ManagedDatabasePostgresqlPropertiesMigration(**migration)
|
|
@@ -1991,7 +1991,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
1991
1991
|
|
|
1992
1992
|
Defaults to random string. This must be set only when a new service is being created.
|
|
1993
1993
|
|
|
1994
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1994
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#admin_password ManagedDatabasePostgresql#admin_password}
|
|
1995
1995
|
'''
|
|
1996
1996
|
result = self._values.get("admin_password")
|
|
1997
1997
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2000,7 +2000,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2000
2000
|
def admin_username(self) -> typing.Optional[builtins.str]:
|
|
2001
2001
|
'''Custom username for admin user. This must be set only when a new service is being created.
|
|
2002
2002
|
|
|
2003
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2003
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#admin_username ManagedDatabasePostgresql#admin_username}
|
|
2004
2004
|
'''
|
|
2005
2005
|
result = self._values.get("admin_username")
|
|
2006
2006
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2011,7 +2011,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2011
2011
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2012
2012
|
'''Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
|
|
2013
2013
|
|
|
2014
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2014
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#automatic_utility_network_ip_filter ManagedDatabasePostgresql#automatic_utility_network_ip_filter}
|
|
2015
2015
|
'''
|
|
2016
2016
|
result = self._values.get("automatic_utility_network_ip_filter")
|
|
2017
2017
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2022,7 +2022,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2022
2022
|
|
|
2023
2023
|
The default is 0.2 (20% of table size).
|
|
2024
2024
|
|
|
2025
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2025
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_analyze_scale_factor ManagedDatabasePostgresql#autovacuum_analyze_scale_factor}
|
|
2026
2026
|
'''
|
|
2027
2027
|
result = self._values.get("autovacuum_analyze_scale_factor")
|
|
2028
2028
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2033,7 +2033,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2033
2033
|
|
|
2034
2034
|
The default is 50 tuples.
|
|
2035
2035
|
|
|
2036
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2036
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_analyze_threshold ManagedDatabasePostgresql#autovacuum_analyze_threshold}
|
|
2037
2037
|
'''
|
|
2038
2038
|
result = self._values.get("autovacuum_analyze_threshold")
|
|
2039
2039
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2042,7 +2042,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2042
2042
|
def autovacuum_freeze_max_age(self) -> typing.Optional[jsii.Number]:
|
|
2043
2043
|
'''Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
|
|
2044
2044
|
|
|
2045
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2045
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_freeze_max_age ManagedDatabasePostgresql#autovacuum_freeze_max_age}
|
|
2046
2046
|
'''
|
|
2047
2047
|
result = self._values.get("autovacuum_freeze_max_age")
|
|
2048
2048
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2053,7 +2053,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2053
2053
|
|
|
2054
2054
|
The default is three. This parameter can only be set at server start.
|
|
2055
2055
|
|
|
2056
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2056
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_max_workers ManagedDatabasePostgresql#autovacuum_max_workers}
|
|
2057
2057
|
'''
|
|
2058
2058
|
result = self._values.get("autovacuum_max_workers")
|
|
2059
2059
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2064,7 +2064,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2064
2064
|
|
|
2065
2065
|
The delay is measured in seconds, and the default is one minute.
|
|
2066
2066
|
|
|
2067
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2067
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_naptime ManagedDatabasePostgresql#autovacuum_naptime}
|
|
2068
2068
|
'''
|
|
2069
2069
|
result = self._values.get("autovacuum_naptime")
|
|
2070
2070
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2075,7 +2075,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2075
2075
|
|
|
2076
2076
|
If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds.
|
|
2077
2077
|
|
|
2078
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2078
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_delay ManagedDatabasePostgresql#autovacuum_vacuum_cost_delay}
|
|
2079
2079
|
'''
|
|
2080
2080
|
result = self._values.get("autovacuum_vacuum_cost_delay")
|
|
2081
2081
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2086,7 +2086,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2086
2086
|
|
|
2087
2087
|
If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used.
|
|
2088
2088
|
|
|
2089
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2089
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_cost_limit ManagedDatabasePostgresql#autovacuum_vacuum_cost_limit}
|
|
2090
2090
|
'''
|
|
2091
2091
|
result = self._values.get("autovacuum_vacuum_cost_limit")
|
|
2092
2092
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2097,7 +2097,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2097
2097
|
|
|
2098
2098
|
The default is 0.2 (20% of table size).
|
|
2099
2099
|
|
|
2100
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2100
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_scale_factor ManagedDatabasePostgresql#autovacuum_vacuum_scale_factor}
|
|
2101
2101
|
'''
|
|
2102
2102
|
result = self._values.get("autovacuum_vacuum_scale_factor")
|
|
2103
2103
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2108,7 +2108,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2108
2108
|
|
|
2109
2109
|
The default is 50 tuples.
|
|
2110
2110
|
|
|
2111
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2111
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autovacuum_vacuum_threshold ManagedDatabasePostgresql#autovacuum_vacuum_threshold}
|
|
2112
2112
|
'''
|
|
2113
2113
|
result = self._values.get("autovacuum_vacuum_threshold")
|
|
2114
2114
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2119,7 +2119,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2119
2119
|
|
|
2120
2120
|
New backup is only started if previous backup has already completed.
|
|
2121
2121
|
|
|
2122
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2122
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#backup_hour ManagedDatabasePostgresql#backup_hour}
|
|
2123
2123
|
'''
|
|
2124
2124
|
result = self._values.get("backup_hour")
|
|
2125
2125
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2130,7 +2130,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2130
2130
|
|
|
2131
2131
|
New backup is only started if previous backup has already completed.
|
|
2132
2132
|
|
|
2133
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2133
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#backup_minute ManagedDatabasePostgresql#backup_minute}
|
|
2134
2134
|
'''
|
|
2135
2135
|
result = self._values.get("backup_minute")
|
|
2136
2136
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2139,7 +2139,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2139
2139
|
def bgwriter_delay(self) -> typing.Optional[jsii.Number]:
|
|
2140
2140
|
'''Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
|
|
2141
2141
|
|
|
2142
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2142
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_delay ManagedDatabasePostgresql#bgwriter_delay}
|
|
2143
2143
|
'''
|
|
2144
2144
|
result = self._values.get("bgwriter_delay")
|
|
2145
2145
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2150,7 +2150,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2150
2150
|
|
|
2151
2151
|
Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
|
|
2152
2152
|
|
|
2153
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2153
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_flush_after ManagedDatabasePostgresql#bgwriter_flush_after}
|
|
2154
2154
|
'''
|
|
2155
2155
|
result = self._values.get("bgwriter_flush_after")
|
|
2156
2156
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2161,7 +2161,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2161
2161
|
|
|
2162
2162
|
Setting this to zero disables background writing. Default is 100.
|
|
2163
2163
|
|
|
2164
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2164
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_lru_maxpages ManagedDatabasePostgresql#bgwriter_lru_maxpages}
|
|
2165
2165
|
'''
|
|
2166
2166
|
result = self._values.get("bgwriter_lru_maxpages")
|
|
2167
2167
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2172,7 +2172,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2172
2172
|
|
|
2173
2173
|
1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0.
|
|
2174
2174
|
|
|
2175
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2175
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#bgwriter_lru_multiplier ManagedDatabasePostgresql#bgwriter_lru_multiplier}
|
|
2176
2176
|
'''
|
|
2177
2177
|
result = self._values.get("bgwriter_lru_multiplier")
|
|
2178
2178
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2181,7 +2181,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2181
2181
|
def deadlock_timeout(self) -> typing.Optional[jsii.Number]:
|
|
2182
2182
|
'''This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
|
|
2183
2183
|
|
|
2184
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2184
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#deadlock_timeout ManagedDatabasePostgresql#deadlock_timeout}
|
|
2185
2185
|
'''
|
|
2186
2186
|
result = self._values.get("deadlock_timeout")
|
|
2187
2187
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2190,7 +2190,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2190
2190
|
def default_toast_compression(self) -> typing.Optional[builtins.str]:
|
|
2191
2191
|
'''Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
|
|
2192
2192
|
|
|
2193
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2193
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#default_toast_compression ManagedDatabasePostgresql#default_toast_compression}
|
|
2194
2194
|
'''
|
|
2195
2195
|
result = self._values.get("default_toast_compression")
|
|
2196
2196
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2199,7 +2199,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2199
2199
|
def idle_in_transaction_session_timeout(self) -> typing.Optional[jsii.Number]:
|
|
2200
2200
|
'''Time out sessions with open transactions after this number of milliseconds.
|
|
2201
2201
|
|
|
2202
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2202
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#idle_in_transaction_session_timeout ManagedDatabasePostgresql#idle_in_transaction_session_timeout}
|
|
2203
2203
|
'''
|
|
2204
2204
|
result = self._values.get("idle_in_transaction_session_timeout")
|
|
2205
2205
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2208,7 +2208,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2208
2208
|
def ip_filter(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2209
2209
|
'''IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2210
2210
|
|
|
2211
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2211
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ip_filter ManagedDatabasePostgresql#ip_filter}
|
|
2212
2212
|
'''
|
|
2213
2213
|
result = self._values.get("ip_filter")
|
|
2214
2214
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -2219,7 +2219,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2219
2219
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2220
2220
|
'''Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
2221
2221
|
|
|
2222
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2222
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#jit ManagedDatabasePostgresql#jit}
|
|
2223
2223
|
'''
|
|
2224
2224
|
result = self._values.get("jit")
|
|
2225
2225
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2230,7 +2230,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2230
2230
|
|
|
2231
2231
|
Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
|
|
2232
2232
|
|
|
2233
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2233
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_autovacuum_min_duration ManagedDatabasePostgresql#log_autovacuum_min_duration}
|
|
2234
2234
|
'''
|
|
2235
2235
|
result = self._values.get("log_autovacuum_min_duration")
|
|
2236
2236
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2239,7 +2239,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2239
2239
|
def log_error_verbosity(self) -> typing.Optional[builtins.str]:
|
|
2240
2240
|
'''Controls the amount of detail written in the server log for each message that is logged.
|
|
2241
2241
|
|
|
2242
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2242
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_error_verbosity ManagedDatabasePostgresql#log_error_verbosity}
|
|
2243
2243
|
'''
|
|
2244
2244
|
result = self._values.get("log_error_verbosity")
|
|
2245
2245
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2248,7 +2248,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2248
2248
|
def log_line_prefix(self) -> typing.Optional[builtins.str]:
|
|
2249
2249
|
'''Choose from one of the available log formats.
|
|
2250
2250
|
|
|
2251
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2251
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_line_prefix ManagedDatabasePostgresql#log_line_prefix}
|
|
2252
2252
|
'''
|
|
2253
2253
|
result = self._values.get("log_line_prefix")
|
|
2254
2254
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2257,7 +2257,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2257
2257
|
def log_min_duration_statement(self) -> typing.Optional[jsii.Number]:
|
|
2258
2258
|
'''Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
2259
2259
|
|
|
2260
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2260
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_min_duration_statement ManagedDatabasePostgresql#log_min_duration_statement}
|
|
2261
2261
|
'''
|
|
2262
2262
|
result = self._values.get("log_min_duration_statement")
|
|
2263
2263
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2266,7 +2266,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2266
2266
|
def log_temp_files(self) -> typing.Optional[jsii.Number]:
|
|
2267
2267
|
'''Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
2268
2268
|
|
|
2269
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2269
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#log_temp_files ManagedDatabasePostgresql#log_temp_files}
|
|
2270
2270
|
'''
|
|
2271
2271
|
result = self._values.get("log_temp_files")
|
|
2272
2272
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2275,7 +2275,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2275
2275
|
def max_files_per_process(self) -> typing.Optional[jsii.Number]:
|
|
2276
2276
|
'''PostgreSQL maximum number of files that can be open per process.
|
|
2277
2277
|
|
|
2278
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2278
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_files_per_process ManagedDatabasePostgresql#max_files_per_process}
|
|
2279
2279
|
'''
|
|
2280
2280
|
result = self._values.get("max_files_per_process")
|
|
2281
2281
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2284,7 +2284,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2284
2284
|
def max_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
|
|
2285
2285
|
'''PostgreSQL maximum locks per transaction.
|
|
2286
2286
|
|
|
2287
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2287
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_locks_per_transaction ManagedDatabasePostgresql#max_locks_per_transaction}
|
|
2288
2288
|
'''
|
|
2289
2289
|
result = self._values.get("max_locks_per_transaction")
|
|
2290
2290
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2293,7 +2293,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2293
2293
|
def max_logical_replication_workers(self) -> typing.Optional[jsii.Number]:
|
|
2294
2294
|
'''PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
|
|
2295
2295
|
|
|
2296
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2296
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_logical_replication_workers ManagedDatabasePostgresql#max_logical_replication_workers}
|
|
2297
2297
|
'''
|
|
2298
2298
|
result = self._values.get("max_logical_replication_workers")
|
|
2299
2299
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2302,7 +2302,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2302
2302
|
def max_parallel_workers(self) -> typing.Optional[jsii.Number]:
|
|
2303
2303
|
'''Sets the maximum number of workers that the system can support for parallel queries.
|
|
2304
2304
|
|
|
2305
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2305
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_parallel_workers ManagedDatabasePostgresql#max_parallel_workers}
|
|
2306
2306
|
'''
|
|
2307
2307
|
result = self._values.get("max_parallel_workers")
|
|
2308
2308
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2311,7 +2311,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2311
2311
|
def max_parallel_workers_per_gather(self) -> typing.Optional[jsii.Number]:
|
|
2312
2312
|
'''Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
2313
2313
|
|
|
2314
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2314
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_parallel_workers_per_gather ManagedDatabasePostgresql#max_parallel_workers_per_gather}
|
|
2315
2315
|
'''
|
|
2316
2316
|
result = self._values.get("max_parallel_workers_per_gather")
|
|
2317
2317
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2320,7 +2320,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2320
2320
|
def max_pred_locks_per_transaction(self) -> typing.Optional[jsii.Number]:
|
|
2321
2321
|
'''PostgreSQL maximum predicate locks per transaction.
|
|
2322
2322
|
|
|
2323
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2323
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_pred_locks_per_transaction ManagedDatabasePostgresql#max_pred_locks_per_transaction}
|
|
2324
2324
|
'''
|
|
2325
2325
|
result = self._values.get("max_pred_locks_per_transaction")
|
|
2326
2326
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2329,7 +2329,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2329
2329
|
def max_prepared_transactions(self) -> typing.Optional[jsii.Number]:
|
|
2330
2330
|
'''PostgreSQL maximum prepared transactions.
|
|
2331
2331
|
|
|
2332
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2332
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_prepared_transactions ManagedDatabasePostgresql#max_prepared_transactions}
|
|
2333
2333
|
'''
|
|
2334
2334
|
result = self._values.get("max_prepared_transactions")
|
|
2335
2335
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2338,7 +2338,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2338
2338
|
def max_replication_slots(self) -> typing.Optional[jsii.Number]:
|
|
2339
2339
|
'''PostgreSQL maximum replication slots.
|
|
2340
2340
|
|
|
2341
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2341
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_replication_slots ManagedDatabasePostgresql#max_replication_slots}
|
|
2342
2342
|
'''
|
|
2343
2343
|
result = self._values.get("max_replication_slots")
|
|
2344
2344
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2349,7 +2349,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2349
2349
|
|
|
2350
2350
|
Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this.
|
|
2351
2351
|
|
|
2352
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2352
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_slot_wal_keep_size ManagedDatabasePostgresql#max_slot_wal_keep_size}
|
|
2353
2353
|
'''
|
|
2354
2354
|
result = self._values.get("max_slot_wal_keep_size")
|
|
2355
2355
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2358,7 +2358,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2358
2358
|
def max_stack_depth(self) -> typing.Optional[jsii.Number]:
|
|
2359
2359
|
'''Maximum depth of the stack in bytes.
|
|
2360
2360
|
|
|
2361
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2361
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_stack_depth ManagedDatabasePostgresql#max_stack_depth}
|
|
2362
2362
|
'''
|
|
2363
2363
|
result = self._values.get("max_stack_depth")
|
|
2364
2364
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2367,7 +2367,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2367
2367
|
def max_standby_archive_delay(self) -> typing.Optional[jsii.Number]:
|
|
2368
2368
|
'''Max standby archive delay in milliseconds.
|
|
2369
2369
|
|
|
2370
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2370
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_standby_archive_delay ManagedDatabasePostgresql#max_standby_archive_delay}
|
|
2371
2371
|
'''
|
|
2372
2372
|
result = self._values.get("max_standby_archive_delay")
|
|
2373
2373
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2376,7 +2376,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2376
2376
|
def max_standby_streaming_delay(self) -> typing.Optional[jsii.Number]:
|
|
2377
2377
|
'''Max standby streaming delay in milliseconds.
|
|
2378
2378
|
|
|
2379
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2379
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_standby_streaming_delay ManagedDatabasePostgresql#max_standby_streaming_delay}
|
|
2380
2380
|
'''
|
|
2381
2381
|
result = self._values.get("max_standby_streaming_delay")
|
|
2382
2382
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2385,7 +2385,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2385
2385
|
def max_wal_senders(self) -> typing.Optional[jsii.Number]:
|
|
2386
2386
|
'''PostgreSQL maximum WAL senders.
|
|
2387
2387
|
|
|
2388
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2388
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_wal_senders ManagedDatabasePostgresql#max_wal_senders}
|
|
2389
2389
|
'''
|
|
2390
2390
|
result = self._values.get("max_wal_senders")
|
|
2391
2391
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2394,7 +2394,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2394
2394
|
def max_worker_processes(self) -> typing.Optional[jsii.Number]:
|
|
2395
2395
|
'''Sets the maximum number of background processes that the system can support.
|
|
2396
2396
|
|
|
2397
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2397
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_worker_processes ManagedDatabasePostgresql#max_worker_processes}
|
|
2398
2398
|
'''
|
|
2399
2399
|
result = self._values.get("max_worker_processes")
|
|
2400
2400
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2405,7 +2405,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2405
2405
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"]:
|
|
2406
2406
|
'''migration block.
|
|
2407
2407
|
|
|
2408
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2408
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#migration ManagedDatabasePostgresql#migration}
|
|
2409
2409
|
'''
|
|
2410
2410
|
result = self._values.get("migration")
|
|
2411
2411
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesMigration"], result)
|
|
@@ -2416,7 +2416,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2416
2416
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"]:
|
|
2417
2417
|
'''pgbouncer block.
|
|
2418
2418
|
|
|
2419
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2419
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pgbouncer ManagedDatabasePostgresql#pgbouncer}
|
|
2420
2420
|
'''
|
|
2421
2421
|
result = self._values.get("pgbouncer")
|
|
2422
2422
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPgbouncer"], result)
|
|
@@ -2427,7 +2427,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2427
2427
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"]:
|
|
2428
2428
|
'''pglookout block.
|
|
2429
2429
|
|
|
2430
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2430
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pglookout ManagedDatabasePostgresql#pglookout}
|
|
2431
2431
|
'''
|
|
2432
2432
|
result = self._values.get("pglookout")
|
|
2433
2433
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesPglookout"], result)
|
|
@@ -2436,7 +2436,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2436
2436
|
def pg_partman_bgw_interval(self) -> typing.Optional[jsii.Number]:
|
|
2437
2437
|
'''Sets the time interval to run pg_partman's scheduled tasks.
|
|
2438
2438
|
|
|
2439
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2439
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_partman_bgw_interval ManagedDatabasePostgresql#pg_partman_bgw_interval}
|
|
2440
2440
|
'''
|
|
2441
2441
|
result = self._values.get("pg_partman_bgw_interval")
|
|
2442
2442
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2445,7 +2445,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2445
2445
|
def pg_partman_bgw_role(self) -> typing.Optional[builtins.str]:
|
|
2446
2446
|
'''Controls which role to use for pg_partman's scheduled background tasks.
|
|
2447
2447
|
|
|
2448
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2448
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_partman_bgw_role ManagedDatabasePostgresql#pg_partman_bgw_role}
|
|
2449
2449
|
'''
|
|
2450
2450
|
result = self._values.get("pg_partman_bgw_role")
|
|
2451
2451
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2458,7 +2458,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2458
2458
|
|
|
2459
2459
|
Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable.
|
|
2460
2460
|
|
|
2461
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2461
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_enable ManagedDatabasePostgresql#pg_stat_monitor_enable}
|
|
2462
2462
|
'''
|
|
2463
2463
|
result = self._values.get("pg_stat_monitor_enable")
|
|
2464
2464
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2469,7 +2469,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2469
2469
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2470
2470
|
'''Enables or disables query plan monitoring.
|
|
2471
2471
|
|
|
2472
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2472
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_enable_query_plan ManagedDatabasePostgresql#pg_stat_monitor_pgsm_enable_query_plan}
|
|
2473
2473
|
'''
|
|
2474
2474
|
result = self._values.get("pg_stat_monitor_pgsm_enable_query_plan")
|
|
2475
2475
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2478,7 +2478,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2478
2478
|
def pg_stat_monitor_pgsm_max_buckets(self) -> typing.Optional[jsii.Number]:
|
|
2479
2479
|
'''Sets the maximum number of buckets.
|
|
2480
2480
|
|
|
2481
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2481
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_monitor_pgsm_max_buckets ManagedDatabasePostgresql#pg_stat_monitor_pgsm_max_buckets}
|
|
2482
2482
|
'''
|
|
2483
2483
|
result = self._values.get("pg_stat_monitor_pgsm_max_buckets")
|
|
2484
2484
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2489,7 +2489,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2489
2489
|
|
|
2490
2490
|
Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
|
|
2491
2491
|
|
|
2492
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2492
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#pg_stat_statements_track ManagedDatabasePostgresql#pg_stat_statements_track}
|
|
2493
2493
|
'''
|
|
2494
2494
|
result = self._values.get("pg_stat_statements_track")
|
|
2495
2495
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2500,7 +2500,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2500
2500
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2501
2501
|
'''Public Access. Allow access to the service from the public Internet.
|
|
2502
2502
|
|
|
2503
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2503
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#public_access ManagedDatabasePostgresql#public_access}
|
|
2504
2504
|
'''
|
|
2505
2505
|
result = self._values.get("public_access")
|
|
2506
2506
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2511,7 +2511,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2511
2511
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2512
2512
|
'''Service logging. Store logs for the service so that they are available in the HTTP API and console.
|
|
2513
2513
|
|
|
2514
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2514
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#service_log ManagedDatabasePostgresql#service_log}
|
|
2515
2515
|
'''
|
|
2516
2516
|
result = self._values.get("service_log")
|
|
2517
2517
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2522,7 +2522,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2522
2522
|
|
|
2523
2523
|
Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value.
|
|
2524
2524
|
|
|
2525
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2525
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#shared_buffers_percentage ManagedDatabasePostgresql#shared_buffers_percentage}
|
|
2526
2526
|
'''
|
|
2527
2527
|
result = self._values.get("shared_buffers_percentage")
|
|
2528
2528
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2531,7 +2531,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2531
2531
|
def synchronous_replication(self) -> typing.Optional[builtins.str]:
|
|
2532
2532
|
'''Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
2533
2533
|
|
|
2534
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2534
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#synchronous_replication ManagedDatabasePostgresql#synchronous_replication}
|
|
2535
2535
|
'''
|
|
2536
2536
|
result = self._values.get("synchronous_replication")
|
|
2537
2537
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2540,7 +2540,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2540
2540
|
def temp_file_limit(self) -> typing.Optional[jsii.Number]:
|
|
2541
2541
|
'''PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
2542
2542
|
|
|
2543
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2543
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#temp_file_limit ManagedDatabasePostgresql#temp_file_limit}
|
|
2544
2544
|
'''
|
|
2545
2545
|
result = self._values.get("temp_file_limit")
|
|
2546
2546
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2551,7 +2551,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2551
2551
|
) -> typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"]:
|
|
2552
2552
|
'''timescaledb block.
|
|
2553
2553
|
|
|
2554
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2554
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#timescaledb ManagedDatabasePostgresql#timescaledb}
|
|
2555
2555
|
'''
|
|
2556
2556
|
result = self._values.get("timescaledb")
|
|
2557
2557
|
return typing.cast(typing.Optional["ManagedDatabasePostgresqlPropertiesTimescaledb"], result)
|
|
@@ -2560,7 +2560,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2560
2560
|
def timezone(self) -> typing.Optional[builtins.str]:
|
|
2561
2561
|
'''PostgreSQL service timezone.
|
|
2562
2562
|
|
|
2563
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2563
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#timezone ManagedDatabasePostgresql#timezone}
|
|
2564
2564
|
'''
|
|
2565
2565
|
result = self._values.get("timezone")
|
|
2566
2566
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2569,7 +2569,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2569
2569
|
def track_activity_query_size(self) -> typing.Optional[jsii.Number]:
|
|
2570
2570
|
'''Specifies the number of bytes reserved to track the currently executing command for each active session.
|
|
2571
2571
|
|
|
2572
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2572
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_activity_query_size ManagedDatabasePostgresql#track_activity_query_size}
|
|
2573
2573
|
'''
|
|
2574
2574
|
result = self._values.get("track_activity_query_size")
|
|
2575
2575
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2578,7 +2578,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2578
2578
|
def track_commit_timestamp(self) -> typing.Optional[builtins.str]:
|
|
2579
2579
|
'''Record commit time of transactions.
|
|
2580
2580
|
|
|
2581
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2581
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_commit_timestamp ManagedDatabasePostgresql#track_commit_timestamp}
|
|
2582
2582
|
'''
|
|
2583
2583
|
result = self._values.get("track_commit_timestamp")
|
|
2584
2584
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2587,7 +2587,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2587
2587
|
def track_functions(self) -> typing.Optional[builtins.str]:
|
|
2588
2588
|
'''Enables tracking of function call counts and time used.
|
|
2589
2589
|
|
|
2590
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2590
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_functions ManagedDatabasePostgresql#track_functions}
|
|
2591
2591
|
'''
|
|
2592
2592
|
result = self._values.get("track_functions")
|
|
2593
2593
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2598,7 +2598,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2598
2598
|
|
|
2599
2599
|
This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
2600
2600
|
|
|
2601
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2601
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#track_io_timing ManagedDatabasePostgresql#track_io_timing}
|
|
2602
2602
|
'''
|
|
2603
2603
|
result = self._values.get("track_io_timing")
|
|
2604
2604
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2607,7 +2607,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2607
2607
|
def variant(self) -> typing.Optional[builtins.str]:
|
|
2608
2608
|
'''Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
2609
2609
|
|
|
2610
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2610
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#variant ManagedDatabasePostgresql#variant}
|
|
2611
2611
|
'''
|
|
2612
2612
|
result = self._values.get("variant")
|
|
2613
2613
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2616,7 +2616,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2616
2616
|
def version(self) -> typing.Optional[builtins.str]:
|
|
2617
2617
|
'''PostgreSQL major version.
|
|
2618
2618
|
|
|
2619
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2619
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#version ManagedDatabasePostgresql#version}
|
|
2620
2620
|
'''
|
|
2621
2621
|
result = self._values.get("version")
|
|
2622
2622
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2627,7 +2627,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2627
2627
|
|
|
2628
2628
|
Setting this value to zero disables the timeout.
|
|
2629
2629
|
|
|
2630
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2630
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#wal_sender_timeout ManagedDatabasePostgresql#wal_sender_timeout}
|
|
2631
2631
|
'''
|
|
2632
2632
|
result = self._values.get("wal_sender_timeout")
|
|
2633
2633
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2638,7 +2638,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2638
2638
|
|
|
2639
2639
|
Note that setting this value to lower than the default 200ms may negatively impact performance.
|
|
2640
2640
|
|
|
2641
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2641
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#wal_writer_delay ManagedDatabasePostgresql#wal_writer_delay}
|
|
2642
2642
|
'''
|
|
2643
2643
|
result = self._values.get("wal_writer_delay")
|
|
2644
2644
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2649,7 +2649,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2649
2649
|
|
|
2650
2650
|
Default is 1MB + 0.075% of total RAM (up to 32MB).
|
|
2651
2651
|
|
|
2652
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2652
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#work_mem ManagedDatabasePostgresql#work_mem}
|
|
2653
2653
|
'''
|
|
2654
2654
|
result = self._values.get("work_mem")
|
|
2655
2655
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2673,6 +2673,7 @@ class ManagedDatabasePostgresqlProperties:
|
|
|
2673
2673
|
"dbname": "dbname",
|
|
2674
2674
|
"host": "host",
|
|
2675
2675
|
"ignore_dbs": "ignoreDbs",
|
|
2676
|
+
"ignore_roles": "ignoreRoles",
|
|
2676
2677
|
"method": "method",
|
|
2677
2678
|
"password": "password",
|
|
2678
2679
|
"port": "port",
|
|
@@ -2687,6 +2688,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2687
2688
|
dbname: typing.Optional[builtins.str] = None,
|
|
2688
2689
|
host: typing.Optional[builtins.str] = None,
|
|
2689
2690
|
ignore_dbs: typing.Optional[builtins.str] = None,
|
|
2691
|
+
ignore_roles: typing.Optional[builtins.str] = None,
|
|
2690
2692
|
method: typing.Optional[builtins.str] = None,
|
|
2691
2693
|
password: typing.Optional[builtins.str] = None,
|
|
2692
2694
|
port: typing.Optional[jsii.Number] = None,
|
|
@@ -2694,20 +2696,22 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2694
2696
|
username: typing.Optional[builtins.str] = None,
|
|
2695
2697
|
) -> None:
|
|
2696
2698
|
'''
|
|
2697
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2698
|
-
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2699
|
-
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2700
|
-
:param
|
|
2701
|
-
:param
|
|
2702
|
-
:param
|
|
2703
|
-
:param
|
|
2704
|
-
:param
|
|
2699
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2700
|
+
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2701
|
+
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2702
|
+
:param ignore_roles: Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_roles ManagedDatabasePostgresql#ignore_roles}
|
|
2703
|
+
:param method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
|
|
2704
|
+
:param password: Password for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2705
|
+
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2706
|
+
:param ssl: The server where to migrate data from is secured with SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
2707
|
+
:param username: User name for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2705
2708
|
'''
|
|
2706
2709
|
if __debug__:
|
|
2707
2710
|
type_hints = typing.get_type_hints(_typecheckingstub__9a22b07e9381a03b0e883019f9869d2e86afe1337164b3f40f42a65332f93686)
|
|
2708
2711
|
check_type(argname="argument dbname", value=dbname, expected_type=type_hints["dbname"])
|
|
2709
2712
|
check_type(argname="argument host", value=host, expected_type=type_hints["host"])
|
|
2710
2713
|
check_type(argname="argument ignore_dbs", value=ignore_dbs, expected_type=type_hints["ignore_dbs"])
|
|
2714
|
+
check_type(argname="argument ignore_roles", value=ignore_roles, expected_type=type_hints["ignore_roles"])
|
|
2711
2715
|
check_type(argname="argument method", value=method, expected_type=type_hints["method"])
|
|
2712
2716
|
check_type(argname="argument password", value=password, expected_type=type_hints["password"])
|
|
2713
2717
|
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
@@ -2720,6 +2724,8 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2720
2724
|
self._values["host"] = host
|
|
2721
2725
|
if ignore_dbs is not None:
|
|
2722
2726
|
self._values["ignore_dbs"] = ignore_dbs
|
|
2727
|
+
if ignore_roles is not None:
|
|
2728
|
+
self._values["ignore_roles"] = ignore_roles
|
|
2723
2729
|
if method is not None:
|
|
2724
2730
|
self._values["method"] = method
|
|
2725
2731
|
if password is not None:
|
|
@@ -2735,7 +2741,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2735
2741
|
def dbname(self) -> typing.Optional[builtins.str]:
|
|
2736
2742
|
'''Database name for bootstrapping the initial connection.
|
|
2737
2743
|
|
|
2738
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2744
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
2739
2745
|
'''
|
|
2740
2746
|
result = self._values.get("dbname")
|
|
2741
2747
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2744,7 +2750,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2744
2750
|
def host(self) -> typing.Optional[builtins.str]:
|
|
2745
2751
|
'''Hostname or IP address of the server where to migrate data from.
|
|
2746
2752
|
|
|
2747
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2753
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
2748
2754
|
'''
|
|
2749
2755
|
result = self._values.get("host")
|
|
2750
2756
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2753,16 +2759,25 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2753
2759
|
def ignore_dbs(self) -> typing.Optional[builtins.str]:
|
|
2754
2760
|
'''Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
|
|
2755
2761
|
|
|
2756
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2762
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
2757
2763
|
'''
|
|
2758
2764
|
result = self._values.get("ignore_dbs")
|
|
2759
2765
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2760
2766
|
|
|
2767
|
+
@builtins.property
|
|
2768
|
+
def ignore_roles(self) -> typing.Optional[builtins.str]:
|
|
2769
|
+
'''Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment).
|
|
2770
|
+
|
|
2771
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_roles ManagedDatabasePostgresql#ignore_roles}
|
|
2772
|
+
'''
|
|
2773
|
+
result = self._values.get("ignore_roles")
|
|
2774
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2775
|
+
|
|
2761
2776
|
@builtins.property
|
|
2762
2777
|
def method(self) -> typing.Optional[builtins.str]:
|
|
2763
2778
|
'''The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
|
|
2764
2779
|
|
|
2765
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2780
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
|
|
2766
2781
|
'''
|
|
2767
2782
|
result = self._values.get("method")
|
|
2768
2783
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2771,7 +2786,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2771
2786
|
def password(self) -> typing.Optional[builtins.str]:
|
|
2772
2787
|
'''Password for authentication with the server where to migrate data from.
|
|
2773
2788
|
|
|
2774
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2789
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
2775
2790
|
'''
|
|
2776
2791
|
result = self._values.get("password")
|
|
2777
2792
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2780,7 +2795,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2780
2795
|
def port(self) -> typing.Optional[jsii.Number]:
|
|
2781
2796
|
'''Port number of the server where to migrate data from.
|
|
2782
2797
|
|
|
2783
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2798
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
2784
2799
|
'''
|
|
2785
2800
|
result = self._values.get("port")
|
|
2786
2801
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2791,7 +2806,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2791
2806
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2792
2807
|
'''The server where to migrate data from is secured with SSL.
|
|
2793
2808
|
|
|
2794
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2809
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
2795
2810
|
'''
|
|
2796
2811
|
result = self._values.get("ssl")
|
|
2797
2812
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2800,7 +2815,7 @@ class ManagedDatabasePostgresqlPropertiesMigration:
|
|
|
2800
2815
|
def username(self) -> typing.Optional[builtins.str]:
|
|
2801
2816
|
'''User name for authentication with the server where to migrate data from.
|
|
2802
2817
|
|
|
2803
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2818
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
2804
2819
|
'''
|
|
2805
2820
|
result = self._values.get("username")
|
|
2806
2821
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2849,6 +2864,10 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2849
2864
|
def reset_ignore_dbs(self) -> None:
|
|
2850
2865
|
return typing.cast(None, jsii.invoke(self, "resetIgnoreDbs", []))
|
|
2851
2866
|
|
|
2867
|
+
@jsii.member(jsii_name="resetIgnoreRoles")
|
|
2868
|
+
def reset_ignore_roles(self) -> None:
|
|
2869
|
+
return typing.cast(None, jsii.invoke(self, "resetIgnoreRoles", []))
|
|
2870
|
+
|
|
2852
2871
|
@jsii.member(jsii_name="resetMethod")
|
|
2853
2872
|
def reset_method(self) -> None:
|
|
2854
2873
|
return typing.cast(None, jsii.invoke(self, "resetMethod", []))
|
|
@@ -2884,6 +2903,11 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2884
2903
|
def ignore_dbs_input(self) -> typing.Optional[builtins.str]:
|
|
2885
2904
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ignoreDbsInput"))
|
|
2886
2905
|
|
|
2906
|
+
@builtins.property
|
|
2907
|
+
@jsii.member(jsii_name="ignoreRolesInput")
|
|
2908
|
+
def ignore_roles_input(self) -> typing.Optional[builtins.str]:
|
|
2909
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ignoreRolesInput"))
|
|
2910
|
+
|
|
2887
2911
|
@builtins.property
|
|
2888
2912
|
@jsii.member(jsii_name="methodInput")
|
|
2889
2913
|
def method_input(self) -> typing.Optional[builtins.str]:
|
|
@@ -2921,7 +2945,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2921
2945
|
if __debug__:
|
|
2922
2946
|
type_hints = typing.get_type_hints(_typecheckingstub__b35ea3bbc7714f1786f8de42e581bd9d0755d59208f76b03479dc828d8245f43)
|
|
2923
2947
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2924
|
-
jsii.set(self, "dbname", value)
|
|
2948
|
+
jsii.set(self, "dbname", value) # pyright: ignore[reportArgumentType]
|
|
2925
2949
|
|
|
2926
2950
|
@builtins.property
|
|
2927
2951
|
@jsii.member(jsii_name="host")
|
|
@@ -2933,7 +2957,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2933
2957
|
if __debug__:
|
|
2934
2958
|
type_hints = typing.get_type_hints(_typecheckingstub__a3d28cbb40378d958cbd4f1486106b3f33d4fcb347c34e4cfe965dcbc84f6072)
|
|
2935
2959
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2936
|
-
jsii.set(self, "host", value)
|
|
2960
|
+
jsii.set(self, "host", value) # pyright: ignore[reportArgumentType]
|
|
2937
2961
|
|
|
2938
2962
|
@builtins.property
|
|
2939
2963
|
@jsii.member(jsii_name="ignoreDbs")
|
|
@@ -2945,7 +2969,19 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2945
2969
|
if __debug__:
|
|
2946
2970
|
type_hints = typing.get_type_hints(_typecheckingstub__5ed77193308666d5a3848635d267e0d341fc69179190e0832fb81a48f162713c)
|
|
2947
2971
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2948
|
-
jsii.set(self, "ignoreDbs", value)
|
|
2972
|
+
jsii.set(self, "ignoreDbs", value) # pyright: ignore[reportArgumentType]
|
|
2973
|
+
|
|
2974
|
+
@builtins.property
|
|
2975
|
+
@jsii.member(jsii_name="ignoreRoles")
|
|
2976
|
+
def ignore_roles(self) -> builtins.str:
|
|
2977
|
+
return typing.cast(builtins.str, jsii.get(self, "ignoreRoles"))
|
|
2978
|
+
|
|
2979
|
+
@ignore_roles.setter
|
|
2980
|
+
def ignore_roles(self, value: builtins.str) -> None:
|
|
2981
|
+
if __debug__:
|
|
2982
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a20cfd19af931dbf2350ffb4fb7828dc7d2993e5d8584a2ea8328dd07dc40bbd)
|
|
2983
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2984
|
+
jsii.set(self, "ignoreRoles", value) # pyright: ignore[reportArgumentType]
|
|
2949
2985
|
|
|
2950
2986
|
@builtins.property
|
|
2951
2987
|
@jsii.member(jsii_name="method")
|
|
@@ -2957,7 +2993,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2957
2993
|
if __debug__:
|
|
2958
2994
|
type_hints = typing.get_type_hints(_typecheckingstub__1fb4c8b4612f86674f4e64dd17d4ed079eecd07d785ab3841dc409b159a5e95c)
|
|
2959
2995
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2960
|
-
jsii.set(self, "method", value)
|
|
2996
|
+
jsii.set(self, "method", value) # pyright: ignore[reportArgumentType]
|
|
2961
2997
|
|
|
2962
2998
|
@builtins.property
|
|
2963
2999
|
@jsii.member(jsii_name="password")
|
|
@@ -2969,7 +3005,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2969
3005
|
if __debug__:
|
|
2970
3006
|
type_hints = typing.get_type_hints(_typecheckingstub__c0fdfd5c0b89db2edd92450c9ac53a11e1f3dd5d6210595996291472c6e80be5)
|
|
2971
3007
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2972
|
-
jsii.set(self, "password", value)
|
|
3008
|
+
jsii.set(self, "password", value) # pyright: ignore[reportArgumentType]
|
|
2973
3009
|
|
|
2974
3010
|
@builtins.property
|
|
2975
3011
|
@jsii.member(jsii_name="port")
|
|
@@ -2981,7 +3017,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2981
3017
|
if __debug__:
|
|
2982
3018
|
type_hints = typing.get_type_hints(_typecheckingstub__4b9b1430714b0435905f992cb1eaf06eb4fb5ef51814d7828c304129e683d5d1)
|
|
2983
3019
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2984
|
-
jsii.set(self, "port", value)
|
|
3020
|
+
jsii.set(self, "port", value) # pyright: ignore[reportArgumentType]
|
|
2985
3021
|
|
|
2986
3022
|
@builtins.property
|
|
2987
3023
|
@jsii.member(jsii_name="ssl")
|
|
@@ -2996,7 +3032,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
2996
3032
|
if __debug__:
|
|
2997
3033
|
type_hints = typing.get_type_hints(_typecheckingstub__02d3b89fb0ac87ce8d17953f5475d399eab9cc555961de1f9ce099be18c0c578)
|
|
2998
3034
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2999
|
-
jsii.set(self, "ssl", value)
|
|
3035
|
+
jsii.set(self, "ssl", value) # pyright: ignore[reportArgumentType]
|
|
3000
3036
|
|
|
3001
3037
|
@builtins.property
|
|
3002
3038
|
@jsii.member(jsii_name="username")
|
|
@@ -3008,7 +3044,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
3008
3044
|
if __debug__:
|
|
3009
3045
|
type_hints = typing.get_type_hints(_typecheckingstub__167fb42ea04e1b821e95e7693f524cc2b079cb09f33c63d1dbc80af39e37da15)
|
|
3010
3046
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3011
|
-
jsii.set(self, "username", value)
|
|
3047
|
+
jsii.set(self, "username", value) # pyright: ignore[reportArgumentType]
|
|
3012
3048
|
|
|
3013
3049
|
@builtins.property
|
|
3014
3050
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -3025,7 +3061,7 @@ class ManagedDatabasePostgresqlPropertiesMigrationOutputReference(
|
|
|
3025
3061
|
if __debug__:
|
|
3026
3062
|
type_hints = typing.get_type_hints(_typecheckingstub__0f46213f544334fa98fbf9d56573c816a8c7df86df770ee7114ad7be53e0e700)
|
|
3027
3063
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3028
|
-
jsii.set(self, "internalValue", value)
|
|
3064
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
3029
3065
|
|
|
3030
3066
|
|
|
3031
3067
|
class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
@@ -3055,6 +3091,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3055
3091
|
dbname: typing.Optional[builtins.str] = None,
|
|
3056
3092
|
host: typing.Optional[builtins.str] = None,
|
|
3057
3093
|
ignore_dbs: typing.Optional[builtins.str] = None,
|
|
3094
|
+
ignore_roles: typing.Optional[builtins.str] = None,
|
|
3058
3095
|
method: typing.Optional[builtins.str] = None,
|
|
3059
3096
|
password: typing.Optional[builtins.str] = None,
|
|
3060
3097
|
port: typing.Optional[jsii.Number] = None,
|
|
@@ -3062,19 +3099,21 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3062
3099
|
username: typing.Optional[builtins.str] = None,
|
|
3063
3100
|
) -> None:
|
|
3064
3101
|
'''
|
|
3065
|
-
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
3066
|
-
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
3067
|
-
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
3068
|
-
:param
|
|
3069
|
-
:param
|
|
3070
|
-
:param
|
|
3071
|
-
:param
|
|
3072
|
-
:param
|
|
3102
|
+
:param dbname: Database name for bootstrapping the initial connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#dbname ManagedDatabasePostgresql#dbname}
|
|
3103
|
+
:param host: Hostname or IP address of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#host ManagedDatabasePostgresql#host}
|
|
3104
|
+
:param ignore_dbs: Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_dbs ManagedDatabasePostgresql#ignore_dbs}
|
|
3105
|
+
:param ignore_roles: Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_roles ManagedDatabasePostgresql#ignore_roles}
|
|
3106
|
+
:param method: The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#method ManagedDatabasePostgresql#method}
|
|
3107
|
+
:param password: Password for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#password ManagedDatabasePostgresql#password}
|
|
3108
|
+
:param port: Port number of the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#port ManagedDatabasePostgresql#port}
|
|
3109
|
+
:param ssl: The server where to migrate data from is secured with SSL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ssl ManagedDatabasePostgresql#ssl}
|
|
3110
|
+
:param username: User name for authentication with the server where to migrate data from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#username ManagedDatabasePostgresql#username}
|
|
3073
3111
|
'''
|
|
3074
3112
|
value = ManagedDatabasePostgresqlPropertiesMigration(
|
|
3075
3113
|
dbname=dbname,
|
|
3076
3114
|
host=host,
|
|
3077
3115
|
ignore_dbs=ignore_dbs,
|
|
3116
|
+
ignore_roles=ignore_roles,
|
|
3078
3117
|
method=method,
|
|
3079
3118
|
password=password,
|
|
3080
3119
|
port=port,
|
|
@@ -3093,21 +3132,23 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3093
3132
|
autodb_pool_mode: typing.Optional[builtins.str] = None,
|
|
3094
3133
|
autodb_pool_size: typing.Optional[jsii.Number] = None,
|
|
3095
3134
|
ignore_startup_parameters: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3135
|
+
max_prepared_statements: typing.Optional[jsii.Number] = None,
|
|
3096
3136
|
min_pool_size: typing.Optional[jsii.Number] = None,
|
|
3097
3137
|
server_idle_timeout: typing.Optional[jsii.Number] = None,
|
|
3098
3138
|
server_lifetime: typing.Optional[jsii.Number] = None,
|
|
3099
3139
|
server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
3100
3140
|
) -> None:
|
|
3101
3141
|
'''
|
|
3102
|
-
:param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
3103
|
-
:param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
3104
|
-
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
3105
|
-
:param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
3106
|
-
:param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
3107
|
-
:param
|
|
3108
|
-
:param
|
|
3109
|
-
:param
|
|
3110
|
-
:param
|
|
3142
|
+
:param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
3143
|
+
:param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
3144
|
+
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
3145
|
+
:param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
3146
|
+
:param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
3147
|
+
:param max_prepared_statements: PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling modes when max_prepared_statements is set to a non-zero value. Setting it to 0 disables prepared statements. max_prepared_statements defaults to 100, and its maximum is 3000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_prepared_statements ManagedDatabasePostgresql#max_prepared_statements}
|
|
3148
|
+
:param min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
3149
|
+
:param server_idle_timeout: If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
3150
|
+
:param server_lifetime: The pooler will close an unused server connection that has been connected longer than this. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
3151
|
+
:param server_reset_query_always: Run server_reset_query (DISCARD ALL) in all pooling modes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
3111
3152
|
'''
|
|
3112
3153
|
value = ManagedDatabasePostgresqlPropertiesPgbouncer(
|
|
3113
3154
|
autodb_idle_timeout=autodb_idle_timeout,
|
|
@@ -3115,6 +3156,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3115
3156
|
autodb_pool_mode=autodb_pool_mode,
|
|
3116
3157
|
autodb_pool_size=autodb_pool_size,
|
|
3117
3158
|
ignore_startup_parameters=ignore_startup_parameters,
|
|
3159
|
+
max_prepared_statements=max_prepared_statements,
|
|
3118
3160
|
min_pool_size=min_pool_size,
|
|
3119
3161
|
server_idle_timeout=server_idle_timeout,
|
|
3120
3162
|
server_lifetime=server_lifetime,
|
|
@@ -3130,7 +3172,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3130
3172
|
max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
|
|
3131
3173
|
) -> None:
|
|
3132
3174
|
'''
|
|
3133
|
-
:param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
3175
|
+
:param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
3134
3176
|
'''
|
|
3135
3177
|
value = ManagedDatabasePostgresqlPropertiesPglookout(
|
|
3136
3178
|
max_failover_replication_time_lag=max_failover_replication_time_lag
|
|
@@ -3145,7 +3187,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3145
3187
|
max_background_workers: typing.Optional[jsii.Number] = None,
|
|
3146
3188
|
) -> None:
|
|
3147
3189
|
'''
|
|
3148
|
-
:param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
3190
|
+
:param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
3149
3191
|
'''
|
|
3150
3192
|
value = ManagedDatabasePostgresqlPropertiesTimescaledb(
|
|
3151
3193
|
max_background_workers=max_background_workers
|
|
@@ -3812,7 +3854,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3812
3854
|
if __debug__:
|
|
3813
3855
|
type_hints = typing.get_type_hints(_typecheckingstub__dac988dc10ea16fb9d73a6bdeae092b92a2168b105b9582d692594c7083e324f)
|
|
3814
3856
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3815
|
-
jsii.set(self, "adminPassword", value)
|
|
3857
|
+
jsii.set(self, "adminPassword", value) # pyright: ignore[reportArgumentType]
|
|
3816
3858
|
|
|
3817
3859
|
@builtins.property
|
|
3818
3860
|
@jsii.member(jsii_name="adminUsername")
|
|
@@ -3824,7 +3866,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3824
3866
|
if __debug__:
|
|
3825
3867
|
type_hints = typing.get_type_hints(_typecheckingstub__0123a505cee8cef160f18f3716f895f89d5be5281c74f431861401dc632a8d56)
|
|
3826
3868
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3827
|
-
jsii.set(self, "adminUsername", value)
|
|
3869
|
+
jsii.set(self, "adminUsername", value) # pyright: ignore[reportArgumentType]
|
|
3828
3870
|
|
|
3829
3871
|
@builtins.property
|
|
3830
3872
|
@jsii.member(jsii_name="automaticUtilityNetworkIpFilter")
|
|
@@ -3841,7 +3883,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3841
3883
|
if __debug__:
|
|
3842
3884
|
type_hints = typing.get_type_hints(_typecheckingstub__18323f68552123f0f23878838b830072c84a1d23d6ae5860aff23f18333b42ed)
|
|
3843
3885
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3844
|
-
jsii.set(self, "automaticUtilityNetworkIpFilter", value)
|
|
3886
|
+
jsii.set(self, "automaticUtilityNetworkIpFilter", value) # pyright: ignore[reportArgumentType]
|
|
3845
3887
|
|
|
3846
3888
|
@builtins.property
|
|
3847
3889
|
@jsii.member(jsii_name="autovacuumAnalyzeScaleFactor")
|
|
@@ -3853,7 +3895,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3853
3895
|
if __debug__:
|
|
3854
3896
|
type_hints = typing.get_type_hints(_typecheckingstub__a618a6d81df2b2decb7cfe9c114ac7a4b0bcb36d417cf676112d031e859d679f)
|
|
3855
3897
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3856
|
-
jsii.set(self, "autovacuumAnalyzeScaleFactor", value)
|
|
3898
|
+
jsii.set(self, "autovacuumAnalyzeScaleFactor", value) # pyright: ignore[reportArgumentType]
|
|
3857
3899
|
|
|
3858
3900
|
@builtins.property
|
|
3859
3901
|
@jsii.member(jsii_name="autovacuumAnalyzeThreshold")
|
|
@@ -3865,7 +3907,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3865
3907
|
if __debug__:
|
|
3866
3908
|
type_hints = typing.get_type_hints(_typecheckingstub__1c07cfc51fe1598362f03697b2b0bb8e9179fb54050e6fcfc8540c42b2e95348)
|
|
3867
3909
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3868
|
-
jsii.set(self, "autovacuumAnalyzeThreshold", value)
|
|
3910
|
+
jsii.set(self, "autovacuumAnalyzeThreshold", value) # pyright: ignore[reportArgumentType]
|
|
3869
3911
|
|
|
3870
3912
|
@builtins.property
|
|
3871
3913
|
@jsii.member(jsii_name="autovacuumFreezeMaxAge")
|
|
@@ -3877,7 +3919,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3877
3919
|
if __debug__:
|
|
3878
3920
|
type_hints = typing.get_type_hints(_typecheckingstub__75489be2d1e658ac650ac29df5035521bb5a8082d17cfa3e793eaba19548d1b4)
|
|
3879
3921
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3880
|
-
jsii.set(self, "autovacuumFreezeMaxAge", value)
|
|
3922
|
+
jsii.set(self, "autovacuumFreezeMaxAge", value) # pyright: ignore[reportArgumentType]
|
|
3881
3923
|
|
|
3882
3924
|
@builtins.property
|
|
3883
3925
|
@jsii.member(jsii_name="autovacuumMaxWorkers")
|
|
@@ -3889,7 +3931,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3889
3931
|
if __debug__:
|
|
3890
3932
|
type_hints = typing.get_type_hints(_typecheckingstub__0635a8f3ceace0d0a4f6d5a43812c5632ab3de0c78310a9695579ff9c47d75a6)
|
|
3891
3933
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3892
|
-
jsii.set(self, "autovacuumMaxWorkers", value)
|
|
3934
|
+
jsii.set(self, "autovacuumMaxWorkers", value) # pyright: ignore[reportArgumentType]
|
|
3893
3935
|
|
|
3894
3936
|
@builtins.property
|
|
3895
3937
|
@jsii.member(jsii_name="autovacuumNaptime")
|
|
@@ -3901,7 +3943,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3901
3943
|
if __debug__:
|
|
3902
3944
|
type_hints = typing.get_type_hints(_typecheckingstub__c2db694007dd91d65c9b3b5ec8006f1756a4b6a931580bc7bdd21cb1086ab10b)
|
|
3903
3945
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3904
|
-
jsii.set(self, "autovacuumNaptime", value)
|
|
3946
|
+
jsii.set(self, "autovacuumNaptime", value) # pyright: ignore[reportArgumentType]
|
|
3905
3947
|
|
|
3906
3948
|
@builtins.property
|
|
3907
3949
|
@jsii.member(jsii_name="autovacuumVacuumCostDelay")
|
|
@@ -3913,7 +3955,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3913
3955
|
if __debug__:
|
|
3914
3956
|
type_hints = typing.get_type_hints(_typecheckingstub__04a29a145fc98ceabd22d030c911868b284a234fdceaf518a58943364e7d3c8d)
|
|
3915
3957
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3916
|
-
jsii.set(self, "autovacuumVacuumCostDelay", value)
|
|
3958
|
+
jsii.set(self, "autovacuumVacuumCostDelay", value) # pyright: ignore[reportArgumentType]
|
|
3917
3959
|
|
|
3918
3960
|
@builtins.property
|
|
3919
3961
|
@jsii.member(jsii_name="autovacuumVacuumCostLimit")
|
|
@@ -3925,7 +3967,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3925
3967
|
if __debug__:
|
|
3926
3968
|
type_hints = typing.get_type_hints(_typecheckingstub__7de5d23bbc4de2fa1bbe22a369eb8e374a5524f0bdfab27ed9c06916248712b6)
|
|
3927
3969
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3928
|
-
jsii.set(self, "autovacuumVacuumCostLimit", value)
|
|
3970
|
+
jsii.set(self, "autovacuumVacuumCostLimit", value) # pyright: ignore[reportArgumentType]
|
|
3929
3971
|
|
|
3930
3972
|
@builtins.property
|
|
3931
3973
|
@jsii.member(jsii_name="autovacuumVacuumScaleFactor")
|
|
@@ -3937,7 +3979,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3937
3979
|
if __debug__:
|
|
3938
3980
|
type_hints = typing.get_type_hints(_typecheckingstub__855b94ed8fdfeda7d578415566ffbb9c45fbcd24448de195e00f5cc8857772a7)
|
|
3939
3981
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3940
|
-
jsii.set(self, "autovacuumVacuumScaleFactor", value)
|
|
3982
|
+
jsii.set(self, "autovacuumVacuumScaleFactor", value) # pyright: ignore[reportArgumentType]
|
|
3941
3983
|
|
|
3942
3984
|
@builtins.property
|
|
3943
3985
|
@jsii.member(jsii_name="autovacuumVacuumThreshold")
|
|
@@ -3949,7 +3991,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3949
3991
|
if __debug__:
|
|
3950
3992
|
type_hints = typing.get_type_hints(_typecheckingstub__8958a970bed1aabf8c821857f37ccd8cb9d367466198e4093e10cd22e96c40ec)
|
|
3951
3993
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3952
|
-
jsii.set(self, "autovacuumVacuumThreshold", value)
|
|
3994
|
+
jsii.set(self, "autovacuumVacuumThreshold", value) # pyright: ignore[reportArgumentType]
|
|
3953
3995
|
|
|
3954
3996
|
@builtins.property
|
|
3955
3997
|
@jsii.member(jsii_name="backupHour")
|
|
@@ -3961,7 +4003,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3961
4003
|
if __debug__:
|
|
3962
4004
|
type_hints = typing.get_type_hints(_typecheckingstub__2ad16c11d7070fcace393ac131f62b8b0e0102b11780c91c4ea8d6d4336999a0)
|
|
3963
4005
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3964
|
-
jsii.set(self, "backupHour", value)
|
|
4006
|
+
jsii.set(self, "backupHour", value) # pyright: ignore[reportArgumentType]
|
|
3965
4007
|
|
|
3966
4008
|
@builtins.property
|
|
3967
4009
|
@jsii.member(jsii_name="backupMinute")
|
|
@@ -3973,7 +4015,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3973
4015
|
if __debug__:
|
|
3974
4016
|
type_hints = typing.get_type_hints(_typecheckingstub__3cc1bdd7b35aa05f812e23d395f242921db855b5ddd67d2dad923b0720a01586)
|
|
3975
4017
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3976
|
-
jsii.set(self, "backupMinute", value)
|
|
4018
|
+
jsii.set(self, "backupMinute", value) # pyright: ignore[reportArgumentType]
|
|
3977
4019
|
|
|
3978
4020
|
@builtins.property
|
|
3979
4021
|
@jsii.member(jsii_name="bgwriterDelay")
|
|
@@ -3985,7 +4027,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3985
4027
|
if __debug__:
|
|
3986
4028
|
type_hints = typing.get_type_hints(_typecheckingstub__4abda546f558372c3256e28f606948c39da36ec568a2210a313c740e85116faf)
|
|
3987
4029
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3988
|
-
jsii.set(self, "bgwriterDelay", value)
|
|
4030
|
+
jsii.set(self, "bgwriterDelay", value) # pyright: ignore[reportArgumentType]
|
|
3989
4031
|
|
|
3990
4032
|
@builtins.property
|
|
3991
4033
|
@jsii.member(jsii_name="bgwriterFlushAfter")
|
|
@@ -3997,7 +4039,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
3997
4039
|
if __debug__:
|
|
3998
4040
|
type_hints = typing.get_type_hints(_typecheckingstub__054e3bbb6bdffd7b026b893f24da5331dbf751d8d826c30bb55830fcce2bb046)
|
|
3999
4041
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4000
|
-
jsii.set(self, "bgwriterFlushAfter", value)
|
|
4042
|
+
jsii.set(self, "bgwriterFlushAfter", value) # pyright: ignore[reportArgumentType]
|
|
4001
4043
|
|
|
4002
4044
|
@builtins.property
|
|
4003
4045
|
@jsii.member(jsii_name="bgwriterLruMaxpages")
|
|
@@ -4009,7 +4051,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4009
4051
|
if __debug__:
|
|
4010
4052
|
type_hints = typing.get_type_hints(_typecheckingstub__256293bdd5d65032ca8ebf18ab8ead4e10a5b6e12bef228e145c36908d09d7d6)
|
|
4011
4053
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4012
|
-
jsii.set(self, "bgwriterLruMaxpages", value)
|
|
4054
|
+
jsii.set(self, "bgwriterLruMaxpages", value) # pyright: ignore[reportArgumentType]
|
|
4013
4055
|
|
|
4014
4056
|
@builtins.property
|
|
4015
4057
|
@jsii.member(jsii_name="bgwriterLruMultiplier")
|
|
@@ -4021,7 +4063,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4021
4063
|
if __debug__:
|
|
4022
4064
|
type_hints = typing.get_type_hints(_typecheckingstub__c01e6d51d8ebc918ea01fb3b38fda7c82e1ffb4870954be8caa2bace0da6f4b6)
|
|
4023
4065
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4024
|
-
jsii.set(self, "bgwriterLruMultiplier", value)
|
|
4066
|
+
jsii.set(self, "bgwriterLruMultiplier", value) # pyright: ignore[reportArgumentType]
|
|
4025
4067
|
|
|
4026
4068
|
@builtins.property
|
|
4027
4069
|
@jsii.member(jsii_name="deadlockTimeout")
|
|
@@ -4033,7 +4075,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4033
4075
|
if __debug__:
|
|
4034
4076
|
type_hints = typing.get_type_hints(_typecheckingstub__de06356f491efdf8ee9e6856971bbe3b723030300d3c58ed31e766b1757eafe9)
|
|
4035
4077
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4036
|
-
jsii.set(self, "deadlockTimeout", value)
|
|
4078
|
+
jsii.set(self, "deadlockTimeout", value) # pyright: ignore[reportArgumentType]
|
|
4037
4079
|
|
|
4038
4080
|
@builtins.property
|
|
4039
4081
|
@jsii.member(jsii_name="defaultToastCompression")
|
|
@@ -4045,7 +4087,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4045
4087
|
if __debug__:
|
|
4046
4088
|
type_hints = typing.get_type_hints(_typecheckingstub__73ebbe5188bca46451fe5d8822638d348d6eb864f47e78c4299a3402c7998da2)
|
|
4047
4089
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4048
|
-
jsii.set(self, "defaultToastCompression", value)
|
|
4090
|
+
jsii.set(self, "defaultToastCompression", value) # pyright: ignore[reportArgumentType]
|
|
4049
4091
|
|
|
4050
4092
|
@builtins.property
|
|
4051
4093
|
@jsii.member(jsii_name="idleInTransactionSessionTimeout")
|
|
@@ -4057,7 +4099,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4057
4099
|
if __debug__:
|
|
4058
4100
|
type_hints = typing.get_type_hints(_typecheckingstub__6dba37e80f1d633dc0ff7740e34d3436a607e8533fd984b35db99f9e51aca01c)
|
|
4059
4101
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4060
|
-
jsii.set(self, "idleInTransactionSessionTimeout", value)
|
|
4102
|
+
jsii.set(self, "idleInTransactionSessionTimeout", value) # pyright: ignore[reportArgumentType]
|
|
4061
4103
|
|
|
4062
4104
|
@builtins.property
|
|
4063
4105
|
@jsii.member(jsii_name="ipFilter")
|
|
@@ -4069,7 +4111,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4069
4111
|
if __debug__:
|
|
4070
4112
|
type_hints = typing.get_type_hints(_typecheckingstub__697351eead8e5b99283b4f51a672c2c230c8a65b858c6d540100961543d869e7)
|
|
4071
4113
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4072
|
-
jsii.set(self, "ipFilter", value)
|
|
4114
|
+
jsii.set(self, "ipFilter", value) # pyright: ignore[reportArgumentType]
|
|
4073
4115
|
|
|
4074
4116
|
@builtins.property
|
|
4075
4117
|
@jsii.member(jsii_name="jit")
|
|
@@ -4084,7 +4126,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4084
4126
|
if __debug__:
|
|
4085
4127
|
type_hints = typing.get_type_hints(_typecheckingstub__41882650008f06177862191d7760a830e068e667281ec52a1e1549a31852c796)
|
|
4086
4128
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4087
|
-
jsii.set(self, "jit", value)
|
|
4129
|
+
jsii.set(self, "jit", value) # pyright: ignore[reportArgumentType]
|
|
4088
4130
|
|
|
4089
4131
|
@builtins.property
|
|
4090
4132
|
@jsii.member(jsii_name="logAutovacuumMinDuration")
|
|
@@ -4096,7 +4138,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4096
4138
|
if __debug__:
|
|
4097
4139
|
type_hints = typing.get_type_hints(_typecheckingstub__e82677a9e7af4b821512bc43ce8271842e49c2228e0a3847da8a3734cde323b2)
|
|
4098
4140
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4099
|
-
jsii.set(self, "logAutovacuumMinDuration", value)
|
|
4141
|
+
jsii.set(self, "logAutovacuumMinDuration", value) # pyright: ignore[reportArgumentType]
|
|
4100
4142
|
|
|
4101
4143
|
@builtins.property
|
|
4102
4144
|
@jsii.member(jsii_name="logErrorVerbosity")
|
|
@@ -4108,7 +4150,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4108
4150
|
if __debug__:
|
|
4109
4151
|
type_hints = typing.get_type_hints(_typecheckingstub__e8880c1644800b0855d35ec4d3c944aecdfb9ad4087b81e8feea0006a6bf3a82)
|
|
4110
4152
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4111
|
-
jsii.set(self, "logErrorVerbosity", value)
|
|
4153
|
+
jsii.set(self, "logErrorVerbosity", value) # pyright: ignore[reportArgumentType]
|
|
4112
4154
|
|
|
4113
4155
|
@builtins.property
|
|
4114
4156
|
@jsii.member(jsii_name="logLinePrefix")
|
|
@@ -4120,7 +4162,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4120
4162
|
if __debug__:
|
|
4121
4163
|
type_hints = typing.get_type_hints(_typecheckingstub__467136c784cb8d1bfbb9509da43f5ce9829d28b93ab2fa476f0cfafb238d1b7d)
|
|
4122
4164
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4123
|
-
jsii.set(self, "logLinePrefix", value)
|
|
4165
|
+
jsii.set(self, "logLinePrefix", value) # pyright: ignore[reportArgumentType]
|
|
4124
4166
|
|
|
4125
4167
|
@builtins.property
|
|
4126
4168
|
@jsii.member(jsii_name="logMinDurationStatement")
|
|
@@ -4132,7 +4174,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4132
4174
|
if __debug__:
|
|
4133
4175
|
type_hints = typing.get_type_hints(_typecheckingstub__c0cecd85bcbe97926ecd7cca39a7e4dda8834f2effc7babce590dbcc9a6602c9)
|
|
4134
4176
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4135
|
-
jsii.set(self, "logMinDurationStatement", value)
|
|
4177
|
+
jsii.set(self, "logMinDurationStatement", value) # pyright: ignore[reportArgumentType]
|
|
4136
4178
|
|
|
4137
4179
|
@builtins.property
|
|
4138
4180
|
@jsii.member(jsii_name="logTempFiles")
|
|
@@ -4144,7 +4186,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4144
4186
|
if __debug__:
|
|
4145
4187
|
type_hints = typing.get_type_hints(_typecheckingstub__de9268535c04a79b1d0411a6b438165d5304e769b7cdd4242e9d9c82424bf5d9)
|
|
4146
4188
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4147
|
-
jsii.set(self, "logTempFiles", value)
|
|
4189
|
+
jsii.set(self, "logTempFiles", value) # pyright: ignore[reportArgumentType]
|
|
4148
4190
|
|
|
4149
4191
|
@builtins.property
|
|
4150
4192
|
@jsii.member(jsii_name="maxFilesPerProcess")
|
|
@@ -4156,7 +4198,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4156
4198
|
if __debug__:
|
|
4157
4199
|
type_hints = typing.get_type_hints(_typecheckingstub__cdd98a86086d80cb220e3ecc3418eae2ccdcc18f32fac6371f2ec091ee3ce789)
|
|
4158
4200
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4159
|
-
jsii.set(self, "maxFilesPerProcess", value)
|
|
4201
|
+
jsii.set(self, "maxFilesPerProcess", value) # pyright: ignore[reportArgumentType]
|
|
4160
4202
|
|
|
4161
4203
|
@builtins.property
|
|
4162
4204
|
@jsii.member(jsii_name="maxLocksPerTransaction")
|
|
@@ -4168,7 +4210,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4168
4210
|
if __debug__:
|
|
4169
4211
|
type_hints = typing.get_type_hints(_typecheckingstub__f27ad9b336fa914b7f4988f5d7ceac0d1e092d4c2b6e57b36677e6a228f429a6)
|
|
4170
4212
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4171
|
-
jsii.set(self, "maxLocksPerTransaction", value)
|
|
4213
|
+
jsii.set(self, "maxLocksPerTransaction", value) # pyright: ignore[reportArgumentType]
|
|
4172
4214
|
|
|
4173
4215
|
@builtins.property
|
|
4174
4216
|
@jsii.member(jsii_name="maxLogicalReplicationWorkers")
|
|
@@ -4180,7 +4222,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4180
4222
|
if __debug__:
|
|
4181
4223
|
type_hints = typing.get_type_hints(_typecheckingstub__1c279b6eac7f28b6d7389be2a71083aea90c51c198613f8a0c6520b9a6ab6d73)
|
|
4182
4224
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4183
|
-
jsii.set(self, "maxLogicalReplicationWorkers", value)
|
|
4225
|
+
jsii.set(self, "maxLogicalReplicationWorkers", value) # pyright: ignore[reportArgumentType]
|
|
4184
4226
|
|
|
4185
4227
|
@builtins.property
|
|
4186
4228
|
@jsii.member(jsii_name="maxParallelWorkers")
|
|
@@ -4192,7 +4234,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4192
4234
|
if __debug__:
|
|
4193
4235
|
type_hints = typing.get_type_hints(_typecheckingstub__c91ce9226feb4c2977dcb3017dbf66a49c371d8cdf19486236017558a0661a4a)
|
|
4194
4236
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4195
|
-
jsii.set(self, "maxParallelWorkers", value)
|
|
4237
|
+
jsii.set(self, "maxParallelWorkers", value) # pyright: ignore[reportArgumentType]
|
|
4196
4238
|
|
|
4197
4239
|
@builtins.property
|
|
4198
4240
|
@jsii.member(jsii_name="maxParallelWorkersPerGather")
|
|
@@ -4204,7 +4246,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4204
4246
|
if __debug__:
|
|
4205
4247
|
type_hints = typing.get_type_hints(_typecheckingstub__2bc487be24a34828a0eefb536e39c65556cebeb32288b19b1ae34785b056a055)
|
|
4206
4248
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4207
|
-
jsii.set(self, "maxParallelWorkersPerGather", value)
|
|
4249
|
+
jsii.set(self, "maxParallelWorkersPerGather", value) # pyright: ignore[reportArgumentType]
|
|
4208
4250
|
|
|
4209
4251
|
@builtins.property
|
|
4210
4252
|
@jsii.member(jsii_name="maxPredLocksPerTransaction")
|
|
@@ -4216,7 +4258,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4216
4258
|
if __debug__:
|
|
4217
4259
|
type_hints = typing.get_type_hints(_typecheckingstub__8d66eec8374e9b3dfa88317c48088aa40fc980255ae534f0d0d88f19e6d33681)
|
|
4218
4260
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4219
|
-
jsii.set(self, "maxPredLocksPerTransaction", value)
|
|
4261
|
+
jsii.set(self, "maxPredLocksPerTransaction", value) # pyright: ignore[reportArgumentType]
|
|
4220
4262
|
|
|
4221
4263
|
@builtins.property
|
|
4222
4264
|
@jsii.member(jsii_name="maxPreparedTransactions")
|
|
@@ -4228,7 +4270,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4228
4270
|
if __debug__:
|
|
4229
4271
|
type_hints = typing.get_type_hints(_typecheckingstub__de4edb189d4acf6c6bf2387f5a6c015e074a86b1230cf99fd46099dc0a6c4e68)
|
|
4230
4272
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4231
|
-
jsii.set(self, "maxPreparedTransactions", value)
|
|
4273
|
+
jsii.set(self, "maxPreparedTransactions", value) # pyright: ignore[reportArgumentType]
|
|
4232
4274
|
|
|
4233
4275
|
@builtins.property
|
|
4234
4276
|
@jsii.member(jsii_name="maxReplicationSlots")
|
|
@@ -4240,7 +4282,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4240
4282
|
if __debug__:
|
|
4241
4283
|
type_hints = typing.get_type_hints(_typecheckingstub__e6454aeeb2e612fdcdfce7dcb2b1c2792da09410760d4b4473eba6ce4edc6310)
|
|
4242
4284
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4243
|
-
jsii.set(self, "maxReplicationSlots", value)
|
|
4285
|
+
jsii.set(self, "maxReplicationSlots", value) # pyright: ignore[reportArgumentType]
|
|
4244
4286
|
|
|
4245
4287
|
@builtins.property
|
|
4246
4288
|
@jsii.member(jsii_name="maxSlotWalKeepSize")
|
|
@@ -4252,7 +4294,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4252
4294
|
if __debug__:
|
|
4253
4295
|
type_hints = typing.get_type_hints(_typecheckingstub__7f019073bd42fc4fb9dd0e0b54f133e32c67aa3b2361c9fd2938cb96cd9e43db)
|
|
4254
4296
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4255
|
-
jsii.set(self, "maxSlotWalKeepSize", value)
|
|
4297
|
+
jsii.set(self, "maxSlotWalKeepSize", value) # pyright: ignore[reportArgumentType]
|
|
4256
4298
|
|
|
4257
4299
|
@builtins.property
|
|
4258
4300
|
@jsii.member(jsii_name="maxStackDepth")
|
|
@@ -4264,7 +4306,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4264
4306
|
if __debug__:
|
|
4265
4307
|
type_hints = typing.get_type_hints(_typecheckingstub__2b405ac3b80bbd9ef2d693b6d4295c369a3356bb9beee08b413d5f87c324d5b1)
|
|
4266
4308
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4267
|
-
jsii.set(self, "maxStackDepth", value)
|
|
4309
|
+
jsii.set(self, "maxStackDepth", value) # pyright: ignore[reportArgumentType]
|
|
4268
4310
|
|
|
4269
4311
|
@builtins.property
|
|
4270
4312
|
@jsii.member(jsii_name="maxStandbyArchiveDelay")
|
|
@@ -4276,7 +4318,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4276
4318
|
if __debug__:
|
|
4277
4319
|
type_hints = typing.get_type_hints(_typecheckingstub__155ade29e0811bc668c05c926468f7bf5296983f586f8ae29bde0aeba831fc5c)
|
|
4278
4320
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4279
|
-
jsii.set(self, "maxStandbyArchiveDelay", value)
|
|
4321
|
+
jsii.set(self, "maxStandbyArchiveDelay", value) # pyright: ignore[reportArgumentType]
|
|
4280
4322
|
|
|
4281
4323
|
@builtins.property
|
|
4282
4324
|
@jsii.member(jsii_name="maxStandbyStreamingDelay")
|
|
@@ -4288,7 +4330,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4288
4330
|
if __debug__:
|
|
4289
4331
|
type_hints = typing.get_type_hints(_typecheckingstub__c1c986690e191392b25c5b73b4f4f8ddfcf47cff91b1892b7b4bcf0e5b32aae7)
|
|
4290
4332
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4291
|
-
jsii.set(self, "maxStandbyStreamingDelay", value)
|
|
4333
|
+
jsii.set(self, "maxStandbyStreamingDelay", value) # pyright: ignore[reportArgumentType]
|
|
4292
4334
|
|
|
4293
4335
|
@builtins.property
|
|
4294
4336
|
@jsii.member(jsii_name="maxWalSenders")
|
|
@@ -4300,7 +4342,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4300
4342
|
if __debug__:
|
|
4301
4343
|
type_hints = typing.get_type_hints(_typecheckingstub__bfbc4d3406b62bcf9e7516d2e9e3d6ea7c21a9e5d9c18b45d299aeb17ba91ec2)
|
|
4302
4344
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4303
|
-
jsii.set(self, "maxWalSenders", value)
|
|
4345
|
+
jsii.set(self, "maxWalSenders", value) # pyright: ignore[reportArgumentType]
|
|
4304
4346
|
|
|
4305
4347
|
@builtins.property
|
|
4306
4348
|
@jsii.member(jsii_name="maxWorkerProcesses")
|
|
@@ -4312,7 +4354,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4312
4354
|
if __debug__:
|
|
4313
4355
|
type_hints = typing.get_type_hints(_typecheckingstub__e948928e818da004176e363a2f0f2908db9b0ca2dc562efd6a932fd7ade5f0c1)
|
|
4314
4356
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4315
|
-
jsii.set(self, "maxWorkerProcesses", value)
|
|
4357
|
+
jsii.set(self, "maxWorkerProcesses", value) # pyright: ignore[reportArgumentType]
|
|
4316
4358
|
|
|
4317
4359
|
@builtins.property
|
|
4318
4360
|
@jsii.member(jsii_name="pgPartmanBgwInterval")
|
|
@@ -4324,7 +4366,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4324
4366
|
if __debug__:
|
|
4325
4367
|
type_hints = typing.get_type_hints(_typecheckingstub__0e7c39d3398b89ecbde622d25d90b6c1a7c033dbecc8bd3b4ba1f10c9b8144f6)
|
|
4326
4368
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4327
|
-
jsii.set(self, "pgPartmanBgwInterval", value)
|
|
4369
|
+
jsii.set(self, "pgPartmanBgwInterval", value) # pyright: ignore[reportArgumentType]
|
|
4328
4370
|
|
|
4329
4371
|
@builtins.property
|
|
4330
4372
|
@jsii.member(jsii_name="pgPartmanBgwRole")
|
|
@@ -4336,7 +4378,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4336
4378
|
if __debug__:
|
|
4337
4379
|
type_hints = typing.get_type_hints(_typecheckingstub__626c47c64eb8f096c0e31d3afb2c0748c087c018ae25b94d949dee44878bce38)
|
|
4338
4380
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4339
|
-
jsii.set(self, "pgPartmanBgwRole", value)
|
|
4381
|
+
jsii.set(self, "pgPartmanBgwRole", value) # pyright: ignore[reportArgumentType]
|
|
4340
4382
|
|
|
4341
4383
|
@builtins.property
|
|
4342
4384
|
@jsii.member(jsii_name="pgStatMonitorEnable")
|
|
@@ -4353,7 +4395,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4353
4395
|
if __debug__:
|
|
4354
4396
|
type_hints = typing.get_type_hints(_typecheckingstub__b0bffe3527ba3889a568bce7c605725e472374da1d243afd472b8096468cf50e)
|
|
4355
4397
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4356
|
-
jsii.set(self, "pgStatMonitorEnable", value)
|
|
4398
|
+
jsii.set(self, "pgStatMonitorEnable", value) # pyright: ignore[reportArgumentType]
|
|
4357
4399
|
|
|
4358
4400
|
@builtins.property
|
|
4359
4401
|
@jsii.member(jsii_name="pgStatMonitorPgsmEnableQueryPlan")
|
|
@@ -4370,7 +4412,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4370
4412
|
if __debug__:
|
|
4371
4413
|
type_hints = typing.get_type_hints(_typecheckingstub__5523ea201642e452f29002110d74b8b38efc4324dc5b669c7ee3c267c7b1cb07)
|
|
4372
4414
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4373
|
-
jsii.set(self, "pgStatMonitorPgsmEnableQueryPlan", value)
|
|
4415
|
+
jsii.set(self, "pgStatMonitorPgsmEnableQueryPlan", value) # pyright: ignore[reportArgumentType]
|
|
4374
4416
|
|
|
4375
4417
|
@builtins.property
|
|
4376
4418
|
@jsii.member(jsii_name="pgStatMonitorPgsmMaxBuckets")
|
|
@@ -4382,7 +4424,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4382
4424
|
if __debug__:
|
|
4383
4425
|
type_hints = typing.get_type_hints(_typecheckingstub__bb684ed91e21c6f7f74e81bdef8bf2d46eaa3480e927af8848a0adf8b2990be9)
|
|
4384
4426
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4385
|
-
jsii.set(self, "pgStatMonitorPgsmMaxBuckets", value)
|
|
4427
|
+
jsii.set(self, "pgStatMonitorPgsmMaxBuckets", value) # pyright: ignore[reportArgumentType]
|
|
4386
4428
|
|
|
4387
4429
|
@builtins.property
|
|
4388
4430
|
@jsii.member(jsii_name="pgStatStatementsTrack")
|
|
@@ -4394,7 +4436,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4394
4436
|
if __debug__:
|
|
4395
4437
|
type_hints = typing.get_type_hints(_typecheckingstub__e670dd8e54887ee6075b3d7a487edc7d4c6b541ff5c00564faca1ba4fb7262c7)
|
|
4396
4438
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4397
|
-
jsii.set(self, "pgStatStatementsTrack", value)
|
|
4439
|
+
jsii.set(self, "pgStatStatementsTrack", value) # pyright: ignore[reportArgumentType]
|
|
4398
4440
|
|
|
4399
4441
|
@builtins.property
|
|
4400
4442
|
@jsii.member(jsii_name="publicAccess")
|
|
@@ -4409,7 +4451,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4409
4451
|
if __debug__:
|
|
4410
4452
|
type_hints = typing.get_type_hints(_typecheckingstub__af63b1953469fa77f074a386cbdb4d14d32a7832bc188f6f31b113b817ded912)
|
|
4411
4453
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4412
|
-
jsii.set(self, "publicAccess", value)
|
|
4454
|
+
jsii.set(self, "publicAccess", value) # pyright: ignore[reportArgumentType]
|
|
4413
4455
|
|
|
4414
4456
|
@builtins.property
|
|
4415
4457
|
@jsii.member(jsii_name="serviceLog")
|
|
@@ -4424,7 +4466,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4424
4466
|
if __debug__:
|
|
4425
4467
|
type_hints = typing.get_type_hints(_typecheckingstub__82264e7ac32c533f8abc9673cd204798ae0fc1152b2a7fa39c0b72e00b689f27)
|
|
4426
4468
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4427
|
-
jsii.set(self, "serviceLog", value)
|
|
4469
|
+
jsii.set(self, "serviceLog", value) # pyright: ignore[reportArgumentType]
|
|
4428
4470
|
|
|
4429
4471
|
@builtins.property
|
|
4430
4472
|
@jsii.member(jsii_name="sharedBuffersPercentage")
|
|
@@ -4436,7 +4478,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4436
4478
|
if __debug__:
|
|
4437
4479
|
type_hints = typing.get_type_hints(_typecheckingstub__65f9cce4b47ad1802da63c41840db80ff48caa13fe45cc2320e8fc370bca7618)
|
|
4438
4480
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4439
|
-
jsii.set(self, "sharedBuffersPercentage", value)
|
|
4481
|
+
jsii.set(self, "sharedBuffersPercentage", value) # pyright: ignore[reportArgumentType]
|
|
4440
4482
|
|
|
4441
4483
|
@builtins.property
|
|
4442
4484
|
@jsii.member(jsii_name="synchronousReplication")
|
|
@@ -4448,7 +4490,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4448
4490
|
if __debug__:
|
|
4449
4491
|
type_hints = typing.get_type_hints(_typecheckingstub__252938d2dbbcf472c760d211c8c1c9f4a70fb4fbe81a107143f04e7501063cb8)
|
|
4450
4492
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4451
|
-
jsii.set(self, "synchronousReplication", value)
|
|
4493
|
+
jsii.set(self, "synchronousReplication", value) # pyright: ignore[reportArgumentType]
|
|
4452
4494
|
|
|
4453
4495
|
@builtins.property
|
|
4454
4496
|
@jsii.member(jsii_name="tempFileLimit")
|
|
@@ -4460,7 +4502,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4460
4502
|
if __debug__:
|
|
4461
4503
|
type_hints = typing.get_type_hints(_typecheckingstub__864f11b50159d92edb254f40b28c601f4f2f8fbfa2a544ef89226e710ab8f55b)
|
|
4462
4504
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4463
|
-
jsii.set(self, "tempFileLimit", value)
|
|
4505
|
+
jsii.set(self, "tempFileLimit", value) # pyright: ignore[reportArgumentType]
|
|
4464
4506
|
|
|
4465
4507
|
@builtins.property
|
|
4466
4508
|
@jsii.member(jsii_name="timezone")
|
|
@@ -4472,7 +4514,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4472
4514
|
if __debug__:
|
|
4473
4515
|
type_hints = typing.get_type_hints(_typecheckingstub__cd8274d99148593585db96cd1e114dcd40f8f7ed508669b1614ee8207f47d06d)
|
|
4474
4516
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4475
|
-
jsii.set(self, "timezone", value)
|
|
4517
|
+
jsii.set(self, "timezone", value) # pyright: ignore[reportArgumentType]
|
|
4476
4518
|
|
|
4477
4519
|
@builtins.property
|
|
4478
4520
|
@jsii.member(jsii_name="trackActivityQuerySize")
|
|
@@ -4484,7 +4526,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4484
4526
|
if __debug__:
|
|
4485
4527
|
type_hints = typing.get_type_hints(_typecheckingstub__3de24251f7f91e60882212985b4e65c3b8d77594634528744daf6802444ac070)
|
|
4486
4528
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4487
|
-
jsii.set(self, "trackActivityQuerySize", value)
|
|
4529
|
+
jsii.set(self, "trackActivityQuerySize", value) # pyright: ignore[reportArgumentType]
|
|
4488
4530
|
|
|
4489
4531
|
@builtins.property
|
|
4490
4532
|
@jsii.member(jsii_name="trackCommitTimestamp")
|
|
@@ -4496,7 +4538,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4496
4538
|
if __debug__:
|
|
4497
4539
|
type_hints = typing.get_type_hints(_typecheckingstub__00c081c35a8f2680b79c4f6761085903f7ee3216bb92d9a3d36225cb3154fd52)
|
|
4498
4540
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4499
|
-
jsii.set(self, "trackCommitTimestamp", value)
|
|
4541
|
+
jsii.set(self, "trackCommitTimestamp", value) # pyright: ignore[reportArgumentType]
|
|
4500
4542
|
|
|
4501
4543
|
@builtins.property
|
|
4502
4544
|
@jsii.member(jsii_name="trackFunctions")
|
|
@@ -4508,7 +4550,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4508
4550
|
if __debug__:
|
|
4509
4551
|
type_hints = typing.get_type_hints(_typecheckingstub__c44285a408be26c3929f8e516cee6048ec7efe0d3edf360cc492ef4dd6820bea)
|
|
4510
4552
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4511
|
-
jsii.set(self, "trackFunctions", value)
|
|
4553
|
+
jsii.set(self, "trackFunctions", value) # pyright: ignore[reportArgumentType]
|
|
4512
4554
|
|
|
4513
4555
|
@builtins.property
|
|
4514
4556
|
@jsii.member(jsii_name="trackIoTiming")
|
|
@@ -4520,7 +4562,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4520
4562
|
if __debug__:
|
|
4521
4563
|
type_hints = typing.get_type_hints(_typecheckingstub__8a7c5008dfef3f45f791265f72267cff9cedc455080c735a9ba8e3bbe4e0456e)
|
|
4522
4564
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4523
|
-
jsii.set(self, "trackIoTiming", value)
|
|
4565
|
+
jsii.set(self, "trackIoTiming", value) # pyright: ignore[reportArgumentType]
|
|
4524
4566
|
|
|
4525
4567
|
@builtins.property
|
|
4526
4568
|
@jsii.member(jsii_name="variant")
|
|
@@ -4532,7 +4574,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4532
4574
|
if __debug__:
|
|
4533
4575
|
type_hints = typing.get_type_hints(_typecheckingstub__cd80543a93be6e541c5b8705506b844f3cf06d8b8eee1b339788dfca1d295fb9)
|
|
4534
4576
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4535
|
-
jsii.set(self, "variant", value)
|
|
4577
|
+
jsii.set(self, "variant", value) # pyright: ignore[reportArgumentType]
|
|
4536
4578
|
|
|
4537
4579
|
@builtins.property
|
|
4538
4580
|
@jsii.member(jsii_name="version")
|
|
@@ -4544,7 +4586,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4544
4586
|
if __debug__:
|
|
4545
4587
|
type_hints = typing.get_type_hints(_typecheckingstub__dc64b26a05a3063a578b7f0bc6817c087f93f1eeaf4212422d39a4617ee30948)
|
|
4546
4588
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4547
|
-
jsii.set(self, "version", value)
|
|
4589
|
+
jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
|
|
4548
4590
|
|
|
4549
4591
|
@builtins.property
|
|
4550
4592
|
@jsii.member(jsii_name="walSenderTimeout")
|
|
@@ -4556,7 +4598,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4556
4598
|
if __debug__:
|
|
4557
4599
|
type_hints = typing.get_type_hints(_typecheckingstub__e64f775ba944c88c15b262537a35bb9c5ab2af09ce61b822a8fd619261008fef)
|
|
4558
4600
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4559
|
-
jsii.set(self, "walSenderTimeout", value)
|
|
4601
|
+
jsii.set(self, "walSenderTimeout", value) # pyright: ignore[reportArgumentType]
|
|
4560
4602
|
|
|
4561
4603
|
@builtins.property
|
|
4562
4604
|
@jsii.member(jsii_name="walWriterDelay")
|
|
@@ -4568,7 +4610,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4568
4610
|
if __debug__:
|
|
4569
4611
|
type_hints = typing.get_type_hints(_typecheckingstub__d438f9a80427b9879f1e5fa484c2d14d14ad544bf655dc9b83603891fc2e17d5)
|
|
4570
4612
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4571
|
-
jsii.set(self, "walWriterDelay", value)
|
|
4613
|
+
jsii.set(self, "walWriterDelay", value) # pyright: ignore[reportArgumentType]
|
|
4572
4614
|
|
|
4573
4615
|
@builtins.property
|
|
4574
4616
|
@jsii.member(jsii_name="workMem")
|
|
@@ -4580,7 +4622,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4580
4622
|
if __debug__:
|
|
4581
4623
|
type_hints = typing.get_type_hints(_typecheckingstub__f798d46e03ca466204e4eaf2c9e6caffb185597aeb92e958612f1f127c564ea0)
|
|
4582
4624
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4583
|
-
jsii.set(self, "workMem", value)
|
|
4625
|
+
jsii.set(self, "workMem", value) # pyright: ignore[reportArgumentType]
|
|
4584
4626
|
|
|
4585
4627
|
@builtins.property
|
|
4586
4628
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -4595,7 +4637,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4595
4637
|
if __debug__:
|
|
4596
4638
|
type_hints = typing.get_type_hints(_typecheckingstub__520a338727eb7d856b3b656bc7f18cdedc438461e851ce535758677490196542)
|
|
4597
4639
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4598
|
-
jsii.set(self, "internalValue", value)
|
|
4640
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
4599
4641
|
|
|
4600
4642
|
|
|
4601
4643
|
@jsii.data_type(
|
|
@@ -4607,6 +4649,7 @@ class ManagedDatabasePostgresqlPropertiesOutputReference(
|
|
|
4607
4649
|
"autodb_pool_mode": "autodbPoolMode",
|
|
4608
4650
|
"autodb_pool_size": "autodbPoolSize",
|
|
4609
4651
|
"ignore_startup_parameters": "ignoreStartupParameters",
|
|
4652
|
+
"max_prepared_statements": "maxPreparedStatements",
|
|
4610
4653
|
"min_pool_size": "minPoolSize",
|
|
4611
4654
|
"server_idle_timeout": "serverIdleTimeout",
|
|
4612
4655
|
"server_lifetime": "serverLifetime",
|
|
@@ -4622,21 +4665,23 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4622
4665
|
autodb_pool_mode: typing.Optional[builtins.str] = None,
|
|
4623
4666
|
autodb_pool_size: typing.Optional[jsii.Number] = None,
|
|
4624
4667
|
ignore_startup_parameters: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4668
|
+
max_prepared_statements: typing.Optional[jsii.Number] = None,
|
|
4625
4669
|
min_pool_size: typing.Optional[jsii.Number] = None,
|
|
4626
4670
|
server_idle_timeout: typing.Optional[jsii.Number] = None,
|
|
4627
4671
|
server_lifetime: typing.Optional[jsii.Number] = None,
|
|
4628
4672
|
server_reset_query_always: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
4629
4673
|
) -> None:
|
|
4630
4674
|
'''
|
|
4631
|
-
:param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4632
|
-
:param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4633
|
-
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4634
|
-
:param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4635
|
-
:param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4636
|
-
:param
|
|
4637
|
-
:param
|
|
4638
|
-
:param
|
|
4639
|
-
:param
|
|
4675
|
+
:param autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
4676
|
+
:param autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
4677
|
+
:param autodb_pool_mode: PGBouncer pool mode. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
4678
|
+
:param autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
4679
|
+
:param ignore_startup_parameters: List of parameters to ignore when given in startup packet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
4680
|
+
:param max_prepared_statements: PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling modes when max_prepared_statements is set to a non-zero value. Setting it to 0 disables prepared statements. max_prepared_statements defaults to 100, and its maximum is 3000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_prepared_statements ManagedDatabasePostgresql#max_prepared_statements}
|
|
4681
|
+
:param min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
4682
|
+
:param server_idle_timeout: If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
4683
|
+
:param server_lifetime: The pooler will close an unused server connection that has been connected longer than this. [seconds]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
4684
|
+
:param server_reset_query_always: Run server_reset_query (DISCARD ALL) in all pooling modes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
4640
4685
|
'''
|
|
4641
4686
|
if __debug__:
|
|
4642
4687
|
type_hints = typing.get_type_hints(_typecheckingstub__2862abffc43a442ad2bff1c444cf98fb770986970925fafb7cc295e2cc45a9b9)
|
|
@@ -4645,6 +4690,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4645
4690
|
check_type(argname="argument autodb_pool_mode", value=autodb_pool_mode, expected_type=type_hints["autodb_pool_mode"])
|
|
4646
4691
|
check_type(argname="argument autodb_pool_size", value=autodb_pool_size, expected_type=type_hints["autodb_pool_size"])
|
|
4647
4692
|
check_type(argname="argument ignore_startup_parameters", value=ignore_startup_parameters, expected_type=type_hints["ignore_startup_parameters"])
|
|
4693
|
+
check_type(argname="argument max_prepared_statements", value=max_prepared_statements, expected_type=type_hints["max_prepared_statements"])
|
|
4648
4694
|
check_type(argname="argument min_pool_size", value=min_pool_size, expected_type=type_hints["min_pool_size"])
|
|
4649
4695
|
check_type(argname="argument server_idle_timeout", value=server_idle_timeout, expected_type=type_hints["server_idle_timeout"])
|
|
4650
4696
|
check_type(argname="argument server_lifetime", value=server_lifetime, expected_type=type_hints["server_lifetime"])
|
|
@@ -4660,6 +4706,8 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4660
4706
|
self._values["autodb_pool_size"] = autodb_pool_size
|
|
4661
4707
|
if ignore_startup_parameters is not None:
|
|
4662
4708
|
self._values["ignore_startup_parameters"] = ignore_startup_parameters
|
|
4709
|
+
if max_prepared_statements is not None:
|
|
4710
|
+
self._values["max_prepared_statements"] = max_prepared_statements
|
|
4663
4711
|
if min_pool_size is not None:
|
|
4664
4712
|
self._values["min_pool_size"] = min_pool_size
|
|
4665
4713
|
if server_idle_timeout is not None:
|
|
@@ -4675,7 +4723,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4675
4723
|
|
|
4676
4724
|
If 0 then timeout is disabled. [seconds].
|
|
4677
4725
|
|
|
4678
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4726
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_idle_timeout ManagedDatabasePostgresql#autodb_idle_timeout}
|
|
4679
4727
|
'''
|
|
4680
4728
|
result = self._values.get("autodb_idle_timeout")
|
|
4681
4729
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4686,7 +4734,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4686
4734
|
|
|
4687
4735
|
Setting it to 0 means unlimited.
|
|
4688
4736
|
|
|
4689
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4737
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_max_db_connections ManagedDatabasePostgresql#autodb_max_db_connections}
|
|
4690
4738
|
'''
|
|
4691
4739
|
result = self._values.get("autodb_max_db_connections")
|
|
4692
4740
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4695,7 +4743,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4695
4743
|
def autodb_pool_mode(self) -> typing.Optional[builtins.str]:
|
|
4696
4744
|
'''PGBouncer pool mode.
|
|
4697
4745
|
|
|
4698
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4746
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_pool_mode ManagedDatabasePostgresql#autodb_pool_mode}
|
|
4699
4747
|
'''
|
|
4700
4748
|
result = self._values.get("autodb_pool_mode")
|
|
4701
4749
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -4704,7 +4752,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4704
4752
|
def autodb_pool_size(self) -> typing.Optional[jsii.Number]:
|
|
4705
4753
|
'''If non-zero then create automatically a pool of that size per user when a pool doesn't exist.
|
|
4706
4754
|
|
|
4707
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4755
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#autodb_pool_size ManagedDatabasePostgresql#autodb_pool_size}
|
|
4708
4756
|
'''
|
|
4709
4757
|
result = self._values.get("autodb_pool_size")
|
|
4710
4758
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4713,18 +4761,29 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4713
4761
|
def ignore_startup_parameters(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4714
4762
|
'''List of parameters to ignore when given in startup packet.
|
|
4715
4763
|
|
|
4716
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4764
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#ignore_startup_parameters ManagedDatabasePostgresql#ignore_startup_parameters}
|
|
4717
4765
|
'''
|
|
4718
4766
|
result = self._values.get("ignore_startup_parameters")
|
|
4719
4767
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
4720
4768
|
|
|
4769
|
+
@builtins.property
|
|
4770
|
+
def max_prepared_statements(self) -> typing.Optional[jsii.Number]:
|
|
4771
|
+
'''PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling modes when max_prepared_statements is set to a non-zero value.
|
|
4772
|
+
|
|
4773
|
+
Setting it to 0 disables prepared statements. max_prepared_statements defaults to 100, and its maximum is 3000.
|
|
4774
|
+
|
|
4775
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_prepared_statements ManagedDatabasePostgresql#max_prepared_statements}
|
|
4776
|
+
'''
|
|
4777
|
+
result = self._values.get("max_prepared_statements")
|
|
4778
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
4779
|
+
|
|
4721
4780
|
@builtins.property
|
|
4722
4781
|
def min_pool_size(self) -> typing.Optional[jsii.Number]:
|
|
4723
4782
|
'''Add more server connections to pool if below this number.
|
|
4724
4783
|
|
|
4725
4784
|
Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size.
|
|
4726
4785
|
|
|
4727
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4786
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#min_pool_size ManagedDatabasePostgresql#min_pool_size}
|
|
4728
4787
|
'''
|
|
4729
4788
|
result = self._values.get("min_pool_size")
|
|
4730
4789
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4735,7 +4794,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4735
4794
|
|
|
4736
4795
|
If 0 then timeout is disabled. [seconds].
|
|
4737
4796
|
|
|
4738
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4797
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_idle_timeout ManagedDatabasePostgresql#server_idle_timeout}
|
|
4739
4798
|
'''
|
|
4740
4799
|
result = self._values.get("server_idle_timeout")
|
|
4741
4800
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4744,7 +4803,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4744
4803
|
def server_lifetime(self) -> typing.Optional[jsii.Number]:
|
|
4745
4804
|
'''The pooler will close an unused server connection that has been connected longer than this. [seconds].
|
|
4746
4805
|
|
|
4747
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4806
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_lifetime ManagedDatabasePostgresql#server_lifetime}
|
|
4748
4807
|
'''
|
|
4749
4808
|
result = self._values.get("server_lifetime")
|
|
4750
4809
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -4755,7 +4814,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncer:
|
|
|
4755
4814
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
4756
4815
|
'''Run server_reset_query (DISCARD ALL) in all pooling modes.
|
|
4757
4816
|
|
|
4758
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4817
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#server_reset_query_always ManagedDatabasePostgresql#server_reset_query_always}
|
|
4759
4818
|
'''
|
|
4760
4819
|
result = self._values.get("server_reset_query_always")
|
|
4761
4820
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -4812,6 +4871,10 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4812
4871
|
def reset_ignore_startup_parameters(self) -> None:
|
|
4813
4872
|
return typing.cast(None, jsii.invoke(self, "resetIgnoreStartupParameters", []))
|
|
4814
4873
|
|
|
4874
|
+
@jsii.member(jsii_name="resetMaxPreparedStatements")
|
|
4875
|
+
def reset_max_prepared_statements(self) -> None:
|
|
4876
|
+
return typing.cast(None, jsii.invoke(self, "resetMaxPreparedStatements", []))
|
|
4877
|
+
|
|
4815
4878
|
@jsii.member(jsii_name="resetMinPoolSize")
|
|
4816
4879
|
def reset_min_pool_size(self) -> None:
|
|
4817
4880
|
return typing.cast(None, jsii.invoke(self, "resetMinPoolSize", []))
|
|
@@ -4855,6 +4918,11 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4855
4918
|
) -> typing.Optional[typing.List[builtins.str]]:
|
|
4856
4919
|
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "ignoreStartupParametersInput"))
|
|
4857
4920
|
|
|
4921
|
+
@builtins.property
|
|
4922
|
+
@jsii.member(jsii_name="maxPreparedStatementsInput")
|
|
4923
|
+
def max_prepared_statements_input(self) -> typing.Optional[jsii.Number]:
|
|
4924
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "maxPreparedStatementsInput"))
|
|
4925
|
+
|
|
4858
4926
|
@builtins.property
|
|
4859
4927
|
@jsii.member(jsii_name="minPoolSizeInput")
|
|
4860
4928
|
def min_pool_size_input(self) -> typing.Optional[jsii.Number]:
|
|
@@ -4887,7 +4955,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4887
4955
|
if __debug__:
|
|
4888
4956
|
type_hints = typing.get_type_hints(_typecheckingstub__ce972406e06643c117f973486aab7e9b90c2de0a19167dcc4a91d1f67c3be224)
|
|
4889
4957
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4890
|
-
jsii.set(self, "autodbIdleTimeout", value)
|
|
4958
|
+
jsii.set(self, "autodbIdleTimeout", value) # pyright: ignore[reportArgumentType]
|
|
4891
4959
|
|
|
4892
4960
|
@builtins.property
|
|
4893
4961
|
@jsii.member(jsii_name="autodbMaxDbConnections")
|
|
@@ -4899,7 +4967,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4899
4967
|
if __debug__:
|
|
4900
4968
|
type_hints = typing.get_type_hints(_typecheckingstub__f174d35ae6becea43c4005cf8d171a3f5b38e1e9ed961fd472ff71ace836a643)
|
|
4901
4969
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4902
|
-
jsii.set(self, "autodbMaxDbConnections", value)
|
|
4970
|
+
jsii.set(self, "autodbMaxDbConnections", value) # pyright: ignore[reportArgumentType]
|
|
4903
4971
|
|
|
4904
4972
|
@builtins.property
|
|
4905
4973
|
@jsii.member(jsii_name="autodbPoolMode")
|
|
@@ -4911,7 +4979,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4911
4979
|
if __debug__:
|
|
4912
4980
|
type_hints = typing.get_type_hints(_typecheckingstub__4c89625ebfc5b1171d9adb631a22f77b877b00db92269684183b9d62d5ca000e)
|
|
4913
4981
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4914
|
-
jsii.set(self, "autodbPoolMode", value)
|
|
4982
|
+
jsii.set(self, "autodbPoolMode", value) # pyright: ignore[reportArgumentType]
|
|
4915
4983
|
|
|
4916
4984
|
@builtins.property
|
|
4917
4985
|
@jsii.member(jsii_name="autodbPoolSize")
|
|
@@ -4923,7 +4991,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4923
4991
|
if __debug__:
|
|
4924
4992
|
type_hints = typing.get_type_hints(_typecheckingstub__6455db15790093dfe2a1d5908d16ee62da352ab2be9b7ed392cf201f8252bb8f)
|
|
4925
4993
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4926
|
-
jsii.set(self, "autodbPoolSize", value)
|
|
4994
|
+
jsii.set(self, "autodbPoolSize", value) # pyright: ignore[reportArgumentType]
|
|
4927
4995
|
|
|
4928
4996
|
@builtins.property
|
|
4929
4997
|
@jsii.member(jsii_name="ignoreStartupParameters")
|
|
@@ -4935,7 +5003,19 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4935
5003
|
if __debug__:
|
|
4936
5004
|
type_hints = typing.get_type_hints(_typecheckingstub__ffa7e3d14d9a55b881ea76e07dd347874b2459e06c8d89905ba71ff8ffcd9791)
|
|
4937
5005
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4938
|
-
jsii.set(self, "ignoreStartupParameters", value)
|
|
5006
|
+
jsii.set(self, "ignoreStartupParameters", value) # pyright: ignore[reportArgumentType]
|
|
5007
|
+
|
|
5008
|
+
@builtins.property
|
|
5009
|
+
@jsii.member(jsii_name="maxPreparedStatements")
|
|
5010
|
+
def max_prepared_statements(self) -> jsii.Number:
|
|
5011
|
+
return typing.cast(jsii.Number, jsii.get(self, "maxPreparedStatements"))
|
|
5012
|
+
|
|
5013
|
+
@max_prepared_statements.setter
|
|
5014
|
+
def max_prepared_statements(self, value: jsii.Number) -> None:
|
|
5015
|
+
if __debug__:
|
|
5016
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1714d88a07031186abba7bd75b3044a59c7bbe49477e83d5c20153eabd372c07)
|
|
5017
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5018
|
+
jsii.set(self, "maxPreparedStatements", value) # pyright: ignore[reportArgumentType]
|
|
4939
5019
|
|
|
4940
5020
|
@builtins.property
|
|
4941
5021
|
@jsii.member(jsii_name="minPoolSize")
|
|
@@ -4947,7 +5027,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4947
5027
|
if __debug__:
|
|
4948
5028
|
type_hints = typing.get_type_hints(_typecheckingstub__0433626c85344b9838a6b512cde678d20b02d3792eaa058b4de2be4bc8009851)
|
|
4949
5029
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4950
|
-
jsii.set(self, "minPoolSize", value)
|
|
5030
|
+
jsii.set(self, "minPoolSize", value) # pyright: ignore[reportArgumentType]
|
|
4951
5031
|
|
|
4952
5032
|
@builtins.property
|
|
4953
5033
|
@jsii.member(jsii_name="serverIdleTimeout")
|
|
@@ -4959,7 +5039,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4959
5039
|
if __debug__:
|
|
4960
5040
|
type_hints = typing.get_type_hints(_typecheckingstub__4f80b710e775e8ab14f4e4ab50e163f888e70bd3108cf6935ce365619a87b38b)
|
|
4961
5041
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4962
|
-
jsii.set(self, "serverIdleTimeout", value)
|
|
5042
|
+
jsii.set(self, "serverIdleTimeout", value) # pyright: ignore[reportArgumentType]
|
|
4963
5043
|
|
|
4964
5044
|
@builtins.property
|
|
4965
5045
|
@jsii.member(jsii_name="serverLifetime")
|
|
@@ -4971,7 +5051,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4971
5051
|
if __debug__:
|
|
4972
5052
|
type_hints = typing.get_type_hints(_typecheckingstub__cc7d78e16970caa5cec1af6076b323b5bc850f89776553fc6522730bc5750ea1)
|
|
4973
5053
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4974
|
-
jsii.set(self, "serverLifetime", value)
|
|
5054
|
+
jsii.set(self, "serverLifetime", value) # pyright: ignore[reportArgumentType]
|
|
4975
5055
|
|
|
4976
5056
|
@builtins.property
|
|
4977
5057
|
@jsii.member(jsii_name="serverResetQueryAlways")
|
|
@@ -4988,7 +5068,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
4988
5068
|
if __debug__:
|
|
4989
5069
|
type_hints = typing.get_type_hints(_typecheckingstub__8ca0d1d22fc45834d7b10e43700bebb5a67d5f752e0dced7a3b20f0282010fdf)
|
|
4990
5070
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4991
|
-
jsii.set(self, "serverResetQueryAlways", value)
|
|
5071
|
+
jsii.set(self, "serverResetQueryAlways", value) # pyright: ignore[reportArgumentType]
|
|
4992
5072
|
|
|
4993
5073
|
@builtins.property
|
|
4994
5074
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -5005,7 +5085,7 @@ class ManagedDatabasePostgresqlPropertiesPgbouncerOutputReference(
|
|
|
5005
5085
|
if __debug__:
|
|
5006
5086
|
type_hints = typing.get_type_hints(_typecheckingstub__9528ede7d75ae7969c77b9e4cec0539ada3f5505040b873b6594f6a2948a4823)
|
|
5007
5087
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5008
|
-
jsii.set(self, "internalValue", value)
|
|
5088
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
5009
5089
|
|
|
5010
5090
|
|
|
5011
5091
|
@jsii.data_type(
|
|
@@ -5022,7 +5102,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
|
|
|
5022
5102
|
max_failover_replication_time_lag: typing.Optional[jsii.Number] = None,
|
|
5023
5103
|
) -> None:
|
|
5024
5104
|
'''
|
|
5025
|
-
:param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
5105
|
+
:param max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
5026
5106
|
'''
|
|
5027
5107
|
if __debug__:
|
|
5028
5108
|
type_hints = typing.get_type_hints(_typecheckingstub__dd81ae3f527ba52eaf4f2d07e7187afc3b2328ed800858a2364717bdfe0081a9)
|
|
@@ -5035,7 +5115,7 @@ class ManagedDatabasePostgresqlPropertiesPglookout:
|
|
|
5035
5115
|
def max_failover_replication_time_lag(self) -> typing.Optional[jsii.Number]:
|
|
5036
5116
|
'''Number of seconds of master unavailability before triggering database failover to standby.
|
|
5037
5117
|
|
|
5038
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
5118
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_failover_replication_time_lag ManagedDatabasePostgresql#max_failover_replication_time_lag}
|
|
5039
5119
|
'''
|
|
5040
5120
|
result = self._values.get("max_failover_replication_time_lag")
|
|
5041
5121
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5091,7 +5171,7 @@ class ManagedDatabasePostgresqlPropertiesPglookoutOutputReference(
|
|
|
5091
5171
|
if __debug__:
|
|
5092
5172
|
type_hints = typing.get_type_hints(_typecheckingstub__8283df738aae5d11534883b9b78ed5fef3c788a0f2073f06c598ca8dad4a6288)
|
|
5093
5173
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5094
|
-
jsii.set(self, "maxFailoverReplicationTimeLag", value)
|
|
5174
|
+
jsii.set(self, "maxFailoverReplicationTimeLag", value) # pyright: ignore[reportArgumentType]
|
|
5095
5175
|
|
|
5096
5176
|
@builtins.property
|
|
5097
5177
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -5108,7 +5188,7 @@ class ManagedDatabasePostgresqlPropertiesPglookoutOutputReference(
|
|
|
5108
5188
|
if __debug__:
|
|
5109
5189
|
type_hints = typing.get_type_hints(_typecheckingstub__3a46bcae58aa1cd348a1a9371df5872df78258680d3dc6748e237e8bcb3597e8)
|
|
5110
5190
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5111
|
-
jsii.set(self, "internalValue", value)
|
|
5191
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
5112
5192
|
|
|
5113
5193
|
|
|
5114
5194
|
@jsii.data_type(
|
|
@@ -5123,7 +5203,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
|
|
|
5123
5203
|
max_background_workers: typing.Optional[jsii.Number] = None,
|
|
5124
5204
|
) -> None:
|
|
5125
5205
|
'''
|
|
5126
|
-
:param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
5206
|
+
:param max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
5127
5207
|
'''
|
|
5128
5208
|
if __debug__:
|
|
5129
5209
|
type_hints = typing.get_type_hints(_typecheckingstub__71c8b11f8b53026baff50866f6d74787011a28fc791f639a52c7c58b6f897621)
|
|
@@ -5138,7 +5218,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledb:
|
|
|
5138
5218
|
|
|
5139
5219
|
You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time.
|
|
5140
5220
|
|
|
5141
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
5221
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/managed_database_postgresql#max_background_workers ManagedDatabasePostgresql#max_background_workers}
|
|
5142
5222
|
'''
|
|
5143
5223
|
result = self._values.get("max_background_workers")
|
|
5144
5224
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -5194,7 +5274,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledbOutputReference(
|
|
|
5194
5274
|
if __debug__:
|
|
5195
5275
|
type_hints = typing.get_type_hints(_typecheckingstub__23e67c9ed6769dafb2f62a8094ada00c7c96a2d32feb06b59a6403494e68d195)
|
|
5196
5276
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5197
|
-
jsii.set(self, "maxBackgroundWorkers", value)
|
|
5277
|
+
jsii.set(self, "maxBackgroundWorkers", value) # pyright: ignore[reportArgumentType]
|
|
5198
5278
|
|
|
5199
5279
|
@builtins.property
|
|
5200
5280
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -5211,7 +5291,7 @@ class ManagedDatabasePostgresqlPropertiesTimescaledbOutputReference(
|
|
|
5211
5291
|
if __debug__:
|
|
5212
5292
|
type_hints = typing.get_type_hints(_typecheckingstub__bf5f49a55ef153abaf9698cc84fa23749e5a65e92b79b9473d21eb8bf61b46e9)
|
|
5213
5293
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5214
|
-
jsii.set(self, "internalValue", value)
|
|
5294
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
5215
5295
|
|
|
5216
5296
|
|
|
5217
5297
|
__all__ = [
|
|
@@ -5618,6 +5698,7 @@ def _typecheckingstub__9a22b07e9381a03b0e883019f9869d2e86afe1337164b3f40f42a6533
|
|
|
5618
5698
|
dbname: typing.Optional[builtins.str] = None,
|
|
5619
5699
|
host: typing.Optional[builtins.str] = None,
|
|
5620
5700
|
ignore_dbs: typing.Optional[builtins.str] = None,
|
|
5701
|
+
ignore_roles: typing.Optional[builtins.str] = None,
|
|
5621
5702
|
method: typing.Optional[builtins.str] = None,
|
|
5622
5703
|
password: typing.Optional[builtins.str] = None,
|
|
5623
5704
|
port: typing.Optional[jsii.Number] = None,
|
|
@@ -5652,6 +5733,12 @@ def _typecheckingstub__5ed77193308666d5a3848635d267e0d341fc69179190e0832fb81a48f
|
|
|
5652
5733
|
"""Type checking stubs"""
|
|
5653
5734
|
pass
|
|
5654
5735
|
|
|
5736
|
+
def _typecheckingstub__a20cfd19af931dbf2350ffb4fb7828dc7d2993e5d8584a2ea8328dd07dc40bbd(
|
|
5737
|
+
value: builtins.str,
|
|
5738
|
+
) -> None:
|
|
5739
|
+
"""Type checking stubs"""
|
|
5740
|
+
pass
|
|
5741
|
+
|
|
5655
5742
|
def _typecheckingstub__1fb4c8b4612f86674f4e64dd17d4ed079eecd07d785ab3841dc409b159a5e95c(
|
|
5656
5743
|
value: builtins.str,
|
|
5657
5744
|
) -> None:
|
|
@@ -6086,6 +6173,7 @@ def _typecheckingstub__2862abffc43a442ad2bff1c444cf98fb770986970925fafb7cc295e2c
|
|
|
6086
6173
|
autodb_pool_mode: typing.Optional[builtins.str] = None,
|
|
6087
6174
|
autodb_pool_size: typing.Optional[jsii.Number] = None,
|
|
6088
6175
|
ignore_startup_parameters: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
6176
|
+
max_prepared_statements: typing.Optional[jsii.Number] = None,
|
|
6089
6177
|
min_pool_size: typing.Optional[jsii.Number] = None,
|
|
6090
6178
|
server_idle_timeout: typing.Optional[jsii.Number] = None,
|
|
6091
6179
|
server_lifetime: typing.Optional[jsii.Number] = None,
|
|
@@ -6131,6 +6219,12 @@ def _typecheckingstub__ffa7e3d14d9a55b881ea76e07dd347874b2459e06c8d89905ba71ff8f
|
|
|
6131
6219
|
"""Type checking stubs"""
|
|
6132
6220
|
pass
|
|
6133
6221
|
|
|
6222
|
+
def _typecheckingstub__1714d88a07031186abba7bd75b3044a59c7bbe49477e83d5c20153eabd372c07(
|
|
6223
|
+
value: jsii.Number,
|
|
6224
|
+
) -> None:
|
|
6225
|
+
"""Type checking stubs"""
|
|
6226
|
+
pass
|
|
6227
|
+
|
|
6134
6228
|
def _typecheckingstub__0433626c85344b9838a6b512cde678d20b02d3792eaa058b4de2be4bc8009851(
|
|
6135
6229
|
value: jsii.Number,
|
|
6136
6230
|
) -> None:
|