pulumi-aiven 6.39.0a1748900807__py3-none-any.whl → 6.40.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/_inputs.py +723 -314
- pulumi_aiven/alloydbomni.py +8 -8
- pulumi_aiven/cassandra.py +8 -8
- pulumi_aiven/clickhouse.py +8 -8
- pulumi_aiven/clickhouse_database.py +0 -10
- pulumi_aiven/clickhouse_grant.py +0 -16
- pulumi_aiven/dragonfly.py +8 -8
- pulumi_aiven/flink.py +8 -8
- pulumi_aiven/get_alloydbomni.py +1 -1
- pulumi_aiven/get_cassanda.py +1 -1
- pulumi_aiven/get_cassandra.py +1 -1
- pulumi_aiven/get_clickhouse.py +1 -1
- pulumi_aiven/get_dragonfly.py +1 -1
- pulumi_aiven/get_flink.py +1 -1
- pulumi_aiven/get_grafana.py +1 -1
- pulumi_aiven/get_kafka.py +1 -1
- pulumi_aiven/get_kafka_connect.py +1 -1
- pulumi_aiven/get_kafka_mirror_maker.py +1 -1
- pulumi_aiven/get_m3_aggregator.py +1 -1
- pulumi_aiven/get_m3_db.py +1 -1
- pulumi_aiven/get_my_sql.py +1 -1
- pulumi_aiven/get_open_search.py +1 -1
- pulumi_aiven/get_organization_billing_group.py +15 -15
- pulumi_aiven/get_pg.py +1 -1
- pulumi_aiven/get_redis.py +1 -1
- pulumi_aiven/get_thanos.py +1 -1
- pulumi_aiven/get_valkey.py +1 -1
- pulumi_aiven/governance_access.py +87 -54
- pulumi_aiven/grafana.py +8 -8
- pulumi_aiven/influx_db.py +36 -29
- pulumi_aiven/kafka.py +8 -8
- pulumi_aiven/kafka_connect.py +8 -8
- pulumi_aiven/kafka_mirror_maker.py +8 -8
- pulumi_aiven/m3_aggregator.py +8 -8
- pulumi_aiven/m3_db.py +8 -8
- pulumi_aiven/my_sql.py +8 -8
- pulumi_aiven/open_search.py +8 -8
- pulumi_aiven/organization_billing_group.py +41 -41
- pulumi_aiven/organization_permission.py +0 -18
- pulumi_aiven/outputs.py +863 -370
- pulumi_aiven/pg.py +8 -8
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +8 -8
- pulumi_aiven/thanos.py +8 -8
- pulumi_aiven/valkey.py +8 -8
- {pulumi_aiven-6.39.0a1748900807.dist-info → pulumi_aiven-6.40.0.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.39.0a1748900807.dist-info → pulumi_aiven-6.40.0.dist-info}/RECORD +49 -49
- {pulumi_aiven-6.39.0a1748900807.dist-info → pulumi_aiven-6.40.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.39.0a1748900807.dist-info → pulumi_aiven-6.40.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/outputs.py
CHANGED
|
@@ -83,6 +83,7 @@ __all__ = [
|
|
|
83
83
|
'FlinkTechEmail',
|
|
84
84
|
'GovernanceAccessAccessData',
|
|
85
85
|
'GovernanceAccessAccessDataAcl',
|
|
86
|
+
'GovernanceAccessTimeouts',
|
|
86
87
|
'GrafanaComponent',
|
|
87
88
|
'GrafanaGrafana',
|
|
88
89
|
'GrafanaGrafanaUserConfig',
|
|
@@ -213,10 +214,12 @@ __all__ = [
|
|
|
213
214
|
'OpenSearchOpensearchUserConfigOpensearchAuthFailureListeners',
|
|
214
215
|
'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersInternalAuthenticationBackendLimiting',
|
|
215
216
|
'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting',
|
|
217
|
+
'OpenSearchOpensearchUserConfigOpensearchClusterRemoteStore',
|
|
216
218
|
'OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlog',
|
|
217
219
|
'OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThreshold',
|
|
218
220
|
'OpenSearchOpensearchUserConfigOpensearchDashboards',
|
|
219
221
|
'OpenSearchOpensearchUserConfigOpensearchDiskWatermarks',
|
|
222
|
+
'OpenSearchOpensearchUserConfigOpensearchRemoteStore',
|
|
220
223
|
'OpenSearchOpensearchUserConfigOpensearchSearchBackpressure',
|
|
221
224
|
'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureNodeDuress',
|
|
222
225
|
'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTask',
|
|
@@ -549,10 +552,12 @@ __all__ = [
|
|
|
549
552
|
'GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersResult',
|
|
550
553
|
'GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersInternalAuthenticationBackendLimitingResult',
|
|
551
554
|
'GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimitingResult',
|
|
555
|
+
'GetOpenSearchOpensearchUserConfigOpensearchClusterRemoteStoreResult',
|
|
552
556
|
'GetOpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogResult',
|
|
553
557
|
'GetOpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdResult',
|
|
554
558
|
'GetOpenSearchOpensearchUserConfigOpensearchDashboardsResult',
|
|
555
559
|
'GetOpenSearchOpensearchUserConfigOpensearchDiskWatermarksResult',
|
|
560
|
+
'GetOpenSearchOpensearchUserConfigOpensearchRemoteStoreResult',
|
|
556
561
|
'GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureResult',
|
|
557
562
|
'GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureNodeDuressResult',
|
|
558
563
|
'GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTaskResult',
|
|
@@ -1201,11 +1206,11 @@ class AlloydbomniAlloydbomniUserConfig(dict):
|
|
|
1201
1206
|
:param builtins.str recovery_target_time: Recovery target time when forking a service. This has effect only when a new service is being created. Example: `2019-01-01 23:34:45`.
|
|
1202
1207
|
:param builtins.bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
1203
1208
|
:param builtins.str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
|
|
1204
|
-
:param builtins.float 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. Example: `41.5`.
|
|
1209
|
+
:param builtins.float shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Changing this parameter causes a service restart. Example: `41.5`.
|
|
1205
1210
|
:param builtins.bool static_ips: Use static public IP addresses.
|
|
1206
1211
|
:param builtins.str synchronous_replication: Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
1207
1212
|
:param builtins.str variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
1208
|
-
:param builtins.int 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.
|
|
1213
|
+
:param builtins.int work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. The default is 1MB + 0.075% of total RAM (up to 32MB). Example: `4`.
|
|
1209
1214
|
"""
|
|
1210
1215
|
if additional_backup_regions is not None:
|
|
1211
1216
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
@@ -1483,7 +1488,7 @@ class AlloydbomniAlloydbomniUserConfig(dict):
|
|
|
1483
1488
|
@pulumi.getter(name="sharedBuffersPercentage")
|
|
1484
1489
|
def shared_buffers_percentage(self) -> Optional[builtins.float]:
|
|
1485
1490
|
"""
|
|
1486
|
-
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. Example: `41.5`.
|
|
1491
|
+
Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Changing this parameter causes a service restart. Example: `41.5`.
|
|
1487
1492
|
"""
|
|
1488
1493
|
return pulumi.get(self, "shared_buffers_percentage")
|
|
1489
1494
|
|
|
@@ -1515,7 +1520,7 @@ class AlloydbomniAlloydbomniUserConfig(dict):
|
|
|
1515
1520
|
@pulumi.getter(name="workMem")
|
|
1516
1521
|
def work_mem(self) -> Optional[builtins.int]:
|
|
1517
1522
|
"""
|
|
1518
|
-
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.
|
|
1523
|
+
Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. The default is 1MB + 0.075% of total RAM (up to 32MB). Example: `4`.
|
|
1519
1524
|
"""
|
|
1520
1525
|
return pulumi.get(self, "work_mem")
|
|
1521
1526
|
|
|
@@ -1709,54 +1714,54 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1709
1714
|
wal_sender_timeout: Optional[builtins.int] = None,
|
|
1710
1715
|
wal_writer_delay: Optional[builtins.int] = None):
|
|
1711
1716
|
"""
|
|
1712
|
-
:param builtins.float autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE.
|
|
1713
|
-
:param builtins.int 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
|
|
1714
|
-
:param builtins.int 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.
|
|
1715
|
-
:param builtins.int 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
|
|
1716
|
-
:param builtins.int autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
1717
|
-
:param builtins.int autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
1718
|
-
:param builtins.int autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
1719
|
-
:param builtins.float autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM.
|
|
1720
|
-
:param builtins.int 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
|
|
1721
|
-
:param builtins.int bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
1722
|
-
:param builtins.int 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
|
|
1723
|
-
:param builtins.int 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.
|
|
1724
|
-
:param builtins.float 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
|
|
1725
|
-
:param builtins.int 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. Example: `1000`.
|
|
1726
|
-
:param builtins.str default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
1717
|
+
:param builtins.float autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
1718
|
+
:param builtins.int 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`.
|
|
1719
|
+
:param builtins.int autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart. Example: `200000000`.
|
|
1720
|
+
:param builtins.int autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is `3`. Changing this parameter causes a service restart.
|
|
1721
|
+
:param builtins.int autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
1722
|
+
:param builtins.int autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum*cost*delay value will be used. The default is `2` (upstream default).
|
|
1723
|
+
:param builtins.int autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum*cost*limit value will be used. The default is `-1` (upstream default).
|
|
1724
|
+
:param builtins.float autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
1725
|
+
:param builtins.int 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`.
|
|
1726
|
+
:param builtins.int bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
1727
|
+
:param builtins.int bgwriter_flush_after: Whenever more than bgwriter*flush*after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes. Setting of 0 disables forced writeback. The default is `512`. Example: `512`.
|
|
1728
|
+
:param builtins.int bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. The default is `100`. Example: `100`.
|
|
1729
|
+
:param builtins.float 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`. Example: `2.0`.
|
|
1730
|
+
:param builtins.int deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. The default is `1000` (upstream default). Example: `1000`.
|
|
1731
|
+
:param builtins.str default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`.
|
|
1727
1732
|
:param builtins.int idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
|
|
1728
1733
|
:param builtins.bool jit: Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
1729
|
-
:param builtins.int 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
|
|
1734
|
+
:param builtins.int log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one disables logging autovacuum actions. The default is `1000`.
|
|
1730
1735
|
:param builtins.str log_error_verbosity: Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
|
|
1731
1736
|
:param builtins.str log_line_prefix: Enum: `'%m [%p] %q[user=%u,db=%d,app=%a] '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h,txid=%x,qid=%Q '`. Choose from one of the available log formats.
|
|
1732
1737
|
:param builtins.int log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
1733
1738
|
:param builtins.int log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
1734
|
-
:param builtins.int max_files_per_process: PostgreSQL maximum number of files that can be open per process.
|
|
1735
|
-
:param builtins.int max_locks_per_transaction: PostgreSQL maximum locks per transaction.
|
|
1736
|
-
:param builtins.int max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers).
|
|
1737
|
-
:param builtins.int max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries.
|
|
1738
|
-
:param builtins.int max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
1739
|
-
:param builtins.int max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction.
|
|
1740
|
-
:param builtins.int max_prepared_transactions: PostgreSQL maximum prepared transactions.
|
|
1741
|
-
:param builtins.int max_replication_slots: PostgreSQL maximum replication slots.
|
|
1742
|
-
:param builtins.int max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
1743
|
-
:param builtins.int max_stack_depth: Maximum depth of the stack in bytes.
|
|
1744
|
-
:param builtins.int max_standby_archive_delay: Max standby archive delay in milliseconds.
|
|
1745
|
-
:param builtins.int max_standby_streaming_delay: Max standby streaming delay in milliseconds.
|
|
1746
|
-
:param builtins.int max_wal_senders: PostgreSQL maximum WAL senders.
|
|
1747
|
-
:param builtins.int max_worker_processes: Sets the maximum number of background processes that the system can support.
|
|
1739
|
+
:param builtins.int max_files_per_process: PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart.
|
|
1740
|
+
:param builtins.int max_locks_per_transaction: PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
1741
|
+
:param builtins.int max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers). The default is `4` (upstream default). Changing this parameter causes a service restart.
|
|
1742
|
+
:param builtins.int max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. The default is `8` (upstream default).
|
|
1743
|
+
:param builtins.int max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is `2` (upstream default).
|
|
1744
|
+
:param builtins.int max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. The default is `64` (upstream default). Changing this parameter causes a service restart.
|
|
1745
|
+
:param builtins.int max_prepared_transactions: PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
1746
|
+
:param builtins.int max_replication_slots: PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
1747
|
+
:param builtins.int max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. If `-1` is specified, replication slots may retain an unlimited amount of WAL files. The default is `-1` (upstream default). wal*keep*size minimum WAL size setting takes precedence over this.
|
|
1748
|
+
:param builtins.int max_stack_depth: Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
1749
|
+
:param builtins.int max_standby_archive_delay: Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
1750
|
+
:param builtins.int max_standby_streaming_delay: Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
1751
|
+
:param builtins.int max_wal_senders: PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
1752
|
+
:param builtins.int max_worker_processes: Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
1748
1753
|
:param builtins.str password_encryption: Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords. Default: `md5`.
|
|
1749
|
-
:param builtins.int pg_partman_bgw_dot_interval: Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
1754
|
+
:param builtins.int pg_partman_bgw_dot_interval: Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
1750
1755
|
:param builtins.str pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
|
|
1751
|
-
:param builtins.str pg_stat_statements_dot_track: Enum: `all`, `none`, `top`. 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
|
|
1756
|
+
:param builtins.str pg_stat_statements_dot_track: Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default is `top`.
|
|
1752
1757
|
:param builtins.int temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Example: `5000000`.
|
|
1753
1758
|
:param builtins.str timezone: PostgreSQL service timezone. Example: `Europe/Helsinki`.
|
|
1754
|
-
:param builtins.int track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
1755
|
-
:param builtins.str track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions.
|
|
1759
|
+
:param builtins.int track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Example: `1024`.
|
|
1760
|
+
:param builtins.str track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
1756
1761
|
:param builtins.str track_functions: Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
|
|
1757
|
-
:param builtins.str track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
1762
|
+
:param builtins.str track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls. The default is `off`. When on, it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
1758
1763
|
:param builtins.int 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. Example: `60000`.
|
|
1759
|
-
:param builtins.int wal_writer_delay: WAL flush interval in milliseconds.
|
|
1764
|
+
:param builtins.int wal_writer_delay: WAL flush interval in milliseconds. The default is `200`. Setting this parameter to a lower value may negatively impact performance. Example: `50`.
|
|
1760
1765
|
"""
|
|
1761
1766
|
if autovacuum_analyze_scale_factor is not None:
|
|
1762
1767
|
pulumi.set(__self__, "autovacuum_analyze_scale_factor", autovacuum_analyze_scale_factor)
|
|
@@ -1859,7 +1864,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1859
1864
|
@pulumi.getter(name="autovacuumAnalyzeScaleFactor")
|
|
1860
1865
|
def autovacuum_analyze_scale_factor(self) -> Optional[builtins.float]:
|
|
1861
1866
|
"""
|
|
1862
|
-
Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE.
|
|
1867
|
+
Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
1863
1868
|
"""
|
|
1864
1869
|
return pulumi.get(self, "autovacuum_analyze_scale_factor")
|
|
1865
1870
|
|
|
@@ -1867,7 +1872,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1867
1872
|
@pulumi.getter(name="autovacuumAnalyzeThreshold")
|
|
1868
1873
|
def autovacuum_analyze_threshold(self) -> Optional[builtins.int]:
|
|
1869
1874
|
"""
|
|
1870
|
-
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50
|
|
1875
|
+
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is `50`.
|
|
1871
1876
|
"""
|
|
1872
1877
|
return pulumi.get(self, "autovacuum_analyze_threshold")
|
|
1873
1878
|
|
|
@@ -1875,7 +1880,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1875
1880
|
@pulumi.getter(name="autovacuumFreezeMaxAge")
|
|
1876
1881
|
def autovacuum_freeze_max_age(self) -> Optional[builtins.int]:
|
|
1877
1882
|
"""
|
|
1878
|
-
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.
|
|
1883
|
+
Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart. Example: `200000000`.
|
|
1879
1884
|
"""
|
|
1880
1885
|
return pulumi.get(self, "autovacuum_freeze_max_age")
|
|
1881
1886
|
|
|
@@ -1883,7 +1888,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1883
1888
|
@pulumi.getter(name="autovacuumMaxWorkers")
|
|
1884
1889
|
def autovacuum_max_workers(self) -> Optional[builtins.int]:
|
|
1885
1890
|
"""
|
|
1886
|
-
Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is
|
|
1891
|
+
Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is `3`. Changing this parameter causes a service restart.
|
|
1887
1892
|
"""
|
|
1888
1893
|
return pulumi.get(self, "autovacuum_max_workers")
|
|
1889
1894
|
|
|
@@ -1891,7 +1896,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1891
1896
|
@pulumi.getter(name="autovacuumNaptime")
|
|
1892
1897
|
def autovacuum_naptime(self) -> Optional[builtins.int]:
|
|
1893
1898
|
"""
|
|
1894
|
-
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
1899
|
+
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
1895
1900
|
"""
|
|
1896
1901
|
return pulumi.get(self, "autovacuum_naptime")
|
|
1897
1902
|
|
|
@@ -1899,7 +1904,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1899
1904
|
@pulumi.getter(name="autovacuumVacuumCostDelay")
|
|
1900
1905
|
def autovacuum_vacuum_cost_delay(self) -> Optional[builtins.int]:
|
|
1901
1906
|
"""
|
|
1902
|
-
Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
1907
|
+
Specifies the cost delay value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum*cost*delay value will be used. The default is `2` (upstream default).
|
|
1903
1908
|
"""
|
|
1904
1909
|
return pulumi.get(self, "autovacuum_vacuum_cost_delay")
|
|
1905
1910
|
|
|
@@ -1907,7 +1912,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1907
1912
|
@pulumi.getter(name="autovacuumVacuumCostLimit")
|
|
1908
1913
|
def autovacuum_vacuum_cost_limit(self) -> Optional[builtins.int]:
|
|
1909
1914
|
"""
|
|
1910
|
-
Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
1915
|
+
Specifies the cost limit value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum*cost*limit value will be used. The default is `-1` (upstream default).
|
|
1911
1916
|
"""
|
|
1912
1917
|
return pulumi.get(self, "autovacuum_vacuum_cost_limit")
|
|
1913
1918
|
|
|
@@ -1915,7 +1920,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1915
1920
|
@pulumi.getter(name="autovacuumVacuumScaleFactor")
|
|
1916
1921
|
def autovacuum_vacuum_scale_factor(self) -> Optional[builtins.float]:
|
|
1917
1922
|
"""
|
|
1918
|
-
Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM.
|
|
1923
|
+
Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
1919
1924
|
"""
|
|
1920
1925
|
return pulumi.get(self, "autovacuum_vacuum_scale_factor")
|
|
1921
1926
|
|
|
@@ -1923,7 +1928,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1923
1928
|
@pulumi.getter(name="autovacuumVacuumThreshold")
|
|
1924
1929
|
def autovacuum_vacuum_threshold(self) -> Optional[builtins.int]:
|
|
1925
1930
|
"""
|
|
1926
|
-
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50
|
|
1931
|
+
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is `50`.
|
|
1927
1932
|
"""
|
|
1928
1933
|
return pulumi.get(self, "autovacuum_vacuum_threshold")
|
|
1929
1934
|
|
|
@@ -1931,7 +1936,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1931
1936
|
@pulumi.getter(name="bgwriterDelay")
|
|
1932
1937
|
def bgwriter_delay(self) -> Optional[builtins.int]:
|
|
1933
1938
|
"""
|
|
1934
|
-
Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
1939
|
+
Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
1935
1940
|
"""
|
|
1936
1941
|
return pulumi.get(self, "bgwriter_delay")
|
|
1937
1942
|
|
|
@@ -1939,7 +1944,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1939
1944
|
@pulumi.getter(name="bgwriterFlushAfter")
|
|
1940
1945
|
def bgwriter_flush_after(self) -> Optional[builtins.int]:
|
|
1941
1946
|
"""
|
|
1942
|
-
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
|
|
1947
|
+
Whenever more than bgwriter*flush*after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes. Setting of 0 disables forced writeback. The default is `512`. Example: `512`.
|
|
1943
1948
|
"""
|
|
1944
1949
|
return pulumi.get(self, "bgwriter_flush_after")
|
|
1945
1950
|
|
|
@@ -1947,7 +1952,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1947
1952
|
@pulumi.getter(name="bgwriterLruMaxpages")
|
|
1948
1953
|
def bgwriter_lru_maxpages(self) -> Optional[builtins.int]:
|
|
1949
1954
|
"""
|
|
1950
|
-
In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing.
|
|
1955
|
+
In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. The default is `100`. Example: `100`.
|
|
1951
1956
|
"""
|
|
1952
1957
|
return pulumi.get(self, "bgwriter_lru_maxpages")
|
|
1953
1958
|
|
|
@@ -1955,7 +1960,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1955
1960
|
@pulumi.getter(name="bgwriterLruMultiplier")
|
|
1956
1961
|
def bgwriter_lru_multiplier(self) -> Optional[builtins.float]:
|
|
1957
1962
|
"""
|
|
1958
|
-
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
|
|
1963
|
+
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`. Example: `2.0`.
|
|
1959
1964
|
"""
|
|
1960
1965
|
return pulumi.get(self, "bgwriter_lru_multiplier")
|
|
1961
1966
|
|
|
@@ -1963,7 +1968,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1963
1968
|
@pulumi.getter(name="deadlockTimeout")
|
|
1964
1969
|
def deadlock_timeout(self) -> Optional[builtins.int]:
|
|
1965
1970
|
"""
|
|
1966
|
-
This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Example: `1000`.
|
|
1971
|
+
This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. The default is `1000` (upstream default). Example: `1000`.
|
|
1967
1972
|
"""
|
|
1968
1973
|
return pulumi.get(self, "deadlock_timeout")
|
|
1969
1974
|
|
|
@@ -1971,7 +1976,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1971
1976
|
@pulumi.getter(name="defaultToastCompression")
|
|
1972
1977
|
def default_toast_compression(self) -> Optional[builtins.str]:
|
|
1973
1978
|
"""
|
|
1974
|
-
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
1979
|
+
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`.
|
|
1975
1980
|
"""
|
|
1976
1981
|
return pulumi.get(self, "default_toast_compression")
|
|
1977
1982
|
|
|
@@ -1995,7 +2000,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
1995
2000
|
@pulumi.getter(name="logAutovacuumMinDuration")
|
|
1996
2001
|
def log_autovacuum_min_duration(self) -> Optional[builtins.int]:
|
|
1997
2002
|
"""
|
|
1998
|
-
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
|
|
2003
|
+
Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one disables logging autovacuum actions. The default is `1000`.
|
|
1999
2004
|
"""
|
|
2000
2005
|
return pulumi.get(self, "log_autovacuum_min_duration")
|
|
2001
2006
|
|
|
@@ -2035,7 +2040,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2035
2040
|
@pulumi.getter(name="maxFilesPerProcess")
|
|
2036
2041
|
def max_files_per_process(self) -> Optional[builtins.int]:
|
|
2037
2042
|
"""
|
|
2038
|
-
PostgreSQL maximum number of files that can be open per process.
|
|
2043
|
+
PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart.
|
|
2039
2044
|
"""
|
|
2040
2045
|
return pulumi.get(self, "max_files_per_process")
|
|
2041
2046
|
|
|
@@ -2043,7 +2048,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2043
2048
|
@pulumi.getter(name="maxLocksPerTransaction")
|
|
2044
2049
|
def max_locks_per_transaction(self) -> Optional[builtins.int]:
|
|
2045
2050
|
"""
|
|
2046
|
-
PostgreSQL maximum locks per transaction.
|
|
2051
|
+
PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
2047
2052
|
"""
|
|
2048
2053
|
return pulumi.get(self, "max_locks_per_transaction")
|
|
2049
2054
|
|
|
@@ -2051,7 +2056,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2051
2056
|
@pulumi.getter(name="maxLogicalReplicationWorkers")
|
|
2052
2057
|
def max_logical_replication_workers(self) -> Optional[builtins.int]:
|
|
2053
2058
|
"""
|
|
2054
|
-
PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers).
|
|
2059
|
+
PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers). The default is `4` (upstream default). Changing this parameter causes a service restart.
|
|
2055
2060
|
"""
|
|
2056
2061
|
return pulumi.get(self, "max_logical_replication_workers")
|
|
2057
2062
|
|
|
@@ -2059,7 +2064,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2059
2064
|
@pulumi.getter(name="maxParallelWorkers")
|
|
2060
2065
|
def max_parallel_workers(self) -> Optional[builtins.int]:
|
|
2061
2066
|
"""
|
|
2062
|
-
Sets the maximum number of workers that the system can support for parallel queries.
|
|
2067
|
+
Sets the maximum number of workers that the system can support for parallel queries. The default is `8` (upstream default).
|
|
2063
2068
|
"""
|
|
2064
2069
|
return pulumi.get(self, "max_parallel_workers")
|
|
2065
2070
|
|
|
@@ -2067,7 +2072,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2067
2072
|
@pulumi.getter(name="maxParallelWorkersPerGather")
|
|
2068
2073
|
def max_parallel_workers_per_gather(self) -> Optional[builtins.int]:
|
|
2069
2074
|
"""
|
|
2070
|
-
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
2075
|
+
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is `2` (upstream default).
|
|
2071
2076
|
"""
|
|
2072
2077
|
return pulumi.get(self, "max_parallel_workers_per_gather")
|
|
2073
2078
|
|
|
@@ -2075,7 +2080,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2075
2080
|
@pulumi.getter(name="maxPredLocksPerTransaction")
|
|
2076
2081
|
def max_pred_locks_per_transaction(self) -> Optional[builtins.int]:
|
|
2077
2082
|
"""
|
|
2078
|
-
PostgreSQL maximum predicate locks per transaction.
|
|
2083
|
+
PostgreSQL maximum predicate locks per transaction. The default is `64` (upstream default). Changing this parameter causes a service restart.
|
|
2079
2084
|
"""
|
|
2080
2085
|
return pulumi.get(self, "max_pred_locks_per_transaction")
|
|
2081
2086
|
|
|
@@ -2083,7 +2088,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2083
2088
|
@pulumi.getter(name="maxPreparedTransactions")
|
|
2084
2089
|
def max_prepared_transactions(self) -> Optional[builtins.int]:
|
|
2085
2090
|
"""
|
|
2086
|
-
PostgreSQL maximum prepared transactions.
|
|
2091
|
+
PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
2087
2092
|
"""
|
|
2088
2093
|
return pulumi.get(self, "max_prepared_transactions")
|
|
2089
2094
|
|
|
@@ -2091,7 +2096,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2091
2096
|
@pulumi.getter(name="maxReplicationSlots")
|
|
2092
2097
|
def max_replication_slots(self) -> Optional[builtins.int]:
|
|
2093
2098
|
"""
|
|
2094
|
-
PostgreSQL maximum replication slots.
|
|
2099
|
+
PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
2095
2100
|
"""
|
|
2096
2101
|
return pulumi.get(self, "max_replication_slots")
|
|
2097
2102
|
|
|
@@ -2099,7 +2104,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2099
2104
|
@pulumi.getter(name="maxSlotWalKeepSize")
|
|
2100
2105
|
def max_slot_wal_keep_size(self) -> Optional[builtins.int]:
|
|
2101
2106
|
"""
|
|
2102
|
-
PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
2107
|
+
PostgreSQL maximum WAL size (MB) reserved for replication slots. If `-1` is specified, replication slots may retain an unlimited amount of WAL files. The default is `-1` (upstream default). wal*keep*size minimum WAL size setting takes precedence over this.
|
|
2103
2108
|
"""
|
|
2104
2109
|
return pulumi.get(self, "max_slot_wal_keep_size")
|
|
2105
2110
|
|
|
@@ -2107,7 +2112,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2107
2112
|
@pulumi.getter(name="maxStackDepth")
|
|
2108
2113
|
def max_stack_depth(self) -> Optional[builtins.int]:
|
|
2109
2114
|
"""
|
|
2110
|
-
Maximum depth of the stack in bytes.
|
|
2115
|
+
Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
2111
2116
|
"""
|
|
2112
2117
|
return pulumi.get(self, "max_stack_depth")
|
|
2113
2118
|
|
|
@@ -2115,7 +2120,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2115
2120
|
@pulumi.getter(name="maxStandbyArchiveDelay")
|
|
2116
2121
|
def max_standby_archive_delay(self) -> Optional[builtins.int]:
|
|
2117
2122
|
"""
|
|
2118
|
-
Max standby archive delay in milliseconds.
|
|
2123
|
+
Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
2119
2124
|
"""
|
|
2120
2125
|
return pulumi.get(self, "max_standby_archive_delay")
|
|
2121
2126
|
|
|
@@ -2123,7 +2128,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2123
2128
|
@pulumi.getter(name="maxStandbyStreamingDelay")
|
|
2124
2129
|
def max_standby_streaming_delay(self) -> Optional[builtins.int]:
|
|
2125
2130
|
"""
|
|
2126
|
-
Max standby streaming delay in milliseconds.
|
|
2131
|
+
Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
2127
2132
|
"""
|
|
2128
2133
|
return pulumi.get(self, "max_standby_streaming_delay")
|
|
2129
2134
|
|
|
@@ -2131,7 +2136,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2131
2136
|
@pulumi.getter(name="maxWalSenders")
|
|
2132
2137
|
def max_wal_senders(self) -> Optional[builtins.int]:
|
|
2133
2138
|
"""
|
|
2134
|
-
PostgreSQL maximum WAL senders.
|
|
2139
|
+
PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
2135
2140
|
"""
|
|
2136
2141
|
return pulumi.get(self, "max_wal_senders")
|
|
2137
2142
|
|
|
@@ -2139,7 +2144,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2139
2144
|
@pulumi.getter(name="maxWorkerProcesses")
|
|
2140
2145
|
def max_worker_processes(self) -> Optional[builtins.int]:
|
|
2141
2146
|
"""
|
|
2142
|
-
Sets the maximum number of background processes that the system can support.
|
|
2147
|
+
Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
2143
2148
|
"""
|
|
2144
2149
|
return pulumi.get(self, "max_worker_processes")
|
|
2145
2150
|
|
|
@@ -2155,7 +2160,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2155
2160
|
@pulumi.getter(name="pgPartmanBgwDotInterval")
|
|
2156
2161
|
def pg_partman_bgw_dot_interval(self) -> Optional[builtins.int]:
|
|
2157
2162
|
"""
|
|
2158
|
-
Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
2163
|
+
Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
2159
2164
|
"""
|
|
2160
2165
|
return pulumi.get(self, "pg_partman_bgw_dot_interval")
|
|
2161
2166
|
|
|
@@ -2171,7 +2176,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2171
2176
|
@pulumi.getter(name="pgStatStatementsDotTrack")
|
|
2172
2177
|
def pg_stat_statements_dot_track(self) -> Optional[builtins.str]:
|
|
2173
2178
|
"""
|
|
2174
|
-
Enum: `all`, `none`, `top`. 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
|
|
2179
|
+
Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default is `top`.
|
|
2175
2180
|
"""
|
|
2176
2181
|
return pulumi.get(self, "pg_stat_statements_dot_track")
|
|
2177
2182
|
|
|
@@ -2195,7 +2200,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2195
2200
|
@pulumi.getter(name="trackActivityQuerySize")
|
|
2196
2201
|
def track_activity_query_size(self) -> Optional[builtins.int]:
|
|
2197
2202
|
"""
|
|
2198
|
-
Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
2203
|
+
Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Example: `1024`.
|
|
2199
2204
|
"""
|
|
2200
2205
|
return pulumi.get(self, "track_activity_query_size")
|
|
2201
2206
|
|
|
@@ -2203,7 +2208,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2203
2208
|
@pulumi.getter(name="trackCommitTimestamp")
|
|
2204
2209
|
def track_commit_timestamp(self) -> Optional[builtins.str]:
|
|
2205
2210
|
"""
|
|
2206
|
-
Enum: `off`, `on`. Record commit time of transactions.
|
|
2211
|
+
Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
2207
2212
|
"""
|
|
2208
2213
|
return pulumi.get(self, "track_commit_timestamp")
|
|
2209
2214
|
|
|
@@ -2219,7 +2224,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2219
2224
|
@pulumi.getter(name="trackIoTiming")
|
|
2220
2225
|
def track_io_timing(self) -> Optional[builtins.str]:
|
|
2221
2226
|
"""
|
|
2222
|
-
Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
2227
|
+
Enum: `off`, `on`. Enables timing of database I/O calls. The default is `off`. When on, it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
2223
2228
|
"""
|
|
2224
2229
|
return pulumi.get(self, "track_io_timing")
|
|
2225
2230
|
|
|
@@ -2235,7 +2240,7 @@ class AlloydbomniAlloydbomniUserConfigPg(dict):
|
|
|
2235
2240
|
@pulumi.getter(name="walWriterDelay")
|
|
2236
2241
|
def wal_writer_delay(self) -> Optional[builtins.int]:
|
|
2237
2242
|
"""
|
|
2238
|
-
WAL flush interval in milliseconds.
|
|
2243
|
+
WAL flush interval in milliseconds. The default is `200`. Setting this parameter to a lower value may negatively impact performance. Example: `50`.
|
|
2239
2244
|
"""
|
|
2240
2245
|
return pulumi.get(self, "wal_writer_delay")
|
|
2241
2246
|
|
|
@@ -3695,6 +3700,8 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
3695
3700
|
suggest = "backup_hour"
|
|
3696
3701
|
elif key == "backupMinute":
|
|
3697
3702
|
suggest = "backup_minute"
|
|
3703
|
+
elif key == "enableIpv6":
|
|
3704
|
+
suggest = "enable_ipv6"
|
|
3698
3705
|
elif key == "ipFilterObjects":
|
|
3699
3706
|
suggest = "ip_filter_objects"
|
|
3700
3707
|
elif key == "ipFilterStrings":
|
|
@@ -3733,6 +3740,7 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
3733
3740
|
additional_backup_regions: Optional[builtins.str] = None,
|
|
3734
3741
|
backup_hour: Optional[builtins.int] = None,
|
|
3735
3742
|
backup_minute: Optional[builtins.int] = None,
|
|
3743
|
+
enable_ipv6: Optional[builtins.bool] = None,
|
|
3736
3744
|
ip_filter_objects: Optional[Sequence['outputs.ClickhouseClickhouseUserConfigIpFilterObject']] = None,
|
|
3737
3745
|
ip_filter_strings: Optional[Sequence[builtins.str]] = None,
|
|
3738
3746
|
ip_filters: Optional[Sequence[builtins.str]] = None,
|
|
@@ -3748,6 +3756,7 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
3748
3756
|
:param builtins.str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
3749
3757
|
:param builtins.int 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. Example: `3`.
|
|
3750
3758
|
:param builtins.int 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. Example: `30`.
|
|
3759
|
+
:param builtins.bool enable_ipv6: Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
|
|
3751
3760
|
:param Sequence['ClickhouseClickhouseUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
3752
3761
|
:param Sequence[builtins.str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
3753
3762
|
:param Sequence[builtins.str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -3766,6 +3775,8 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
3766
3775
|
pulumi.set(__self__, "backup_hour", backup_hour)
|
|
3767
3776
|
if backup_minute is not None:
|
|
3768
3777
|
pulumi.set(__self__, "backup_minute", backup_minute)
|
|
3778
|
+
if enable_ipv6 is not None:
|
|
3779
|
+
pulumi.set(__self__, "enable_ipv6", enable_ipv6)
|
|
3769
3780
|
if ip_filter_objects is not None:
|
|
3770
3781
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
3771
3782
|
if ip_filter_strings is not None:
|
|
@@ -3814,6 +3825,14 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
3814
3825
|
"""
|
|
3815
3826
|
return pulumi.get(self, "backup_minute")
|
|
3816
3827
|
|
|
3828
|
+
@property
|
|
3829
|
+
@pulumi.getter(name="enableIpv6")
|
|
3830
|
+
def enable_ipv6(self) -> Optional[builtins.bool]:
|
|
3831
|
+
"""
|
|
3832
|
+
Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
|
|
3833
|
+
"""
|
|
3834
|
+
return pulumi.get(self, "enable_ipv6")
|
|
3835
|
+
|
|
3817
3836
|
@property
|
|
3818
3837
|
@pulumi.getter(name="ipFilterObjects")
|
|
3819
3838
|
def ip_filter_objects(self) -> Optional[Sequence['outputs.ClickhouseClickhouseUserConfigIpFilterObject']]:
|
|
@@ -6431,35 +6450,28 @@ class GovernanceAccessAccessData(dict):
|
|
|
6431
6450
|
return super().get(key, default)
|
|
6432
6451
|
|
|
6433
6452
|
def __init__(__self__, *,
|
|
6434
|
-
acls: Sequence['outputs.GovernanceAccessAccessDataAcl'],
|
|
6435
6453
|
project: builtins.str,
|
|
6436
6454
|
service_name: builtins.str,
|
|
6455
|
+
acls: Optional[Sequence['outputs.GovernanceAccessAccessDataAcl']] = None,
|
|
6437
6456
|
username: Optional[builtins.str] = None):
|
|
6438
6457
|
"""
|
|
6439
|
-
:param
|
|
6440
|
-
:param builtins.str
|
|
6441
|
-
:param
|
|
6442
|
-
:param builtins.str username: The
|
|
6458
|
+
:param builtins.str project: Project name. Changing this property forces recreation of the resource.
|
|
6459
|
+
:param builtins.str service_name: Service name. Changing this property forces recreation of the resource.
|
|
6460
|
+
:param Sequence['GovernanceAccessAccessDataAclArgs'] acls: Required property. Acls. Changing this property forces recreation of the resource.
|
|
6461
|
+
:param builtins.str username: The service username assigned to the access. Changing this property forces recreation of the resource.
|
|
6443
6462
|
"""
|
|
6444
|
-
pulumi.set(__self__, "acls", acls)
|
|
6445
6463
|
pulumi.set(__self__, "project", project)
|
|
6446
6464
|
pulumi.set(__self__, "service_name", service_name)
|
|
6465
|
+
if acls is not None:
|
|
6466
|
+
pulumi.set(__self__, "acls", acls)
|
|
6447
6467
|
if username is not None:
|
|
6448
6468
|
pulumi.set(__self__, "username", username)
|
|
6449
6469
|
|
|
6450
|
-
@property
|
|
6451
|
-
@pulumi.getter
|
|
6452
|
-
def acls(self) -> Sequence['outputs.GovernanceAccessAccessDataAcl']:
|
|
6453
|
-
"""
|
|
6454
|
-
The permissions granted to the assigned service user. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
6455
|
-
"""
|
|
6456
|
-
return pulumi.get(self, "acls")
|
|
6457
|
-
|
|
6458
6470
|
@property
|
|
6459
6471
|
@pulumi.getter
|
|
6460
6472
|
def project(self) -> builtins.str:
|
|
6461
6473
|
"""
|
|
6462
|
-
|
|
6474
|
+
Project name. Changing this property forces recreation of the resource.
|
|
6463
6475
|
"""
|
|
6464
6476
|
return pulumi.get(self, "project")
|
|
6465
6477
|
|
|
@@ -6467,15 +6479,23 @@ class GovernanceAccessAccessData(dict):
|
|
|
6467
6479
|
@pulumi.getter(name="serviceName")
|
|
6468
6480
|
def service_name(self) -> builtins.str:
|
|
6469
6481
|
"""
|
|
6470
|
-
|
|
6482
|
+
Service name. Changing this property forces recreation of the resource.
|
|
6471
6483
|
"""
|
|
6472
6484
|
return pulumi.get(self, "service_name")
|
|
6473
6485
|
|
|
6486
|
+
@property
|
|
6487
|
+
@pulumi.getter
|
|
6488
|
+
def acls(self) -> Optional[Sequence['outputs.GovernanceAccessAccessDataAcl']]:
|
|
6489
|
+
"""
|
|
6490
|
+
Required property. Acls. Changing this property forces recreation of the resource.
|
|
6491
|
+
"""
|
|
6492
|
+
return pulumi.get(self, "acls")
|
|
6493
|
+
|
|
6474
6494
|
@property
|
|
6475
6495
|
@pulumi.getter
|
|
6476
6496
|
def username(self) -> Optional[builtins.str]:
|
|
6477
6497
|
"""
|
|
6478
|
-
The
|
|
6498
|
+
The service username assigned to the access. Changing this property forces recreation of the resource.
|
|
6479
6499
|
"""
|
|
6480
6500
|
return pulumi.get(self, "username")
|
|
6481
6501
|
|
|
@@ -6515,14 +6535,14 @@ class GovernanceAccessAccessDataAcl(dict):
|
|
|
6515
6535
|
pattern_type: Optional[builtins.str] = None,
|
|
6516
6536
|
principal: Optional[builtins.str] = None):
|
|
6517
6537
|
"""
|
|
6518
|
-
:param builtins.str operation:
|
|
6519
|
-
:param builtins.str permission_type:
|
|
6520
|
-
:param builtins.str resource_name:
|
|
6521
|
-
:param builtins.str resource_type:
|
|
6538
|
+
:param builtins.str operation: An enumeration. The possible values are `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
6539
|
+
:param builtins.str permission_type: An enumeration. The possible value is `ALLOW`. Changing this property forces recreation of the resource.
|
|
6540
|
+
:param builtins.str resource_name: Acl resource name. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
6541
|
+
:param builtins.str resource_type: An enumeration. The possible value is `Topic`. Changing this property forces recreation of the resource.
|
|
6522
6542
|
:param builtins.str host: The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
6523
|
-
:param builtins.str id:
|
|
6524
|
-
:param builtins.str pattern_type:
|
|
6525
|
-
:param builtins.str principal:
|
|
6543
|
+
:param builtins.str id: Acl ID.
|
|
6544
|
+
:param builtins.str pattern_type: An enumeration. The possible value is `LITERAL`.
|
|
6545
|
+
:param builtins.str principal: Acl principal.
|
|
6526
6546
|
"""
|
|
6527
6547
|
pulumi.set(__self__, "operation", operation)
|
|
6528
6548
|
pulumi.set(__self__, "permission_type", permission_type)
|
|
@@ -6541,7 +6561,7 @@ class GovernanceAccessAccessDataAcl(dict):
|
|
|
6541
6561
|
@pulumi.getter
|
|
6542
6562
|
def operation(self) -> builtins.str:
|
|
6543
6563
|
"""
|
|
6544
|
-
|
|
6564
|
+
An enumeration. The possible values are `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
6545
6565
|
"""
|
|
6546
6566
|
return pulumi.get(self, "operation")
|
|
6547
6567
|
|
|
@@ -6549,7 +6569,7 @@ class GovernanceAccessAccessDataAcl(dict):
|
|
|
6549
6569
|
@pulumi.getter(name="permissionType")
|
|
6550
6570
|
def permission_type(self) -> builtins.str:
|
|
6551
6571
|
"""
|
|
6552
|
-
|
|
6572
|
+
An enumeration. The possible value is `ALLOW`. Changing this property forces recreation of the resource.
|
|
6553
6573
|
"""
|
|
6554
6574
|
return pulumi.get(self, "permission_type")
|
|
6555
6575
|
|
|
@@ -6557,7 +6577,7 @@ class GovernanceAccessAccessDataAcl(dict):
|
|
|
6557
6577
|
@pulumi.getter(name="resourceName")
|
|
6558
6578
|
def resource_name(self) -> builtins.str:
|
|
6559
6579
|
"""
|
|
6560
|
-
|
|
6580
|
+
Acl resource name. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
6561
6581
|
"""
|
|
6562
6582
|
return pulumi.get(self, "resource_name")
|
|
6563
6583
|
|
|
@@ -6565,7 +6585,7 @@ class GovernanceAccessAccessDataAcl(dict):
|
|
|
6565
6585
|
@pulumi.getter(name="resourceType")
|
|
6566
6586
|
def resource_type(self) -> builtins.str:
|
|
6567
6587
|
"""
|
|
6568
|
-
|
|
6588
|
+
An enumeration. The possible value is `Topic`. Changing this property forces recreation of the resource.
|
|
6569
6589
|
"""
|
|
6570
6590
|
return pulumi.get(self, "resource_type")
|
|
6571
6591
|
|
|
@@ -6581,7 +6601,7 @@ class GovernanceAccessAccessDataAcl(dict):
|
|
|
6581
6601
|
@pulumi.getter
|
|
6582
6602
|
def id(self) -> Optional[builtins.str]:
|
|
6583
6603
|
"""
|
|
6584
|
-
|
|
6604
|
+
Acl ID.
|
|
6585
6605
|
"""
|
|
6586
6606
|
return pulumi.get(self, "id")
|
|
6587
6607
|
|
|
@@ -6589,7 +6609,7 @@ class GovernanceAccessAccessDataAcl(dict):
|
|
|
6589
6609
|
@pulumi.getter(name="patternType")
|
|
6590
6610
|
def pattern_type(self) -> Optional[builtins.str]:
|
|
6591
6611
|
"""
|
|
6592
|
-
|
|
6612
|
+
An enumeration. The possible value is `LITERAL`.
|
|
6593
6613
|
"""
|
|
6594
6614
|
return pulumi.get(self, "pattern_type")
|
|
6595
6615
|
|
|
@@ -6597,11 +6617,66 @@ class GovernanceAccessAccessDataAcl(dict):
|
|
|
6597
6617
|
@pulumi.getter
|
|
6598
6618
|
def principal(self) -> Optional[builtins.str]:
|
|
6599
6619
|
"""
|
|
6600
|
-
|
|
6620
|
+
Acl principal.
|
|
6601
6621
|
"""
|
|
6602
6622
|
return pulumi.get(self, "principal")
|
|
6603
6623
|
|
|
6604
6624
|
|
|
6625
|
+
@pulumi.output_type
|
|
6626
|
+
class GovernanceAccessTimeouts(dict):
|
|
6627
|
+
def __init__(__self__, *,
|
|
6628
|
+
create: Optional[builtins.str] = None,
|
|
6629
|
+
delete: Optional[builtins.str] = None,
|
|
6630
|
+
read: Optional[builtins.str] = None,
|
|
6631
|
+
update: Optional[builtins.str] = None):
|
|
6632
|
+
"""
|
|
6633
|
+
:param builtins.str create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
6634
|
+
:param builtins.str delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
6635
|
+
:param builtins.str read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
6636
|
+
:param builtins.str update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
6637
|
+
"""
|
|
6638
|
+
if create is not None:
|
|
6639
|
+
pulumi.set(__self__, "create", create)
|
|
6640
|
+
if delete is not None:
|
|
6641
|
+
pulumi.set(__self__, "delete", delete)
|
|
6642
|
+
if read is not None:
|
|
6643
|
+
pulumi.set(__self__, "read", read)
|
|
6644
|
+
if update is not None:
|
|
6645
|
+
pulumi.set(__self__, "update", update)
|
|
6646
|
+
|
|
6647
|
+
@property
|
|
6648
|
+
@pulumi.getter
|
|
6649
|
+
def create(self) -> Optional[builtins.str]:
|
|
6650
|
+
"""
|
|
6651
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
6652
|
+
"""
|
|
6653
|
+
return pulumi.get(self, "create")
|
|
6654
|
+
|
|
6655
|
+
@property
|
|
6656
|
+
@pulumi.getter
|
|
6657
|
+
def delete(self) -> Optional[builtins.str]:
|
|
6658
|
+
"""
|
|
6659
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
6660
|
+
"""
|
|
6661
|
+
return pulumi.get(self, "delete")
|
|
6662
|
+
|
|
6663
|
+
@property
|
|
6664
|
+
@pulumi.getter
|
|
6665
|
+
def read(self) -> Optional[builtins.str]:
|
|
6666
|
+
"""
|
|
6667
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
6668
|
+
"""
|
|
6669
|
+
return pulumi.get(self, "read")
|
|
6670
|
+
|
|
6671
|
+
@property
|
|
6672
|
+
@pulumi.getter
|
|
6673
|
+
def update(self) -> Optional[builtins.str]:
|
|
6674
|
+
"""
|
|
6675
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
6676
|
+
"""
|
|
6677
|
+
return pulumi.get(self, "update")
|
|
6678
|
+
|
|
6679
|
+
|
|
6605
6680
|
@pulumi.output_type
|
|
6606
6681
|
class GrafanaComponent(dict):
|
|
6607
6682
|
@staticmethod
|
|
@@ -6935,7 +7010,7 @@ class GrafanaGrafanaUserConfig(dict):
|
|
|
6935
7010
|
:param Sequence[builtins.str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
6936
7011
|
:param Sequence[builtins.str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
6937
7012
|
:param builtins.bool metrics_enabled: Enable Grafana's /metrics endpoint.
|
|
6938
|
-
:param builtins.bool oauth_allow_insecure_email_lookup: Enforce user lookup based on email instead of the unique ID provided by the IdP.
|
|
7013
|
+
:param builtins.bool oauth_allow_insecure_email_lookup: Enforce user lookup based on email instead of the unique ID provided by the IdP. This setup introduces significant security risks, such as potential phishing, spoofing, and other data breaches.
|
|
6939
7014
|
:param 'GrafanaGrafanaUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
6940
7015
|
:param 'GrafanaGrafanaUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
6941
7016
|
:param builtins.str project_to_fork_from: Name of another project to fork a service from. This has effect only when a new service is being created. Example: `anotherprojectname`.
|
|
@@ -7277,7 +7352,7 @@ class GrafanaGrafanaUserConfig(dict):
|
|
|
7277
7352
|
@pulumi.getter(name="oauthAllowInsecureEmailLookup")
|
|
7278
7353
|
def oauth_allow_insecure_email_lookup(self) -> Optional[builtins.bool]:
|
|
7279
7354
|
"""
|
|
7280
|
-
Enforce user lookup based on email instead of the unique ID provided by the IdP.
|
|
7355
|
+
Enforce user lookup based on email instead of the unique ID provided by the IdP. This setup introduces significant security risks, such as potential phishing, spoofing, and other data breaches.
|
|
7281
7356
|
"""
|
|
7282
7357
|
return pulumi.get(self, "oauth_allow_insecure_email_lookup")
|
|
7283
7358
|
|
|
@@ -13754,6 +13829,8 @@ class KafkaTopicConfig(dict):
|
|
|
13754
13829
|
suggest = "flush_ms"
|
|
13755
13830
|
elif key == "indexIntervalBytes":
|
|
13756
13831
|
suggest = "index_interval_bytes"
|
|
13832
|
+
elif key == "inklessEnable":
|
|
13833
|
+
suggest = "inkless_enable"
|
|
13757
13834
|
elif key == "localRetentionBytes":
|
|
13758
13835
|
suggest = "local_retention_bytes"
|
|
13759
13836
|
elif key == "localRetentionMs":
|
|
@@ -13812,6 +13889,7 @@ class KafkaTopicConfig(dict):
|
|
|
13812
13889
|
flush_messages: Optional[builtins.str] = None,
|
|
13813
13890
|
flush_ms: Optional[builtins.str] = None,
|
|
13814
13891
|
index_interval_bytes: Optional[builtins.str] = None,
|
|
13892
|
+
inkless_enable: Optional[builtins.bool] = None,
|
|
13815
13893
|
local_retention_bytes: Optional[builtins.str] = None,
|
|
13816
13894
|
local_retention_ms: Optional[builtins.str] = None,
|
|
13817
13895
|
max_compaction_lag_ms: Optional[builtins.str] = None,
|
|
@@ -13840,6 +13918,7 @@ class KafkaTopicConfig(dict):
|
|
|
13840
13918
|
:param builtins.str flush_messages: This setting allows specifying an interval at which we will force an fsync of data written to the log. For example if this was set to 1 we would fsync after every message; if it were 5 we would fsync after every five messages. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
|
|
13841
13919
|
:param builtins.str flush_ms: This setting allows specifying a time interval at which we will force an fsync of data written to the log. For example if this was set to 1000 we would fsync after 1000 ms had passed. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
|
|
13842
13920
|
:param builtins.str index_interval_bytes: This setting controls how frequently Kafka adds an index entry to its offset index. The default setting ensures that we index a message roughly every 4096 bytes. More indexing allows reads to jump closer to the exact position in the log but makes the index larger. You probably don't need to change this.
|
|
13921
|
+
:param builtins.bool inkless_enable: Indicates whether inkless should be enabled. This is only available for BYOC services with Inkless feature enabled.
|
|
13843
13922
|
:param builtins.str local_retention_bytes: This configuration controls the maximum bytes tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the limit is equal to overall retention time. If set to -1, no limit is applied but it's possible only if overall retention is also -1.
|
|
13844
13923
|
:param builtins.str local_retention_ms: This configuration controls the maximum time tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the time limit is equal to overall retention time. If set to -1, no time limit is applied but it's possible only if overall retention is also -1.
|
|
13845
13924
|
:param builtins.str max_compaction_lag_ms: The maximum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
@@ -13875,6 +13954,8 @@ class KafkaTopicConfig(dict):
|
|
|
13875
13954
|
pulumi.set(__self__, "flush_ms", flush_ms)
|
|
13876
13955
|
if index_interval_bytes is not None:
|
|
13877
13956
|
pulumi.set(__self__, "index_interval_bytes", index_interval_bytes)
|
|
13957
|
+
if inkless_enable is not None:
|
|
13958
|
+
pulumi.set(__self__, "inkless_enable", inkless_enable)
|
|
13878
13959
|
if local_retention_bytes is not None:
|
|
13879
13960
|
pulumi.set(__self__, "local_retention_bytes", local_retention_bytes)
|
|
13880
13961
|
if local_retention_ms is not None:
|
|
@@ -13972,6 +14053,14 @@ class KafkaTopicConfig(dict):
|
|
|
13972
14053
|
"""
|
|
13973
14054
|
return pulumi.get(self, "index_interval_bytes")
|
|
13974
14055
|
|
|
14056
|
+
@property
|
|
14057
|
+
@pulumi.getter(name="inklessEnable")
|
|
14058
|
+
def inkless_enable(self) -> Optional[builtins.bool]:
|
|
14059
|
+
"""
|
|
14060
|
+
Indicates whether inkless should be enabled. This is only available for BYOC services with Inkless feature enabled.
|
|
14061
|
+
"""
|
|
14062
|
+
return pulumi.get(self, "inkless_enable")
|
|
14063
|
+
|
|
13975
14064
|
@property
|
|
13976
14065
|
@pulumi.getter(name="localRetentionBytes")
|
|
13977
14066
|
def local_retention_bytes(self) -> Optional[builtins.str]:
|
|
@@ -18727,8 +18816,12 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18727
18816
|
suggest = "action_destructive_requires_name"
|
|
18728
18817
|
elif key == "authFailureListeners":
|
|
18729
18818
|
suggest = "auth_failure_listeners"
|
|
18819
|
+
elif key == "clusterFilecacheRemoteDataRatio":
|
|
18820
|
+
suggest = "cluster_filecache_remote_data_ratio"
|
|
18730
18821
|
elif key == "clusterMaxShardsPerNode":
|
|
18731
18822
|
suggest = "cluster_max_shards_per_node"
|
|
18823
|
+
elif key == "clusterRemoteStore":
|
|
18824
|
+
suggest = "cluster_remote_store"
|
|
18732
18825
|
elif key == "clusterRoutingAllocationBalancePreferPrimary":
|
|
18733
18826
|
suggest = "cluster_routing_allocation_balance_prefer_primary"
|
|
18734
18827
|
elif key == "clusterRoutingAllocationNodeConcurrentRecoveries":
|
|
@@ -18749,6 +18842,8 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18749
18842
|
suggest = "enable_searchable_snapshots"
|
|
18750
18843
|
elif key == "enableSecurityAudit":
|
|
18751
18844
|
suggest = "enable_security_audit"
|
|
18845
|
+
elif key == "enableSnapshotApi":
|
|
18846
|
+
suggest = "enable_snapshot_api"
|
|
18752
18847
|
elif key == "httpMaxContentLength":
|
|
18753
18848
|
suggest = "http_max_content_length"
|
|
18754
18849
|
elif key == "httpMaxHeaderSize":
|
|
@@ -18787,12 +18882,16 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18787
18882
|
suggest = "knn_memory_circuit_breaker_enabled"
|
|
18788
18883
|
elif key == "knnMemoryCircuitBreakerLimit":
|
|
18789
18884
|
suggest = "knn_memory_circuit_breaker_limit"
|
|
18885
|
+
elif key == "nodeSearchCacheSize":
|
|
18886
|
+
suggest = "node_search_cache_size"
|
|
18790
18887
|
elif key == "overrideMainResponseVersion":
|
|
18791
18888
|
suggest = "override_main_response_version"
|
|
18792
18889
|
elif key == "pluginsAlertingFilterByBackendRoles":
|
|
18793
18890
|
suggest = "plugins_alerting_filter_by_backend_roles"
|
|
18794
18891
|
elif key == "reindexRemoteWhitelists":
|
|
18795
18892
|
suggest = "reindex_remote_whitelists"
|
|
18893
|
+
elif key == "remoteStore":
|
|
18894
|
+
suggest = "remote_store"
|
|
18796
18895
|
elif key == "scriptMaxCompilationsRate":
|
|
18797
18896
|
suggest = "script_max_compilations_rate"
|
|
18798
18897
|
elif key == "searchBackpressure":
|
|
@@ -18841,7 +18940,9 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18841
18940
|
action_auto_create_index_enabled: Optional[builtins.bool] = None,
|
|
18842
18941
|
action_destructive_requires_name: Optional[builtins.bool] = None,
|
|
18843
18942
|
auth_failure_listeners: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchAuthFailureListeners'] = None,
|
|
18943
|
+
cluster_filecache_remote_data_ratio: Optional[builtins.float] = None,
|
|
18844
18944
|
cluster_max_shards_per_node: Optional[builtins.int] = None,
|
|
18945
|
+
cluster_remote_store: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchClusterRemoteStore'] = None,
|
|
18845
18946
|
cluster_routing_allocation_balance_prefer_primary: Optional[builtins.bool] = None,
|
|
18846
18947
|
cluster_routing_allocation_node_concurrent_recoveries: Optional[builtins.int] = None,
|
|
18847
18948
|
cluster_search_request_slowlog: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlog'] = None,
|
|
@@ -18852,6 +18953,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18852
18953
|
enable_remote_backed_storage: Optional[builtins.bool] = None,
|
|
18853
18954
|
enable_searchable_snapshots: Optional[builtins.bool] = None,
|
|
18854
18955
|
enable_security_audit: Optional[builtins.bool] = None,
|
|
18956
|
+
enable_snapshot_api: Optional[builtins.bool] = None,
|
|
18855
18957
|
http_max_content_length: Optional[builtins.int] = None,
|
|
18856
18958
|
http_max_header_size: Optional[builtins.int] = None,
|
|
18857
18959
|
http_max_initial_line_length: Optional[builtins.int] = None,
|
|
@@ -18871,9 +18973,11 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18871
18973
|
ism_history_rollover_retention_period: Optional[builtins.int] = None,
|
|
18872
18974
|
knn_memory_circuit_breaker_enabled: Optional[builtins.bool] = None,
|
|
18873
18975
|
knn_memory_circuit_breaker_limit: Optional[builtins.int] = None,
|
|
18976
|
+
node_search_cache_size: Optional[builtins.str] = None,
|
|
18874
18977
|
override_main_response_version: Optional[builtins.bool] = None,
|
|
18875
18978
|
plugins_alerting_filter_by_backend_roles: Optional[builtins.bool] = None,
|
|
18876
18979
|
reindex_remote_whitelists: Optional[Sequence[builtins.str]] = None,
|
|
18980
|
+
remote_store: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchRemoteStore'] = None,
|
|
18877
18981
|
script_max_compilations_rate: Optional[builtins.str] = None,
|
|
18878
18982
|
search_backpressure: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchBackpressure'] = None,
|
|
18879
18983
|
search_insights_top_queries: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueries'] = None,
|
|
@@ -18895,8 +18999,9 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18895
18999
|
:param builtins.bool action_auto_create_index_enabled: Explicitly allow or block automatic creation of indices. Defaults to true.
|
|
18896
19000
|
:param builtins.bool action_destructive_requires_name: Require explicit index names when deleting.
|
|
18897
19001
|
:param 'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersArgs' auth_failure_listeners: Opensearch Security Plugin Settings
|
|
19002
|
+
:param builtins.float cluster_filecache_remote_data_ratio: Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 0.
|
|
18898
19003
|
:param builtins.int cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Example: `1000`.
|
|
18899
|
-
:param builtins.bool cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false.
|
|
19004
|
+
:param builtins.bool cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false.
|
|
18900
19005
|
:param builtins.int cluster_routing_allocation_node_concurrent_recoveries: How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
|
|
18901
19006
|
:param 'OpenSearchOpensearchUserConfigOpensearchDiskWatermarksArgs' disk_watermarks: Watermark settings
|
|
18902
19007
|
:param builtins.str email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
|
|
@@ -18905,6 +19010,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18905
19010
|
:param builtins.bool enable_remote_backed_storage: Enable remote-backed storage.
|
|
18906
19011
|
:param builtins.bool enable_searchable_snapshots: Enable searchable snapshots.
|
|
18907
19012
|
:param builtins.bool enable_security_audit: Enable/Disable security audit.
|
|
19013
|
+
:param builtins.bool enable_snapshot_api: Enable/Disable snapshot API for custom repositories, this requires security management to be enabled.
|
|
18908
19014
|
:param builtins.int http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
18909
19015
|
:param builtins.int http_max_header_size: The max size of allowed headers, in bytes. Example: `8192`.
|
|
18910
19016
|
:param builtins.int http_max_initial_line_length: The max length of an HTTP URL, in bytes. Example: `4096`.
|
|
@@ -18924,6 +19030,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18924
19030
|
:param builtins.int ism_history_rollover_retention_period: How long audit history indices are kept in days. Example: `30`.
|
|
18925
19031
|
:param builtins.bool knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
18926
19032
|
:param builtins.int knn_memory_circuit_breaker_limit: Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
|
|
19033
|
+
:param builtins.str node_search_cache_size: Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 5gb. Requires restarting all OpenSearch nodes.
|
|
18927
19034
|
:param builtins.bool override_main_response_version: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
18928
19035
|
:param builtins.bool plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
18929
19036
|
:param Sequence[builtins.str] reindex_remote_whitelists: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
@@ -18950,8 +19057,12 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18950
19057
|
pulumi.set(__self__, "action_destructive_requires_name", action_destructive_requires_name)
|
|
18951
19058
|
if auth_failure_listeners is not None:
|
|
18952
19059
|
pulumi.set(__self__, "auth_failure_listeners", auth_failure_listeners)
|
|
19060
|
+
if cluster_filecache_remote_data_ratio is not None:
|
|
19061
|
+
pulumi.set(__self__, "cluster_filecache_remote_data_ratio", cluster_filecache_remote_data_ratio)
|
|
18953
19062
|
if cluster_max_shards_per_node is not None:
|
|
18954
19063
|
pulumi.set(__self__, "cluster_max_shards_per_node", cluster_max_shards_per_node)
|
|
19064
|
+
if cluster_remote_store is not None:
|
|
19065
|
+
pulumi.set(__self__, "cluster_remote_store", cluster_remote_store)
|
|
18955
19066
|
if cluster_routing_allocation_balance_prefer_primary is not None:
|
|
18956
19067
|
pulumi.set(__self__, "cluster_routing_allocation_balance_prefer_primary", cluster_routing_allocation_balance_prefer_primary)
|
|
18957
19068
|
if cluster_routing_allocation_node_concurrent_recoveries is not None:
|
|
@@ -18972,6 +19083,8 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
18972
19083
|
pulumi.set(__self__, "enable_searchable_snapshots", enable_searchable_snapshots)
|
|
18973
19084
|
if enable_security_audit is not None:
|
|
18974
19085
|
pulumi.set(__self__, "enable_security_audit", enable_security_audit)
|
|
19086
|
+
if enable_snapshot_api is not None:
|
|
19087
|
+
pulumi.set(__self__, "enable_snapshot_api", enable_snapshot_api)
|
|
18975
19088
|
if http_max_content_length is not None:
|
|
18976
19089
|
pulumi.set(__self__, "http_max_content_length", http_max_content_length)
|
|
18977
19090
|
if http_max_header_size is not None:
|
|
@@ -19010,12 +19123,16 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
19010
19123
|
pulumi.set(__self__, "knn_memory_circuit_breaker_enabled", knn_memory_circuit_breaker_enabled)
|
|
19011
19124
|
if knn_memory_circuit_breaker_limit is not None:
|
|
19012
19125
|
pulumi.set(__self__, "knn_memory_circuit_breaker_limit", knn_memory_circuit_breaker_limit)
|
|
19126
|
+
if node_search_cache_size is not None:
|
|
19127
|
+
pulumi.set(__self__, "node_search_cache_size", node_search_cache_size)
|
|
19013
19128
|
if override_main_response_version is not None:
|
|
19014
19129
|
pulumi.set(__self__, "override_main_response_version", override_main_response_version)
|
|
19015
19130
|
if plugins_alerting_filter_by_backend_roles is not None:
|
|
19016
19131
|
pulumi.set(__self__, "plugins_alerting_filter_by_backend_roles", plugins_alerting_filter_by_backend_roles)
|
|
19017
19132
|
if reindex_remote_whitelists is not None:
|
|
19018
19133
|
pulumi.set(__self__, "reindex_remote_whitelists", reindex_remote_whitelists)
|
|
19134
|
+
if remote_store is not None:
|
|
19135
|
+
pulumi.set(__self__, "remote_store", remote_store)
|
|
19019
19136
|
if script_max_compilations_rate is not None:
|
|
19020
19137
|
pulumi.set(__self__, "script_max_compilations_rate", script_max_compilations_rate)
|
|
19021
19138
|
if search_backpressure is not None:
|
|
@@ -19075,6 +19192,14 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
19075
19192
|
"""
|
|
19076
19193
|
return pulumi.get(self, "auth_failure_listeners")
|
|
19077
19194
|
|
|
19195
|
+
@property
|
|
19196
|
+
@pulumi.getter(name="clusterFilecacheRemoteDataRatio")
|
|
19197
|
+
def cluster_filecache_remote_data_ratio(self) -> Optional[builtins.float]:
|
|
19198
|
+
"""
|
|
19199
|
+
Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 0.
|
|
19200
|
+
"""
|
|
19201
|
+
return pulumi.get(self, "cluster_filecache_remote_data_ratio")
|
|
19202
|
+
|
|
19078
19203
|
@property
|
|
19079
19204
|
@pulumi.getter(name="clusterMaxShardsPerNode")
|
|
19080
19205
|
def cluster_max_shards_per_node(self) -> Optional[builtins.int]:
|
|
@@ -19083,11 +19208,16 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
19083
19208
|
"""
|
|
19084
19209
|
return pulumi.get(self, "cluster_max_shards_per_node")
|
|
19085
19210
|
|
|
19211
|
+
@property
|
|
19212
|
+
@pulumi.getter(name="clusterRemoteStore")
|
|
19213
|
+
def cluster_remote_store(self) -> Optional['outputs.OpenSearchOpensearchUserConfigOpensearchClusterRemoteStore']:
|
|
19214
|
+
return pulumi.get(self, "cluster_remote_store")
|
|
19215
|
+
|
|
19086
19216
|
@property
|
|
19087
19217
|
@pulumi.getter(name="clusterRoutingAllocationBalancePreferPrimary")
|
|
19088
19218
|
def cluster_routing_allocation_balance_prefer_primary(self) -> Optional[builtins.bool]:
|
|
19089
19219
|
"""
|
|
19090
|
-
When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false.
|
|
19220
|
+
When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false.
|
|
19091
19221
|
"""
|
|
19092
19222
|
return pulumi.get(self, "cluster_routing_allocation_balance_prefer_primary")
|
|
19093
19223
|
|
|
@@ -19160,6 +19290,14 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
19160
19290
|
"""
|
|
19161
19291
|
return pulumi.get(self, "enable_security_audit")
|
|
19162
19292
|
|
|
19293
|
+
@property
|
|
19294
|
+
@pulumi.getter(name="enableSnapshotApi")
|
|
19295
|
+
def enable_snapshot_api(self) -> Optional[builtins.bool]:
|
|
19296
|
+
"""
|
|
19297
|
+
Enable/Disable snapshot API for custom repositories, this requires security management to be enabled.
|
|
19298
|
+
"""
|
|
19299
|
+
return pulumi.get(self, "enable_snapshot_api")
|
|
19300
|
+
|
|
19163
19301
|
@property
|
|
19164
19302
|
@pulumi.getter(name="httpMaxContentLength")
|
|
19165
19303
|
def http_max_content_length(self) -> Optional[builtins.int]:
|
|
@@ -19312,6 +19450,14 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
19312
19450
|
"""
|
|
19313
19451
|
return pulumi.get(self, "knn_memory_circuit_breaker_limit")
|
|
19314
19452
|
|
|
19453
|
+
@property
|
|
19454
|
+
@pulumi.getter(name="nodeSearchCacheSize")
|
|
19455
|
+
def node_search_cache_size(self) -> Optional[builtins.str]:
|
|
19456
|
+
"""
|
|
19457
|
+
Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 5gb. Requires restarting all OpenSearch nodes.
|
|
19458
|
+
"""
|
|
19459
|
+
return pulumi.get(self, "node_search_cache_size")
|
|
19460
|
+
|
|
19315
19461
|
@property
|
|
19316
19462
|
@pulumi.getter(name="overrideMainResponseVersion")
|
|
19317
19463
|
def override_main_response_version(self) -> Optional[builtins.bool]:
|
|
@@ -19336,6 +19482,11 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
|
|
|
19336
19482
|
"""
|
|
19337
19483
|
return pulumi.get(self, "reindex_remote_whitelists")
|
|
19338
19484
|
|
|
19485
|
+
@property
|
|
19486
|
+
@pulumi.getter(name="remoteStore")
|
|
19487
|
+
def remote_store(self) -> Optional['outputs.OpenSearchOpensearchUserConfigOpensearchRemoteStore']:
|
|
19488
|
+
return pulumi.get(self, "remote_store")
|
|
19489
|
+
|
|
19339
19490
|
@property
|
|
19340
19491
|
@pulumi.getter(name="scriptMaxCompilationsRate")
|
|
19341
19492
|
def script_max_compilations_rate(self) -> Optional[builtins.str]:
|
|
@@ -19739,6 +19890,84 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
|
|
|
19739
19890
|
return pulumi.get(self, "type")
|
|
19740
19891
|
|
|
19741
19892
|
|
|
19893
|
+
@pulumi.output_type
|
|
19894
|
+
class OpenSearchOpensearchUserConfigOpensearchClusterRemoteStore(dict):
|
|
19895
|
+
@staticmethod
|
|
19896
|
+
def __key_warning(key: str):
|
|
19897
|
+
suggest = None
|
|
19898
|
+
if key == "stateGlobalMetadataUploadTimeout":
|
|
19899
|
+
suggest = "state_global_metadata_upload_timeout"
|
|
19900
|
+
elif key == "stateMetadataManifestUploadTimeout":
|
|
19901
|
+
suggest = "state_metadata_manifest_upload_timeout"
|
|
19902
|
+
elif key == "translogBufferInterval":
|
|
19903
|
+
suggest = "translog_buffer_interval"
|
|
19904
|
+
elif key == "translogMaxReaders":
|
|
19905
|
+
suggest = "translog_max_readers"
|
|
19906
|
+
|
|
19907
|
+
if suggest:
|
|
19908
|
+
pulumi.log.warn(f"Key '{key}' not found in OpenSearchOpensearchUserConfigOpensearchClusterRemoteStore. Access the value via the '{suggest}' property getter instead.")
|
|
19909
|
+
|
|
19910
|
+
def __getitem__(self, key: str) -> Any:
|
|
19911
|
+
OpenSearchOpensearchUserConfigOpensearchClusterRemoteStore.__key_warning(key)
|
|
19912
|
+
return super().__getitem__(key)
|
|
19913
|
+
|
|
19914
|
+
def get(self, key: str, default = None) -> Any:
|
|
19915
|
+
OpenSearchOpensearchUserConfigOpensearchClusterRemoteStore.__key_warning(key)
|
|
19916
|
+
return super().get(key, default)
|
|
19917
|
+
|
|
19918
|
+
def __init__(__self__, *,
|
|
19919
|
+
state_global_metadata_upload_timeout: Optional[builtins.str] = None,
|
|
19920
|
+
state_metadata_manifest_upload_timeout: Optional[builtins.str] = None,
|
|
19921
|
+
translog_buffer_interval: Optional[builtins.str] = None,
|
|
19922
|
+
translog_max_readers: Optional[builtins.int] = None):
|
|
19923
|
+
"""
|
|
19924
|
+
:param builtins.str state_global_metadata_upload_timeout: The amount of time to wait for the cluster state upload to complete. Defaults to 20s.
|
|
19925
|
+
:param builtins.str state_metadata_manifest_upload_timeout: The amount of time to wait for the manifest file upload to complete. The manifest file contains the details of each of the files uploaded for a single cluster state, both index metadata files and global metadata files. Defaults to 20s.
|
|
19926
|
+
:param builtins.str translog_buffer_interval: The default value of the translog buffer interval used when performing periodic translog updates. This setting is only effective when the index setting `index.remote_store.translog.buffer_interval` is not present. Defaults to 650ms.
|
|
19927
|
+
:param builtins.int translog_max_readers: Sets the maximum number of open translog files for remote-backed indexes. This limits the total number of translog files per shard. After reaching this limit, the remote store flushes the translog files. Default is 1000. The minimum required is 100. Example: `1000`.
|
|
19928
|
+
"""
|
|
19929
|
+
if state_global_metadata_upload_timeout is not None:
|
|
19930
|
+
pulumi.set(__self__, "state_global_metadata_upload_timeout", state_global_metadata_upload_timeout)
|
|
19931
|
+
if state_metadata_manifest_upload_timeout is not None:
|
|
19932
|
+
pulumi.set(__self__, "state_metadata_manifest_upload_timeout", state_metadata_manifest_upload_timeout)
|
|
19933
|
+
if translog_buffer_interval is not None:
|
|
19934
|
+
pulumi.set(__self__, "translog_buffer_interval", translog_buffer_interval)
|
|
19935
|
+
if translog_max_readers is not None:
|
|
19936
|
+
pulumi.set(__self__, "translog_max_readers", translog_max_readers)
|
|
19937
|
+
|
|
19938
|
+
@property
|
|
19939
|
+
@pulumi.getter(name="stateGlobalMetadataUploadTimeout")
|
|
19940
|
+
def state_global_metadata_upload_timeout(self) -> Optional[builtins.str]:
|
|
19941
|
+
"""
|
|
19942
|
+
The amount of time to wait for the cluster state upload to complete. Defaults to 20s.
|
|
19943
|
+
"""
|
|
19944
|
+
return pulumi.get(self, "state_global_metadata_upload_timeout")
|
|
19945
|
+
|
|
19946
|
+
@property
|
|
19947
|
+
@pulumi.getter(name="stateMetadataManifestUploadTimeout")
|
|
19948
|
+
def state_metadata_manifest_upload_timeout(self) -> Optional[builtins.str]:
|
|
19949
|
+
"""
|
|
19950
|
+
The amount of time to wait for the manifest file upload to complete. The manifest file contains the details of each of the files uploaded for a single cluster state, both index metadata files and global metadata files. Defaults to 20s.
|
|
19951
|
+
"""
|
|
19952
|
+
return pulumi.get(self, "state_metadata_manifest_upload_timeout")
|
|
19953
|
+
|
|
19954
|
+
@property
|
|
19955
|
+
@pulumi.getter(name="translogBufferInterval")
|
|
19956
|
+
def translog_buffer_interval(self) -> Optional[builtins.str]:
|
|
19957
|
+
"""
|
|
19958
|
+
The default value of the translog buffer interval used when performing periodic translog updates. This setting is only effective when the index setting `index.remote_store.translog.buffer_interval` is not present. Defaults to 650ms.
|
|
19959
|
+
"""
|
|
19960
|
+
return pulumi.get(self, "translog_buffer_interval")
|
|
19961
|
+
|
|
19962
|
+
@property
|
|
19963
|
+
@pulumi.getter(name="translogMaxReaders")
|
|
19964
|
+
def translog_max_readers(self) -> Optional[builtins.int]:
|
|
19965
|
+
"""
|
|
19966
|
+
Sets the maximum number of open translog files for remote-backed indexes. This limits the total number of translog files per shard. After reaching this limit, the remote store flushes the translog files. Default is 1000. The minimum required is 100. Example: `1000`.
|
|
19967
|
+
"""
|
|
19968
|
+
return pulumi.get(self, "translog_max_readers")
|
|
19969
|
+
|
|
19970
|
+
|
|
19742
19971
|
@pulumi.output_type
|
|
19743
19972
|
class OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlog(dict):
|
|
19744
19973
|
def __init__(__self__, *,
|
|
@@ -19954,6 +20183,84 @@ class OpenSearchOpensearchUserConfigOpensearchDiskWatermarks(dict):
|
|
|
19954
20183
|
return pulumi.get(self, "low")
|
|
19955
20184
|
|
|
19956
20185
|
|
|
20186
|
+
@pulumi.output_type
|
|
20187
|
+
class OpenSearchOpensearchUserConfigOpensearchRemoteStore(dict):
|
|
20188
|
+
@staticmethod
|
|
20189
|
+
def __key_warning(key: str):
|
|
20190
|
+
suggest = None
|
|
20191
|
+
if key == "segmentPressureBytesLagVarianceFactor":
|
|
20192
|
+
suggest = "segment_pressure_bytes_lag_variance_factor"
|
|
20193
|
+
elif key == "segmentPressureConsecutiveFailuresLimit":
|
|
20194
|
+
suggest = "segment_pressure_consecutive_failures_limit"
|
|
20195
|
+
elif key == "segmentPressureEnabled":
|
|
20196
|
+
suggest = "segment_pressure_enabled"
|
|
20197
|
+
elif key == "segmentPressureTimeLagVarianceFactor":
|
|
20198
|
+
suggest = "segment_pressure_time_lag_variance_factor"
|
|
20199
|
+
|
|
20200
|
+
if suggest:
|
|
20201
|
+
pulumi.log.warn(f"Key '{key}' not found in OpenSearchOpensearchUserConfigOpensearchRemoteStore. Access the value via the '{suggest}' property getter instead.")
|
|
20202
|
+
|
|
20203
|
+
def __getitem__(self, key: str) -> Any:
|
|
20204
|
+
OpenSearchOpensearchUserConfigOpensearchRemoteStore.__key_warning(key)
|
|
20205
|
+
return super().__getitem__(key)
|
|
20206
|
+
|
|
20207
|
+
def get(self, key: str, default = None) -> Any:
|
|
20208
|
+
OpenSearchOpensearchUserConfigOpensearchRemoteStore.__key_warning(key)
|
|
20209
|
+
return super().get(key, default)
|
|
20210
|
+
|
|
20211
|
+
def __init__(__self__, *,
|
|
20212
|
+
segment_pressure_bytes_lag_variance_factor: Optional[builtins.float] = None,
|
|
20213
|
+
segment_pressure_consecutive_failures_limit: Optional[builtins.int] = None,
|
|
20214
|
+
segment_pressure_enabled: Optional[builtins.bool] = None,
|
|
20215
|
+
segment_pressure_time_lag_variance_factor: Optional[builtins.float] = None):
|
|
20216
|
+
"""
|
|
20217
|
+
:param builtins.float segment_pressure_bytes_lag_variance_factor: The variance factor that is used together with the moving average to calculate the dynamic bytes lag threshold for activating remote segment backpressure. Defaults to 10.
|
|
20218
|
+
:param builtins.int segment_pressure_consecutive_failures_limit: The minimum consecutive failure count for activating remote segment backpressure. Defaults to 5.
|
|
20219
|
+
:param builtins.bool segment_pressure_enabled: Enables remote segment backpressure. Default is `true`.
|
|
20220
|
+
:param builtins.float segment_pressure_time_lag_variance_factor: The variance factor that is used together with the moving average to calculate the dynamic time lag threshold for activating remote segment backpressure. Defaults to 10.
|
|
20221
|
+
"""
|
|
20222
|
+
if segment_pressure_bytes_lag_variance_factor is not None:
|
|
20223
|
+
pulumi.set(__self__, "segment_pressure_bytes_lag_variance_factor", segment_pressure_bytes_lag_variance_factor)
|
|
20224
|
+
if segment_pressure_consecutive_failures_limit is not None:
|
|
20225
|
+
pulumi.set(__self__, "segment_pressure_consecutive_failures_limit", segment_pressure_consecutive_failures_limit)
|
|
20226
|
+
if segment_pressure_enabled is not None:
|
|
20227
|
+
pulumi.set(__self__, "segment_pressure_enabled", segment_pressure_enabled)
|
|
20228
|
+
if segment_pressure_time_lag_variance_factor is not None:
|
|
20229
|
+
pulumi.set(__self__, "segment_pressure_time_lag_variance_factor", segment_pressure_time_lag_variance_factor)
|
|
20230
|
+
|
|
20231
|
+
@property
|
|
20232
|
+
@pulumi.getter(name="segmentPressureBytesLagVarianceFactor")
|
|
20233
|
+
def segment_pressure_bytes_lag_variance_factor(self) -> Optional[builtins.float]:
|
|
20234
|
+
"""
|
|
20235
|
+
The variance factor that is used together with the moving average to calculate the dynamic bytes lag threshold for activating remote segment backpressure. Defaults to 10.
|
|
20236
|
+
"""
|
|
20237
|
+
return pulumi.get(self, "segment_pressure_bytes_lag_variance_factor")
|
|
20238
|
+
|
|
20239
|
+
@property
|
|
20240
|
+
@pulumi.getter(name="segmentPressureConsecutiveFailuresLimit")
|
|
20241
|
+
def segment_pressure_consecutive_failures_limit(self) -> Optional[builtins.int]:
|
|
20242
|
+
"""
|
|
20243
|
+
The minimum consecutive failure count for activating remote segment backpressure. Defaults to 5.
|
|
20244
|
+
"""
|
|
20245
|
+
return pulumi.get(self, "segment_pressure_consecutive_failures_limit")
|
|
20246
|
+
|
|
20247
|
+
@property
|
|
20248
|
+
@pulumi.getter(name="segmentPressureEnabled")
|
|
20249
|
+
def segment_pressure_enabled(self) -> Optional[builtins.bool]:
|
|
20250
|
+
"""
|
|
20251
|
+
Enables remote segment backpressure. Default is `true`.
|
|
20252
|
+
"""
|
|
20253
|
+
return pulumi.get(self, "segment_pressure_enabled")
|
|
20254
|
+
|
|
20255
|
+
@property
|
|
20256
|
+
@pulumi.getter(name="segmentPressureTimeLagVarianceFactor")
|
|
20257
|
+
def segment_pressure_time_lag_variance_factor(self) -> Optional[builtins.float]:
|
|
20258
|
+
"""
|
|
20259
|
+
The variance factor that is used together with the moving average to calculate the dynamic time lag threshold for activating remote segment backpressure. Defaults to 10.
|
|
20260
|
+
"""
|
|
20261
|
+
return pulumi.get(self, "segment_pressure_time_lag_variance_factor")
|
|
20262
|
+
|
|
20263
|
+
|
|
19957
20264
|
@pulumi.output_type
|
|
19958
20265
|
class OpenSearchOpensearchUserConfigOpensearchSearchBackpressure(dict):
|
|
19959
20266
|
@staticmethod
|
|
@@ -22529,7 +22836,7 @@ class PgPgUserConfig(dict):
|
|
|
22529
22836
|
:param 'PgPgUserConfigPgQualstatsArgs' pg_qualstats: System-wide settings for the pg*qualstats extension
|
|
22530
22837
|
:param builtins.bool pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
|
|
22531
22838
|
:param builtins.str pg_service_to_fork_from: Name of the PG Service from which to fork (deprecated, use service*to*fork_from). This has effect only when a new service is being created. Example: `anotherservicename`.
|
|
22532
|
-
:param builtins.bool pg_stat_monitor_enable: Enable the pg*stat*monitor extension.
|
|
22839
|
+
:param builtins.bool pg_stat_monitor_enable: Enable the pg*stat*monitor extension. Changing this parameter causes a service restart. When this extension is enabled, pg*stat*statements results for utility commands are unreliable. Default: `false`.
|
|
22533
22840
|
:param builtins.str pg_version: Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
|
|
22534
22841
|
:param 'PgPgUserConfigPgauditArgs' pgaudit: System-wide settings for the pgaudit extension
|
|
22535
22842
|
:param 'PgPgUserConfigPgbouncerArgs' pgbouncer: PGBouncer connection pooling settings
|
|
@@ -22541,12 +22848,12 @@ class PgPgUserConfig(dict):
|
|
|
22541
22848
|
:param builtins.str recovery_target_time: Recovery target time when forking a service. This has effect only when a new service is being created. Example: `2019-01-01 23:34:45`.
|
|
22542
22849
|
:param builtins.bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
22543
22850
|
:param builtins.str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
|
|
22544
|
-
:param builtins.float 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. Example: `41.5`.
|
|
22851
|
+
:param builtins.float shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Changing this parameter causes a service restart. Example: `41.5`.
|
|
22545
22852
|
:param builtins.bool static_ips: Use static public IP addresses.
|
|
22546
22853
|
:param builtins.str synchronous_replication: Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
22547
22854
|
:param 'PgPgUserConfigTimescaledbArgs' timescaledb: System-wide settings for the timescaledb extension
|
|
22548
22855
|
:param builtins.str variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
22549
|
-
:param builtins.int 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.
|
|
22856
|
+
:param builtins.int work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. The default is 1MB + 0.075% of total RAM (up to 32MB). Example: `4`.
|
|
22550
22857
|
"""
|
|
22551
22858
|
if additional_backup_regions is not None:
|
|
22552
22859
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
@@ -22731,7 +23038,7 @@ class PgPgUserConfig(dict):
|
|
|
22731
23038
|
@pulumi.getter(name="pgStatMonitorEnable")
|
|
22732
23039
|
def pg_stat_monitor_enable(self) -> Optional[builtins.bool]:
|
|
22733
23040
|
"""
|
|
22734
|
-
Enable the pg*stat*monitor extension.
|
|
23041
|
+
Enable the pg*stat*monitor extension. Changing this parameter causes a service restart. When this extension is enabled, pg*stat*statements results for utility commands are unreliable. Default: `false`.
|
|
22735
23042
|
"""
|
|
22736
23043
|
return pulumi.get(self, "pg_stat_monitor_enable")
|
|
22737
23044
|
|
|
@@ -22827,7 +23134,7 @@ class PgPgUserConfig(dict):
|
|
|
22827
23134
|
@pulumi.getter(name="sharedBuffersPercentage")
|
|
22828
23135
|
def shared_buffers_percentage(self) -> Optional[builtins.float]:
|
|
22829
23136
|
"""
|
|
22830
|
-
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. Example: `41.5`.
|
|
23137
|
+
Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Changing this parameter causes a service restart. Example: `41.5`.
|
|
22831
23138
|
"""
|
|
22832
23139
|
return pulumi.get(self, "shared_buffers_percentage")
|
|
22833
23140
|
|
|
@@ -22867,7 +23174,7 @@ class PgPgUserConfig(dict):
|
|
|
22867
23174
|
@pulumi.getter(name="workMem")
|
|
22868
23175
|
def work_mem(self) -> Optional[builtins.int]:
|
|
22869
23176
|
"""
|
|
22870
|
-
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.
|
|
23177
|
+
Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. The default is 1MB + 0.075% of total RAM (up to 32MB). Example: `4`.
|
|
22871
23178
|
"""
|
|
22872
23179
|
return pulumi.get(self, "work_mem")
|
|
22873
23180
|
|
|
@@ -23199,56 +23506,56 @@ class PgPgUserConfigPg(dict):
|
|
|
23199
23506
|
wal_sender_timeout: Optional[builtins.int] = None,
|
|
23200
23507
|
wal_writer_delay: Optional[builtins.int] = None):
|
|
23201
23508
|
"""
|
|
23202
|
-
:param builtins.float autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE.
|
|
23203
|
-
:param builtins.int 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
|
|
23204
|
-
:param builtins.int 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.
|
|
23205
|
-
:param builtins.int 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
|
|
23206
|
-
:param builtins.int autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
23207
|
-
:param builtins.int autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
23208
|
-
:param builtins.int autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
23209
|
-
:param builtins.float autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM.
|
|
23210
|
-
:param builtins.int 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
|
|
23211
|
-
:param builtins.int bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
23212
|
-
:param builtins.int 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
|
|
23213
|
-
:param builtins.int 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.
|
|
23214
|
-
:param builtins.float 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
|
|
23215
|
-
:param builtins.int 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. Example: `1000`.
|
|
23216
|
-
:param builtins.str default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
23509
|
+
:param builtins.float autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
23510
|
+
:param builtins.int 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`.
|
|
23511
|
+
:param builtins.int autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart. Example: `200000000`.
|
|
23512
|
+
:param builtins.int autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is `3`. Changing this parameter causes a service restart.
|
|
23513
|
+
:param builtins.int autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
23514
|
+
:param builtins.int autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum*cost*delay value will be used. The default is `2` (upstream default).
|
|
23515
|
+
:param builtins.int autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum*cost*limit value will be used. The default is `-1` (upstream default).
|
|
23516
|
+
:param builtins.float autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
23517
|
+
:param builtins.int 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`.
|
|
23518
|
+
:param builtins.int bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
23519
|
+
:param builtins.int bgwriter_flush_after: Whenever more than bgwriter*flush*after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes. Setting of 0 disables forced writeback. The default is `512`. Example: `512`.
|
|
23520
|
+
:param builtins.int bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. The default is `100`. Example: `100`.
|
|
23521
|
+
:param builtins.float 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`. Example: `2.0`.
|
|
23522
|
+
:param builtins.int deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. The default is `1000` (upstream default). Example: `1000`.
|
|
23523
|
+
:param builtins.str default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`. Only available for PostgreSQL 14+.
|
|
23217
23524
|
:param builtins.int idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
|
|
23218
23525
|
:param builtins.bool jit: Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
23219
|
-
:param builtins.int 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
|
|
23526
|
+
:param builtins.int log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one disables logging autovacuum actions. The default is `1000`.
|
|
23220
23527
|
:param builtins.str log_error_verbosity: Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
|
|
23221
23528
|
:param builtins.str log_line_prefix: Enum: `'%m [%p] %q[user=%u,db=%d,app=%a] '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h,txid=%x,qid=%Q '`. Choose from one of the available log formats.
|
|
23222
23529
|
:param builtins.int log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
23223
23530
|
:param builtins.int log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
23224
|
-
:param builtins.int max_files_per_process: PostgreSQL maximum number of files that can be open per process.
|
|
23225
|
-
:param builtins.int max_locks_per_transaction: PostgreSQL maximum locks per transaction.
|
|
23226
|
-
:param builtins.int max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers).
|
|
23227
|
-
:param builtins.int max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries.
|
|
23228
|
-
:param builtins.int max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
23229
|
-
:param builtins.int max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction.
|
|
23230
|
-
:param builtins.int max_prepared_transactions: PostgreSQL maximum prepared transactions.
|
|
23231
|
-
:param builtins.int max_replication_slots: PostgreSQL maximum replication slots.
|
|
23232
|
-
:param builtins.int max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
23233
|
-
:param builtins.int max_stack_depth: Maximum depth of the stack in bytes.
|
|
23234
|
-
:param builtins.int max_standby_archive_delay: Max standby archive delay in milliseconds.
|
|
23235
|
-
:param builtins.int max_standby_streaming_delay: Max standby streaming delay in milliseconds.
|
|
23236
|
-
:param builtins.int max_wal_senders: PostgreSQL maximum WAL senders.
|
|
23237
|
-
:param builtins.int max_worker_processes: Sets the maximum number of background processes that the system can support.
|
|
23531
|
+
:param builtins.int max_files_per_process: PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart.
|
|
23532
|
+
:param builtins.int max_locks_per_transaction: PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
23533
|
+
:param builtins.int max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers). The default is `4` (upstream default). Changing this parameter causes a service restart.
|
|
23534
|
+
:param builtins.int max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. The default is `8` (upstream default).
|
|
23535
|
+
:param builtins.int max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is `2` (upstream default).
|
|
23536
|
+
:param builtins.int max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. The default is `64` (upstream default). Changing this parameter causes a service restart.
|
|
23537
|
+
:param builtins.int max_prepared_transactions: PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
23538
|
+
:param builtins.int max_replication_slots: PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
23539
|
+
:param builtins.int max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. If `-1` is specified, replication slots may retain an unlimited amount of WAL files. The default is `-1` (upstream default). wal*keep*size minimum WAL size setting takes precedence over this.
|
|
23540
|
+
:param builtins.int max_stack_depth: Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
23541
|
+
:param builtins.int max_standby_archive_delay: Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
23542
|
+
:param builtins.int max_standby_streaming_delay: Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
23543
|
+
:param builtins.int max_wal_senders: PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
23544
|
+
:param builtins.int max_worker_processes: Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
23238
23545
|
:param builtins.str password_encryption: Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords. Default: `md5`.
|
|
23239
|
-
:param builtins.int pg_partman_bgw_dot_interval: Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
23546
|
+
:param builtins.int pg_partman_bgw_dot_interval: Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
23240
23547
|
:param builtins.str pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
|
|
23241
|
-
:param builtins.bool pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring.
|
|
23242
|
-
:param builtins.int pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets. Example: `10`.
|
|
23243
|
-
:param builtins.str pg_stat_statements_dot_track: Enum: `all`, `none`, `top`. 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
|
|
23548
|
+
:param builtins.bool pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring. Changing this parameter causes a service restart. Only available for PostgreSQL 13+.
|
|
23549
|
+
:param builtins.int pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Example: `10`.
|
|
23550
|
+
:param builtins.str pg_stat_statements_dot_track: Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default is `top`.
|
|
23244
23551
|
:param builtins.int temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Example: `5000000`.
|
|
23245
23552
|
:param builtins.str timezone: PostgreSQL service timezone. Example: `Europe/Helsinki`.
|
|
23246
|
-
:param builtins.int track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
23247
|
-
:param builtins.str track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions.
|
|
23553
|
+
:param builtins.int track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Example: `1024`.
|
|
23554
|
+
:param builtins.str track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
23248
23555
|
:param builtins.str track_functions: Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
|
|
23249
|
-
:param builtins.str track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
23556
|
+
:param builtins.str track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls. The default is `off`. When on, it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
23250
23557
|
:param builtins.int 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. Example: `60000`.
|
|
23251
|
-
:param builtins.int wal_writer_delay: WAL flush interval in milliseconds.
|
|
23558
|
+
:param builtins.int wal_writer_delay: WAL flush interval in milliseconds. The default is `200`. Setting this parameter to a lower value may negatively impact performance. Example: `50`.
|
|
23252
23559
|
"""
|
|
23253
23560
|
if autovacuum_analyze_scale_factor is not None:
|
|
23254
23561
|
pulumi.set(__self__, "autovacuum_analyze_scale_factor", autovacuum_analyze_scale_factor)
|
|
@@ -23355,7 +23662,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23355
23662
|
@pulumi.getter(name="autovacuumAnalyzeScaleFactor")
|
|
23356
23663
|
def autovacuum_analyze_scale_factor(self) -> Optional[builtins.float]:
|
|
23357
23664
|
"""
|
|
23358
|
-
Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE.
|
|
23665
|
+
Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
23359
23666
|
"""
|
|
23360
23667
|
return pulumi.get(self, "autovacuum_analyze_scale_factor")
|
|
23361
23668
|
|
|
@@ -23363,7 +23670,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23363
23670
|
@pulumi.getter(name="autovacuumAnalyzeThreshold")
|
|
23364
23671
|
def autovacuum_analyze_threshold(self) -> Optional[builtins.int]:
|
|
23365
23672
|
"""
|
|
23366
|
-
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50
|
|
23673
|
+
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is `50`.
|
|
23367
23674
|
"""
|
|
23368
23675
|
return pulumi.get(self, "autovacuum_analyze_threshold")
|
|
23369
23676
|
|
|
@@ -23371,7 +23678,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23371
23678
|
@pulumi.getter(name="autovacuumFreezeMaxAge")
|
|
23372
23679
|
def autovacuum_freeze_max_age(self) -> Optional[builtins.int]:
|
|
23373
23680
|
"""
|
|
23374
|
-
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.
|
|
23681
|
+
Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart. Example: `200000000`.
|
|
23375
23682
|
"""
|
|
23376
23683
|
return pulumi.get(self, "autovacuum_freeze_max_age")
|
|
23377
23684
|
|
|
@@ -23379,7 +23686,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23379
23686
|
@pulumi.getter(name="autovacuumMaxWorkers")
|
|
23380
23687
|
def autovacuum_max_workers(self) -> Optional[builtins.int]:
|
|
23381
23688
|
"""
|
|
23382
|
-
Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is
|
|
23689
|
+
Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is `3`. Changing this parameter causes a service restart.
|
|
23383
23690
|
"""
|
|
23384
23691
|
return pulumi.get(self, "autovacuum_max_workers")
|
|
23385
23692
|
|
|
@@ -23387,7 +23694,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23387
23694
|
@pulumi.getter(name="autovacuumNaptime")
|
|
23388
23695
|
def autovacuum_naptime(self) -> Optional[builtins.int]:
|
|
23389
23696
|
"""
|
|
23390
|
-
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
23697
|
+
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
23391
23698
|
"""
|
|
23392
23699
|
return pulumi.get(self, "autovacuum_naptime")
|
|
23393
23700
|
|
|
@@ -23395,7 +23702,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23395
23702
|
@pulumi.getter(name="autovacuumVacuumCostDelay")
|
|
23396
23703
|
def autovacuum_vacuum_cost_delay(self) -> Optional[builtins.int]:
|
|
23397
23704
|
"""
|
|
23398
|
-
Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
23705
|
+
Specifies the cost delay value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum*cost*delay value will be used. The default is `2` (upstream default).
|
|
23399
23706
|
"""
|
|
23400
23707
|
return pulumi.get(self, "autovacuum_vacuum_cost_delay")
|
|
23401
23708
|
|
|
@@ -23403,7 +23710,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23403
23710
|
@pulumi.getter(name="autovacuumVacuumCostLimit")
|
|
23404
23711
|
def autovacuum_vacuum_cost_limit(self) -> Optional[builtins.int]:
|
|
23405
23712
|
"""
|
|
23406
|
-
Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
23713
|
+
Specifies the cost limit value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum*cost*limit value will be used. The default is `-1` (upstream default).
|
|
23407
23714
|
"""
|
|
23408
23715
|
return pulumi.get(self, "autovacuum_vacuum_cost_limit")
|
|
23409
23716
|
|
|
@@ -23411,7 +23718,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23411
23718
|
@pulumi.getter(name="autovacuumVacuumScaleFactor")
|
|
23412
23719
|
def autovacuum_vacuum_scale_factor(self) -> Optional[builtins.float]:
|
|
23413
23720
|
"""
|
|
23414
|
-
Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM.
|
|
23721
|
+
Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
23415
23722
|
"""
|
|
23416
23723
|
return pulumi.get(self, "autovacuum_vacuum_scale_factor")
|
|
23417
23724
|
|
|
@@ -23419,7 +23726,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23419
23726
|
@pulumi.getter(name="autovacuumVacuumThreshold")
|
|
23420
23727
|
def autovacuum_vacuum_threshold(self) -> Optional[builtins.int]:
|
|
23421
23728
|
"""
|
|
23422
|
-
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50
|
|
23729
|
+
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is `50`.
|
|
23423
23730
|
"""
|
|
23424
23731
|
return pulumi.get(self, "autovacuum_vacuum_threshold")
|
|
23425
23732
|
|
|
@@ -23427,7 +23734,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23427
23734
|
@pulumi.getter(name="bgwriterDelay")
|
|
23428
23735
|
def bgwriter_delay(self) -> Optional[builtins.int]:
|
|
23429
23736
|
"""
|
|
23430
|
-
Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
23737
|
+
Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
23431
23738
|
"""
|
|
23432
23739
|
return pulumi.get(self, "bgwriter_delay")
|
|
23433
23740
|
|
|
@@ -23435,7 +23742,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23435
23742
|
@pulumi.getter(name="bgwriterFlushAfter")
|
|
23436
23743
|
def bgwriter_flush_after(self) -> Optional[builtins.int]:
|
|
23437
23744
|
"""
|
|
23438
|
-
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
|
|
23745
|
+
Whenever more than bgwriter*flush*after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes. Setting of 0 disables forced writeback. The default is `512`. Example: `512`.
|
|
23439
23746
|
"""
|
|
23440
23747
|
return pulumi.get(self, "bgwriter_flush_after")
|
|
23441
23748
|
|
|
@@ -23443,7 +23750,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23443
23750
|
@pulumi.getter(name="bgwriterLruMaxpages")
|
|
23444
23751
|
def bgwriter_lru_maxpages(self) -> Optional[builtins.int]:
|
|
23445
23752
|
"""
|
|
23446
|
-
In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing.
|
|
23753
|
+
In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. The default is `100`. Example: `100`.
|
|
23447
23754
|
"""
|
|
23448
23755
|
return pulumi.get(self, "bgwriter_lru_maxpages")
|
|
23449
23756
|
|
|
@@ -23451,7 +23758,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23451
23758
|
@pulumi.getter(name="bgwriterLruMultiplier")
|
|
23452
23759
|
def bgwriter_lru_multiplier(self) -> Optional[builtins.float]:
|
|
23453
23760
|
"""
|
|
23454
|
-
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
|
|
23761
|
+
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`. Example: `2.0`.
|
|
23455
23762
|
"""
|
|
23456
23763
|
return pulumi.get(self, "bgwriter_lru_multiplier")
|
|
23457
23764
|
|
|
@@ -23459,7 +23766,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23459
23766
|
@pulumi.getter(name="deadlockTimeout")
|
|
23460
23767
|
def deadlock_timeout(self) -> Optional[builtins.int]:
|
|
23461
23768
|
"""
|
|
23462
|
-
This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Example: `1000`.
|
|
23769
|
+
This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. The default is `1000` (upstream default). Example: `1000`.
|
|
23463
23770
|
"""
|
|
23464
23771
|
return pulumi.get(self, "deadlock_timeout")
|
|
23465
23772
|
|
|
@@ -23467,7 +23774,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23467
23774
|
@pulumi.getter(name="defaultToastCompression")
|
|
23468
23775
|
def default_toast_compression(self) -> Optional[builtins.str]:
|
|
23469
23776
|
"""
|
|
23470
|
-
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
23777
|
+
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`. Only available for PostgreSQL 14+.
|
|
23471
23778
|
"""
|
|
23472
23779
|
return pulumi.get(self, "default_toast_compression")
|
|
23473
23780
|
|
|
@@ -23491,7 +23798,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23491
23798
|
@pulumi.getter(name="logAutovacuumMinDuration")
|
|
23492
23799
|
def log_autovacuum_min_duration(self) -> Optional[builtins.int]:
|
|
23493
23800
|
"""
|
|
23494
|
-
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
|
|
23801
|
+
Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one disables logging autovacuum actions. The default is `1000`.
|
|
23495
23802
|
"""
|
|
23496
23803
|
return pulumi.get(self, "log_autovacuum_min_duration")
|
|
23497
23804
|
|
|
@@ -23531,7 +23838,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23531
23838
|
@pulumi.getter(name="maxFilesPerProcess")
|
|
23532
23839
|
def max_files_per_process(self) -> Optional[builtins.int]:
|
|
23533
23840
|
"""
|
|
23534
|
-
PostgreSQL maximum number of files that can be open per process.
|
|
23841
|
+
PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart.
|
|
23535
23842
|
"""
|
|
23536
23843
|
return pulumi.get(self, "max_files_per_process")
|
|
23537
23844
|
|
|
@@ -23539,7 +23846,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23539
23846
|
@pulumi.getter(name="maxLocksPerTransaction")
|
|
23540
23847
|
def max_locks_per_transaction(self) -> Optional[builtins.int]:
|
|
23541
23848
|
"""
|
|
23542
|
-
PostgreSQL maximum locks per transaction.
|
|
23849
|
+
PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
23543
23850
|
"""
|
|
23544
23851
|
return pulumi.get(self, "max_locks_per_transaction")
|
|
23545
23852
|
|
|
@@ -23547,7 +23854,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23547
23854
|
@pulumi.getter(name="maxLogicalReplicationWorkers")
|
|
23548
23855
|
def max_logical_replication_workers(self) -> Optional[builtins.int]:
|
|
23549
23856
|
"""
|
|
23550
|
-
PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers).
|
|
23857
|
+
PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers). The default is `4` (upstream default). Changing this parameter causes a service restart.
|
|
23551
23858
|
"""
|
|
23552
23859
|
return pulumi.get(self, "max_logical_replication_workers")
|
|
23553
23860
|
|
|
@@ -23555,7 +23862,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23555
23862
|
@pulumi.getter(name="maxParallelWorkers")
|
|
23556
23863
|
def max_parallel_workers(self) -> Optional[builtins.int]:
|
|
23557
23864
|
"""
|
|
23558
|
-
Sets the maximum number of workers that the system can support for parallel queries.
|
|
23865
|
+
Sets the maximum number of workers that the system can support for parallel queries. The default is `8` (upstream default).
|
|
23559
23866
|
"""
|
|
23560
23867
|
return pulumi.get(self, "max_parallel_workers")
|
|
23561
23868
|
|
|
@@ -23563,7 +23870,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23563
23870
|
@pulumi.getter(name="maxParallelWorkersPerGather")
|
|
23564
23871
|
def max_parallel_workers_per_gather(self) -> Optional[builtins.int]:
|
|
23565
23872
|
"""
|
|
23566
|
-
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
23873
|
+
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is `2` (upstream default).
|
|
23567
23874
|
"""
|
|
23568
23875
|
return pulumi.get(self, "max_parallel_workers_per_gather")
|
|
23569
23876
|
|
|
@@ -23571,7 +23878,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23571
23878
|
@pulumi.getter(name="maxPredLocksPerTransaction")
|
|
23572
23879
|
def max_pred_locks_per_transaction(self) -> Optional[builtins.int]:
|
|
23573
23880
|
"""
|
|
23574
|
-
PostgreSQL maximum predicate locks per transaction.
|
|
23881
|
+
PostgreSQL maximum predicate locks per transaction. The default is `64` (upstream default). Changing this parameter causes a service restart.
|
|
23575
23882
|
"""
|
|
23576
23883
|
return pulumi.get(self, "max_pred_locks_per_transaction")
|
|
23577
23884
|
|
|
@@ -23579,7 +23886,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23579
23886
|
@pulumi.getter(name="maxPreparedTransactions")
|
|
23580
23887
|
def max_prepared_transactions(self) -> Optional[builtins.int]:
|
|
23581
23888
|
"""
|
|
23582
|
-
PostgreSQL maximum prepared transactions.
|
|
23889
|
+
PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
23583
23890
|
"""
|
|
23584
23891
|
return pulumi.get(self, "max_prepared_transactions")
|
|
23585
23892
|
|
|
@@ -23587,7 +23894,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23587
23894
|
@pulumi.getter(name="maxReplicationSlots")
|
|
23588
23895
|
def max_replication_slots(self) -> Optional[builtins.int]:
|
|
23589
23896
|
"""
|
|
23590
|
-
PostgreSQL maximum replication slots.
|
|
23897
|
+
PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
23591
23898
|
"""
|
|
23592
23899
|
return pulumi.get(self, "max_replication_slots")
|
|
23593
23900
|
|
|
@@ -23595,7 +23902,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23595
23902
|
@pulumi.getter(name="maxSlotWalKeepSize")
|
|
23596
23903
|
def max_slot_wal_keep_size(self) -> Optional[builtins.int]:
|
|
23597
23904
|
"""
|
|
23598
|
-
PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
23905
|
+
PostgreSQL maximum WAL size (MB) reserved for replication slots. If `-1` is specified, replication slots may retain an unlimited amount of WAL files. The default is `-1` (upstream default). wal*keep*size minimum WAL size setting takes precedence over this.
|
|
23599
23906
|
"""
|
|
23600
23907
|
return pulumi.get(self, "max_slot_wal_keep_size")
|
|
23601
23908
|
|
|
@@ -23603,7 +23910,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23603
23910
|
@pulumi.getter(name="maxStackDepth")
|
|
23604
23911
|
def max_stack_depth(self) -> Optional[builtins.int]:
|
|
23605
23912
|
"""
|
|
23606
|
-
Maximum depth of the stack in bytes.
|
|
23913
|
+
Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
23607
23914
|
"""
|
|
23608
23915
|
return pulumi.get(self, "max_stack_depth")
|
|
23609
23916
|
|
|
@@ -23611,7 +23918,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23611
23918
|
@pulumi.getter(name="maxStandbyArchiveDelay")
|
|
23612
23919
|
def max_standby_archive_delay(self) -> Optional[builtins.int]:
|
|
23613
23920
|
"""
|
|
23614
|
-
Max standby archive delay in milliseconds.
|
|
23921
|
+
Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
23615
23922
|
"""
|
|
23616
23923
|
return pulumi.get(self, "max_standby_archive_delay")
|
|
23617
23924
|
|
|
@@ -23619,7 +23926,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23619
23926
|
@pulumi.getter(name="maxStandbyStreamingDelay")
|
|
23620
23927
|
def max_standby_streaming_delay(self) -> Optional[builtins.int]:
|
|
23621
23928
|
"""
|
|
23622
|
-
Max standby streaming delay in milliseconds.
|
|
23929
|
+
Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
23623
23930
|
"""
|
|
23624
23931
|
return pulumi.get(self, "max_standby_streaming_delay")
|
|
23625
23932
|
|
|
@@ -23627,7 +23934,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23627
23934
|
@pulumi.getter(name="maxWalSenders")
|
|
23628
23935
|
def max_wal_senders(self) -> Optional[builtins.int]:
|
|
23629
23936
|
"""
|
|
23630
|
-
PostgreSQL maximum WAL senders.
|
|
23937
|
+
PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
23631
23938
|
"""
|
|
23632
23939
|
return pulumi.get(self, "max_wal_senders")
|
|
23633
23940
|
|
|
@@ -23635,7 +23942,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23635
23942
|
@pulumi.getter(name="maxWorkerProcesses")
|
|
23636
23943
|
def max_worker_processes(self) -> Optional[builtins.int]:
|
|
23637
23944
|
"""
|
|
23638
|
-
Sets the maximum number of background processes that the system can support.
|
|
23945
|
+
Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
23639
23946
|
"""
|
|
23640
23947
|
return pulumi.get(self, "max_worker_processes")
|
|
23641
23948
|
|
|
@@ -23651,7 +23958,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23651
23958
|
@pulumi.getter(name="pgPartmanBgwDotInterval")
|
|
23652
23959
|
def pg_partman_bgw_dot_interval(self) -> Optional[builtins.int]:
|
|
23653
23960
|
"""
|
|
23654
|
-
Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
23961
|
+
Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
23655
23962
|
"""
|
|
23656
23963
|
return pulumi.get(self, "pg_partman_bgw_dot_interval")
|
|
23657
23964
|
|
|
@@ -23667,7 +23974,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23667
23974
|
@pulumi.getter(name="pgStatMonitorDotPgsmEnableQueryPlan")
|
|
23668
23975
|
def pg_stat_monitor_dot_pgsm_enable_query_plan(self) -> Optional[builtins.bool]:
|
|
23669
23976
|
"""
|
|
23670
|
-
Enables or disables query plan monitoring.
|
|
23977
|
+
Enables or disables query plan monitoring. Changing this parameter causes a service restart. Only available for PostgreSQL 13+.
|
|
23671
23978
|
"""
|
|
23672
23979
|
return pulumi.get(self, "pg_stat_monitor_dot_pgsm_enable_query_plan")
|
|
23673
23980
|
|
|
@@ -23675,7 +23982,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23675
23982
|
@pulumi.getter(name="pgStatMonitorDotPgsmMaxBuckets")
|
|
23676
23983
|
def pg_stat_monitor_dot_pgsm_max_buckets(self) -> Optional[builtins.int]:
|
|
23677
23984
|
"""
|
|
23678
|
-
Sets the maximum number of buckets. Example: `10`.
|
|
23985
|
+
Sets the maximum number of buckets. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Example: `10`.
|
|
23679
23986
|
"""
|
|
23680
23987
|
return pulumi.get(self, "pg_stat_monitor_dot_pgsm_max_buckets")
|
|
23681
23988
|
|
|
@@ -23683,7 +23990,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23683
23990
|
@pulumi.getter(name="pgStatStatementsDotTrack")
|
|
23684
23991
|
def pg_stat_statements_dot_track(self) -> Optional[builtins.str]:
|
|
23685
23992
|
"""
|
|
23686
|
-
Enum: `all`, `none`, `top`. 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
|
|
23993
|
+
Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default is `top`.
|
|
23687
23994
|
"""
|
|
23688
23995
|
return pulumi.get(self, "pg_stat_statements_dot_track")
|
|
23689
23996
|
|
|
@@ -23707,7 +24014,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23707
24014
|
@pulumi.getter(name="trackActivityQuerySize")
|
|
23708
24015
|
def track_activity_query_size(self) -> Optional[builtins.int]:
|
|
23709
24016
|
"""
|
|
23710
|
-
Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
24017
|
+
Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Example: `1024`.
|
|
23711
24018
|
"""
|
|
23712
24019
|
return pulumi.get(self, "track_activity_query_size")
|
|
23713
24020
|
|
|
@@ -23715,7 +24022,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23715
24022
|
@pulumi.getter(name="trackCommitTimestamp")
|
|
23716
24023
|
def track_commit_timestamp(self) -> Optional[builtins.str]:
|
|
23717
24024
|
"""
|
|
23718
|
-
Enum: `off`, `on`. Record commit time of transactions.
|
|
24025
|
+
Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
23719
24026
|
"""
|
|
23720
24027
|
return pulumi.get(self, "track_commit_timestamp")
|
|
23721
24028
|
|
|
@@ -23731,7 +24038,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23731
24038
|
@pulumi.getter(name="trackIoTiming")
|
|
23732
24039
|
def track_io_timing(self) -> Optional[builtins.str]:
|
|
23733
24040
|
"""
|
|
23734
|
-
Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
24041
|
+
Enum: `off`, `on`. Enables timing of database I/O calls. The default is `off`. When on, it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
23735
24042
|
"""
|
|
23736
24043
|
return pulumi.get(self, "track_io_timing")
|
|
23737
24044
|
|
|
@@ -23747,7 +24054,7 @@ class PgPgUserConfigPg(dict):
|
|
|
23747
24054
|
@pulumi.getter(name="walWriterDelay")
|
|
23748
24055
|
def wal_writer_delay(self) -> Optional[builtins.int]:
|
|
23749
24056
|
"""
|
|
23750
|
-
WAL flush interval in milliseconds.
|
|
24057
|
+
WAL flush interval in milliseconds. The default is `200`. Setting this parameter to a lower value may negatively impact performance. Example: `50`.
|
|
23751
24058
|
"""
|
|
23752
24059
|
return pulumi.get(self, "wal_writer_delay")
|
|
23753
24060
|
|
|
@@ -24410,7 +24717,7 @@ class PgPgUserConfigTimescaledb(dict):
|
|
|
24410
24717
|
def __init__(__self__, *,
|
|
24411
24718
|
max_background_workers: Optional[builtins.int] = None):
|
|
24412
24719
|
"""
|
|
24413
|
-
:param builtins.int 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. Default: `16`.
|
|
24720
|
+
:param builtins.int max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Changing this parameter causes a service restart. Default: `16`.
|
|
24414
24721
|
"""
|
|
24415
24722
|
if max_background_workers is not None:
|
|
24416
24723
|
pulumi.set(__self__, "max_background_workers", max_background_workers)
|
|
@@ -24419,7 +24726,7 @@ class PgPgUserConfigTimescaledb(dict):
|
|
|
24419
24726
|
@pulumi.getter(name="maxBackgroundWorkers")
|
|
24420
24727
|
def max_background_workers(self) -> Optional[builtins.int]:
|
|
24421
24728
|
"""
|
|
24422
|
-
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. Default: `16`.
|
|
24729
|
+
The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Changing this parameter causes a service restart. Default: `16`.
|
|
24423
24730
|
"""
|
|
24424
24731
|
return pulumi.get(self, "max_background_workers")
|
|
24425
24732
|
|
|
@@ -31385,11 +31692,11 @@ class GetAlloydbomniAlloydbomniUserConfigResult(dict):
|
|
|
31385
31692
|
:param builtins.str recovery_target_time: Recovery target time when forking a service. This has effect only when a new service is being created. Example: `2019-01-01 23:34:45`.
|
|
31386
31693
|
:param builtins.bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
31387
31694
|
:param builtins.str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
|
|
31388
|
-
:param builtins.float 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. Example: `41.5`.
|
|
31695
|
+
:param builtins.float shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Changing this parameter causes a service restart. Example: `41.5`.
|
|
31389
31696
|
:param builtins.bool static_ips: Use static public IP addresses.
|
|
31390
31697
|
:param builtins.str synchronous_replication: Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
31391
31698
|
:param builtins.str variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
31392
|
-
:param builtins.int 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.
|
|
31699
|
+
:param builtins.int work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. The default is 1MB + 0.075% of total RAM (up to 32MB). Example: `4`.
|
|
31393
31700
|
"""
|
|
31394
31701
|
if additional_backup_regions is not None:
|
|
31395
31702
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
@@ -31667,7 +31974,7 @@ class GetAlloydbomniAlloydbomniUserConfigResult(dict):
|
|
|
31667
31974
|
@pulumi.getter(name="sharedBuffersPercentage")
|
|
31668
31975
|
def shared_buffers_percentage(self) -> Optional[builtins.float]:
|
|
31669
31976
|
"""
|
|
31670
|
-
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. Example: `41.5`.
|
|
31977
|
+
Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Changing this parameter causes a service restart. Example: `41.5`.
|
|
31671
31978
|
"""
|
|
31672
31979
|
return pulumi.get(self, "shared_buffers_percentage")
|
|
31673
31980
|
|
|
@@ -31699,7 +32006,7 @@ class GetAlloydbomniAlloydbomniUserConfigResult(dict):
|
|
|
31699
32006
|
@pulumi.getter(name="workMem")
|
|
31700
32007
|
def work_mem(self) -> Optional[builtins.int]:
|
|
31701
32008
|
"""
|
|
31702
|
-
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.
|
|
32009
|
+
Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. The default is 1MB + 0.075% of total RAM (up to 32MB). Example: `4`.
|
|
31703
32010
|
"""
|
|
31704
32011
|
return pulumi.get(self, "work_mem")
|
|
31705
32012
|
|
|
@@ -31786,54 +32093,54 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
31786
32093
|
wal_sender_timeout: Optional[builtins.int] = None,
|
|
31787
32094
|
wal_writer_delay: Optional[builtins.int] = None):
|
|
31788
32095
|
"""
|
|
31789
|
-
:param builtins.float autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE.
|
|
31790
|
-
:param builtins.int 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
|
|
31791
|
-
:param builtins.int 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.
|
|
31792
|
-
:param builtins.int 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
|
|
31793
|
-
:param builtins.int autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
31794
|
-
:param builtins.int autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
31795
|
-
:param builtins.int autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
31796
|
-
:param builtins.float autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM.
|
|
31797
|
-
:param builtins.int 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
|
|
31798
|
-
:param builtins.int bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
31799
|
-
:param builtins.int 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
|
|
31800
|
-
:param builtins.int 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.
|
|
31801
|
-
:param builtins.float 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
|
|
31802
|
-
:param builtins.int 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. Example: `1000`.
|
|
31803
|
-
:param builtins.str default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
32096
|
+
:param builtins.float autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
32097
|
+
:param builtins.int 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`.
|
|
32098
|
+
:param builtins.int autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart. Example: `200000000`.
|
|
32099
|
+
:param builtins.int autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is `3`. Changing this parameter causes a service restart.
|
|
32100
|
+
:param builtins.int autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
32101
|
+
:param builtins.int autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_delay value will be used. The default is `2` (upstream default).
|
|
32102
|
+
:param builtins.int autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_limit value will be used. The default is `-1` (upstream default).
|
|
32103
|
+
:param builtins.float autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
32104
|
+
:param builtins.int 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`.
|
|
32105
|
+
:param builtins.int bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
32106
|
+
:param builtins.int bgwriter_flush_after: Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes. Setting of 0 disables forced writeback. The default is `512`. Example: `512`.
|
|
32107
|
+
:param builtins.int bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. The default is `100`. Example: `100`.
|
|
32108
|
+
:param builtins.float 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`. Example: `2.0`.
|
|
32109
|
+
:param builtins.int deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. The default is `1000` (upstream default). Example: `1000`.
|
|
32110
|
+
:param builtins.str default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`.
|
|
31804
32111
|
:param builtins.int idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
|
|
31805
32112
|
:param builtins.bool jit: Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
31806
|
-
:param builtins.int 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
|
|
32113
|
+
:param builtins.int log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one disables logging autovacuum actions. The default is `1000`.
|
|
31807
32114
|
:param builtins.str log_error_verbosity: Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
|
|
31808
32115
|
:param builtins.str log_line_prefix: Enum: `'%m [%p] %q[user=%u,db=%d,app=%a] '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h,txid=%x,qid=%Q '`. Choose from one of the available log formats.
|
|
31809
32116
|
:param builtins.int log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
31810
32117
|
:param builtins.int log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
31811
|
-
:param builtins.int max_files_per_process: PostgreSQL maximum number of files that can be open per process.
|
|
31812
|
-
:param builtins.int max_locks_per_transaction: PostgreSQL maximum locks per transaction.
|
|
31813
|
-
:param builtins.int max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
|
|
31814
|
-
:param builtins.int max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries.
|
|
31815
|
-
:param builtins.int max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
31816
|
-
:param builtins.int max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction.
|
|
31817
|
-
:param builtins.int max_prepared_transactions: PostgreSQL maximum prepared transactions.
|
|
31818
|
-
:param builtins.int max_replication_slots: PostgreSQL maximum replication slots.
|
|
31819
|
-
:param builtins.int max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
31820
|
-
:param builtins.int max_stack_depth: Maximum depth of the stack in bytes.
|
|
31821
|
-
:param builtins.int max_standby_archive_delay: Max standby archive delay in milliseconds.
|
|
31822
|
-
:param builtins.int max_standby_streaming_delay: Max standby streaming delay in milliseconds.
|
|
31823
|
-
:param builtins.int max_wal_senders: PostgreSQL maximum WAL senders.
|
|
31824
|
-
:param builtins.int max_worker_processes: Sets the maximum number of background processes that the system can support.
|
|
32118
|
+
:param builtins.int max_files_per_process: PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart.
|
|
32119
|
+
:param builtins.int max_locks_per_transaction: PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
32120
|
+
:param builtins.int max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). The default is `4` (upstream default). Changing this parameter causes a service restart.
|
|
32121
|
+
:param builtins.int max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. The default is `8` (upstream default).
|
|
32122
|
+
:param builtins.int max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is `2` (upstream default).
|
|
32123
|
+
:param builtins.int max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. The default is `64` (upstream default). Changing this parameter causes a service restart.
|
|
32124
|
+
:param builtins.int max_prepared_transactions: PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
32125
|
+
:param builtins.int max_replication_slots: PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
32126
|
+
:param builtins.int max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. If `-1` is specified, replication slots may retain an unlimited amount of WAL files. The default is `-1` (upstream default). wal_keep_size minimum WAL size setting takes precedence over this.
|
|
32127
|
+
:param builtins.int max_stack_depth: Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
32128
|
+
:param builtins.int max_standby_archive_delay: Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
32129
|
+
:param builtins.int max_standby_streaming_delay: Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
32130
|
+
:param builtins.int max_wal_senders: PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
32131
|
+
:param builtins.int max_worker_processes: Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
31825
32132
|
:param builtins.str password_encryption: Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords. Default: `md5`.
|
|
31826
|
-
:param builtins.int pg_partman_bgw_dot_interval: Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
32133
|
+
:param builtins.int pg_partman_bgw_dot_interval: Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
31827
32134
|
:param builtins.str pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
|
|
31828
|
-
:param builtins.str pg_stat_statements_dot_track: Enum: `all`, `none`, `top`. 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
|
|
32135
|
+
:param builtins.str pg_stat_statements_dot_track: Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default is `top`.
|
|
31829
32136
|
:param builtins.int temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Example: `5000000`.
|
|
31830
32137
|
:param builtins.str timezone: PostgreSQL service timezone. Example: `Europe/Helsinki`.
|
|
31831
|
-
:param builtins.int track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
31832
|
-
:param builtins.str track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions.
|
|
32138
|
+
:param builtins.int track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Example: `1024`.
|
|
32139
|
+
:param builtins.str track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
31833
32140
|
:param builtins.str track_functions: Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
|
|
31834
|
-
:param builtins.str track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
32141
|
+
:param builtins.str track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls. The default is `off`. When on, it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
31835
32142
|
:param builtins.int 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. Example: `60000`.
|
|
31836
|
-
:param builtins.int wal_writer_delay: WAL flush interval in milliseconds.
|
|
32143
|
+
:param builtins.int wal_writer_delay: WAL flush interval in milliseconds. The default is `200`. Setting this parameter to a lower value may negatively impact performance. Example: `50`.
|
|
31837
32144
|
"""
|
|
31838
32145
|
if autovacuum_analyze_scale_factor is not None:
|
|
31839
32146
|
pulumi.set(__self__, "autovacuum_analyze_scale_factor", autovacuum_analyze_scale_factor)
|
|
@@ -31936,7 +32243,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
31936
32243
|
@pulumi.getter(name="autovacuumAnalyzeScaleFactor")
|
|
31937
32244
|
def autovacuum_analyze_scale_factor(self) -> Optional[builtins.float]:
|
|
31938
32245
|
"""
|
|
31939
|
-
Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE.
|
|
32246
|
+
Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
31940
32247
|
"""
|
|
31941
32248
|
return pulumi.get(self, "autovacuum_analyze_scale_factor")
|
|
31942
32249
|
|
|
@@ -31944,7 +32251,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
31944
32251
|
@pulumi.getter(name="autovacuumAnalyzeThreshold")
|
|
31945
32252
|
def autovacuum_analyze_threshold(self) -> Optional[builtins.int]:
|
|
31946
32253
|
"""
|
|
31947
|
-
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50
|
|
32254
|
+
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is `50`.
|
|
31948
32255
|
"""
|
|
31949
32256
|
return pulumi.get(self, "autovacuum_analyze_threshold")
|
|
31950
32257
|
|
|
@@ -31952,7 +32259,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
31952
32259
|
@pulumi.getter(name="autovacuumFreezeMaxAge")
|
|
31953
32260
|
def autovacuum_freeze_max_age(self) -> Optional[builtins.int]:
|
|
31954
32261
|
"""
|
|
31955
|
-
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.
|
|
32262
|
+
Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart. Example: `200000000`.
|
|
31956
32263
|
"""
|
|
31957
32264
|
return pulumi.get(self, "autovacuum_freeze_max_age")
|
|
31958
32265
|
|
|
@@ -31960,7 +32267,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
31960
32267
|
@pulumi.getter(name="autovacuumMaxWorkers")
|
|
31961
32268
|
def autovacuum_max_workers(self) -> Optional[builtins.int]:
|
|
31962
32269
|
"""
|
|
31963
|
-
Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is
|
|
32270
|
+
Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is `3`. Changing this parameter causes a service restart.
|
|
31964
32271
|
"""
|
|
31965
32272
|
return pulumi.get(self, "autovacuum_max_workers")
|
|
31966
32273
|
|
|
@@ -31968,7 +32275,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
31968
32275
|
@pulumi.getter(name="autovacuumNaptime")
|
|
31969
32276
|
def autovacuum_naptime(self) -> Optional[builtins.int]:
|
|
31970
32277
|
"""
|
|
31971
|
-
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
32278
|
+
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
31972
32279
|
"""
|
|
31973
32280
|
return pulumi.get(self, "autovacuum_naptime")
|
|
31974
32281
|
|
|
@@ -31976,7 +32283,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
31976
32283
|
@pulumi.getter(name="autovacuumVacuumCostDelay")
|
|
31977
32284
|
def autovacuum_vacuum_cost_delay(self) -> Optional[builtins.int]:
|
|
31978
32285
|
"""
|
|
31979
|
-
Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
32286
|
+
Specifies the cost delay value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_delay value will be used. The default is `2` (upstream default).
|
|
31980
32287
|
"""
|
|
31981
32288
|
return pulumi.get(self, "autovacuum_vacuum_cost_delay")
|
|
31982
32289
|
|
|
@@ -31984,7 +32291,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
31984
32291
|
@pulumi.getter(name="autovacuumVacuumCostLimit")
|
|
31985
32292
|
def autovacuum_vacuum_cost_limit(self) -> Optional[builtins.int]:
|
|
31986
32293
|
"""
|
|
31987
|
-
Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
32294
|
+
Specifies the cost limit value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_limit value will be used. The default is `-1` (upstream default).
|
|
31988
32295
|
"""
|
|
31989
32296
|
return pulumi.get(self, "autovacuum_vacuum_cost_limit")
|
|
31990
32297
|
|
|
@@ -31992,7 +32299,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
31992
32299
|
@pulumi.getter(name="autovacuumVacuumScaleFactor")
|
|
31993
32300
|
def autovacuum_vacuum_scale_factor(self) -> Optional[builtins.float]:
|
|
31994
32301
|
"""
|
|
31995
|
-
Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM.
|
|
32302
|
+
Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
31996
32303
|
"""
|
|
31997
32304
|
return pulumi.get(self, "autovacuum_vacuum_scale_factor")
|
|
31998
32305
|
|
|
@@ -32000,7 +32307,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32000
32307
|
@pulumi.getter(name="autovacuumVacuumThreshold")
|
|
32001
32308
|
def autovacuum_vacuum_threshold(self) -> Optional[builtins.int]:
|
|
32002
32309
|
"""
|
|
32003
|
-
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50
|
|
32310
|
+
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is `50`.
|
|
32004
32311
|
"""
|
|
32005
32312
|
return pulumi.get(self, "autovacuum_vacuum_threshold")
|
|
32006
32313
|
|
|
@@ -32008,7 +32315,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32008
32315
|
@pulumi.getter(name="bgwriterDelay")
|
|
32009
32316
|
def bgwriter_delay(self) -> Optional[builtins.int]:
|
|
32010
32317
|
"""
|
|
32011
|
-
Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
32318
|
+
Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
32012
32319
|
"""
|
|
32013
32320
|
return pulumi.get(self, "bgwriter_delay")
|
|
32014
32321
|
|
|
@@ -32016,7 +32323,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32016
32323
|
@pulumi.getter(name="bgwriterFlushAfter")
|
|
32017
32324
|
def bgwriter_flush_after(self) -> Optional[builtins.int]:
|
|
32018
32325
|
"""
|
|
32019
|
-
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
|
|
32326
|
+
Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes. Setting of 0 disables forced writeback. The default is `512`. Example: `512`.
|
|
32020
32327
|
"""
|
|
32021
32328
|
return pulumi.get(self, "bgwriter_flush_after")
|
|
32022
32329
|
|
|
@@ -32024,7 +32331,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32024
32331
|
@pulumi.getter(name="bgwriterLruMaxpages")
|
|
32025
32332
|
def bgwriter_lru_maxpages(self) -> Optional[builtins.int]:
|
|
32026
32333
|
"""
|
|
32027
|
-
In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing.
|
|
32334
|
+
In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. The default is `100`. Example: `100`.
|
|
32028
32335
|
"""
|
|
32029
32336
|
return pulumi.get(self, "bgwriter_lru_maxpages")
|
|
32030
32337
|
|
|
@@ -32032,7 +32339,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32032
32339
|
@pulumi.getter(name="bgwriterLruMultiplier")
|
|
32033
32340
|
def bgwriter_lru_multiplier(self) -> Optional[builtins.float]:
|
|
32034
32341
|
"""
|
|
32035
|
-
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
|
|
32342
|
+
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`. Example: `2.0`.
|
|
32036
32343
|
"""
|
|
32037
32344
|
return pulumi.get(self, "bgwriter_lru_multiplier")
|
|
32038
32345
|
|
|
@@ -32040,7 +32347,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32040
32347
|
@pulumi.getter(name="deadlockTimeout")
|
|
32041
32348
|
def deadlock_timeout(self) -> Optional[builtins.int]:
|
|
32042
32349
|
"""
|
|
32043
|
-
This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Example: `1000`.
|
|
32350
|
+
This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. The default is `1000` (upstream default). Example: `1000`.
|
|
32044
32351
|
"""
|
|
32045
32352
|
return pulumi.get(self, "deadlock_timeout")
|
|
32046
32353
|
|
|
@@ -32048,7 +32355,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32048
32355
|
@pulumi.getter(name="defaultToastCompression")
|
|
32049
32356
|
def default_toast_compression(self) -> Optional[builtins.str]:
|
|
32050
32357
|
"""
|
|
32051
|
-
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
32358
|
+
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`.
|
|
32052
32359
|
"""
|
|
32053
32360
|
return pulumi.get(self, "default_toast_compression")
|
|
32054
32361
|
|
|
@@ -32072,7 +32379,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32072
32379
|
@pulumi.getter(name="logAutovacuumMinDuration")
|
|
32073
32380
|
def log_autovacuum_min_duration(self) -> Optional[builtins.int]:
|
|
32074
32381
|
"""
|
|
32075
|
-
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
|
|
32382
|
+
Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one disables logging autovacuum actions. The default is `1000`.
|
|
32076
32383
|
"""
|
|
32077
32384
|
return pulumi.get(self, "log_autovacuum_min_duration")
|
|
32078
32385
|
|
|
@@ -32112,7 +32419,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32112
32419
|
@pulumi.getter(name="maxFilesPerProcess")
|
|
32113
32420
|
def max_files_per_process(self) -> Optional[builtins.int]:
|
|
32114
32421
|
"""
|
|
32115
|
-
PostgreSQL maximum number of files that can be open per process.
|
|
32422
|
+
PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart.
|
|
32116
32423
|
"""
|
|
32117
32424
|
return pulumi.get(self, "max_files_per_process")
|
|
32118
32425
|
|
|
@@ -32120,7 +32427,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32120
32427
|
@pulumi.getter(name="maxLocksPerTransaction")
|
|
32121
32428
|
def max_locks_per_transaction(self) -> Optional[builtins.int]:
|
|
32122
32429
|
"""
|
|
32123
|
-
PostgreSQL maximum locks per transaction.
|
|
32430
|
+
PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
32124
32431
|
"""
|
|
32125
32432
|
return pulumi.get(self, "max_locks_per_transaction")
|
|
32126
32433
|
|
|
@@ -32128,7 +32435,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32128
32435
|
@pulumi.getter(name="maxLogicalReplicationWorkers")
|
|
32129
32436
|
def max_logical_replication_workers(self) -> Optional[builtins.int]:
|
|
32130
32437
|
"""
|
|
32131
|
-
PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
|
|
32438
|
+
PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). The default is `4` (upstream default). Changing this parameter causes a service restart.
|
|
32132
32439
|
"""
|
|
32133
32440
|
return pulumi.get(self, "max_logical_replication_workers")
|
|
32134
32441
|
|
|
@@ -32136,7 +32443,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32136
32443
|
@pulumi.getter(name="maxParallelWorkers")
|
|
32137
32444
|
def max_parallel_workers(self) -> Optional[builtins.int]:
|
|
32138
32445
|
"""
|
|
32139
|
-
Sets the maximum number of workers that the system can support for parallel queries.
|
|
32446
|
+
Sets the maximum number of workers that the system can support for parallel queries. The default is `8` (upstream default).
|
|
32140
32447
|
"""
|
|
32141
32448
|
return pulumi.get(self, "max_parallel_workers")
|
|
32142
32449
|
|
|
@@ -32144,7 +32451,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32144
32451
|
@pulumi.getter(name="maxParallelWorkersPerGather")
|
|
32145
32452
|
def max_parallel_workers_per_gather(self) -> Optional[builtins.int]:
|
|
32146
32453
|
"""
|
|
32147
|
-
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
32454
|
+
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is `2` (upstream default).
|
|
32148
32455
|
"""
|
|
32149
32456
|
return pulumi.get(self, "max_parallel_workers_per_gather")
|
|
32150
32457
|
|
|
@@ -32152,7 +32459,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32152
32459
|
@pulumi.getter(name="maxPredLocksPerTransaction")
|
|
32153
32460
|
def max_pred_locks_per_transaction(self) -> Optional[builtins.int]:
|
|
32154
32461
|
"""
|
|
32155
|
-
PostgreSQL maximum predicate locks per transaction.
|
|
32462
|
+
PostgreSQL maximum predicate locks per transaction. The default is `64` (upstream default). Changing this parameter causes a service restart.
|
|
32156
32463
|
"""
|
|
32157
32464
|
return pulumi.get(self, "max_pred_locks_per_transaction")
|
|
32158
32465
|
|
|
@@ -32160,7 +32467,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32160
32467
|
@pulumi.getter(name="maxPreparedTransactions")
|
|
32161
32468
|
def max_prepared_transactions(self) -> Optional[builtins.int]:
|
|
32162
32469
|
"""
|
|
32163
|
-
PostgreSQL maximum prepared transactions.
|
|
32470
|
+
PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
32164
32471
|
"""
|
|
32165
32472
|
return pulumi.get(self, "max_prepared_transactions")
|
|
32166
32473
|
|
|
@@ -32168,7 +32475,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32168
32475
|
@pulumi.getter(name="maxReplicationSlots")
|
|
32169
32476
|
def max_replication_slots(self) -> Optional[builtins.int]:
|
|
32170
32477
|
"""
|
|
32171
|
-
PostgreSQL maximum replication slots.
|
|
32478
|
+
PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
32172
32479
|
"""
|
|
32173
32480
|
return pulumi.get(self, "max_replication_slots")
|
|
32174
32481
|
|
|
@@ -32176,7 +32483,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32176
32483
|
@pulumi.getter(name="maxSlotWalKeepSize")
|
|
32177
32484
|
def max_slot_wal_keep_size(self) -> Optional[builtins.int]:
|
|
32178
32485
|
"""
|
|
32179
|
-
PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
32486
|
+
PostgreSQL maximum WAL size (MB) reserved for replication slots. If `-1` is specified, replication slots may retain an unlimited amount of WAL files. The default is `-1` (upstream default). wal_keep_size minimum WAL size setting takes precedence over this.
|
|
32180
32487
|
"""
|
|
32181
32488
|
return pulumi.get(self, "max_slot_wal_keep_size")
|
|
32182
32489
|
|
|
@@ -32184,7 +32491,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32184
32491
|
@pulumi.getter(name="maxStackDepth")
|
|
32185
32492
|
def max_stack_depth(self) -> Optional[builtins.int]:
|
|
32186
32493
|
"""
|
|
32187
|
-
Maximum depth of the stack in bytes.
|
|
32494
|
+
Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
32188
32495
|
"""
|
|
32189
32496
|
return pulumi.get(self, "max_stack_depth")
|
|
32190
32497
|
|
|
@@ -32192,7 +32499,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32192
32499
|
@pulumi.getter(name="maxStandbyArchiveDelay")
|
|
32193
32500
|
def max_standby_archive_delay(self) -> Optional[builtins.int]:
|
|
32194
32501
|
"""
|
|
32195
|
-
Max standby archive delay in milliseconds.
|
|
32502
|
+
Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
32196
32503
|
"""
|
|
32197
32504
|
return pulumi.get(self, "max_standby_archive_delay")
|
|
32198
32505
|
|
|
@@ -32200,7 +32507,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32200
32507
|
@pulumi.getter(name="maxStandbyStreamingDelay")
|
|
32201
32508
|
def max_standby_streaming_delay(self) -> Optional[builtins.int]:
|
|
32202
32509
|
"""
|
|
32203
|
-
Max standby streaming delay in milliseconds.
|
|
32510
|
+
Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
32204
32511
|
"""
|
|
32205
32512
|
return pulumi.get(self, "max_standby_streaming_delay")
|
|
32206
32513
|
|
|
@@ -32208,7 +32515,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32208
32515
|
@pulumi.getter(name="maxWalSenders")
|
|
32209
32516
|
def max_wal_senders(self) -> Optional[builtins.int]:
|
|
32210
32517
|
"""
|
|
32211
|
-
PostgreSQL maximum WAL senders.
|
|
32518
|
+
PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
32212
32519
|
"""
|
|
32213
32520
|
return pulumi.get(self, "max_wal_senders")
|
|
32214
32521
|
|
|
@@ -32216,7 +32523,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32216
32523
|
@pulumi.getter(name="maxWorkerProcesses")
|
|
32217
32524
|
def max_worker_processes(self) -> Optional[builtins.int]:
|
|
32218
32525
|
"""
|
|
32219
|
-
Sets the maximum number of background processes that the system can support.
|
|
32526
|
+
Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
32220
32527
|
"""
|
|
32221
32528
|
return pulumi.get(self, "max_worker_processes")
|
|
32222
32529
|
|
|
@@ -32232,7 +32539,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32232
32539
|
@pulumi.getter(name="pgPartmanBgwDotInterval")
|
|
32233
32540
|
def pg_partman_bgw_dot_interval(self) -> Optional[builtins.int]:
|
|
32234
32541
|
"""
|
|
32235
|
-
Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
32542
|
+
Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
32236
32543
|
"""
|
|
32237
32544
|
return pulumi.get(self, "pg_partman_bgw_dot_interval")
|
|
32238
32545
|
|
|
@@ -32248,7 +32555,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32248
32555
|
@pulumi.getter(name="pgStatStatementsDotTrack")
|
|
32249
32556
|
def pg_stat_statements_dot_track(self) -> Optional[builtins.str]:
|
|
32250
32557
|
"""
|
|
32251
|
-
Enum: `all`, `none`, `top`. 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
|
|
32558
|
+
Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default is `top`.
|
|
32252
32559
|
"""
|
|
32253
32560
|
return pulumi.get(self, "pg_stat_statements_dot_track")
|
|
32254
32561
|
|
|
@@ -32272,7 +32579,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32272
32579
|
@pulumi.getter(name="trackActivityQuerySize")
|
|
32273
32580
|
def track_activity_query_size(self) -> Optional[builtins.int]:
|
|
32274
32581
|
"""
|
|
32275
|
-
Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
32582
|
+
Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Example: `1024`.
|
|
32276
32583
|
"""
|
|
32277
32584
|
return pulumi.get(self, "track_activity_query_size")
|
|
32278
32585
|
|
|
@@ -32280,7 +32587,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32280
32587
|
@pulumi.getter(name="trackCommitTimestamp")
|
|
32281
32588
|
def track_commit_timestamp(self) -> Optional[builtins.str]:
|
|
32282
32589
|
"""
|
|
32283
|
-
Enum: `off`, `on`. Record commit time of transactions.
|
|
32590
|
+
Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
32284
32591
|
"""
|
|
32285
32592
|
return pulumi.get(self, "track_commit_timestamp")
|
|
32286
32593
|
|
|
@@ -32296,7 +32603,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32296
32603
|
@pulumi.getter(name="trackIoTiming")
|
|
32297
32604
|
def track_io_timing(self) -> Optional[builtins.str]:
|
|
32298
32605
|
"""
|
|
32299
|
-
Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
32606
|
+
Enum: `off`, `on`. Enables timing of database I/O calls. The default is `off`. When on, it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
32300
32607
|
"""
|
|
32301
32608
|
return pulumi.get(self, "track_io_timing")
|
|
32302
32609
|
|
|
@@ -32312,7 +32619,7 @@ class GetAlloydbomniAlloydbomniUserConfigPgResult(dict):
|
|
|
32312
32619
|
@pulumi.getter(name="walWriterDelay")
|
|
32313
32620
|
def wal_writer_delay(self) -> Optional[builtins.int]:
|
|
32314
32621
|
"""
|
|
32315
|
-
WAL flush interval in milliseconds.
|
|
32622
|
+
WAL flush interval in milliseconds. The default is `200`. Setting this parameter to a lower value may negatively impact performance. Example: `50`.
|
|
32316
32623
|
"""
|
|
32317
32624
|
return pulumi.get(self, "wal_writer_delay")
|
|
32318
32625
|
|
|
@@ -34043,6 +34350,7 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
34043
34350
|
additional_backup_regions: Optional[builtins.str] = None,
|
|
34044
34351
|
backup_hour: Optional[builtins.int] = None,
|
|
34045
34352
|
backup_minute: Optional[builtins.int] = None,
|
|
34353
|
+
enable_ipv6: Optional[builtins.bool] = None,
|
|
34046
34354
|
ip_filter_objects: Optional[Sequence['outputs.GetClickhouseClickhouseUserConfigIpFilterObjectResult']] = None,
|
|
34047
34355
|
ip_filter_strings: Optional[Sequence[builtins.str]] = None,
|
|
34048
34356
|
ip_filters: Optional[Sequence[builtins.str]] = None,
|
|
@@ -34058,6 +34366,7 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
34058
34366
|
:param builtins.str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
34059
34367
|
:param builtins.int 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. Example: `3`.
|
|
34060
34368
|
:param builtins.int 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. Example: `30`.
|
|
34369
|
+
:param builtins.bool enable_ipv6: Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
|
|
34061
34370
|
:param Sequence['GetClickhouseClickhouseUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
34062
34371
|
:param Sequence[builtins.str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
34063
34372
|
:param Sequence[builtins.str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -34076,6 +34385,8 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
34076
34385
|
pulumi.set(__self__, "backup_hour", backup_hour)
|
|
34077
34386
|
if backup_minute is not None:
|
|
34078
34387
|
pulumi.set(__self__, "backup_minute", backup_minute)
|
|
34388
|
+
if enable_ipv6 is not None:
|
|
34389
|
+
pulumi.set(__self__, "enable_ipv6", enable_ipv6)
|
|
34079
34390
|
if ip_filter_objects is not None:
|
|
34080
34391
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
34081
34392
|
if ip_filter_strings is not None:
|
|
@@ -34124,6 +34435,14 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
34124
34435
|
"""
|
|
34125
34436
|
return pulumi.get(self, "backup_minute")
|
|
34126
34437
|
|
|
34438
|
+
@property
|
|
34439
|
+
@pulumi.getter(name="enableIpv6")
|
|
34440
|
+
def enable_ipv6(self) -> Optional[builtins.bool]:
|
|
34441
|
+
"""
|
|
34442
|
+
Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
|
|
34443
|
+
"""
|
|
34444
|
+
return pulumi.get(self, "enable_ipv6")
|
|
34445
|
+
|
|
34127
34446
|
@property
|
|
34128
34447
|
@pulumi.getter(name="ipFilterObjects")
|
|
34129
34448
|
def ip_filter_objects(self) -> Optional[Sequence['outputs.GetClickhouseClickhouseUserConfigIpFilterObjectResult']]:
|
|
@@ -35954,7 +36273,7 @@ class GetGrafanaGrafanaUserConfigResult(dict):
|
|
|
35954
36273
|
:param Sequence[builtins.str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
35955
36274
|
:param Sequence[builtins.str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
35956
36275
|
:param builtins.bool metrics_enabled: Enable Grafana's /metrics endpoint.
|
|
35957
|
-
:param builtins.bool oauth_allow_insecure_email_lookup: Enforce user lookup based on email instead of the unique ID provided by the IdP.
|
|
36276
|
+
:param builtins.bool oauth_allow_insecure_email_lookup: Enforce user lookup based on email instead of the unique ID provided by the IdP. This setup introduces significant security risks, such as potential phishing, spoofing, and other data breaches.
|
|
35958
36277
|
:param 'GetGrafanaGrafanaUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
|
|
35959
36278
|
:param 'GetGrafanaGrafanaUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
35960
36279
|
:param builtins.str project_to_fork_from: Name of another project to fork a service from. This has effect only when a new service is being created. Example: `anotherprojectname`.
|
|
@@ -36296,7 +36615,7 @@ class GetGrafanaGrafanaUserConfigResult(dict):
|
|
|
36296
36615
|
@pulumi.getter(name="oauthAllowInsecureEmailLookup")
|
|
36297
36616
|
def oauth_allow_insecure_email_lookup(self) -> Optional[builtins.bool]:
|
|
36298
36617
|
"""
|
|
36299
|
-
Enforce user lookup based on email instead of the unique ID provided by the IdP.
|
|
36618
|
+
Enforce user lookup based on email instead of the unique ID provided by the IdP. This setup introduces significant security risks, such as potential phishing, spoofing, and other data breaches.
|
|
36300
36619
|
"""
|
|
36301
36620
|
return pulumi.get(self, "oauth_allow_insecure_email_lookup")
|
|
36302
36621
|
|
|
@@ -41445,6 +41764,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
41445
41764
|
flush_messages: Optional[builtins.str] = None,
|
|
41446
41765
|
flush_ms: Optional[builtins.str] = None,
|
|
41447
41766
|
index_interval_bytes: Optional[builtins.str] = None,
|
|
41767
|
+
inkless_enable: Optional[builtins.bool] = None,
|
|
41448
41768
|
local_retention_bytes: Optional[builtins.str] = None,
|
|
41449
41769
|
local_retention_ms: Optional[builtins.str] = None,
|
|
41450
41770
|
max_compaction_lag_ms: Optional[builtins.str] = None,
|
|
@@ -41473,6 +41793,7 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
41473
41793
|
:param builtins.str flush_messages: This setting allows specifying an interval at which we will force an fsync of data written to the log. For example if this was set to 1 we would fsync after every message; if it were 5 we would fsync after every five messages. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
|
|
41474
41794
|
:param builtins.str flush_ms: This setting allows specifying a time interval at which we will force an fsync of data written to the log. For example if this was set to 1000 we would fsync after 1000 ms had passed. In general we recommend you not set this and use replication for durability and allow the operating system's background flush capabilities as it is more efficient.
|
|
41475
41795
|
:param builtins.str index_interval_bytes: This setting controls how frequently Kafka adds an index entry to its offset index. The default setting ensures that we index a message roughly every 4096 bytes. More indexing allows reads to jump closer to the exact position in the log but makes the index larger. You probably don't need to change this.
|
|
41796
|
+
:param builtins.bool inkless_enable: Indicates whether inkless should be enabled. This is only available for BYOC services with Inkless feature enabled.
|
|
41476
41797
|
:param builtins.str local_retention_bytes: This configuration controls the maximum bytes tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the limit is equal to overall retention time. If set to -1, no limit is applied but it's possible only if overall retention is also -1.
|
|
41477
41798
|
:param builtins.str local_retention_ms: This configuration controls the maximum time tiered storage will retain segment files locally before it will discard old log segments to free up space. If set to -2, the time limit is equal to overall retention time. If set to -1, no time limit is applied but it's possible only if overall retention is also -1.
|
|
41478
41799
|
:param builtins.str max_compaction_lag_ms: The maximum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
@@ -41508,6 +41829,8 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
41508
41829
|
pulumi.set(__self__, "flush_ms", flush_ms)
|
|
41509
41830
|
if index_interval_bytes is not None:
|
|
41510
41831
|
pulumi.set(__self__, "index_interval_bytes", index_interval_bytes)
|
|
41832
|
+
if inkless_enable is not None:
|
|
41833
|
+
pulumi.set(__self__, "inkless_enable", inkless_enable)
|
|
41511
41834
|
if local_retention_bytes is not None:
|
|
41512
41835
|
pulumi.set(__self__, "local_retention_bytes", local_retention_bytes)
|
|
41513
41836
|
if local_retention_ms is not None:
|
|
@@ -41605,6 +41928,14 @@ class GetKafkaTopicConfigResult(dict):
|
|
|
41605
41928
|
"""
|
|
41606
41929
|
return pulumi.get(self, "index_interval_bytes")
|
|
41607
41930
|
|
|
41931
|
+
@property
|
|
41932
|
+
@pulumi.getter(name="inklessEnable")
|
|
41933
|
+
def inkless_enable(self) -> Optional[builtins.bool]:
|
|
41934
|
+
"""
|
|
41935
|
+
Indicates whether inkless should be enabled. This is only available for BYOC services with Inkless feature enabled.
|
|
41936
|
+
"""
|
|
41937
|
+
return pulumi.get(self, "inkless_enable")
|
|
41938
|
+
|
|
41608
41939
|
@property
|
|
41609
41940
|
@pulumi.getter(name="localRetentionBytes")
|
|
41610
41941
|
def local_retention_bytes(self) -> Optional[builtins.str]:
|
|
@@ -45491,7 +45822,9 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45491
45822
|
action_auto_create_index_enabled: Optional[builtins.bool] = None,
|
|
45492
45823
|
action_destructive_requires_name: Optional[builtins.bool] = None,
|
|
45493
45824
|
auth_failure_listeners: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersResult'] = None,
|
|
45825
|
+
cluster_filecache_remote_data_ratio: Optional[builtins.float] = None,
|
|
45494
45826
|
cluster_max_shards_per_node: Optional[builtins.int] = None,
|
|
45827
|
+
cluster_remote_store: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchClusterRemoteStoreResult'] = None,
|
|
45495
45828
|
cluster_routing_allocation_balance_prefer_primary: Optional[builtins.bool] = None,
|
|
45496
45829
|
cluster_routing_allocation_node_concurrent_recoveries: Optional[builtins.int] = None,
|
|
45497
45830
|
cluster_search_request_slowlog: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogResult'] = None,
|
|
@@ -45502,6 +45835,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45502
45835
|
enable_remote_backed_storage: Optional[builtins.bool] = None,
|
|
45503
45836
|
enable_searchable_snapshots: Optional[builtins.bool] = None,
|
|
45504
45837
|
enable_security_audit: Optional[builtins.bool] = None,
|
|
45838
|
+
enable_snapshot_api: Optional[builtins.bool] = None,
|
|
45505
45839
|
http_max_content_length: Optional[builtins.int] = None,
|
|
45506
45840
|
http_max_header_size: Optional[builtins.int] = None,
|
|
45507
45841
|
http_max_initial_line_length: Optional[builtins.int] = None,
|
|
@@ -45521,9 +45855,11 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45521
45855
|
ism_history_rollover_retention_period: Optional[builtins.int] = None,
|
|
45522
45856
|
knn_memory_circuit_breaker_enabled: Optional[builtins.bool] = None,
|
|
45523
45857
|
knn_memory_circuit_breaker_limit: Optional[builtins.int] = None,
|
|
45858
|
+
node_search_cache_size: Optional[builtins.str] = None,
|
|
45524
45859
|
override_main_response_version: Optional[builtins.bool] = None,
|
|
45525
45860
|
plugins_alerting_filter_by_backend_roles: Optional[builtins.bool] = None,
|
|
45526
45861
|
reindex_remote_whitelists: Optional[Sequence[builtins.str]] = None,
|
|
45862
|
+
remote_store: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchRemoteStoreResult'] = None,
|
|
45527
45863
|
script_max_compilations_rate: Optional[builtins.str] = None,
|
|
45528
45864
|
search_backpressure: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureResult'] = None,
|
|
45529
45865
|
search_insights_top_queries: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesResult'] = None,
|
|
@@ -45545,8 +45881,9 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45545
45881
|
:param builtins.bool action_auto_create_index_enabled: Explicitly allow or block automatic creation of indices. Defaults to true.
|
|
45546
45882
|
:param builtins.bool action_destructive_requires_name: Require explicit index names when deleting.
|
|
45547
45883
|
:param 'GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersArgs' auth_failure_listeners: Opensearch Security Plugin Settings
|
|
45884
|
+
:param builtins.float cluster_filecache_remote_data_ratio: Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 0.
|
|
45548
45885
|
:param builtins.int cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Example: `1000`.
|
|
45549
|
-
:param builtins.bool cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false.
|
|
45886
|
+
:param builtins.bool cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false.
|
|
45550
45887
|
:param builtins.int cluster_routing_allocation_node_concurrent_recoveries: How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
|
|
45551
45888
|
:param 'GetOpenSearchOpensearchUserConfigOpensearchDiskWatermarksArgs' disk_watermarks: Watermark settings
|
|
45552
45889
|
:param builtins.str email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
|
|
@@ -45555,6 +45892,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45555
45892
|
:param builtins.bool enable_remote_backed_storage: Enable remote-backed storage.
|
|
45556
45893
|
:param builtins.bool enable_searchable_snapshots: Enable searchable snapshots.
|
|
45557
45894
|
:param builtins.bool enable_security_audit: Enable/Disable security audit.
|
|
45895
|
+
:param builtins.bool enable_snapshot_api: Enable/Disable snapshot API for custom repositories, this requires security management to be enabled.
|
|
45558
45896
|
:param builtins.int http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
45559
45897
|
:param builtins.int http_max_header_size: The max size of allowed headers, in bytes. Example: `8192`.
|
|
45560
45898
|
:param builtins.int http_max_initial_line_length: The max length of an HTTP URL, in bytes. Example: `4096`.
|
|
@@ -45574,6 +45912,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45574
45912
|
:param builtins.int ism_history_rollover_retention_period: How long audit history indices are kept in days. Example: `30`.
|
|
45575
45913
|
:param builtins.bool knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
45576
45914
|
:param builtins.int knn_memory_circuit_breaker_limit: Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
|
|
45915
|
+
:param builtins.str node_search_cache_size: Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 5gb. Requires restarting all OpenSearch nodes.
|
|
45577
45916
|
:param builtins.bool override_main_response_version: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
45578
45917
|
:param builtins.bool plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
45579
45918
|
:param Sequence[builtins.str] reindex_remote_whitelists: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
@@ -45600,8 +45939,12 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45600
45939
|
pulumi.set(__self__, "action_destructive_requires_name", action_destructive_requires_name)
|
|
45601
45940
|
if auth_failure_listeners is not None:
|
|
45602
45941
|
pulumi.set(__self__, "auth_failure_listeners", auth_failure_listeners)
|
|
45942
|
+
if cluster_filecache_remote_data_ratio is not None:
|
|
45943
|
+
pulumi.set(__self__, "cluster_filecache_remote_data_ratio", cluster_filecache_remote_data_ratio)
|
|
45603
45944
|
if cluster_max_shards_per_node is not None:
|
|
45604
45945
|
pulumi.set(__self__, "cluster_max_shards_per_node", cluster_max_shards_per_node)
|
|
45946
|
+
if cluster_remote_store is not None:
|
|
45947
|
+
pulumi.set(__self__, "cluster_remote_store", cluster_remote_store)
|
|
45605
45948
|
if cluster_routing_allocation_balance_prefer_primary is not None:
|
|
45606
45949
|
pulumi.set(__self__, "cluster_routing_allocation_balance_prefer_primary", cluster_routing_allocation_balance_prefer_primary)
|
|
45607
45950
|
if cluster_routing_allocation_node_concurrent_recoveries is not None:
|
|
@@ -45622,6 +45965,8 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45622
45965
|
pulumi.set(__self__, "enable_searchable_snapshots", enable_searchable_snapshots)
|
|
45623
45966
|
if enable_security_audit is not None:
|
|
45624
45967
|
pulumi.set(__self__, "enable_security_audit", enable_security_audit)
|
|
45968
|
+
if enable_snapshot_api is not None:
|
|
45969
|
+
pulumi.set(__self__, "enable_snapshot_api", enable_snapshot_api)
|
|
45625
45970
|
if http_max_content_length is not None:
|
|
45626
45971
|
pulumi.set(__self__, "http_max_content_length", http_max_content_length)
|
|
45627
45972
|
if http_max_header_size is not None:
|
|
@@ -45660,12 +46005,16 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45660
46005
|
pulumi.set(__self__, "knn_memory_circuit_breaker_enabled", knn_memory_circuit_breaker_enabled)
|
|
45661
46006
|
if knn_memory_circuit_breaker_limit is not None:
|
|
45662
46007
|
pulumi.set(__self__, "knn_memory_circuit_breaker_limit", knn_memory_circuit_breaker_limit)
|
|
46008
|
+
if node_search_cache_size is not None:
|
|
46009
|
+
pulumi.set(__self__, "node_search_cache_size", node_search_cache_size)
|
|
45663
46010
|
if override_main_response_version is not None:
|
|
45664
46011
|
pulumi.set(__self__, "override_main_response_version", override_main_response_version)
|
|
45665
46012
|
if plugins_alerting_filter_by_backend_roles is not None:
|
|
45666
46013
|
pulumi.set(__self__, "plugins_alerting_filter_by_backend_roles", plugins_alerting_filter_by_backend_roles)
|
|
45667
46014
|
if reindex_remote_whitelists is not None:
|
|
45668
46015
|
pulumi.set(__self__, "reindex_remote_whitelists", reindex_remote_whitelists)
|
|
46016
|
+
if remote_store is not None:
|
|
46017
|
+
pulumi.set(__self__, "remote_store", remote_store)
|
|
45669
46018
|
if script_max_compilations_rate is not None:
|
|
45670
46019
|
pulumi.set(__self__, "script_max_compilations_rate", script_max_compilations_rate)
|
|
45671
46020
|
if search_backpressure is not None:
|
|
@@ -45725,6 +46074,14 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45725
46074
|
"""
|
|
45726
46075
|
return pulumi.get(self, "auth_failure_listeners")
|
|
45727
46076
|
|
|
46077
|
+
@property
|
|
46078
|
+
@pulumi.getter(name="clusterFilecacheRemoteDataRatio")
|
|
46079
|
+
def cluster_filecache_remote_data_ratio(self) -> Optional[builtins.float]:
|
|
46080
|
+
"""
|
|
46081
|
+
Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 0.
|
|
46082
|
+
"""
|
|
46083
|
+
return pulumi.get(self, "cluster_filecache_remote_data_ratio")
|
|
46084
|
+
|
|
45728
46085
|
@property
|
|
45729
46086
|
@pulumi.getter(name="clusterMaxShardsPerNode")
|
|
45730
46087
|
def cluster_max_shards_per_node(self) -> Optional[builtins.int]:
|
|
@@ -45733,11 +46090,16 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45733
46090
|
"""
|
|
45734
46091
|
return pulumi.get(self, "cluster_max_shards_per_node")
|
|
45735
46092
|
|
|
46093
|
+
@property
|
|
46094
|
+
@pulumi.getter(name="clusterRemoteStore")
|
|
46095
|
+
def cluster_remote_store(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchClusterRemoteStoreResult']:
|
|
46096
|
+
return pulumi.get(self, "cluster_remote_store")
|
|
46097
|
+
|
|
45736
46098
|
@property
|
|
45737
46099
|
@pulumi.getter(name="clusterRoutingAllocationBalancePreferPrimary")
|
|
45738
46100
|
def cluster_routing_allocation_balance_prefer_primary(self) -> Optional[builtins.bool]:
|
|
45739
46101
|
"""
|
|
45740
|
-
When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false.
|
|
46102
|
+
When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false.
|
|
45741
46103
|
"""
|
|
45742
46104
|
return pulumi.get(self, "cluster_routing_allocation_balance_prefer_primary")
|
|
45743
46105
|
|
|
@@ -45810,6 +46172,14 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45810
46172
|
"""
|
|
45811
46173
|
return pulumi.get(self, "enable_security_audit")
|
|
45812
46174
|
|
|
46175
|
+
@property
|
|
46176
|
+
@pulumi.getter(name="enableSnapshotApi")
|
|
46177
|
+
def enable_snapshot_api(self) -> Optional[builtins.bool]:
|
|
46178
|
+
"""
|
|
46179
|
+
Enable/Disable snapshot API for custom repositories, this requires security management to be enabled.
|
|
46180
|
+
"""
|
|
46181
|
+
return pulumi.get(self, "enable_snapshot_api")
|
|
46182
|
+
|
|
45813
46183
|
@property
|
|
45814
46184
|
@pulumi.getter(name="httpMaxContentLength")
|
|
45815
46185
|
def http_max_content_length(self) -> Optional[builtins.int]:
|
|
@@ -45962,6 +46332,14 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45962
46332
|
"""
|
|
45963
46333
|
return pulumi.get(self, "knn_memory_circuit_breaker_limit")
|
|
45964
46334
|
|
|
46335
|
+
@property
|
|
46336
|
+
@pulumi.getter(name="nodeSearchCacheSize")
|
|
46337
|
+
def node_search_cache_size(self) -> Optional[builtins.str]:
|
|
46338
|
+
"""
|
|
46339
|
+
Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 5gb. Requires restarting all OpenSearch nodes.
|
|
46340
|
+
"""
|
|
46341
|
+
return pulumi.get(self, "node_search_cache_size")
|
|
46342
|
+
|
|
45965
46343
|
@property
|
|
45966
46344
|
@pulumi.getter(name="overrideMainResponseVersion")
|
|
45967
46345
|
def override_main_response_version(self) -> Optional[builtins.bool]:
|
|
@@ -45986,6 +46364,11 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
|
|
|
45986
46364
|
"""
|
|
45987
46365
|
return pulumi.get(self, "reindex_remote_whitelists")
|
|
45988
46366
|
|
|
46367
|
+
@property
|
|
46368
|
+
@pulumi.getter(name="remoteStore")
|
|
46369
|
+
def remote_store(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchRemoteStoreResult']:
|
|
46370
|
+
return pulumi.get(self, "remote_store")
|
|
46371
|
+
|
|
45989
46372
|
@property
|
|
45990
46373
|
@pulumi.getter(name="scriptMaxCompilationsRate")
|
|
45991
46374
|
def script_max_compilations_rate(self) -> Optional[builtins.str]:
|
|
@@ -46318,6 +46701,61 @@ class GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimit
|
|
|
46318
46701
|
return pulumi.get(self, "type")
|
|
46319
46702
|
|
|
46320
46703
|
|
|
46704
|
+
@pulumi.output_type
|
|
46705
|
+
class GetOpenSearchOpensearchUserConfigOpensearchClusterRemoteStoreResult(dict):
|
|
46706
|
+
def __init__(__self__, *,
|
|
46707
|
+
state_global_metadata_upload_timeout: Optional[builtins.str] = None,
|
|
46708
|
+
state_metadata_manifest_upload_timeout: Optional[builtins.str] = None,
|
|
46709
|
+
translog_buffer_interval: Optional[builtins.str] = None,
|
|
46710
|
+
translog_max_readers: Optional[builtins.int] = None):
|
|
46711
|
+
"""
|
|
46712
|
+
:param builtins.str state_global_metadata_upload_timeout: The amount of time to wait for the cluster state upload to complete. Defaults to 20s.
|
|
46713
|
+
:param builtins.str state_metadata_manifest_upload_timeout: The amount of time to wait for the manifest file upload to complete. The manifest file contains the details of each of the files uploaded for a single cluster state, both index metadata files and global metadata files. Defaults to 20s.
|
|
46714
|
+
:param builtins.str translog_buffer_interval: The default value of the translog buffer interval used when performing periodic translog updates. This setting is only effective when the index setting `index.remote_store.translog.buffer_interval` is not present. Defaults to 650ms.
|
|
46715
|
+
:param builtins.int translog_max_readers: Sets the maximum number of open translog files for remote-backed indexes. This limits the total number of translog files per shard. After reaching this limit, the remote store flushes the translog files. Default is 1000. The minimum required is 100. Example: `1000`.
|
|
46716
|
+
"""
|
|
46717
|
+
if state_global_metadata_upload_timeout is not None:
|
|
46718
|
+
pulumi.set(__self__, "state_global_metadata_upload_timeout", state_global_metadata_upload_timeout)
|
|
46719
|
+
if state_metadata_manifest_upload_timeout is not None:
|
|
46720
|
+
pulumi.set(__self__, "state_metadata_manifest_upload_timeout", state_metadata_manifest_upload_timeout)
|
|
46721
|
+
if translog_buffer_interval is not None:
|
|
46722
|
+
pulumi.set(__self__, "translog_buffer_interval", translog_buffer_interval)
|
|
46723
|
+
if translog_max_readers is not None:
|
|
46724
|
+
pulumi.set(__self__, "translog_max_readers", translog_max_readers)
|
|
46725
|
+
|
|
46726
|
+
@property
|
|
46727
|
+
@pulumi.getter(name="stateGlobalMetadataUploadTimeout")
|
|
46728
|
+
def state_global_metadata_upload_timeout(self) -> Optional[builtins.str]:
|
|
46729
|
+
"""
|
|
46730
|
+
The amount of time to wait for the cluster state upload to complete. Defaults to 20s.
|
|
46731
|
+
"""
|
|
46732
|
+
return pulumi.get(self, "state_global_metadata_upload_timeout")
|
|
46733
|
+
|
|
46734
|
+
@property
|
|
46735
|
+
@pulumi.getter(name="stateMetadataManifestUploadTimeout")
|
|
46736
|
+
def state_metadata_manifest_upload_timeout(self) -> Optional[builtins.str]:
|
|
46737
|
+
"""
|
|
46738
|
+
The amount of time to wait for the manifest file upload to complete. The manifest file contains the details of each of the files uploaded for a single cluster state, both index metadata files and global metadata files. Defaults to 20s.
|
|
46739
|
+
"""
|
|
46740
|
+
return pulumi.get(self, "state_metadata_manifest_upload_timeout")
|
|
46741
|
+
|
|
46742
|
+
@property
|
|
46743
|
+
@pulumi.getter(name="translogBufferInterval")
|
|
46744
|
+
def translog_buffer_interval(self) -> Optional[builtins.str]:
|
|
46745
|
+
"""
|
|
46746
|
+
The default value of the translog buffer interval used when performing periodic translog updates. This setting is only effective when the index setting `index.remote_store.translog.buffer_interval` is not present. Defaults to 650ms.
|
|
46747
|
+
"""
|
|
46748
|
+
return pulumi.get(self, "translog_buffer_interval")
|
|
46749
|
+
|
|
46750
|
+
@property
|
|
46751
|
+
@pulumi.getter(name="translogMaxReaders")
|
|
46752
|
+
def translog_max_readers(self) -> Optional[builtins.int]:
|
|
46753
|
+
"""
|
|
46754
|
+
Sets the maximum number of open translog files for remote-backed indexes. This limits the total number of translog files per shard. After reaching this limit, the remote store flushes the translog files. Default is 1000. The minimum required is 100. Example: `1000`.
|
|
46755
|
+
"""
|
|
46756
|
+
return pulumi.get(self, "translog_max_readers")
|
|
46757
|
+
|
|
46758
|
+
|
|
46321
46759
|
@pulumi.output_type
|
|
46322
46760
|
class GetOpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogResult(dict):
|
|
46323
46761
|
def __init__(__self__, *,
|
|
@@ -46495,6 +46933,61 @@ class GetOpenSearchOpensearchUserConfigOpensearchDiskWatermarksResult(dict):
|
|
|
46495
46933
|
return pulumi.get(self, "low")
|
|
46496
46934
|
|
|
46497
46935
|
|
|
46936
|
+
@pulumi.output_type
|
|
46937
|
+
class GetOpenSearchOpensearchUserConfigOpensearchRemoteStoreResult(dict):
|
|
46938
|
+
def __init__(__self__, *,
|
|
46939
|
+
segment_pressure_bytes_lag_variance_factor: Optional[builtins.float] = None,
|
|
46940
|
+
segment_pressure_consecutive_failures_limit: Optional[builtins.int] = None,
|
|
46941
|
+
segment_pressure_enabled: Optional[builtins.bool] = None,
|
|
46942
|
+
segment_pressure_time_lag_variance_factor: Optional[builtins.float] = None):
|
|
46943
|
+
"""
|
|
46944
|
+
:param builtins.float segment_pressure_bytes_lag_variance_factor: The variance factor that is used together with the moving average to calculate the dynamic bytes lag threshold for activating remote segment backpressure. Defaults to 10.
|
|
46945
|
+
:param builtins.int segment_pressure_consecutive_failures_limit: The minimum consecutive failure count for activating remote segment backpressure. Defaults to 5.
|
|
46946
|
+
:param builtins.bool segment_pressure_enabled: Enables remote segment backpressure. Default is `true`.
|
|
46947
|
+
:param builtins.float segment_pressure_time_lag_variance_factor: The variance factor that is used together with the moving average to calculate the dynamic time lag threshold for activating remote segment backpressure. Defaults to 10.
|
|
46948
|
+
"""
|
|
46949
|
+
if segment_pressure_bytes_lag_variance_factor is not None:
|
|
46950
|
+
pulumi.set(__self__, "segment_pressure_bytes_lag_variance_factor", segment_pressure_bytes_lag_variance_factor)
|
|
46951
|
+
if segment_pressure_consecutive_failures_limit is not None:
|
|
46952
|
+
pulumi.set(__self__, "segment_pressure_consecutive_failures_limit", segment_pressure_consecutive_failures_limit)
|
|
46953
|
+
if segment_pressure_enabled is not None:
|
|
46954
|
+
pulumi.set(__self__, "segment_pressure_enabled", segment_pressure_enabled)
|
|
46955
|
+
if segment_pressure_time_lag_variance_factor is not None:
|
|
46956
|
+
pulumi.set(__self__, "segment_pressure_time_lag_variance_factor", segment_pressure_time_lag_variance_factor)
|
|
46957
|
+
|
|
46958
|
+
@property
|
|
46959
|
+
@pulumi.getter(name="segmentPressureBytesLagVarianceFactor")
|
|
46960
|
+
def segment_pressure_bytes_lag_variance_factor(self) -> Optional[builtins.float]:
|
|
46961
|
+
"""
|
|
46962
|
+
The variance factor that is used together with the moving average to calculate the dynamic bytes lag threshold for activating remote segment backpressure. Defaults to 10.
|
|
46963
|
+
"""
|
|
46964
|
+
return pulumi.get(self, "segment_pressure_bytes_lag_variance_factor")
|
|
46965
|
+
|
|
46966
|
+
@property
|
|
46967
|
+
@pulumi.getter(name="segmentPressureConsecutiveFailuresLimit")
|
|
46968
|
+
def segment_pressure_consecutive_failures_limit(self) -> Optional[builtins.int]:
|
|
46969
|
+
"""
|
|
46970
|
+
The minimum consecutive failure count for activating remote segment backpressure. Defaults to 5.
|
|
46971
|
+
"""
|
|
46972
|
+
return pulumi.get(self, "segment_pressure_consecutive_failures_limit")
|
|
46973
|
+
|
|
46974
|
+
@property
|
|
46975
|
+
@pulumi.getter(name="segmentPressureEnabled")
|
|
46976
|
+
def segment_pressure_enabled(self) -> Optional[builtins.bool]:
|
|
46977
|
+
"""
|
|
46978
|
+
Enables remote segment backpressure. Default is `true`.
|
|
46979
|
+
"""
|
|
46980
|
+
return pulumi.get(self, "segment_pressure_enabled")
|
|
46981
|
+
|
|
46982
|
+
@property
|
|
46983
|
+
@pulumi.getter(name="segmentPressureTimeLagVarianceFactor")
|
|
46984
|
+
def segment_pressure_time_lag_variance_factor(self) -> Optional[builtins.float]:
|
|
46985
|
+
"""
|
|
46986
|
+
The variance factor that is used together with the moving average to calculate the dynamic time lag threshold for activating remote segment backpressure. Defaults to 10.
|
|
46987
|
+
"""
|
|
46988
|
+
return pulumi.get(self, "segment_pressure_time_lag_variance_factor")
|
|
46989
|
+
|
|
46990
|
+
|
|
46498
46991
|
@pulumi.output_type
|
|
46499
46992
|
class GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureResult(dict):
|
|
46500
46993
|
def __init__(__self__, *,
|
|
@@ -47733,10 +48226,10 @@ class GetOrganizationBillingGroupListBillingGroupResult(dict):
|
|
|
47733
48226
|
def __init__(__self__, *,
|
|
47734
48227
|
billing_address_id: builtins.str,
|
|
47735
48228
|
billing_contact_emails: Sequence[builtins.str],
|
|
47736
|
-
billing_currency: builtins.str,
|
|
47737
48229
|
billing_emails: Sequence[builtins.str],
|
|
47738
48230
|
billing_group_id: builtins.str,
|
|
47739
48231
|
billing_group_name: builtins.str,
|
|
48232
|
+
currency: builtins.str,
|
|
47740
48233
|
custom_invoice_text: builtins.str,
|
|
47741
48234
|
organization_id: builtins.str,
|
|
47742
48235
|
payment_method_id: builtins.str,
|
|
@@ -47745,10 +48238,10 @@ class GetOrganizationBillingGroupListBillingGroupResult(dict):
|
|
|
47745
48238
|
"""
|
|
47746
48239
|
:param builtins.str billing_address_id: Billing address ID.
|
|
47747
48240
|
:param Sequence[builtins.str] billing_contact_emails: List of billing contact emails.
|
|
47748
|
-
:param builtins.str billing_currency: Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
47749
48241
|
:param Sequence[builtins.str] billing_emails: List of billing contact emails.
|
|
47750
48242
|
:param builtins.str billing_group_id: Billing group ID.
|
|
47751
48243
|
:param builtins.str billing_group_name: Billing Group Name.
|
|
48244
|
+
:param builtins.str currency: Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
47752
48245
|
:param builtins.str custom_invoice_text: Extra billing text.
|
|
47753
48246
|
:param builtins.str organization_id: Organization ID.
|
|
47754
48247
|
:param builtins.str payment_method_id: Payment method ID.
|
|
@@ -47757,10 +48250,10 @@ class GetOrganizationBillingGroupListBillingGroupResult(dict):
|
|
|
47757
48250
|
"""
|
|
47758
48251
|
pulumi.set(__self__, "billing_address_id", billing_address_id)
|
|
47759
48252
|
pulumi.set(__self__, "billing_contact_emails", billing_contact_emails)
|
|
47760
|
-
pulumi.set(__self__, "billing_currency", billing_currency)
|
|
47761
48253
|
pulumi.set(__self__, "billing_emails", billing_emails)
|
|
47762
48254
|
pulumi.set(__self__, "billing_group_id", billing_group_id)
|
|
47763
48255
|
pulumi.set(__self__, "billing_group_name", billing_group_name)
|
|
48256
|
+
pulumi.set(__self__, "currency", currency)
|
|
47764
48257
|
pulumi.set(__self__, "custom_invoice_text", custom_invoice_text)
|
|
47765
48258
|
pulumi.set(__self__, "organization_id", organization_id)
|
|
47766
48259
|
pulumi.set(__self__, "payment_method_id", payment_method_id)
|
|
@@ -47783,14 +48276,6 @@ class GetOrganizationBillingGroupListBillingGroupResult(dict):
|
|
|
47783
48276
|
"""
|
|
47784
48277
|
return pulumi.get(self, "billing_contact_emails")
|
|
47785
48278
|
|
|
47786
|
-
@property
|
|
47787
|
-
@pulumi.getter(name="billingCurrency")
|
|
47788
|
-
def billing_currency(self) -> builtins.str:
|
|
47789
|
-
"""
|
|
47790
|
-
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
47791
|
-
"""
|
|
47792
|
-
return pulumi.get(self, "billing_currency")
|
|
47793
|
-
|
|
47794
48279
|
@property
|
|
47795
48280
|
@pulumi.getter(name="billingEmails")
|
|
47796
48281
|
def billing_emails(self) -> Sequence[builtins.str]:
|
|
@@ -47815,6 +48300,14 @@ class GetOrganizationBillingGroupListBillingGroupResult(dict):
|
|
|
47815
48300
|
"""
|
|
47816
48301
|
return pulumi.get(self, "billing_group_name")
|
|
47817
48302
|
|
|
48303
|
+
@property
|
|
48304
|
+
@pulumi.getter
|
|
48305
|
+
def currency(self) -> builtins.str:
|
|
48306
|
+
"""
|
|
48307
|
+
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
48308
|
+
"""
|
|
48309
|
+
return pulumi.get(self, "currency")
|
|
48310
|
+
|
|
47818
48311
|
@property
|
|
47819
48312
|
@pulumi.getter(name="customInvoiceText")
|
|
47820
48313
|
def custom_invoice_text(self) -> builtins.str:
|
|
@@ -48538,7 +49031,7 @@ class GetPgPgUserConfigResult(dict):
|
|
|
48538
49031
|
:param 'GetPgPgUserConfigPgQualstatsArgs' pg_qualstats: System-wide settings for the pg_qualstats extension
|
|
48539
49032
|
:param builtins.bool pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
|
|
48540
49033
|
:param builtins.str pg_service_to_fork_from: Name of the PG Service from which to fork (deprecated, use service_to_fork_from). This has effect only when a new service is being created. Example: `anotherservicename`.
|
|
48541
|
-
:param builtins.bool pg_stat_monitor_enable: Enable the pg_stat_monitor extension.
|
|
49034
|
+
:param builtins.bool pg_stat_monitor_enable: Enable the pg_stat_monitor extension. Changing this parameter causes a service restart. When this extension is enabled, pg_stat_statements results for utility commands are unreliable. Default: `false`.
|
|
48542
49035
|
:param builtins.str pg_version: Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
|
|
48543
49036
|
:param 'GetPgPgUserConfigPgauditArgs' pgaudit: System-wide settings for the pgaudit extension
|
|
48544
49037
|
:param 'GetPgPgUserConfigPgbouncerArgs' pgbouncer: PGBouncer connection pooling settings
|
|
@@ -48550,12 +49043,12 @@ class GetPgPgUserConfigResult(dict):
|
|
|
48550
49043
|
:param builtins.str recovery_target_time: Recovery target time when forking a service. This has effect only when a new service is being created. Example: `2019-01-01 23:34:45`.
|
|
48551
49044
|
:param builtins.bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
48552
49045
|
:param builtins.str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
|
|
48553
|
-
:param builtins.float 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. Example: `41.5`.
|
|
49046
|
+
:param builtins.float shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Changing this parameter causes a service restart. Example: `41.5`.
|
|
48554
49047
|
:param builtins.bool static_ips: Use static public IP addresses.
|
|
48555
49048
|
:param builtins.str synchronous_replication: Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
48556
49049
|
:param 'GetPgPgUserConfigTimescaledbArgs' timescaledb: System-wide settings for the timescaledb extension
|
|
48557
49050
|
:param builtins.str variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
48558
|
-
:param builtins.int 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.
|
|
49051
|
+
:param builtins.int work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. The default is 1MB + 0.075% of total RAM (up to 32MB). Example: `4`.
|
|
48559
49052
|
"""
|
|
48560
49053
|
if additional_backup_regions is not None:
|
|
48561
49054
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
@@ -48740,7 +49233,7 @@ class GetPgPgUserConfigResult(dict):
|
|
|
48740
49233
|
@pulumi.getter(name="pgStatMonitorEnable")
|
|
48741
49234
|
def pg_stat_monitor_enable(self) -> Optional[builtins.bool]:
|
|
48742
49235
|
"""
|
|
48743
|
-
Enable the pg_stat_monitor extension.
|
|
49236
|
+
Enable the pg_stat_monitor extension. Changing this parameter causes a service restart. When this extension is enabled, pg_stat_statements results for utility commands are unreliable. Default: `false`.
|
|
48744
49237
|
"""
|
|
48745
49238
|
return pulumi.get(self, "pg_stat_monitor_enable")
|
|
48746
49239
|
|
|
@@ -48836,7 +49329,7 @@ class GetPgPgUserConfigResult(dict):
|
|
|
48836
49329
|
@pulumi.getter(name="sharedBuffersPercentage")
|
|
48837
49330
|
def shared_buffers_percentage(self) -> Optional[builtins.float]:
|
|
48838
49331
|
"""
|
|
48839
|
-
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. Example: `41.5`.
|
|
49332
|
+
Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Changing this parameter causes a service restart. Example: `41.5`.
|
|
48840
49333
|
"""
|
|
48841
49334
|
return pulumi.get(self, "shared_buffers_percentage")
|
|
48842
49335
|
|
|
@@ -48876,7 +49369,7 @@ class GetPgPgUserConfigResult(dict):
|
|
|
48876
49369
|
@pulumi.getter(name="workMem")
|
|
48877
49370
|
def work_mem(self) -> Optional[builtins.int]:
|
|
48878
49371
|
"""
|
|
48879
|
-
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.
|
|
49372
|
+
Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. The default is 1MB + 0.075% of total RAM (up to 32MB). Example: `4`.
|
|
48880
49373
|
"""
|
|
48881
49374
|
return pulumi.get(self, "work_mem")
|
|
48882
49375
|
|
|
@@ -49078,56 +49571,56 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49078
49571
|
wal_sender_timeout: Optional[builtins.int] = None,
|
|
49079
49572
|
wal_writer_delay: Optional[builtins.int] = None):
|
|
49080
49573
|
"""
|
|
49081
|
-
:param builtins.float autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE.
|
|
49082
|
-
:param builtins.int 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
|
|
49083
|
-
:param builtins.int 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.
|
|
49084
|
-
:param builtins.int 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
|
|
49085
|
-
:param builtins.int autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
49086
|
-
:param builtins.int autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
49087
|
-
:param builtins.int autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
49088
|
-
:param builtins.float autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM.
|
|
49089
|
-
:param builtins.int 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
|
|
49090
|
-
:param builtins.int bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
49091
|
-
:param builtins.int 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
|
|
49092
|
-
:param builtins.int 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.
|
|
49093
|
-
:param builtins.float 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
|
|
49094
|
-
:param builtins.int 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. Example: `1000`.
|
|
49095
|
-
:param builtins.str default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
49574
|
+
:param builtins.float autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
49575
|
+
:param builtins.int 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`.
|
|
49576
|
+
:param builtins.int autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart. Example: `200000000`.
|
|
49577
|
+
:param builtins.int autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is `3`. Changing this parameter causes a service restart.
|
|
49578
|
+
:param builtins.int autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
49579
|
+
:param builtins.int autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_delay value will be used. The default is `2` (upstream default).
|
|
49580
|
+
:param builtins.int autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_limit value will be used. The default is `-1` (upstream default).
|
|
49581
|
+
:param builtins.float autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
49582
|
+
:param builtins.int 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`.
|
|
49583
|
+
:param builtins.int bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
49584
|
+
:param builtins.int bgwriter_flush_after: Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes. Setting of 0 disables forced writeback. The default is `512`. Example: `512`.
|
|
49585
|
+
:param builtins.int bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. The default is `100`. Example: `100`.
|
|
49586
|
+
:param builtins.float 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`. Example: `2.0`.
|
|
49587
|
+
:param builtins.int deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. The default is `1000` (upstream default). Example: `1000`.
|
|
49588
|
+
:param builtins.str default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`. Only available for PostgreSQL 14+.
|
|
49096
49589
|
:param builtins.int idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
|
|
49097
49590
|
:param builtins.bool jit: Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
49098
|
-
:param builtins.int 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
|
|
49591
|
+
:param builtins.int log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one disables logging autovacuum actions. The default is `1000`.
|
|
49099
49592
|
:param builtins.str log_error_verbosity: Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
|
|
49100
49593
|
:param builtins.str log_line_prefix: Enum: `'%m [%p] %q[user=%u,db=%d,app=%a] '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h,txid=%x,qid=%Q '`. Choose from one of the available log formats.
|
|
49101
49594
|
:param builtins.int log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
49102
49595
|
:param builtins.int log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
49103
|
-
:param builtins.int max_files_per_process: PostgreSQL maximum number of files that can be open per process.
|
|
49104
|
-
:param builtins.int max_locks_per_transaction: PostgreSQL maximum locks per transaction.
|
|
49105
|
-
:param builtins.int max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
|
|
49106
|
-
:param builtins.int max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries.
|
|
49107
|
-
:param builtins.int max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
49108
|
-
:param builtins.int max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction.
|
|
49109
|
-
:param builtins.int max_prepared_transactions: PostgreSQL maximum prepared transactions.
|
|
49110
|
-
:param builtins.int max_replication_slots: PostgreSQL maximum replication slots.
|
|
49111
|
-
:param builtins.int max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
49112
|
-
:param builtins.int max_stack_depth: Maximum depth of the stack in bytes.
|
|
49113
|
-
:param builtins.int max_standby_archive_delay: Max standby archive delay in milliseconds.
|
|
49114
|
-
:param builtins.int max_standby_streaming_delay: Max standby streaming delay in milliseconds.
|
|
49115
|
-
:param builtins.int max_wal_senders: PostgreSQL maximum WAL senders.
|
|
49116
|
-
:param builtins.int max_worker_processes: Sets the maximum number of background processes that the system can support.
|
|
49596
|
+
:param builtins.int max_files_per_process: PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart.
|
|
49597
|
+
:param builtins.int max_locks_per_transaction: PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
49598
|
+
:param builtins.int max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). The default is `4` (upstream default). Changing this parameter causes a service restart.
|
|
49599
|
+
:param builtins.int max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries. The default is `8` (upstream default).
|
|
49600
|
+
:param builtins.int max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is `2` (upstream default).
|
|
49601
|
+
:param builtins.int max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction. The default is `64` (upstream default). Changing this parameter causes a service restart.
|
|
49602
|
+
:param builtins.int max_prepared_transactions: PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
49603
|
+
:param builtins.int max_replication_slots: PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
49604
|
+
:param builtins.int max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. If `-1` is specified, replication slots may retain an unlimited amount of WAL files. The default is `-1` (upstream default). wal_keep_size minimum WAL size setting takes precedence over this.
|
|
49605
|
+
:param builtins.int max_stack_depth: Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
49606
|
+
:param builtins.int max_standby_archive_delay: Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
49607
|
+
:param builtins.int max_standby_streaming_delay: Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
49608
|
+
:param builtins.int max_wal_senders: PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
49609
|
+
:param builtins.int max_worker_processes: Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
49117
49610
|
:param builtins.str password_encryption: Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords. Default: `md5`.
|
|
49118
|
-
:param builtins.int pg_partman_bgw_dot_interval: Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
49611
|
+
:param builtins.int pg_partman_bgw_dot_interval: Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
49119
49612
|
:param builtins.str pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
|
|
49120
|
-
:param builtins.bool pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring.
|
|
49121
|
-
:param builtins.int pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets. Example: `10`.
|
|
49122
|
-
:param builtins.str pg_stat_statements_dot_track: Enum: `all`, `none`, `top`. 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
|
|
49613
|
+
:param builtins.bool pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring. Changing this parameter causes a service restart. Only available for PostgreSQL 13+.
|
|
49614
|
+
:param builtins.int pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Example: `10`.
|
|
49615
|
+
:param builtins.str pg_stat_statements_dot_track: Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default is `top`.
|
|
49123
49616
|
:param builtins.int temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Example: `5000000`.
|
|
49124
49617
|
:param builtins.str timezone: PostgreSQL service timezone. Example: `Europe/Helsinki`.
|
|
49125
|
-
:param builtins.int track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
49126
|
-
:param builtins.str track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions.
|
|
49618
|
+
:param builtins.int track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Example: `1024`.
|
|
49619
|
+
:param builtins.str track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
49127
49620
|
:param builtins.str track_functions: Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
|
|
49128
|
-
:param builtins.str track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
49621
|
+
:param builtins.str track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls. The default is `off`. When on, it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
49129
49622
|
:param builtins.int 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. Example: `60000`.
|
|
49130
|
-
:param builtins.int wal_writer_delay: WAL flush interval in milliseconds.
|
|
49623
|
+
:param builtins.int wal_writer_delay: WAL flush interval in milliseconds. The default is `200`. Setting this parameter to a lower value may negatively impact performance. Example: `50`.
|
|
49131
49624
|
"""
|
|
49132
49625
|
if autovacuum_analyze_scale_factor is not None:
|
|
49133
49626
|
pulumi.set(__self__, "autovacuum_analyze_scale_factor", autovacuum_analyze_scale_factor)
|
|
@@ -49234,7 +49727,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49234
49727
|
@pulumi.getter(name="autovacuumAnalyzeScaleFactor")
|
|
49235
49728
|
def autovacuum_analyze_scale_factor(self) -> Optional[builtins.float]:
|
|
49236
49729
|
"""
|
|
49237
|
-
Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE.
|
|
49730
|
+
Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
49238
49731
|
"""
|
|
49239
49732
|
return pulumi.get(self, "autovacuum_analyze_scale_factor")
|
|
49240
49733
|
|
|
@@ -49242,7 +49735,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49242
49735
|
@pulumi.getter(name="autovacuumAnalyzeThreshold")
|
|
49243
49736
|
def autovacuum_analyze_threshold(self) -> Optional[builtins.int]:
|
|
49244
49737
|
"""
|
|
49245
|
-
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50
|
|
49738
|
+
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is `50`.
|
|
49246
49739
|
"""
|
|
49247
49740
|
return pulumi.get(self, "autovacuum_analyze_threshold")
|
|
49248
49741
|
|
|
@@ -49250,7 +49743,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49250
49743
|
@pulumi.getter(name="autovacuumFreezeMaxAge")
|
|
49251
49744
|
def autovacuum_freeze_max_age(self) -> Optional[builtins.int]:
|
|
49252
49745
|
"""
|
|
49253
|
-
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.
|
|
49746
|
+
Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart. Example: `200000000`.
|
|
49254
49747
|
"""
|
|
49255
49748
|
return pulumi.get(self, "autovacuum_freeze_max_age")
|
|
49256
49749
|
|
|
@@ -49258,7 +49751,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49258
49751
|
@pulumi.getter(name="autovacuumMaxWorkers")
|
|
49259
49752
|
def autovacuum_max_workers(self) -> Optional[builtins.int]:
|
|
49260
49753
|
"""
|
|
49261
|
-
Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is
|
|
49754
|
+
Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is `3`. Changing this parameter causes a service restart.
|
|
49262
49755
|
"""
|
|
49263
49756
|
return pulumi.get(self, "autovacuum_max_workers")
|
|
49264
49757
|
|
|
@@ -49266,7 +49759,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49266
49759
|
@pulumi.getter(name="autovacuumNaptime")
|
|
49267
49760
|
def autovacuum_naptime(self) -> Optional[builtins.int]:
|
|
49268
49761
|
"""
|
|
49269
|
-
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
49762
|
+
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
49270
49763
|
"""
|
|
49271
49764
|
return pulumi.get(self, "autovacuum_naptime")
|
|
49272
49765
|
|
|
@@ -49274,7 +49767,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49274
49767
|
@pulumi.getter(name="autovacuumVacuumCostDelay")
|
|
49275
49768
|
def autovacuum_vacuum_cost_delay(self) -> Optional[builtins.int]:
|
|
49276
49769
|
"""
|
|
49277
|
-
Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
49770
|
+
Specifies the cost delay value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_delay value will be used. The default is `2` (upstream default).
|
|
49278
49771
|
"""
|
|
49279
49772
|
return pulumi.get(self, "autovacuum_vacuum_cost_delay")
|
|
49280
49773
|
|
|
@@ -49282,7 +49775,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49282
49775
|
@pulumi.getter(name="autovacuumVacuumCostLimit")
|
|
49283
49776
|
def autovacuum_vacuum_cost_limit(self) -> Optional[builtins.int]:
|
|
49284
49777
|
"""
|
|
49285
|
-
Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
49778
|
+
Specifies the cost limit value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_limit value will be used. The default is `-1` (upstream default).
|
|
49286
49779
|
"""
|
|
49287
49780
|
return pulumi.get(self, "autovacuum_vacuum_cost_limit")
|
|
49288
49781
|
|
|
@@ -49290,7 +49783,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49290
49783
|
@pulumi.getter(name="autovacuumVacuumScaleFactor")
|
|
49291
49784
|
def autovacuum_vacuum_scale_factor(self) -> Optional[builtins.float]:
|
|
49292
49785
|
"""
|
|
49293
|
-
Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM.
|
|
49786
|
+
Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
49294
49787
|
"""
|
|
49295
49788
|
return pulumi.get(self, "autovacuum_vacuum_scale_factor")
|
|
49296
49789
|
|
|
@@ -49298,7 +49791,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49298
49791
|
@pulumi.getter(name="autovacuumVacuumThreshold")
|
|
49299
49792
|
def autovacuum_vacuum_threshold(self) -> Optional[builtins.int]:
|
|
49300
49793
|
"""
|
|
49301
|
-
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50
|
|
49794
|
+
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is `50`.
|
|
49302
49795
|
"""
|
|
49303
49796
|
return pulumi.get(self, "autovacuum_vacuum_threshold")
|
|
49304
49797
|
|
|
@@ -49306,7 +49799,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49306
49799
|
@pulumi.getter(name="bgwriterDelay")
|
|
49307
49800
|
def bgwriter_delay(self) -> Optional[builtins.int]:
|
|
49308
49801
|
"""
|
|
49309
|
-
Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
49802
|
+
Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
49310
49803
|
"""
|
|
49311
49804
|
return pulumi.get(self, "bgwriter_delay")
|
|
49312
49805
|
|
|
@@ -49314,7 +49807,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49314
49807
|
@pulumi.getter(name="bgwriterFlushAfter")
|
|
49315
49808
|
def bgwriter_flush_after(self) -> Optional[builtins.int]:
|
|
49316
49809
|
"""
|
|
49317
|
-
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
|
|
49810
|
+
Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes. Setting of 0 disables forced writeback. The default is `512`. Example: `512`.
|
|
49318
49811
|
"""
|
|
49319
49812
|
return pulumi.get(self, "bgwriter_flush_after")
|
|
49320
49813
|
|
|
@@ -49322,7 +49815,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49322
49815
|
@pulumi.getter(name="bgwriterLruMaxpages")
|
|
49323
49816
|
def bgwriter_lru_maxpages(self) -> Optional[builtins.int]:
|
|
49324
49817
|
"""
|
|
49325
|
-
In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing.
|
|
49818
|
+
In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. The default is `100`. Example: `100`.
|
|
49326
49819
|
"""
|
|
49327
49820
|
return pulumi.get(self, "bgwriter_lru_maxpages")
|
|
49328
49821
|
|
|
@@ -49330,7 +49823,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49330
49823
|
@pulumi.getter(name="bgwriterLruMultiplier")
|
|
49331
49824
|
def bgwriter_lru_multiplier(self) -> Optional[builtins.float]:
|
|
49332
49825
|
"""
|
|
49333
|
-
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
|
|
49826
|
+
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`. Example: `2.0`.
|
|
49334
49827
|
"""
|
|
49335
49828
|
return pulumi.get(self, "bgwriter_lru_multiplier")
|
|
49336
49829
|
|
|
@@ -49338,7 +49831,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49338
49831
|
@pulumi.getter(name="deadlockTimeout")
|
|
49339
49832
|
def deadlock_timeout(self) -> Optional[builtins.int]:
|
|
49340
49833
|
"""
|
|
49341
|
-
This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Example: `1000`.
|
|
49834
|
+
This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. The default is `1000` (upstream default). Example: `1000`.
|
|
49342
49835
|
"""
|
|
49343
49836
|
return pulumi.get(self, "deadlock_timeout")
|
|
49344
49837
|
|
|
@@ -49346,7 +49839,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49346
49839
|
@pulumi.getter(name="defaultToastCompression")
|
|
49347
49840
|
def default_toast_compression(self) -> Optional[builtins.str]:
|
|
49348
49841
|
"""
|
|
49349
|
-
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
49842
|
+
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`. Only available for PostgreSQL 14+.
|
|
49350
49843
|
"""
|
|
49351
49844
|
return pulumi.get(self, "default_toast_compression")
|
|
49352
49845
|
|
|
@@ -49370,7 +49863,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49370
49863
|
@pulumi.getter(name="logAutovacuumMinDuration")
|
|
49371
49864
|
def log_autovacuum_min_duration(self) -> Optional[builtins.int]:
|
|
49372
49865
|
"""
|
|
49373
|
-
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
|
|
49866
|
+
Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one disables logging autovacuum actions. The default is `1000`.
|
|
49374
49867
|
"""
|
|
49375
49868
|
return pulumi.get(self, "log_autovacuum_min_duration")
|
|
49376
49869
|
|
|
@@ -49410,7 +49903,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49410
49903
|
@pulumi.getter(name="maxFilesPerProcess")
|
|
49411
49904
|
def max_files_per_process(self) -> Optional[builtins.int]:
|
|
49412
49905
|
"""
|
|
49413
|
-
PostgreSQL maximum number of files that can be open per process.
|
|
49906
|
+
PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart.
|
|
49414
49907
|
"""
|
|
49415
49908
|
return pulumi.get(self, "max_files_per_process")
|
|
49416
49909
|
|
|
@@ -49418,7 +49911,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49418
49911
|
@pulumi.getter(name="maxLocksPerTransaction")
|
|
49419
49912
|
def max_locks_per_transaction(self) -> Optional[builtins.int]:
|
|
49420
49913
|
"""
|
|
49421
|
-
PostgreSQL maximum locks per transaction.
|
|
49914
|
+
PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
49422
49915
|
"""
|
|
49423
49916
|
return pulumi.get(self, "max_locks_per_transaction")
|
|
49424
49917
|
|
|
@@ -49426,7 +49919,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49426
49919
|
@pulumi.getter(name="maxLogicalReplicationWorkers")
|
|
49427
49920
|
def max_logical_replication_workers(self) -> Optional[builtins.int]:
|
|
49428
49921
|
"""
|
|
49429
|
-
PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
|
|
49922
|
+
PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). The default is `4` (upstream default). Changing this parameter causes a service restart.
|
|
49430
49923
|
"""
|
|
49431
49924
|
return pulumi.get(self, "max_logical_replication_workers")
|
|
49432
49925
|
|
|
@@ -49434,7 +49927,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49434
49927
|
@pulumi.getter(name="maxParallelWorkers")
|
|
49435
49928
|
def max_parallel_workers(self) -> Optional[builtins.int]:
|
|
49436
49929
|
"""
|
|
49437
|
-
Sets the maximum number of workers that the system can support for parallel queries.
|
|
49930
|
+
Sets the maximum number of workers that the system can support for parallel queries. The default is `8` (upstream default).
|
|
49438
49931
|
"""
|
|
49439
49932
|
return pulumi.get(self, "max_parallel_workers")
|
|
49440
49933
|
|
|
@@ -49442,7 +49935,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49442
49935
|
@pulumi.getter(name="maxParallelWorkersPerGather")
|
|
49443
49936
|
def max_parallel_workers_per_gather(self) -> Optional[builtins.int]:
|
|
49444
49937
|
"""
|
|
49445
|
-
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
49938
|
+
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is `2` (upstream default).
|
|
49446
49939
|
"""
|
|
49447
49940
|
return pulumi.get(self, "max_parallel_workers_per_gather")
|
|
49448
49941
|
|
|
@@ -49450,7 +49943,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49450
49943
|
@pulumi.getter(name="maxPredLocksPerTransaction")
|
|
49451
49944
|
def max_pred_locks_per_transaction(self) -> Optional[builtins.int]:
|
|
49452
49945
|
"""
|
|
49453
|
-
PostgreSQL maximum predicate locks per transaction.
|
|
49946
|
+
PostgreSQL maximum predicate locks per transaction. The default is `64` (upstream default). Changing this parameter causes a service restart.
|
|
49454
49947
|
"""
|
|
49455
49948
|
return pulumi.get(self, "max_pred_locks_per_transaction")
|
|
49456
49949
|
|
|
@@ -49458,7 +49951,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49458
49951
|
@pulumi.getter(name="maxPreparedTransactions")
|
|
49459
49952
|
def max_prepared_transactions(self) -> Optional[builtins.int]:
|
|
49460
49953
|
"""
|
|
49461
|
-
PostgreSQL maximum prepared transactions.
|
|
49954
|
+
PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
49462
49955
|
"""
|
|
49463
49956
|
return pulumi.get(self, "max_prepared_transactions")
|
|
49464
49957
|
|
|
@@ -49466,7 +49959,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49466
49959
|
@pulumi.getter(name="maxReplicationSlots")
|
|
49467
49960
|
def max_replication_slots(self) -> Optional[builtins.int]:
|
|
49468
49961
|
"""
|
|
49469
|
-
PostgreSQL maximum replication slots.
|
|
49962
|
+
PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
49470
49963
|
"""
|
|
49471
49964
|
return pulumi.get(self, "max_replication_slots")
|
|
49472
49965
|
|
|
@@ -49474,7 +49967,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49474
49967
|
@pulumi.getter(name="maxSlotWalKeepSize")
|
|
49475
49968
|
def max_slot_wal_keep_size(self) -> Optional[builtins.int]:
|
|
49476
49969
|
"""
|
|
49477
|
-
PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
49970
|
+
PostgreSQL maximum WAL size (MB) reserved for replication slots. If `-1` is specified, replication slots may retain an unlimited amount of WAL files. The default is `-1` (upstream default). wal_keep_size minimum WAL size setting takes precedence over this.
|
|
49478
49971
|
"""
|
|
49479
49972
|
return pulumi.get(self, "max_slot_wal_keep_size")
|
|
49480
49973
|
|
|
@@ -49482,7 +49975,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49482
49975
|
@pulumi.getter(name="maxStackDepth")
|
|
49483
49976
|
def max_stack_depth(self) -> Optional[builtins.int]:
|
|
49484
49977
|
"""
|
|
49485
|
-
Maximum depth of the stack in bytes.
|
|
49978
|
+
Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
49486
49979
|
"""
|
|
49487
49980
|
return pulumi.get(self, "max_stack_depth")
|
|
49488
49981
|
|
|
@@ -49490,7 +49983,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49490
49983
|
@pulumi.getter(name="maxStandbyArchiveDelay")
|
|
49491
49984
|
def max_standby_archive_delay(self) -> Optional[builtins.int]:
|
|
49492
49985
|
"""
|
|
49493
|
-
Max standby archive delay in milliseconds.
|
|
49986
|
+
Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
49494
49987
|
"""
|
|
49495
49988
|
return pulumi.get(self, "max_standby_archive_delay")
|
|
49496
49989
|
|
|
@@ -49498,7 +49991,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49498
49991
|
@pulumi.getter(name="maxStandbyStreamingDelay")
|
|
49499
49992
|
def max_standby_streaming_delay(self) -> Optional[builtins.int]:
|
|
49500
49993
|
"""
|
|
49501
|
-
Max standby streaming delay in milliseconds.
|
|
49994
|
+
Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
49502
49995
|
"""
|
|
49503
49996
|
return pulumi.get(self, "max_standby_streaming_delay")
|
|
49504
49997
|
|
|
@@ -49506,7 +49999,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49506
49999
|
@pulumi.getter(name="maxWalSenders")
|
|
49507
50000
|
def max_wal_senders(self) -> Optional[builtins.int]:
|
|
49508
50001
|
"""
|
|
49509
|
-
PostgreSQL maximum WAL senders.
|
|
50002
|
+
PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
49510
50003
|
"""
|
|
49511
50004
|
return pulumi.get(self, "max_wal_senders")
|
|
49512
50005
|
|
|
@@ -49514,7 +50007,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49514
50007
|
@pulumi.getter(name="maxWorkerProcesses")
|
|
49515
50008
|
def max_worker_processes(self) -> Optional[builtins.int]:
|
|
49516
50009
|
"""
|
|
49517
|
-
Sets the maximum number of background processes that the system can support.
|
|
50010
|
+
Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
49518
50011
|
"""
|
|
49519
50012
|
return pulumi.get(self, "max_worker_processes")
|
|
49520
50013
|
|
|
@@ -49530,7 +50023,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49530
50023
|
@pulumi.getter(name="pgPartmanBgwDotInterval")
|
|
49531
50024
|
def pg_partman_bgw_dot_interval(self) -> Optional[builtins.int]:
|
|
49532
50025
|
"""
|
|
49533
|
-
Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
50026
|
+
Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
49534
50027
|
"""
|
|
49535
50028
|
return pulumi.get(self, "pg_partman_bgw_dot_interval")
|
|
49536
50029
|
|
|
@@ -49546,7 +50039,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49546
50039
|
@pulumi.getter(name="pgStatMonitorDotPgsmEnableQueryPlan")
|
|
49547
50040
|
def pg_stat_monitor_dot_pgsm_enable_query_plan(self) -> Optional[builtins.bool]:
|
|
49548
50041
|
"""
|
|
49549
|
-
Enables or disables query plan monitoring.
|
|
50042
|
+
Enables or disables query plan monitoring. Changing this parameter causes a service restart. Only available for PostgreSQL 13+.
|
|
49550
50043
|
"""
|
|
49551
50044
|
return pulumi.get(self, "pg_stat_monitor_dot_pgsm_enable_query_plan")
|
|
49552
50045
|
|
|
@@ -49554,7 +50047,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49554
50047
|
@pulumi.getter(name="pgStatMonitorDotPgsmMaxBuckets")
|
|
49555
50048
|
def pg_stat_monitor_dot_pgsm_max_buckets(self) -> Optional[builtins.int]:
|
|
49556
50049
|
"""
|
|
49557
|
-
Sets the maximum number of buckets. Example: `10`.
|
|
50050
|
+
Sets the maximum number of buckets. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Example: `10`.
|
|
49558
50051
|
"""
|
|
49559
50052
|
return pulumi.get(self, "pg_stat_monitor_dot_pgsm_max_buckets")
|
|
49560
50053
|
|
|
@@ -49562,7 +50055,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49562
50055
|
@pulumi.getter(name="pgStatStatementsDotTrack")
|
|
49563
50056
|
def pg_stat_statements_dot_track(self) -> Optional[builtins.str]:
|
|
49564
50057
|
"""
|
|
49565
|
-
Enum: `all`, `none`, `top`. 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
|
|
50058
|
+
Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default is `top`.
|
|
49566
50059
|
"""
|
|
49567
50060
|
return pulumi.get(self, "pg_stat_statements_dot_track")
|
|
49568
50061
|
|
|
@@ -49586,7 +50079,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49586
50079
|
@pulumi.getter(name="trackActivityQuerySize")
|
|
49587
50080
|
def track_activity_query_size(self) -> Optional[builtins.int]:
|
|
49588
50081
|
"""
|
|
49589
|
-
Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
50082
|
+
Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Example: `1024`.
|
|
49590
50083
|
"""
|
|
49591
50084
|
return pulumi.get(self, "track_activity_query_size")
|
|
49592
50085
|
|
|
@@ -49594,7 +50087,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49594
50087
|
@pulumi.getter(name="trackCommitTimestamp")
|
|
49595
50088
|
def track_commit_timestamp(self) -> Optional[builtins.str]:
|
|
49596
50089
|
"""
|
|
49597
|
-
Enum: `off`, `on`. Record commit time of transactions.
|
|
50090
|
+
Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
49598
50091
|
"""
|
|
49599
50092
|
return pulumi.get(self, "track_commit_timestamp")
|
|
49600
50093
|
|
|
@@ -49610,7 +50103,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49610
50103
|
@pulumi.getter(name="trackIoTiming")
|
|
49611
50104
|
def track_io_timing(self) -> Optional[builtins.str]:
|
|
49612
50105
|
"""
|
|
49613
|
-
Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
50106
|
+
Enum: `off`, `on`. Enables timing of database I/O calls. The default is `off`. When on, it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
49614
50107
|
"""
|
|
49615
50108
|
return pulumi.get(self, "track_io_timing")
|
|
49616
50109
|
|
|
@@ -49626,7 +50119,7 @@ class GetPgPgUserConfigPgResult(dict):
|
|
|
49626
50119
|
@pulumi.getter(name="walWriterDelay")
|
|
49627
50120
|
def wal_writer_delay(self) -> Optional[builtins.int]:
|
|
49628
50121
|
"""
|
|
49629
|
-
WAL flush interval in milliseconds.
|
|
50122
|
+
WAL flush interval in milliseconds. The default is `200`. Setting this parameter to a lower value may negatively impact performance. Example: `50`.
|
|
49630
50123
|
"""
|
|
49631
50124
|
return pulumi.get(self, "wal_writer_delay")
|
|
49632
50125
|
|
|
@@ -50158,7 +50651,7 @@ class GetPgPgUserConfigTimescaledbResult(dict):
|
|
|
50158
50651
|
def __init__(__self__, *,
|
|
50159
50652
|
max_background_workers: Optional[builtins.int] = None):
|
|
50160
50653
|
"""
|
|
50161
|
-
:param builtins.int 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. Default: `16`.
|
|
50654
|
+
:param builtins.int max_background_workers: The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Changing this parameter causes a service restart. Default: `16`.
|
|
50162
50655
|
"""
|
|
50163
50656
|
if max_background_workers is not None:
|
|
50164
50657
|
pulumi.set(__self__, "max_background_workers", max_background_workers)
|
|
@@ -50167,7 +50660,7 @@ class GetPgPgUserConfigTimescaledbResult(dict):
|
|
|
50167
50660
|
@pulumi.getter(name="maxBackgroundWorkers")
|
|
50168
50661
|
def max_background_workers(self) -> Optional[builtins.int]:
|
|
50169
50662
|
"""
|
|
50170
|
-
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. Default: `16`.
|
|
50663
|
+
The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. Changing this parameter causes a service restart. Default: `16`.
|
|
50171
50664
|
"""
|
|
50172
50665
|
return pulumi.get(self, "max_background_workers")
|
|
50173
50666
|
|