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/_inputs.py
CHANGED
|
@@ -148,6 +148,8 @@ __all__ = [
|
|
|
148
148
|
'GovernanceAccessAccessDataArgsDict',
|
|
149
149
|
'GovernanceAccessAccessDataAclArgs',
|
|
150
150
|
'GovernanceAccessAccessDataAclArgsDict',
|
|
151
|
+
'GovernanceAccessTimeoutsArgs',
|
|
152
|
+
'GovernanceAccessTimeoutsArgsDict',
|
|
151
153
|
'GrafanaComponentArgs',
|
|
152
154
|
'GrafanaComponentArgsDict',
|
|
153
155
|
'GrafanaGrafanaArgs',
|
|
@@ -408,6 +410,8 @@ __all__ = [
|
|
|
408
410
|
'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersInternalAuthenticationBackendLimitingArgsDict',
|
|
409
411
|
'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimitingArgs',
|
|
410
412
|
'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimitingArgsDict',
|
|
413
|
+
'OpenSearchOpensearchUserConfigOpensearchClusterRemoteStoreArgs',
|
|
414
|
+
'OpenSearchOpensearchUserConfigOpensearchClusterRemoteStoreArgsDict',
|
|
411
415
|
'OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgs',
|
|
412
416
|
'OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgsDict',
|
|
413
417
|
'OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgs',
|
|
@@ -416,6 +420,8 @@ __all__ = [
|
|
|
416
420
|
'OpenSearchOpensearchUserConfigOpensearchDashboardsArgsDict',
|
|
417
421
|
'OpenSearchOpensearchUserConfigOpensearchDiskWatermarksArgs',
|
|
418
422
|
'OpenSearchOpensearchUserConfigOpensearchDiskWatermarksArgsDict',
|
|
423
|
+
'OpenSearchOpensearchUserConfigOpensearchRemoteStoreArgs',
|
|
424
|
+
'OpenSearchOpensearchUserConfigOpensearchRemoteStoreArgsDict',
|
|
419
425
|
'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs',
|
|
420
426
|
'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgsDict',
|
|
421
427
|
'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureNodeDuressArgs',
|
|
@@ -1350,7 +1356,7 @@ if not MYPY:
|
|
|
1350
1356
|
"""
|
|
1351
1357
|
shared_buffers_percentage: NotRequired[pulumi.Input[builtins.float]]
|
|
1352
1358
|
"""
|
|
1353
|
-
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`.
|
|
1359
|
+
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`.
|
|
1354
1360
|
"""
|
|
1355
1361
|
static_ips: NotRequired[pulumi.Input[builtins.bool]]
|
|
1356
1362
|
"""
|
|
@@ -1366,7 +1372,7 @@ if not MYPY:
|
|
|
1366
1372
|
"""
|
|
1367
1373
|
work_mem: NotRequired[pulumi.Input[builtins.int]]
|
|
1368
1374
|
"""
|
|
1369
|
-
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.
|
|
1375
|
+
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`.
|
|
1370
1376
|
"""
|
|
1371
1377
|
elif False:
|
|
1372
1378
|
AlloydbomniAlloydbomniUserConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -1432,11 +1438,11 @@ class AlloydbomniAlloydbomniUserConfigArgs:
|
|
|
1432
1438
|
:param pulumi.Input[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`.
|
|
1433
1439
|
:param pulumi.Input[builtins.bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
1434
1440
|
:param pulumi.Input[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`.
|
|
1435
|
-
:param pulumi.Input[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`.
|
|
1441
|
+
:param pulumi.Input[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`.
|
|
1436
1442
|
:param pulumi.Input[builtins.bool] static_ips: Use static public IP addresses.
|
|
1437
1443
|
:param pulumi.Input[builtins.str] synchronous_replication: Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
1438
1444
|
:param pulumi.Input[builtins.str] variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
1439
|
-
:param pulumi.Input[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.
|
|
1445
|
+
:param pulumi.Input[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`.
|
|
1440
1446
|
"""
|
|
1441
1447
|
if additional_backup_regions is not None:
|
|
1442
1448
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
@@ -1821,7 +1827,7 @@ class AlloydbomniAlloydbomniUserConfigArgs:
|
|
|
1821
1827
|
@pulumi.getter(name="sharedBuffersPercentage")
|
|
1822
1828
|
def shared_buffers_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
1823
1829
|
"""
|
|
1824
|
-
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`.
|
|
1830
|
+
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`.
|
|
1825
1831
|
"""
|
|
1826
1832
|
return pulumi.get(self, "shared_buffers_percentage")
|
|
1827
1833
|
|
|
@@ -1869,7 +1875,7 @@ class AlloydbomniAlloydbomniUserConfigArgs:
|
|
|
1869
1875
|
@pulumi.getter(name="workMem")
|
|
1870
1876
|
def work_mem(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1871
1877
|
"""
|
|
1872
|
-
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.
|
|
1878
|
+
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`.
|
|
1873
1879
|
"""
|
|
1874
1880
|
return pulumi.get(self, "work_mem")
|
|
1875
1881
|
|
|
@@ -1933,63 +1939,63 @@ if not MYPY:
|
|
|
1933
1939
|
class AlloydbomniAlloydbomniUserConfigPgArgsDict(TypedDict):
|
|
1934
1940
|
autovacuum_analyze_scale_factor: NotRequired[pulumi.Input[builtins.float]]
|
|
1935
1941
|
"""
|
|
1936
|
-
Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE.
|
|
1942
|
+
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`.
|
|
1937
1943
|
"""
|
|
1938
1944
|
autovacuum_analyze_threshold: NotRequired[pulumi.Input[builtins.int]]
|
|
1939
1945
|
"""
|
|
1940
|
-
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50
|
|
1946
|
+
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is `50`.
|
|
1941
1947
|
"""
|
|
1942
1948
|
autovacuum_freeze_max_age: NotRequired[pulumi.Input[builtins.int]]
|
|
1943
1949
|
"""
|
|
1944
|
-
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.
|
|
1950
|
+
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`.
|
|
1945
1951
|
"""
|
|
1946
1952
|
autovacuum_max_workers: NotRequired[pulumi.Input[builtins.int]]
|
|
1947
1953
|
"""
|
|
1948
|
-
Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is
|
|
1954
|
+
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.
|
|
1949
1955
|
"""
|
|
1950
1956
|
autovacuum_naptime: NotRequired[pulumi.Input[builtins.int]]
|
|
1951
1957
|
"""
|
|
1952
|
-
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
1958
|
+
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
1953
1959
|
"""
|
|
1954
1960
|
autovacuum_vacuum_cost_delay: NotRequired[pulumi.Input[builtins.int]]
|
|
1955
1961
|
"""
|
|
1956
|
-
Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
1962
|
+
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).
|
|
1957
1963
|
"""
|
|
1958
1964
|
autovacuum_vacuum_cost_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
1959
1965
|
"""
|
|
1960
|
-
Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
1966
|
+
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).
|
|
1961
1967
|
"""
|
|
1962
1968
|
autovacuum_vacuum_scale_factor: NotRequired[pulumi.Input[builtins.float]]
|
|
1963
1969
|
"""
|
|
1964
|
-
Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM.
|
|
1970
|
+
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`.
|
|
1965
1971
|
"""
|
|
1966
1972
|
autovacuum_vacuum_threshold: NotRequired[pulumi.Input[builtins.int]]
|
|
1967
1973
|
"""
|
|
1968
|
-
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50
|
|
1974
|
+
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is `50`.
|
|
1969
1975
|
"""
|
|
1970
1976
|
bgwriter_delay: NotRequired[pulumi.Input[builtins.int]]
|
|
1971
1977
|
"""
|
|
1972
|
-
Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
1978
|
+
Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
1973
1979
|
"""
|
|
1974
1980
|
bgwriter_flush_after: NotRequired[pulumi.Input[builtins.int]]
|
|
1975
1981
|
"""
|
|
1976
|
-
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
|
|
1982
|
+
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`.
|
|
1977
1983
|
"""
|
|
1978
1984
|
bgwriter_lru_maxpages: NotRequired[pulumi.Input[builtins.int]]
|
|
1979
1985
|
"""
|
|
1980
|
-
In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing.
|
|
1986
|
+
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`.
|
|
1981
1987
|
"""
|
|
1982
1988
|
bgwriter_lru_multiplier: NotRequired[pulumi.Input[builtins.float]]
|
|
1983
1989
|
"""
|
|
1984
|
-
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
|
|
1990
|
+
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`.
|
|
1985
1991
|
"""
|
|
1986
1992
|
deadlock_timeout: NotRequired[pulumi.Input[builtins.int]]
|
|
1987
1993
|
"""
|
|
1988
|
-
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`.
|
|
1994
|
+
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`.
|
|
1989
1995
|
"""
|
|
1990
1996
|
default_toast_compression: NotRequired[pulumi.Input[builtins.str]]
|
|
1991
1997
|
"""
|
|
1992
|
-
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
1998
|
+
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`.
|
|
1993
1999
|
"""
|
|
1994
2000
|
idle_in_transaction_session_timeout: NotRequired[pulumi.Input[builtins.int]]
|
|
1995
2001
|
"""
|
|
@@ -2001,7 +2007,7 @@ if not MYPY:
|
|
|
2001
2007
|
"""
|
|
2002
2008
|
log_autovacuum_min_duration: NotRequired[pulumi.Input[builtins.int]]
|
|
2003
2009
|
"""
|
|
2004
|
-
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
|
|
2010
|
+
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`.
|
|
2005
2011
|
"""
|
|
2006
2012
|
log_error_verbosity: NotRequired[pulumi.Input[builtins.str]]
|
|
2007
2013
|
"""
|
|
@@ -2021,59 +2027,59 @@ if not MYPY:
|
|
|
2021
2027
|
"""
|
|
2022
2028
|
max_files_per_process: NotRequired[pulumi.Input[builtins.int]]
|
|
2023
2029
|
"""
|
|
2024
|
-
PostgreSQL maximum number of files that can be open per process.
|
|
2030
|
+
PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart.
|
|
2025
2031
|
"""
|
|
2026
2032
|
max_locks_per_transaction: NotRequired[pulumi.Input[builtins.int]]
|
|
2027
2033
|
"""
|
|
2028
|
-
PostgreSQL maximum locks per transaction.
|
|
2034
|
+
PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
2029
2035
|
"""
|
|
2030
2036
|
max_logical_replication_workers: NotRequired[pulumi.Input[builtins.int]]
|
|
2031
2037
|
"""
|
|
2032
|
-
PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers).
|
|
2038
|
+
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.
|
|
2033
2039
|
"""
|
|
2034
2040
|
max_parallel_workers: NotRequired[pulumi.Input[builtins.int]]
|
|
2035
2041
|
"""
|
|
2036
|
-
Sets the maximum number of workers that the system can support for parallel queries.
|
|
2042
|
+
Sets the maximum number of workers that the system can support for parallel queries. The default is `8` (upstream default).
|
|
2037
2043
|
"""
|
|
2038
2044
|
max_parallel_workers_per_gather: NotRequired[pulumi.Input[builtins.int]]
|
|
2039
2045
|
"""
|
|
2040
|
-
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
2046
|
+
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is `2` (upstream default).
|
|
2041
2047
|
"""
|
|
2042
2048
|
max_pred_locks_per_transaction: NotRequired[pulumi.Input[builtins.int]]
|
|
2043
2049
|
"""
|
|
2044
|
-
PostgreSQL maximum predicate locks per transaction.
|
|
2050
|
+
PostgreSQL maximum predicate locks per transaction. The default is `64` (upstream default). Changing this parameter causes a service restart.
|
|
2045
2051
|
"""
|
|
2046
2052
|
max_prepared_transactions: NotRequired[pulumi.Input[builtins.int]]
|
|
2047
2053
|
"""
|
|
2048
|
-
PostgreSQL maximum prepared transactions.
|
|
2054
|
+
PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
2049
2055
|
"""
|
|
2050
2056
|
max_replication_slots: NotRequired[pulumi.Input[builtins.int]]
|
|
2051
2057
|
"""
|
|
2052
|
-
PostgreSQL maximum replication slots.
|
|
2058
|
+
PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
2053
2059
|
"""
|
|
2054
2060
|
max_slot_wal_keep_size: NotRequired[pulumi.Input[builtins.int]]
|
|
2055
2061
|
"""
|
|
2056
|
-
PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
2062
|
+
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.
|
|
2057
2063
|
"""
|
|
2058
2064
|
max_stack_depth: NotRequired[pulumi.Input[builtins.int]]
|
|
2059
2065
|
"""
|
|
2060
|
-
Maximum depth of the stack in bytes.
|
|
2066
|
+
Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
2061
2067
|
"""
|
|
2062
2068
|
max_standby_archive_delay: NotRequired[pulumi.Input[builtins.int]]
|
|
2063
2069
|
"""
|
|
2064
|
-
Max standby archive delay in milliseconds.
|
|
2070
|
+
Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
2065
2071
|
"""
|
|
2066
2072
|
max_standby_streaming_delay: NotRequired[pulumi.Input[builtins.int]]
|
|
2067
2073
|
"""
|
|
2068
|
-
Max standby streaming delay in milliseconds.
|
|
2074
|
+
Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
2069
2075
|
"""
|
|
2070
2076
|
max_wal_senders: NotRequired[pulumi.Input[builtins.int]]
|
|
2071
2077
|
"""
|
|
2072
|
-
PostgreSQL maximum WAL senders.
|
|
2078
|
+
PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
2073
2079
|
"""
|
|
2074
2080
|
max_worker_processes: NotRequired[pulumi.Input[builtins.int]]
|
|
2075
2081
|
"""
|
|
2076
|
-
Sets the maximum number of background processes that the system can support.
|
|
2082
|
+
Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
2077
2083
|
"""
|
|
2078
2084
|
password_encryption: NotRequired[pulumi.Input[builtins.str]]
|
|
2079
2085
|
"""
|
|
@@ -2081,7 +2087,7 @@ if not MYPY:
|
|
|
2081
2087
|
"""
|
|
2082
2088
|
pg_partman_bgw_dot_interval: NotRequired[pulumi.Input[builtins.int]]
|
|
2083
2089
|
"""
|
|
2084
|
-
Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
2090
|
+
Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
2085
2091
|
"""
|
|
2086
2092
|
pg_partman_bgw_dot_role: NotRequired[pulumi.Input[builtins.str]]
|
|
2087
2093
|
"""
|
|
@@ -2089,7 +2095,7 @@ if not MYPY:
|
|
|
2089
2095
|
"""
|
|
2090
2096
|
pg_stat_statements_dot_track: NotRequired[pulumi.Input[builtins.str]]
|
|
2091
2097
|
"""
|
|
2092
|
-
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
|
|
2098
|
+
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`.
|
|
2093
2099
|
"""
|
|
2094
2100
|
temp_file_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
2095
2101
|
"""
|
|
@@ -2101,11 +2107,11 @@ if not MYPY:
|
|
|
2101
2107
|
"""
|
|
2102
2108
|
track_activity_query_size: NotRequired[pulumi.Input[builtins.int]]
|
|
2103
2109
|
"""
|
|
2104
|
-
Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
2110
|
+
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`.
|
|
2105
2111
|
"""
|
|
2106
2112
|
track_commit_timestamp: NotRequired[pulumi.Input[builtins.str]]
|
|
2107
2113
|
"""
|
|
2108
|
-
Enum: `off`, `on`. Record commit time of transactions.
|
|
2114
|
+
Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
2109
2115
|
"""
|
|
2110
2116
|
track_functions: NotRequired[pulumi.Input[builtins.str]]
|
|
2111
2117
|
"""
|
|
@@ -2113,7 +2119,7 @@ if not MYPY:
|
|
|
2113
2119
|
"""
|
|
2114
2120
|
track_io_timing: NotRequired[pulumi.Input[builtins.str]]
|
|
2115
2121
|
"""
|
|
2116
|
-
Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
2122
|
+
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.
|
|
2117
2123
|
"""
|
|
2118
2124
|
wal_sender_timeout: NotRequired[pulumi.Input[builtins.int]]
|
|
2119
2125
|
"""
|
|
@@ -2121,7 +2127,7 @@ if not MYPY:
|
|
|
2121
2127
|
"""
|
|
2122
2128
|
wal_writer_delay: NotRequired[pulumi.Input[builtins.int]]
|
|
2123
2129
|
"""
|
|
2124
|
-
WAL flush interval in milliseconds.
|
|
2130
|
+
WAL flush interval in milliseconds. The default is `200`. Setting this parameter to a lower value may negatively impact performance. Example: `50`.
|
|
2125
2131
|
"""
|
|
2126
2132
|
elif False:
|
|
2127
2133
|
AlloydbomniAlloydbomniUserConfigPgArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -2178,54 +2184,54 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2178
2184
|
wal_sender_timeout: Optional[pulumi.Input[builtins.int]] = None,
|
|
2179
2185
|
wal_writer_delay: Optional[pulumi.Input[builtins.int]] = None):
|
|
2180
2186
|
"""
|
|
2181
|
-
:param pulumi.Input[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.
|
|
2182
|
-
:param pulumi.Input[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
|
|
2183
|
-
:param pulumi.Input[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.
|
|
2184
|
-
:param pulumi.Input[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
|
|
2185
|
-
:param pulumi.Input[builtins.int] autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
2186
|
-
:param pulumi.Input[builtins.int] autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
2187
|
-
:param pulumi.Input[builtins.int] autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
2188
|
-
:param pulumi.Input[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.
|
|
2189
|
-
:param pulumi.Input[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
|
|
2190
|
-
:param pulumi.Input[builtins.int] bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
2191
|
-
:param pulumi.Input[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
|
|
2192
|
-
:param pulumi.Input[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.
|
|
2193
|
-
:param pulumi.Input[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
|
|
2194
|
-
:param pulumi.Input[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`.
|
|
2195
|
-
:param pulumi.Input[builtins.str] default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
2187
|
+
:param pulumi.Input[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`.
|
|
2188
|
+
:param pulumi.Input[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`.
|
|
2189
|
+
:param pulumi.Input[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`.
|
|
2190
|
+
:param pulumi.Input[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.
|
|
2191
|
+
:param pulumi.Input[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`.
|
|
2192
|
+
:param pulumi.Input[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).
|
|
2193
|
+
:param pulumi.Input[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).
|
|
2194
|
+
:param pulumi.Input[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`.
|
|
2195
|
+
:param pulumi.Input[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`.
|
|
2196
|
+
:param pulumi.Input[builtins.int] bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
2197
|
+
:param pulumi.Input[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`.
|
|
2198
|
+
:param pulumi.Input[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`.
|
|
2199
|
+
:param pulumi.Input[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`.
|
|
2200
|
+
:param pulumi.Input[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`.
|
|
2201
|
+
:param pulumi.Input[builtins.str] default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`.
|
|
2196
2202
|
:param pulumi.Input[builtins.int] idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
|
|
2197
2203
|
:param pulumi.Input[builtins.bool] jit: Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
2198
|
-
:param pulumi.Input[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
|
|
2204
|
+
:param pulumi.Input[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`.
|
|
2199
2205
|
:param pulumi.Input[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.
|
|
2200
2206
|
:param pulumi.Input[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.
|
|
2201
2207
|
:param pulumi.Input[builtins.int] log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
2202
2208
|
:param pulumi.Input[builtins.int] log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
2203
|
-
:param pulumi.Input[builtins.int] max_files_per_process: PostgreSQL maximum number of files that can be open per process.
|
|
2204
|
-
:param pulumi.Input[builtins.int] max_locks_per_transaction: PostgreSQL maximum locks per transaction.
|
|
2205
|
-
:param pulumi.Input[builtins.int] max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers).
|
|
2206
|
-
:param pulumi.Input[builtins.int] max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries.
|
|
2207
|
-
:param pulumi.Input[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.
|
|
2208
|
-
:param pulumi.Input[builtins.int] max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction.
|
|
2209
|
-
:param pulumi.Input[builtins.int] max_prepared_transactions: PostgreSQL maximum prepared transactions.
|
|
2210
|
-
:param pulumi.Input[builtins.int] max_replication_slots: PostgreSQL maximum replication slots.
|
|
2211
|
-
:param pulumi.Input[builtins.int] max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
2212
|
-
:param pulumi.Input[builtins.int] max_stack_depth: Maximum depth of the stack in bytes.
|
|
2213
|
-
:param pulumi.Input[builtins.int] max_standby_archive_delay: Max standby archive delay in milliseconds.
|
|
2214
|
-
:param pulumi.Input[builtins.int] max_standby_streaming_delay: Max standby streaming delay in milliseconds.
|
|
2215
|
-
:param pulumi.Input[builtins.int] max_wal_senders: PostgreSQL maximum WAL senders.
|
|
2216
|
-
:param pulumi.Input[builtins.int] max_worker_processes: Sets the maximum number of background processes that the system can support.
|
|
2209
|
+
:param pulumi.Input[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.
|
|
2210
|
+
:param pulumi.Input[builtins.int] max_locks_per_transaction: PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
2211
|
+
:param pulumi.Input[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.
|
|
2212
|
+
:param pulumi.Input[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).
|
|
2213
|
+
:param pulumi.Input[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).
|
|
2214
|
+
:param pulumi.Input[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.
|
|
2215
|
+
:param pulumi.Input[builtins.int] max_prepared_transactions: PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
2216
|
+
:param pulumi.Input[builtins.int] max_replication_slots: PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
2217
|
+
:param pulumi.Input[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.
|
|
2218
|
+
:param pulumi.Input[builtins.int] max_stack_depth: Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
2219
|
+
:param pulumi.Input[builtins.int] max_standby_archive_delay: Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
2220
|
+
:param pulumi.Input[builtins.int] max_standby_streaming_delay: Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
2221
|
+
:param pulumi.Input[builtins.int] max_wal_senders: PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
2222
|
+
:param pulumi.Input[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.
|
|
2217
2223
|
:param pulumi.Input[builtins.str] password_encryption: Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords. Default: `md5`.
|
|
2218
|
-
:param pulumi.Input[builtins.int] pg_partman_bgw_dot_interval: Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
2224
|
+
:param pulumi.Input[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`.
|
|
2219
2225
|
:param pulumi.Input[builtins.str] pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
|
|
2220
|
-
:param pulumi.Input[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
|
|
2226
|
+
:param pulumi.Input[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`.
|
|
2221
2227
|
:param pulumi.Input[builtins.int] temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Example: `5000000`.
|
|
2222
2228
|
:param pulumi.Input[builtins.str] timezone: PostgreSQL service timezone. Example: `Europe/Helsinki`.
|
|
2223
|
-
:param pulumi.Input[builtins.int] track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
2224
|
-
:param pulumi.Input[builtins.str] track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions.
|
|
2229
|
+
:param pulumi.Input[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`.
|
|
2230
|
+
:param pulumi.Input[builtins.str] track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
2225
2231
|
:param pulumi.Input[builtins.str] track_functions: Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
|
|
2226
|
-
:param pulumi.Input[builtins.str] track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
2232
|
+
:param pulumi.Input[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.
|
|
2227
2233
|
:param pulumi.Input[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`.
|
|
2228
|
-
:param pulumi.Input[builtins.int] wal_writer_delay: WAL flush interval in milliseconds.
|
|
2234
|
+
:param pulumi.Input[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`.
|
|
2229
2235
|
"""
|
|
2230
2236
|
if autovacuum_analyze_scale_factor is not None:
|
|
2231
2237
|
pulumi.set(__self__, "autovacuum_analyze_scale_factor", autovacuum_analyze_scale_factor)
|
|
@@ -2328,7 +2334,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2328
2334
|
@pulumi.getter(name="autovacuumAnalyzeScaleFactor")
|
|
2329
2335
|
def autovacuum_analyze_scale_factor(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
2330
2336
|
"""
|
|
2331
|
-
Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE.
|
|
2337
|
+
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`.
|
|
2332
2338
|
"""
|
|
2333
2339
|
return pulumi.get(self, "autovacuum_analyze_scale_factor")
|
|
2334
2340
|
|
|
@@ -2340,7 +2346,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2340
2346
|
@pulumi.getter(name="autovacuumAnalyzeThreshold")
|
|
2341
2347
|
def autovacuum_analyze_threshold(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2342
2348
|
"""
|
|
2343
|
-
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50
|
|
2349
|
+
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is `50`.
|
|
2344
2350
|
"""
|
|
2345
2351
|
return pulumi.get(self, "autovacuum_analyze_threshold")
|
|
2346
2352
|
|
|
@@ -2352,7 +2358,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2352
2358
|
@pulumi.getter(name="autovacuumFreezeMaxAge")
|
|
2353
2359
|
def autovacuum_freeze_max_age(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2354
2360
|
"""
|
|
2355
|
-
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.
|
|
2361
|
+
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`.
|
|
2356
2362
|
"""
|
|
2357
2363
|
return pulumi.get(self, "autovacuum_freeze_max_age")
|
|
2358
2364
|
|
|
@@ -2364,7 +2370,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2364
2370
|
@pulumi.getter(name="autovacuumMaxWorkers")
|
|
2365
2371
|
def autovacuum_max_workers(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2366
2372
|
"""
|
|
2367
|
-
Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is
|
|
2373
|
+
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.
|
|
2368
2374
|
"""
|
|
2369
2375
|
return pulumi.get(self, "autovacuum_max_workers")
|
|
2370
2376
|
|
|
@@ -2376,7 +2382,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2376
2382
|
@pulumi.getter(name="autovacuumNaptime")
|
|
2377
2383
|
def autovacuum_naptime(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2378
2384
|
"""
|
|
2379
|
-
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
2385
|
+
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
2380
2386
|
"""
|
|
2381
2387
|
return pulumi.get(self, "autovacuum_naptime")
|
|
2382
2388
|
|
|
@@ -2388,7 +2394,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2388
2394
|
@pulumi.getter(name="autovacuumVacuumCostDelay")
|
|
2389
2395
|
def autovacuum_vacuum_cost_delay(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2390
2396
|
"""
|
|
2391
|
-
Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
2397
|
+
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).
|
|
2392
2398
|
"""
|
|
2393
2399
|
return pulumi.get(self, "autovacuum_vacuum_cost_delay")
|
|
2394
2400
|
|
|
@@ -2400,7 +2406,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2400
2406
|
@pulumi.getter(name="autovacuumVacuumCostLimit")
|
|
2401
2407
|
def autovacuum_vacuum_cost_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2402
2408
|
"""
|
|
2403
|
-
Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
2409
|
+
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).
|
|
2404
2410
|
"""
|
|
2405
2411
|
return pulumi.get(self, "autovacuum_vacuum_cost_limit")
|
|
2406
2412
|
|
|
@@ -2412,7 +2418,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2412
2418
|
@pulumi.getter(name="autovacuumVacuumScaleFactor")
|
|
2413
2419
|
def autovacuum_vacuum_scale_factor(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
2414
2420
|
"""
|
|
2415
|
-
Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM.
|
|
2421
|
+
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`.
|
|
2416
2422
|
"""
|
|
2417
2423
|
return pulumi.get(self, "autovacuum_vacuum_scale_factor")
|
|
2418
2424
|
|
|
@@ -2424,7 +2430,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2424
2430
|
@pulumi.getter(name="autovacuumVacuumThreshold")
|
|
2425
2431
|
def autovacuum_vacuum_threshold(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2426
2432
|
"""
|
|
2427
|
-
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50
|
|
2433
|
+
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is `50`.
|
|
2428
2434
|
"""
|
|
2429
2435
|
return pulumi.get(self, "autovacuum_vacuum_threshold")
|
|
2430
2436
|
|
|
@@ -2436,7 +2442,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2436
2442
|
@pulumi.getter(name="bgwriterDelay")
|
|
2437
2443
|
def bgwriter_delay(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2438
2444
|
"""
|
|
2439
|
-
Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
2445
|
+
Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
2440
2446
|
"""
|
|
2441
2447
|
return pulumi.get(self, "bgwriter_delay")
|
|
2442
2448
|
|
|
@@ -2448,7 +2454,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2448
2454
|
@pulumi.getter(name="bgwriterFlushAfter")
|
|
2449
2455
|
def bgwriter_flush_after(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2450
2456
|
"""
|
|
2451
|
-
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
|
|
2457
|
+
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`.
|
|
2452
2458
|
"""
|
|
2453
2459
|
return pulumi.get(self, "bgwriter_flush_after")
|
|
2454
2460
|
|
|
@@ -2460,7 +2466,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2460
2466
|
@pulumi.getter(name="bgwriterLruMaxpages")
|
|
2461
2467
|
def bgwriter_lru_maxpages(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2462
2468
|
"""
|
|
2463
|
-
In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing.
|
|
2469
|
+
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`.
|
|
2464
2470
|
"""
|
|
2465
2471
|
return pulumi.get(self, "bgwriter_lru_maxpages")
|
|
2466
2472
|
|
|
@@ -2472,7 +2478,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2472
2478
|
@pulumi.getter(name="bgwriterLruMultiplier")
|
|
2473
2479
|
def bgwriter_lru_multiplier(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
2474
2480
|
"""
|
|
2475
|
-
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
|
|
2481
|
+
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`.
|
|
2476
2482
|
"""
|
|
2477
2483
|
return pulumi.get(self, "bgwriter_lru_multiplier")
|
|
2478
2484
|
|
|
@@ -2484,7 +2490,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2484
2490
|
@pulumi.getter(name="deadlockTimeout")
|
|
2485
2491
|
def deadlock_timeout(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2486
2492
|
"""
|
|
2487
|
-
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`.
|
|
2493
|
+
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`.
|
|
2488
2494
|
"""
|
|
2489
2495
|
return pulumi.get(self, "deadlock_timeout")
|
|
2490
2496
|
|
|
@@ -2496,7 +2502,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2496
2502
|
@pulumi.getter(name="defaultToastCompression")
|
|
2497
2503
|
def default_toast_compression(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2498
2504
|
"""
|
|
2499
|
-
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
2505
|
+
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`.
|
|
2500
2506
|
"""
|
|
2501
2507
|
return pulumi.get(self, "default_toast_compression")
|
|
2502
2508
|
|
|
@@ -2532,7 +2538,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2532
2538
|
@pulumi.getter(name="logAutovacuumMinDuration")
|
|
2533
2539
|
def log_autovacuum_min_duration(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2534
2540
|
"""
|
|
2535
|
-
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
|
|
2541
|
+
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`.
|
|
2536
2542
|
"""
|
|
2537
2543
|
return pulumi.get(self, "log_autovacuum_min_duration")
|
|
2538
2544
|
|
|
@@ -2592,7 +2598,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2592
2598
|
@pulumi.getter(name="maxFilesPerProcess")
|
|
2593
2599
|
def max_files_per_process(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2594
2600
|
"""
|
|
2595
|
-
PostgreSQL maximum number of files that can be open per process.
|
|
2601
|
+
PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart.
|
|
2596
2602
|
"""
|
|
2597
2603
|
return pulumi.get(self, "max_files_per_process")
|
|
2598
2604
|
|
|
@@ -2604,7 +2610,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2604
2610
|
@pulumi.getter(name="maxLocksPerTransaction")
|
|
2605
2611
|
def max_locks_per_transaction(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2606
2612
|
"""
|
|
2607
|
-
PostgreSQL maximum locks per transaction.
|
|
2613
|
+
PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
2608
2614
|
"""
|
|
2609
2615
|
return pulumi.get(self, "max_locks_per_transaction")
|
|
2610
2616
|
|
|
@@ -2616,7 +2622,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2616
2622
|
@pulumi.getter(name="maxLogicalReplicationWorkers")
|
|
2617
2623
|
def max_logical_replication_workers(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2618
2624
|
"""
|
|
2619
|
-
PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers).
|
|
2625
|
+
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.
|
|
2620
2626
|
"""
|
|
2621
2627
|
return pulumi.get(self, "max_logical_replication_workers")
|
|
2622
2628
|
|
|
@@ -2628,7 +2634,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2628
2634
|
@pulumi.getter(name="maxParallelWorkers")
|
|
2629
2635
|
def max_parallel_workers(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2630
2636
|
"""
|
|
2631
|
-
Sets the maximum number of workers that the system can support for parallel queries.
|
|
2637
|
+
Sets the maximum number of workers that the system can support for parallel queries. The default is `8` (upstream default).
|
|
2632
2638
|
"""
|
|
2633
2639
|
return pulumi.get(self, "max_parallel_workers")
|
|
2634
2640
|
|
|
@@ -2640,7 +2646,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2640
2646
|
@pulumi.getter(name="maxParallelWorkersPerGather")
|
|
2641
2647
|
def max_parallel_workers_per_gather(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2642
2648
|
"""
|
|
2643
|
-
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
2649
|
+
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is `2` (upstream default).
|
|
2644
2650
|
"""
|
|
2645
2651
|
return pulumi.get(self, "max_parallel_workers_per_gather")
|
|
2646
2652
|
|
|
@@ -2652,7 +2658,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2652
2658
|
@pulumi.getter(name="maxPredLocksPerTransaction")
|
|
2653
2659
|
def max_pred_locks_per_transaction(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2654
2660
|
"""
|
|
2655
|
-
PostgreSQL maximum predicate locks per transaction.
|
|
2661
|
+
PostgreSQL maximum predicate locks per transaction. The default is `64` (upstream default). Changing this parameter causes a service restart.
|
|
2656
2662
|
"""
|
|
2657
2663
|
return pulumi.get(self, "max_pred_locks_per_transaction")
|
|
2658
2664
|
|
|
@@ -2664,7 +2670,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2664
2670
|
@pulumi.getter(name="maxPreparedTransactions")
|
|
2665
2671
|
def max_prepared_transactions(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2666
2672
|
"""
|
|
2667
|
-
PostgreSQL maximum prepared transactions.
|
|
2673
|
+
PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
2668
2674
|
"""
|
|
2669
2675
|
return pulumi.get(self, "max_prepared_transactions")
|
|
2670
2676
|
|
|
@@ -2676,7 +2682,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2676
2682
|
@pulumi.getter(name="maxReplicationSlots")
|
|
2677
2683
|
def max_replication_slots(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2678
2684
|
"""
|
|
2679
|
-
PostgreSQL maximum replication slots.
|
|
2685
|
+
PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
2680
2686
|
"""
|
|
2681
2687
|
return pulumi.get(self, "max_replication_slots")
|
|
2682
2688
|
|
|
@@ -2688,7 +2694,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2688
2694
|
@pulumi.getter(name="maxSlotWalKeepSize")
|
|
2689
2695
|
def max_slot_wal_keep_size(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2690
2696
|
"""
|
|
2691
|
-
PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
2697
|
+
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.
|
|
2692
2698
|
"""
|
|
2693
2699
|
return pulumi.get(self, "max_slot_wal_keep_size")
|
|
2694
2700
|
|
|
@@ -2700,7 +2706,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2700
2706
|
@pulumi.getter(name="maxStackDepth")
|
|
2701
2707
|
def max_stack_depth(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2702
2708
|
"""
|
|
2703
|
-
Maximum depth of the stack in bytes.
|
|
2709
|
+
Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
2704
2710
|
"""
|
|
2705
2711
|
return pulumi.get(self, "max_stack_depth")
|
|
2706
2712
|
|
|
@@ -2712,7 +2718,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2712
2718
|
@pulumi.getter(name="maxStandbyArchiveDelay")
|
|
2713
2719
|
def max_standby_archive_delay(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2714
2720
|
"""
|
|
2715
|
-
Max standby archive delay in milliseconds.
|
|
2721
|
+
Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
2716
2722
|
"""
|
|
2717
2723
|
return pulumi.get(self, "max_standby_archive_delay")
|
|
2718
2724
|
|
|
@@ -2724,7 +2730,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2724
2730
|
@pulumi.getter(name="maxStandbyStreamingDelay")
|
|
2725
2731
|
def max_standby_streaming_delay(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2726
2732
|
"""
|
|
2727
|
-
Max standby streaming delay in milliseconds.
|
|
2733
|
+
Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
2728
2734
|
"""
|
|
2729
2735
|
return pulumi.get(self, "max_standby_streaming_delay")
|
|
2730
2736
|
|
|
@@ -2736,7 +2742,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2736
2742
|
@pulumi.getter(name="maxWalSenders")
|
|
2737
2743
|
def max_wal_senders(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2738
2744
|
"""
|
|
2739
|
-
PostgreSQL maximum WAL senders.
|
|
2745
|
+
PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
2740
2746
|
"""
|
|
2741
2747
|
return pulumi.get(self, "max_wal_senders")
|
|
2742
2748
|
|
|
@@ -2748,7 +2754,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2748
2754
|
@pulumi.getter(name="maxWorkerProcesses")
|
|
2749
2755
|
def max_worker_processes(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2750
2756
|
"""
|
|
2751
|
-
Sets the maximum number of background processes that the system can support.
|
|
2757
|
+
Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
2752
2758
|
"""
|
|
2753
2759
|
return pulumi.get(self, "max_worker_processes")
|
|
2754
2760
|
|
|
@@ -2772,7 +2778,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2772
2778
|
@pulumi.getter(name="pgPartmanBgwDotInterval")
|
|
2773
2779
|
def pg_partman_bgw_dot_interval(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2774
2780
|
"""
|
|
2775
|
-
Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
2781
|
+
Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
2776
2782
|
"""
|
|
2777
2783
|
return pulumi.get(self, "pg_partman_bgw_dot_interval")
|
|
2778
2784
|
|
|
@@ -2796,7 +2802,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2796
2802
|
@pulumi.getter(name="pgStatStatementsDotTrack")
|
|
2797
2803
|
def pg_stat_statements_dot_track(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2798
2804
|
"""
|
|
2799
|
-
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
|
|
2805
|
+
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`.
|
|
2800
2806
|
"""
|
|
2801
2807
|
return pulumi.get(self, "pg_stat_statements_dot_track")
|
|
2802
2808
|
|
|
@@ -2832,7 +2838,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2832
2838
|
@pulumi.getter(name="trackActivityQuerySize")
|
|
2833
2839
|
def track_activity_query_size(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2834
2840
|
"""
|
|
2835
|
-
Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
2841
|
+
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`.
|
|
2836
2842
|
"""
|
|
2837
2843
|
return pulumi.get(self, "track_activity_query_size")
|
|
2838
2844
|
|
|
@@ -2844,7 +2850,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2844
2850
|
@pulumi.getter(name="trackCommitTimestamp")
|
|
2845
2851
|
def track_commit_timestamp(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2846
2852
|
"""
|
|
2847
|
-
Enum: `off`, `on`. Record commit time of transactions.
|
|
2853
|
+
Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
2848
2854
|
"""
|
|
2849
2855
|
return pulumi.get(self, "track_commit_timestamp")
|
|
2850
2856
|
|
|
@@ -2868,7 +2874,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2868
2874
|
@pulumi.getter(name="trackIoTiming")
|
|
2869
2875
|
def track_io_timing(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2870
2876
|
"""
|
|
2871
|
-
Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
2877
|
+
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.
|
|
2872
2878
|
"""
|
|
2873
2879
|
return pulumi.get(self, "track_io_timing")
|
|
2874
2880
|
|
|
@@ -2892,7 +2898,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2892
2898
|
@pulumi.getter(name="walWriterDelay")
|
|
2893
2899
|
def wal_writer_delay(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2894
2900
|
"""
|
|
2895
|
-
WAL flush interval in milliseconds.
|
|
2901
|
+
WAL flush interval in milliseconds. The default is `200`. Setting this parameter to a lower value may negatively impact performance. Example: `50`.
|
|
2896
2902
|
"""
|
|
2897
2903
|
return pulumi.get(self, "wal_writer_delay")
|
|
2898
2904
|
|
|
@@ -4940,6 +4946,10 @@ if not MYPY:
|
|
|
4940
4946
|
"""
|
|
4941
4947
|
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`.
|
|
4942
4948
|
"""
|
|
4949
|
+
enable_ipv6: NotRequired[pulumi.Input[builtins.bool]]
|
|
4950
|
+
"""
|
|
4951
|
+
Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
|
|
4952
|
+
"""
|
|
4943
4953
|
ip_filter_objects: NotRequired[pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseUserConfigIpFilterObjectArgsDict']]]]
|
|
4944
4954
|
"""
|
|
4945
4955
|
Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
@@ -4993,6 +5003,7 @@ class ClickhouseClickhouseUserConfigArgs:
|
|
|
4993
5003
|
additional_backup_regions: Optional[pulumi.Input[builtins.str]] = None,
|
|
4994
5004
|
backup_hour: Optional[pulumi.Input[builtins.int]] = None,
|
|
4995
5005
|
backup_minute: Optional[pulumi.Input[builtins.int]] = None,
|
|
5006
|
+
enable_ipv6: Optional[pulumi.Input[builtins.bool]] = None,
|
|
4996
5007
|
ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseUserConfigIpFilterObjectArgs']]]] = None,
|
|
4997
5008
|
ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
4998
5009
|
ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
@@ -5008,6 +5019,7 @@ class ClickhouseClickhouseUserConfigArgs:
|
|
|
5008
5019
|
:param pulumi.Input[builtins.str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
5009
5020
|
:param pulumi.Input[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`.
|
|
5010
5021
|
:param pulumi.Input[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`.
|
|
5022
|
+
:param pulumi.Input[builtins.bool] enable_ipv6: Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
|
|
5011
5023
|
:param pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
5012
5024
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
5013
5025
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -5029,6 +5041,8 @@ class ClickhouseClickhouseUserConfigArgs:
|
|
|
5029
5041
|
pulumi.set(__self__, "backup_hour", backup_hour)
|
|
5030
5042
|
if backup_minute is not None:
|
|
5031
5043
|
pulumi.set(__self__, "backup_minute", backup_minute)
|
|
5044
|
+
if enable_ipv6 is not None:
|
|
5045
|
+
pulumi.set(__self__, "enable_ipv6", enable_ipv6)
|
|
5032
5046
|
if ip_filter_objects is not None:
|
|
5033
5047
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
5034
5048
|
if ip_filter_strings is not None:
|
|
@@ -5092,6 +5106,18 @@ class ClickhouseClickhouseUserConfigArgs:
|
|
|
5092
5106
|
def backup_minute(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
5093
5107
|
pulumi.set(self, "backup_minute", value)
|
|
5094
5108
|
|
|
5109
|
+
@property
|
|
5110
|
+
@pulumi.getter(name="enableIpv6")
|
|
5111
|
+
def enable_ipv6(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
5112
|
+
"""
|
|
5113
|
+
Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
|
|
5114
|
+
"""
|
|
5115
|
+
return pulumi.get(self, "enable_ipv6")
|
|
5116
|
+
|
|
5117
|
+
@enable_ipv6.setter
|
|
5118
|
+
def enable_ipv6(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
5119
|
+
pulumi.set(self, "enable_ipv6", value)
|
|
5120
|
+
|
|
5095
5121
|
@property
|
|
5096
5122
|
@pulumi.getter(name="ipFilterObjects")
|
|
5097
5123
|
def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClickhouseClickhouseUserConfigIpFilterObjectArgs']]]]:
|
|
@@ -8649,21 +8675,21 @@ class FlinkTechEmailArgs:
|
|
|
8649
8675
|
|
|
8650
8676
|
if not MYPY:
|
|
8651
8677
|
class GovernanceAccessAccessDataArgsDict(TypedDict):
|
|
8652
|
-
acls: pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgsDict']]]
|
|
8653
|
-
"""
|
|
8654
|
-
The permissions granted to the assigned service user. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
8655
|
-
"""
|
|
8656
8678
|
project: pulumi.Input[builtins.str]
|
|
8657
8679
|
"""
|
|
8658
|
-
|
|
8680
|
+
Project name. Changing this property forces recreation of the resource.
|
|
8659
8681
|
"""
|
|
8660
8682
|
service_name: pulumi.Input[builtins.str]
|
|
8661
8683
|
"""
|
|
8662
|
-
|
|
8684
|
+
Service name. Changing this property forces recreation of the resource.
|
|
8685
|
+
"""
|
|
8686
|
+
acls: NotRequired[pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgsDict']]]]
|
|
8687
|
+
"""
|
|
8688
|
+
Required property. Acls. Changing this property forces recreation of the resource.
|
|
8663
8689
|
"""
|
|
8664
8690
|
username: NotRequired[pulumi.Input[builtins.str]]
|
|
8665
8691
|
"""
|
|
8666
|
-
The
|
|
8692
|
+
The service username assigned to the access. Changing this property forces recreation of the resource.
|
|
8667
8693
|
"""
|
|
8668
8694
|
elif False:
|
|
8669
8695
|
GovernanceAccessAccessDataArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -8671,39 +8697,28 @@ elif False:
|
|
|
8671
8697
|
@pulumi.input_type
|
|
8672
8698
|
class GovernanceAccessAccessDataArgs:
|
|
8673
8699
|
def __init__(__self__, *,
|
|
8674
|
-
acls: pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgs']]],
|
|
8675
8700
|
project: pulumi.Input[builtins.str],
|
|
8676
8701
|
service_name: pulumi.Input[builtins.str],
|
|
8702
|
+
acls: Optional[pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgs']]]] = None,
|
|
8677
8703
|
username: Optional[pulumi.Input[builtins.str]] = None):
|
|
8678
8704
|
"""
|
|
8679
|
-
:param pulumi.Input[
|
|
8680
|
-
:param pulumi.Input[builtins.str]
|
|
8681
|
-
:param pulumi.Input[
|
|
8682
|
-
:param pulumi.Input[builtins.str] username: The
|
|
8705
|
+
:param pulumi.Input[builtins.str] project: Project name. Changing this property forces recreation of the resource.
|
|
8706
|
+
:param pulumi.Input[builtins.str] service_name: Service name. Changing this property forces recreation of the resource.
|
|
8707
|
+
:param pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgs']]] acls: Required property. Acls. Changing this property forces recreation of the resource.
|
|
8708
|
+
:param pulumi.Input[builtins.str] username: The service username assigned to the access. Changing this property forces recreation of the resource.
|
|
8683
8709
|
"""
|
|
8684
|
-
pulumi.set(__self__, "acls", acls)
|
|
8685
8710
|
pulumi.set(__self__, "project", project)
|
|
8686
8711
|
pulumi.set(__self__, "service_name", service_name)
|
|
8712
|
+
if acls is not None:
|
|
8713
|
+
pulumi.set(__self__, "acls", acls)
|
|
8687
8714
|
if username is not None:
|
|
8688
8715
|
pulumi.set(__self__, "username", username)
|
|
8689
8716
|
|
|
8690
|
-
@property
|
|
8691
|
-
@pulumi.getter
|
|
8692
|
-
def acls(self) -> pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgs']]]:
|
|
8693
|
-
"""
|
|
8694
|
-
The permissions granted to the assigned service user. Maximum length: `54`. Changing this property forces recreation of the resource.
|
|
8695
|
-
"""
|
|
8696
|
-
return pulumi.get(self, "acls")
|
|
8697
|
-
|
|
8698
|
-
@acls.setter
|
|
8699
|
-
def acls(self, value: pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgs']]]):
|
|
8700
|
-
pulumi.set(self, "acls", value)
|
|
8701
|
-
|
|
8702
8717
|
@property
|
|
8703
8718
|
@pulumi.getter
|
|
8704
8719
|
def project(self) -> pulumi.Input[builtins.str]:
|
|
8705
8720
|
"""
|
|
8706
|
-
|
|
8721
|
+
Project name. Changing this property forces recreation of the resource.
|
|
8707
8722
|
"""
|
|
8708
8723
|
return pulumi.get(self, "project")
|
|
8709
8724
|
|
|
@@ -8715,7 +8730,7 @@ class GovernanceAccessAccessDataArgs:
|
|
|
8715
8730
|
@pulumi.getter(name="serviceName")
|
|
8716
8731
|
def service_name(self) -> pulumi.Input[builtins.str]:
|
|
8717
8732
|
"""
|
|
8718
|
-
|
|
8733
|
+
Service name. Changing this property forces recreation of the resource.
|
|
8719
8734
|
"""
|
|
8720
8735
|
return pulumi.get(self, "service_name")
|
|
8721
8736
|
|
|
@@ -8723,11 +8738,23 @@ class GovernanceAccessAccessDataArgs:
|
|
|
8723
8738
|
def service_name(self, value: pulumi.Input[builtins.str]):
|
|
8724
8739
|
pulumi.set(self, "service_name", value)
|
|
8725
8740
|
|
|
8741
|
+
@property
|
|
8742
|
+
@pulumi.getter
|
|
8743
|
+
def acls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgs']]]]:
|
|
8744
|
+
"""
|
|
8745
|
+
Required property. Acls. Changing this property forces recreation of the resource.
|
|
8746
|
+
"""
|
|
8747
|
+
return pulumi.get(self, "acls")
|
|
8748
|
+
|
|
8749
|
+
@acls.setter
|
|
8750
|
+
def acls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GovernanceAccessAccessDataAclArgs']]]]):
|
|
8751
|
+
pulumi.set(self, "acls", value)
|
|
8752
|
+
|
|
8726
8753
|
@property
|
|
8727
8754
|
@pulumi.getter
|
|
8728
8755
|
def username(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8729
8756
|
"""
|
|
8730
|
-
The
|
|
8757
|
+
The service username assigned to the access. Changing this property forces recreation of the resource.
|
|
8731
8758
|
"""
|
|
8732
8759
|
return pulumi.get(self, "username")
|
|
8733
8760
|
|
|
@@ -8740,19 +8767,19 @@ if not MYPY:
|
|
|
8740
8767
|
class GovernanceAccessAccessDataAclArgsDict(TypedDict):
|
|
8741
8768
|
operation: pulumi.Input[builtins.str]
|
|
8742
8769
|
"""
|
|
8743
|
-
|
|
8770
|
+
An enumeration. The possible values are `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
8744
8771
|
"""
|
|
8745
8772
|
permission_type: pulumi.Input[builtins.str]
|
|
8746
8773
|
"""
|
|
8747
|
-
|
|
8774
|
+
An enumeration. The possible value is `ALLOW`. Changing this property forces recreation of the resource.
|
|
8748
8775
|
"""
|
|
8749
8776
|
resource_name: pulumi.Input[builtins.str]
|
|
8750
8777
|
"""
|
|
8751
|
-
|
|
8778
|
+
Acl resource name. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
8752
8779
|
"""
|
|
8753
8780
|
resource_type: pulumi.Input[builtins.str]
|
|
8754
8781
|
"""
|
|
8755
|
-
|
|
8782
|
+
An enumeration. The possible value is `Topic`. Changing this property forces recreation of the resource.
|
|
8756
8783
|
"""
|
|
8757
8784
|
host: NotRequired[pulumi.Input[builtins.str]]
|
|
8758
8785
|
"""
|
|
@@ -8760,15 +8787,15 @@ if not MYPY:
|
|
|
8760
8787
|
"""
|
|
8761
8788
|
id: NotRequired[pulumi.Input[builtins.str]]
|
|
8762
8789
|
"""
|
|
8763
|
-
|
|
8790
|
+
Acl ID.
|
|
8764
8791
|
"""
|
|
8765
8792
|
pattern_type: NotRequired[pulumi.Input[builtins.str]]
|
|
8766
8793
|
"""
|
|
8767
|
-
|
|
8794
|
+
An enumeration. The possible value is `LITERAL`.
|
|
8768
8795
|
"""
|
|
8769
8796
|
principal: NotRequired[pulumi.Input[builtins.str]]
|
|
8770
8797
|
"""
|
|
8771
|
-
|
|
8798
|
+
Acl principal.
|
|
8772
8799
|
"""
|
|
8773
8800
|
elif False:
|
|
8774
8801
|
GovernanceAccessAccessDataAclArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -8785,14 +8812,14 @@ class GovernanceAccessAccessDataAclArgs:
|
|
|
8785
8812
|
pattern_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
8786
8813
|
principal: Optional[pulumi.Input[builtins.str]] = None):
|
|
8787
8814
|
"""
|
|
8788
|
-
:param pulumi.Input[builtins.str] operation:
|
|
8789
|
-
:param pulumi.Input[builtins.str] permission_type:
|
|
8790
|
-
:param pulumi.Input[builtins.str] resource_name:
|
|
8791
|
-
:param pulumi.Input[builtins.str] resource_type:
|
|
8815
|
+
:param pulumi.Input[builtins.str] operation: An enumeration. The possible values are `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
8816
|
+
:param pulumi.Input[builtins.str] permission_type: An enumeration. The possible value is `ALLOW`. Changing this property forces recreation of the resource.
|
|
8817
|
+
:param pulumi.Input[builtins.str] resource_name: Acl resource name. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
8818
|
+
:param pulumi.Input[builtins.str] resource_type: An enumeration. The possible value is `Topic`. Changing this property forces recreation of the resource.
|
|
8792
8819
|
:param pulumi.Input[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.
|
|
8793
|
-
:param pulumi.Input[builtins.str] id:
|
|
8794
|
-
:param pulumi.Input[builtins.str] pattern_type:
|
|
8795
|
-
:param pulumi.Input[builtins.str] principal:
|
|
8820
|
+
:param pulumi.Input[builtins.str] id: Acl ID.
|
|
8821
|
+
:param pulumi.Input[builtins.str] pattern_type: An enumeration. The possible value is `LITERAL`.
|
|
8822
|
+
:param pulumi.Input[builtins.str] principal: Acl principal.
|
|
8796
8823
|
"""
|
|
8797
8824
|
pulumi.set(__self__, "operation", operation)
|
|
8798
8825
|
pulumi.set(__self__, "permission_type", permission_type)
|
|
@@ -8811,7 +8838,7 @@ class GovernanceAccessAccessDataAclArgs:
|
|
|
8811
8838
|
@pulumi.getter
|
|
8812
8839
|
def operation(self) -> pulumi.Input[builtins.str]:
|
|
8813
8840
|
"""
|
|
8814
|
-
|
|
8841
|
+
An enumeration. The possible values are `Read` and `Write`. Changing this property forces recreation of the resource.
|
|
8815
8842
|
"""
|
|
8816
8843
|
return pulumi.get(self, "operation")
|
|
8817
8844
|
|
|
@@ -8823,7 +8850,7 @@ class GovernanceAccessAccessDataAclArgs:
|
|
|
8823
8850
|
@pulumi.getter(name="permissionType")
|
|
8824
8851
|
def permission_type(self) -> pulumi.Input[builtins.str]:
|
|
8825
8852
|
"""
|
|
8826
|
-
|
|
8853
|
+
An enumeration. The possible value is `ALLOW`. Changing this property forces recreation of the resource.
|
|
8827
8854
|
"""
|
|
8828
8855
|
return pulumi.get(self, "permission_type")
|
|
8829
8856
|
|
|
@@ -8835,7 +8862,7 @@ class GovernanceAccessAccessDataAclArgs:
|
|
|
8835
8862
|
@pulumi.getter(name="resourceName")
|
|
8836
8863
|
def resource_name(self) -> pulumi.Input[builtins.str]:
|
|
8837
8864
|
"""
|
|
8838
|
-
|
|
8865
|
+
Acl resource name. Maximum length: `256`. Changing this property forces recreation of the resource.
|
|
8839
8866
|
"""
|
|
8840
8867
|
return pulumi.get(self, "resource_name")
|
|
8841
8868
|
|
|
@@ -8847,7 +8874,7 @@ class GovernanceAccessAccessDataAclArgs:
|
|
|
8847
8874
|
@pulumi.getter(name="resourceType")
|
|
8848
8875
|
def resource_type(self) -> pulumi.Input[builtins.str]:
|
|
8849
8876
|
"""
|
|
8850
|
-
|
|
8877
|
+
An enumeration. The possible value is `Topic`. Changing this property forces recreation of the resource.
|
|
8851
8878
|
"""
|
|
8852
8879
|
return pulumi.get(self, "resource_type")
|
|
8853
8880
|
|
|
@@ -8871,7 +8898,7 @@ class GovernanceAccessAccessDataAclArgs:
|
|
|
8871
8898
|
@pulumi.getter
|
|
8872
8899
|
def id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8873
8900
|
"""
|
|
8874
|
-
|
|
8901
|
+
Acl ID.
|
|
8875
8902
|
"""
|
|
8876
8903
|
return pulumi.get(self, "id")
|
|
8877
8904
|
|
|
@@ -8883,7 +8910,7 @@ class GovernanceAccessAccessDataAclArgs:
|
|
|
8883
8910
|
@pulumi.getter(name="patternType")
|
|
8884
8911
|
def pattern_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8885
8912
|
"""
|
|
8886
|
-
|
|
8913
|
+
An enumeration. The possible value is `LITERAL`.
|
|
8887
8914
|
"""
|
|
8888
8915
|
return pulumi.get(self, "pattern_type")
|
|
8889
8916
|
|
|
@@ -8895,7 +8922,7 @@ class GovernanceAccessAccessDataAclArgs:
|
|
|
8895
8922
|
@pulumi.getter
|
|
8896
8923
|
def principal(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8897
8924
|
"""
|
|
8898
|
-
|
|
8925
|
+
Acl principal.
|
|
8899
8926
|
"""
|
|
8900
8927
|
return pulumi.get(self, "principal")
|
|
8901
8928
|
|
|
@@ -8904,6 +8931,98 @@ class GovernanceAccessAccessDataAclArgs:
|
|
|
8904
8931
|
pulumi.set(self, "principal", value)
|
|
8905
8932
|
|
|
8906
8933
|
|
|
8934
|
+
if not MYPY:
|
|
8935
|
+
class GovernanceAccessTimeoutsArgsDict(TypedDict):
|
|
8936
|
+
create: NotRequired[pulumi.Input[builtins.str]]
|
|
8937
|
+
"""
|
|
8938
|
+
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).
|
|
8939
|
+
"""
|
|
8940
|
+
delete: NotRequired[pulumi.Input[builtins.str]]
|
|
8941
|
+
"""
|
|
8942
|
+
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.
|
|
8943
|
+
"""
|
|
8944
|
+
read: NotRequired[pulumi.Input[builtins.str]]
|
|
8945
|
+
"""
|
|
8946
|
+
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.
|
|
8947
|
+
"""
|
|
8948
|
+
update: NotRequired[pulumi.Input[builtins.str]]
|
|
8949
|
+
"""
|
|
8950
|
+
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).
|
|
8951
|
+
"""
|
|
8952
|
+
elif False:
|
|
8953
|
+
GovernanceAccessTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
8954
|
+
|
|
8955
|
+
@pulumi.input_type
|
|
8956
|
+
class GovernanceAccessTimeoutsArgs:
|
|
8957
|
+
def __init__(__self__, *,
|
|
8958
|
+
create: Optional[pulumi.Input[builtins.str]] = None,
|
|
8959
|
+
delete: Optional[pulumi.Input[builtins.str]] = None,
|
|
8960
|
+
read: Optional[pulumi.Input[builtins.str]] = None,
|
|
8961
|
+
update: Optional[pulumi.Input[builtins.str]] = None):
|
|
8962
|
+
"""
|
|
8963
|
+
:param pulumi.Input[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).
|
|
8964
|
+
:param pulumi.Input[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.
|
|
8965
|
+
:param pulumi.Input[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.
|
|
8966
|
+
:param pulumi.Input[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).
|
|
8967
|
+
"""
|
|
8968
|
+
if create is not None:
|
|
8969
|
+
pulumi.set(__self__, "create", create)
|
|
8970
|
+
if delete is not None:
|
|
8971
|
+
pulumi.set(__self__, "delete", delete)
|
|
8972
|
+
if read is not None:
|
|
8973
|
+
pulumi.set(__self__, "read", read)
|
|
8974
|
+
if update is not None:
|
|
8975
|
+
pulumi.set(__self__, "update", update)
|
|
8976
|
+
|
|
8977
|
+
@property
|
|
8978
|
+
@pulumi.getter
|
|
8979
|
+
def create(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8980
|
+
"""
|
|
8981
|
+
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).
|
|
8982
|
+
"""
|
|
8983
|
+
return pulumi.get(self, "create")
|
|
8984
|
+
|
|
8985
|
+
@create.setter
|
|
8986
|
+
def create(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8987
|
+
pulumi.set(self, "create", value)
|
|
8988
|
+
|
|
8989
|
+
@property
|
|
8990
|
+
@pulumi.getter
|
|
8991
|
+
def delete(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8992
|
+
"""
|
|
8993
|
+
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.
|
|
8994
|
+
"""
|
|
8995
|
+
return pulumi.get(self, "delete")
|
|
8996
|
+
|
|
8997
|
+
@delete.setter
|
|
8998
|
+
def delete(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8999
|
+
pulumi.set(self, "delete", value)
|
|
9000
|
+
|
|
9001
|
+
@property
|
|
9002
|
+
@pulumi.getter
|
|
9003
|
+
def read(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
9004
|
+
"""
|
|
9005
|
+
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.
|
|
9006
|
+
"""
|
|
9007
|
+
return pulumi.get(self, "read")
|
|
9008
|
+
|
|
9009
|
+
@read.setter
|
|
9010
|
+
def read(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
9011
|
+
pulumi.set(self, "read", value)
|
|
9012
|
+
|
|
9013
|
+
@property
|
|
9014
|
+
@pulumi.getter
|
|
9015
|
+
def update(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
9016
|
+
"""
|
|
9017
|
+
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).
|
|
9018
|
+
"""
|
|
9019
|
+
return pulumi.get(self, "update")
|
|
9020
|
+
|
|
9021
|
+
@update.setter
|
|
9022
|
+
def update(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
9023
|
+
pulumi.set(self, "update", value)
|
|
9024
|
+
|
|
9025
|
+
|
|
8907
9026
|
if not MYPY:
|
|
8908
9027
|
class GrafanaComponentArgsDict(TypedDict):
|
|
8909
9028
|
component: NotRequired[pulumi.Input[builtins.str]]
|
|
@@ -9248,7 +9367,7 @@ if not MYPY:
|
|
|
9248
9367
|
"""
|
|
9249
9368
|
oauth_allow_insecure_email_lookup: NotRequired[pulumi.Input[builtins.bool]]
|
|
9250
9369
|
"""
|
|
9251
|
-
Enforce user lookup based on email instead of the unique ID provided by the IdP.
|
|
9370
|
+
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.
|
|
9252
9371
|
"""
|
|
9253
9372
|
private_access: NotRequired[pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgsDict']]
|
|
9254
9373
|
"""
|
|
@@ -9386,7 +9505,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
9386
9505
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
9387
9506
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
9388
9507
|
:param pulumi.Input[builtins.bool] metrics_enabled: Enable Grafana's /metrics endpoint.
|
|
9389
|
-
:param pulumi.Input[builtins.bool] oauth_allow_insecure_email_lookup: Enforce user lookup based on email instead of the unique ID provided by the IdP.
|
|
9508
|
+
:param pulumi.Input[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.
|
|
9390
9509
|
:param pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
|
|
9391
9510
|
:param pulumi.Input['GrafanaGrafanaUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
|
|
9392
9511
|
:param pulumi.Input[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`.
|
|
@@ -9847,7 +9966,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
9847
9966
|
@pulumi.getter(name="oauthAllowInsecureEmailLookup")
|
|
9848
9967
|
def oauth_allow_insecure_email_lookup(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
9849
9968
|
"""
|
|
9850
|
-
Enforce user lookup based on email instead of the unique ID provided by the IdP.
|
|
9969
|
+
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.
|
|
9851
9970
|
"""
|
|
9852
9971
|
return pulumi.get(self, "oauth_allow_insecure_email_lookup")
|
|
9853
9972
|
|
|
@@ -18596,6 +18715,10 @@ if not MYPY:
|
|
|
18596
18715
|
"""
|
|
18597
18716
|
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.
|
|
18598
18717
|
"""
|
|
18718
|
+
inkless_enable: NotRequired[pulumi.Input[builtins.bool]]
|
|
18719
|
+
"""
|
|
18720
|
+
Indicates whether inkless should be enabled. This is only available for BYOC services with Inkless feature enabled.
|
|
18721
|
+
"""
|
|
18599
18722
|
local_retention_bytes: NotRequired[pulumi.Input[builtins.str]]
|
|
18600
18723
|
"""
|
|
18601
18724
|
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.
|
|
@@ -18689,6 +18812,7 @@ class KafkaTopicConfigArgs:
|
|
|
18689
18812
|
flush_messages: Optional[pulumi.Input[builtins.str]] = None,
|
|
18690
18813
|
flush_ms: Optional[pulumi.Input[builtins.str]] = None,
|
|
18691
18814
|
index_interval_bytes: Optional[pulumi.Input[builtins.str]] = None,
|
|
18815
|
+
inkless_enable: Optional[pulumi.Input[builtins.bool]] = None,
|
|
18692
18816
|
local_retention_bytes: Optional[pulumi.Input[builtins.str]] = None,
|
|
18693
18817
|
local_retention_ms: Optional[pulumi.Input[builtins.str]] = None,
|
|
18694
18818
|
max_compaction_lag_ms: Optional[pulumi.Input[builtins.str]] = None,
|
|
@@ -18717,6 +18841,7 @@ class KafkaTopicConfigArgs:
|
|
|
18717
18841
|
:param pulumi.Input[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.
|
|
18718
18842
|
:param pulumi.Input[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.
|
|
18719
18843
|
:param pulumi.Input[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.
|
|
18844
|
+
:param pulumi.Input[builtins.bool] inkless_enable: Indicates whether inkless should be enabled. This is only available for BYOC services with Inkless feature enabled.
|
|
18720
18845
|
:param pulumi.Input[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.
|
|
18721
18846
|
:param pulumi.Input[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.
|
|
18722
18847
|
:param pulumi.Input[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.
|
|
@@ -18752,6 +18877,8 @@ class KafkaTopicConfigArgs:
|
|
|
18752
18877
|
pulumi.set(__self__, "flush_ms", flush_ms)
|
|
18753
18878
|
if index_interval_bytes is not None:
|
|
18754
18879
|
pulumi.set(__self__, "index_interval_bytes", index_interval_bytes)
|
|
18880
|
+
if inkless_enable is not None:
|
|
18881
|
+
pulumi.set(__self__, "inkless_enable", inkless_enable)
|
|
18755
18882
|
if local_retention_bytes is not None:
|
|
18756
18883
|
pulumi.set(__self__, "local_retention_bytes", local_retention_bytes)
|
|
18757
18884
|
if local_retention_ms is not None:
|
|
@@ -18877,6 +19004,18 @@ class KafkaTopicConfigArgs:
|
|
|
18877
19004
|
def index_interval_bytes(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
18878
19005
|
pulumi.set(self, "index_interval_bytes", value)
|
|
18879
19006
|
|
|
19007
|
+
@property
|
|
19008
|
+
@pulumi.getter(name="inklessEnable")
|
|
19009
|
+
def inkless_enable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
19010
|
+
"""
|
|
19011
|
+
Indicates whether inkless should be enabled. This is only available for BYOC services with Inkless feature enabled.
|
|
19012
|
+
"""
|
|
19013
|
+
return pulumi.get(self, "inkless_enable")
|
|
19014
|
+
|
|
19015
|
+
@inkless_enable.setter
|
|
19016
|
+
def inkless_enable(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
19017
|
+
pulumi.set(self, "inkless_enable", value)
|
|
19018
|
+
|
|
18880
19019
|
@property
|
|
18881
19020
|
@pulumi.getter(name="localRetentionBytes")
|
|
18882
19021
|
def local_retention_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
@@ -25491,13 +25630,18 @@ if not MYPY:
|
|
|
25491
25630
|
"""
|
|
25492
25631
|
Opensearch Security Plugin Settings
|
|
25493
25632
|
"""
|
|
25633
|
+
cluster_filecache_remote_data_ratio: NotRequired[pulumi.Input[builtins.float]]
|
|
25634
|
+
"""
|
|
25635
|
+
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.
|
|
25636
|
+
"""
|
|
25494
25637
|
cluster_max_shards_per_node: NotRequired[pulumi.Input[builtins.int]]
|
|
25495
25638
|
"""
|
|
25496
25639
|
Controls the number of shards allowed in the cluster per data node. Example: `1000`.
|
|
25497
25640
|
"""
|
|
25641
|
+
cluster_remote_store: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterRemoteStoreArgsDict']]
|
|
25498
25642
|
cluster_routing_allocation_balance_prefer_primary: NotRequired[pulumi.Input[builtins.bool]]
|
|
25499
25643
|
"""
|
|
25500
|
-
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.
|
|
25644
|
+
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.
|
|
25501
25645
|
"""
|
|
25502
25646
|
cluster_routing_allocation_node_concurrent_recoveries: NotRequired[pulumi.Input[builtins.int]]
|
|
25503
25647
|
"""
|
|
@@ -25532,6 +25676,10 @@ if not MYPY:
|
|
|
25532
25676
|
"""
|
|
25533
25677
|
Enable/Disable security audit.
|
|
25534
25678
|
"""
|
|
25679
|
+
enable_snapshot_api: NotRequired[pulumi.Input[builtins.bool]]
|
|
25680
|
+
"""
|
|
25681
|
+
Enable/Disable snapshot API for custom repositories, this requires security management to be enabled.
|
|
25682
|
+
"""
|
|
25535
25683
|
http_max_content_length: NotRequired[pulumi.Input[builtins.int]]
|
|
25536
25684
|
"""
|
|
25537
25685
|
Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
@@ -25608,6 +25756,10 @@ if not MYPY:
|
|
|
25608
25756
|
"""
|
|
25609
25757
|
Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
|
|
25610
25758
|
"""
|
|
25759
|
+
node_search_cache_size: NotRequired[pulumi.Input[builtins.str]]
|
|
25760
|
+
"""
|
|
25761
|
+
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.
|
|
25762
|
+
"""
|
|
25611
25763
|
override_main_response_version: NotRequired[pulumi.Input[builtins.bool]]
|
|
25612
25764
|
"""
|
|
25613
25765
|
Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
@@ -25620,6 +25772,7 @@ if not MYPY:
|
|
|
25620
25772
|
"""
|
|
25621
25773
|
Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
25622
25774
|
"""
|
|
25775
|
+
remote_store: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchRemoteStoreArgsDict']]
|
|
25623
25776
|
script_max_compilations_rate: NotRequired[pulumi.Input[builtins.str]]
|
|
25624
25777
|
"""
|
|
25625
25778
|
Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context. Example: `75/5m`.
|
|
@@ -25694,7 +25847,9 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25694
25847
|
action_auto_create_index_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25695
25848
|
action_destructive_requires_name: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25696
25849
|
auth_failure_listeners: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersArgs']] = None,
|
|
25850
|
+
cluster_filecache_remote_data_ratio: Optional[pulumi.Input[builtins.float]] = None,
|
|
25697
25851
|
cluster_max_shards_per_node: Optional[pulumi.Input[builtins.int]] = None,
|
|
25852
|
+
cluster_remote_store: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterRemoteStoreArgs']] = None,
|
|
25698
25853
|
cluster_routing_allocation_balance_prefer_primary: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25699
25854
|
cluster_routing_allocation_node_concurrent_recoveries: Optional[pulumi.Input[builtins.int]] = None,
|
|
25700
25855
|
cluster_search_request_slowlog: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgs']] = None,
|
|
@@ -25705,6 +25860,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25705
25860
|
enable_remote_backed_storage: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25706
25861
|
enable_searchable_snapshots: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25707
25862
|
enable_security_audit: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25863
|
+
enable_snapshot_api: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25708
25864
|
http_max_content_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
25709
25865
|
http_max_header_size: Optional[pulumi.Input[builtins.int]] = None,
|
|
25710
25866
|
http_max_initial_line_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
@@ -25724,9 +25880,11 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25724
25880
|
ism_history_rollover_retention_period: Optional[pulumi.Input[builtins.int]] = None,
|
|
25725
25881
|
knn_memory_circuit_breaker_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25726
25882
|
knn_memory_circuit_breaker_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
25883
|
+
node_search_cache_size: Optional[pulumi.Input[builtins.str]] = None,
|
|
25727
25884
|
override_main_response_version: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25728
25885
|
plugins_alerting_filter_by_backend_roles: Optional[pulumi.Input[builtins.bool]] = None,
|
|
25729
25886
|
reindex_remote_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
25887
|
+
remote_store: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchRemoteStoreArgs']] = None,
|
|
25730
25888
|
script_max_compilations_rate: Optional[pulumi.Input[builtins.str]] = None,
|
|
25731
25889
|
search_backpressure: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs']] = None,
|
|
25732
25890
|
search_insights_top_queries: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgs']] = None,
|
|
@@ -25748,8 +25906,9 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25748
25906
|
:param pulumi.Input[builtins.bool] action_auto_create_index_enabled: Explicitly allow or block automatic creation of indices. Defaults to true.
|
|
25749
25907
|
:param pulumi.Input[builtins.bool] action_destructive_requires_name: Require explicit index names when deleting.
|
|
25750
25908
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersArgs'] auth_failure_listeners: Opensearch Security Plugin Settings
|
|
25909
|
+
:param pulumi.Input[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.
|
|
25751
25910
|
:param pulumi.Input[builtins.int] cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Example: `1000`.
|
|
25752
|
-
:param pulumi.Input[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.
|
|
25911
|
+
:param pulumi.Input[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.
|
|
25753
25912
|
:param pulumi.Input[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.
|
|
25754
25913
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchDiskWatermarksArgs'] disk_watermarks: Watermark settings
|
|
25755
25914
|
:param pulumi.Input[builtins.str] email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
|
|
@@ -25758,6 +25917,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25758
25917
|
:param pulumi.Input[builtins.bool] enable_remote_backed_storage: Enable remote-backed storage.
|
|
25759
25918
|
:param pulumi.Input[builtins.bool] enable_searchable_snapshots: Enable searchable snapshots.
|
|
25760
25919
|
:param pulumi.Input[builtins.bool] enable_security_audit: Enable/Disable security audit.
|
|
25920
|
+
:param pulumi.Input[builtins.bool] enable_snapshot_api: Enable/Disable snapshot API for custom repositories, this requires security management to be enabled.
|
|
25761
25921
|
:param pulumi.Input[builtins.int] http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
25762
25922
|
:param pulumi.Input[builtins.int] http_max_header_size: The max size of allowed headers, in bytes. Example: `8192`.
|
|
25763
25923
|
:param pulumi.Input[builtins.int] http_max_initial_line_length: The max length of an HTTP URL, in bytes. Example: `4096`.
|
|
@@ -25777,6 +25937,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25777
25937
|
:param pulumi.Input[builtins.int] ism_history_rollover_retention_period: How long audit history indices are kept in days. Example: `30`.
|
|
25778
25938
|
:param pulumi.Input[builtins.bool] knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
25779
25939
|
:param pulumi.Input[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.
|
|
25940
|
+
:param pulumi.Input[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.
|
|
25780
25941
|
:param pulumi.Input[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.
|
|
25781
25942
|
:param pulumi.Input[builtins.bool] plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
25782
25943
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] reindex_remote_whitelists: Whitelisted addresses for reindexing. Changing this value will cause all OpenSearch instances to restart.
|
|
@@ -25803,8 +25964,12 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25803
25964
|
pulumi.set(__self__, "action_destructive_requires_name", action_destructive_requires_name)
|
|
25804
25965
|
if auth_failure_listeners is not None:
|
|
25805
25966
|
pulumi.set(__self__, "auth_failure_listeners", auth_failure_listeners)
|
|
25967
|
+
if cluster_filecache_remote_data_ratio is not None:
|
|
25968
|
+
pulumi.set(__self__, "cluster_filecache_remote_data_ratio", cluster_filecache_remote_data_ratio)
|
|
25806
25969
|
if cluster_max_shards_per_node is not None:
|
|
25807
25970
|
pulumi.set(__self__, "cluster_max_shards_per_node", cluster_max_shards_per_node)
|
|
25971
|
+
if cluster_remote_store is not None:
|
|
25972
|
+
pulumi.set(__self__, "cluster_remote_store", cluster_remote_store)
|
|
25808
25973
|
if cluster_routing_allocation_balance_prefer_primary is not None:
|
|
25809
25974
|
pulumi.set(__self__, "cluster_routing_allocation_balance_prefer_primary", cluster_routing_allocation_balance_prefer_primary)
|
|
25810
25975
|
if cluster_routing_allocation_node_concurrent_recoveries is not None:
|
|
@@ -25825,6 +25990,8 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25825
25990
|
pulumi.set(__self__, "enable_searchable_snapshots", enable_searchable_snapshots)
|
|
25826
25991
|
if enable_security_audit is not None:
|
|
25827
25992
|
pulumi.set(__self__, "enable_security_audit", enable_security_audit)
|
|
25993
|
+
if enable_snapshot_api is not None:
|
|
25994
|
+
pulumi.set(__self__, "enable_snapshot_api", enable_snapshot_api)
|
|
25828
25995
|
if http_max_content_length is not None:
|
|
25829
25996
|
pulumi.set(__self__, "http_max_content_length", http_max_content_length)
|
|
25830
25997
|
if http_max_header_size is not None:
|
|
@@ -25863,12 +26030,16 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25863
26030
|
pulumi.set(__self__, "knn_memory_circuit_breaker_enabled", knn_memory_circuit_breaker_enabled)
|
|
25864
26031
|
if knn_memory_circuit_breaker_limit is not None:
|
|
25865
26032
|
pulumi.set(__self__, "knn_memory_circuit_breaker_limit", knn_memory_circuit_breaker_limit)
|
|
26033
|
+
if node_search_cache_size is not None:
|
|
26034
|
+
pulumi.set(__self__, "node_search_cache_size", node_search_cache_size)
|
|
25866
26035
|
if override_main_response_version is not None:
|
|
25867
26036
|
pulumi.set(__self__, "override_main_response_version", override_main_response_version)
|
|
25868
26037
|
if plugins_alerting_filter_by_backend_roles is not None:
|
|
25869
26038
|
pulumi.set(__self__, "plugins_alerting_filter_by_backend_roles", plugins_alerting_filter_by_backend_roles)
|
|
25870
26039
|
if reindex_remote_whitelists is not None:
|
|
25871
26040
|
pulumi.set(__self__, "reindex_remote_whitelists", reindex_remote_whitelists)
|
|
26041
|
+
if remote_store is not None:
|
|
26042
|
+
pulumi.set(__self__, "remote_store", remote_store)
|
|
25872
26043
|
if script_max_compilations_rate is not None:
|
|
25873
26044
|
pulumi.set(__self__, "script_max_compilations_rate", script_max_compilations_rate)
|
|
25874
26045
|
if search_backpressure is not None:
|
|
@@ -25940,6 +26111,18 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25940
26111
|
def auth_failure_listeners(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersArgs']]):
|
|
25941
26112
|
pulumi.set(self, "auth_failure_listeners", value)
|
|
25942
26113
|
|
|
26114
|
+
@property
|
|
26115
|
+
@pulumi.getter(name="clusterFilecacheRemoteDataRatio")
|
|
26116
|
+
def cluster_filecache_remote_data_ratio(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
26117
|
+
"""
|
|
26118
|
+
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.
|
|
26119
|
+
"""
|
|
26120
|
+
return pulumi.get(self, "cluster_filecache_remote_data_ratio")
|
|
26121
|
+
|
|
26122
|
+
@cluster_filecache_remote_data_ratio.setter
|
|
26123
|
+
def cluster_filecache_remote_data_ratio(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
26124
|
+
pulumi.set(self, "cluster_filecache_remote_data_ratio", value)
|
|
26125
|
+
|
|
25943
26126
|
@property
|
|
25944
26127
|
@pulumi.getter(name="clusterMaxShardsPerNode")
|
|
25945
26128
|
def cluster_max_shards_per_node(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -25952,11 +26135,20 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
25952
26135
|
def cluster_max_shards_per_node(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
25953
26136
|
pulumi.set(self, "cluster_max_shards_per_node", value)
|
|
25954
26137
|
|
|
26138
|
+
@property
|
|
26139
|
+
@pulumi.getter(name="clusterRemoteStore")
|
|
26140
|
+
def cluster_remote_store(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterRemoteStoreArgs']]:
|
|
26141
|
+
return pulumi.get(self, "cluster_remote_store")
|
|
26142
|
+
|
|
26143
|
+
@cluster_remote_store.setter
|
|
26144
|
+
def cluster_remote_store(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterRemoteStoreArgs']]):
|
|
26145
|
+
pulumi.set(self, "cluster_remote_store", value)
|
|
26146
|
+
|
|
25955
26147
|
@property
|
|
25956
26148
|
@pulumi.getter(name="clusterRoutingAllocationBalancePreferPrimary")
|
|
25957
26149
|
def cluster_routing_allocation_balance_prefer_primary(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
25958
26150
|
"""
|
|
25959
|
-
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.
|
|
26151
|
+
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.
|
|
25960
26152
|
"""
|
|
25961
26153
|
return pulumi.get(self, "cluster_routing_allocation_balance_prefer_primary")
|
|
25962
26154
|
|
|
@@ -26069,6 +26261,18 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
26069
26261
|
def enable_security_audit(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
26070
26262
|
pulumi.set(self, "enable_security_audit", value)
|
|
26071
26263
|
|
|
26264
|
+
@property
|
|
26265
|
+
@pulumi.getter(name="enableSnapshotApi")
|
|
26266
|
+
def enable_snapshot_api(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
26267
|
+
"""
|
|
26268
|
+
Enable/Disable snapshot API for custom repositories, this requires security management to be enabled.
|
|
26269
|
+
"""
|
|
26270
|
+
return pulumi.get(self, "enable_snapshot_api")
|
|
26271
|
+
|
|
26272
|
+
@enable_snapshot_api.setter
|
|
26273
|
+
def enable_snapshot_api(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
26274
|
+
pulumi.set(self, "enable_snapshot_api", value)
|
|
26275
|
+
|
|
26072
26276
|
@property
|
|
26073
26277
|
@pulumi.getter(name="httpMaxContentLength")
|
|
26074
26278
|
def http_max_content_length(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -26297,6 +26501,18 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
26297
26501
|
def knn_memory_circuit_breaker_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
26298
26502
|
pulumi.set(self, "knn_memory_circuit_breaker_limit", value)
|
|
26299
26503
|
|
|
26504
|
+
@property
|
|
26505
|
+
@pulumi.getter(name="nodeSearchCacheSize")
|
|
26506
|
+
def node_search_cache_size(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
26507
|
+
"""
|
|
26508
|
+
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.
|
|
26509
|
+
"""
|
|
26510
|
+
return pulumi.get(self, "node_search_cache_size")
|
|
26511
|
+
|
|
26512
|
+
@node_search_cache_size.setter
|
|
26513
|
+
def node_search_cache_size(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
26514
|
+
pulumi.set(self, "node_search_cache_size", value)
|
|
26515
|
+
|
|
26300
26516
|
@property
|
|
26301
26517
|
@pulumi.getter(name="overrideMainResponseVersion")
|
|
26302
26518
|
def override_main_response_version(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
@@ -26333,6 +26549,15 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
26333
26549
|
def reindex_remote_whitelists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
26334
26550
|
pulumi.set(self, "reindex_remote_whitelists", value)
|
|
26335
26551
|
|
|
26552
|
+
@property
|
|
26553
|
+
@pulumi.getter(name="remoteStore")
|
|
26554
|
+
def remote_store(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchRemoteStoreArgs']]:
|
|
26555
|
+
return pulumi.get(self, "remote_store")
|
|
26556
|
+
|
|
26557
|
+
@remote_store.setter
|
|
26558
|
+
def remote_store(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchRemoteStoreArgs']]):
|
|
26559
|
+
pulumi.set(self, "remote_store", value)
|
|
26560
|
+
|
|
26336
26561
|
@property
|
|
26337
26562
|
@pulumi.getter(name="scriptMaxCompilationsRate")
|
|
26338
26563
|
def script_max_compilations_rate(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
@@ -26868,6 +27093,98 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
|
|
|
26868
27093
|
pulumi.set(self, "type", value)
|
|
26869
27094
|
|
|
26870
27095
|
|
|
27096
|
+
if not MYPY:
|
|
27097
|
+
class OpenSearchOpensearchUserConfigOpensearchClusterRemoteStoreArgsDict(TypedDict):
|
|
27098
|
+
state_global_metadata_upload_timeout: NotRequired[pulumi.Input[builtins.str]]
|
|
27099
|
+
"""
|
|
27100
|
+
The amount of time to wait for the cluster state upload to complete. Defaults to 20s.
|
|
27101
|
+
"""
|
|
27102
|
+
state_metadata_manifest_upload_timeout: NotRequired[pulumi.Input[builtins.str]]
|
|
27103
|
+
"""
|
|
27104
|
+
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.
|
|
27105
|
+
"""
|
|
27106
|
+
translog_buffer_interval: NotRequired[pulumi.Input[builtins.str]]
|
|
27107
|
+
"""
|
|
27108
|
+
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.
|
|
27109
|
+
"""
|
|
27110
|
+
translog_max_readers: NotRequired[pulumi.Input[builtins.int]]
|
|
27111
|
+
"""
|
|
27112
|
+
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`.
|
|
27113
|
+
"""
|
|
27114
|
+
elif False:
|
|
27115
|
+
OpenSearchOpensearchUserConfigOpensearchClusterRemoteStoreArgsDict: TypeAlias = Mapping[str, Any]
|
|
27116
|
+
|
|
27117
|
+
@pulumi.input_type
|
|
27118
|
+
class OpenSearchOpensearchUserConfigOpensearchClusterRemoteStoreArgs:
|
|
27119
|
+
def __init__(__self__, *,
|
|
27120
|
+
state_global_metadata_upload_timeout: Optional[pulumi.Input[builtins.str]] = None,
|
|
27121
|
+
state_metadata_manifest_upload_timeout: Optional[pulumi.Input[builtins.str]] = None,
|
|
27122
|
+
translog_buffer_interval: Optional[pulumi.Input[builtins.str]] = None,
|
|
27123
|
+
translog_max_readers: Optional[pulumi.Input[builtins.int]] = None):
|
|
27124
|
+
"""
|
|
27125
|
+
:param pulumi.Input[builtins.str] state_global_metadata_upload_timeout: The amount of time to wait for the cluster state upload to complete. Defaults to 20s.
|
|
27126
|
+
:param pulumi.Input[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.
|
|
27127
|
+
:param pulumi.Input[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.
|
|
27128
|
+
:param pulumi.Input[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`.
|
|
27129
|
+
"""
|
|
27130
|
+
if state_global_metadata_upload_timeout is not None:
|
|
27131
|
+
pulumi.set(__self__, "state_global_metadata_upload_timeout", state_global_metadata_upload_timeout)
|
|
27132
|
+
if state_metadata_manifest_upload_timeout is not None:
|
|
27133
|
+
pulumi.set(__self__, "state_metadata_manifest_upload_timeout", state_metadata_manifest_upload_timeout)
|
|
27134
|
+
if translog_buffer_interval is not None:
|
|
27135
|
+
pulumi.set(__self__, "translog_buffer_interval", translog_buffer_interval)
|
|
27136
|
+
if translog_max_readers is not None:
|
|
27137
|
+
pulumi.set(__self__, "translog_max_readers", translog_max_readers)
|
|
27138
|
+
|
|
27139
|
+
@property
|
|
27140
|
+
@pulumi.getter(name="stateGlobalMetadataUploadTimeout")
|
|
27141
|
+
def state_global_metadata_upload_timeout(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
27142
|
+
"""
|
|
27143
|
+
The amount of time to wait for the cluster state upload to complete. Defaults to 20s.
|
|
27144
|
+
"""
|
|
27145
|
+
return pulumi.get(self, "state_global_metadata_upload_timeout")
|
|
27146
|
+
|
|
27147
|
+
@state_global_metadata_upload_timeout.setter
|
|
27148
|
+
def state_global_metadata_upload_timeout(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
27149
|
+
pulumi.set(self, "state_global_metadata_upload_timeout", value)
|
|
27150
|
+
|
|
27151
|
+
@property
|
|
27152
|
+
@pulumi.getter(name="stateMetadataManifestUploadTimeout")
|
|
27153
|
+
def state_metadata_manifest_upload_timeout(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
27154
|
+
"""
|
|
27155
|
+
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.
|
|
27156
|
+
"""
|
|
27157
|
+
return pulumi.get(self, "state_metadata_manifest_upload_timeout")
|
|
27158
|
+
|
|
27159
|
+
@state_metadata_manifest_upload_timeout.setter
|
|
27160
|
+
def state_metadata_manifest_upload_timeout(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
27161
|
+
pulumi.set(self, "state_metadata_manifest_upload_timeout", value)
|
|
27162
|
+
|
|
27163
|
+
@property
|
|
27164
|
+
@pulumi.getter(name="translogBufferInterval")
|
|
27165
|
+
def translog_buffer_interval(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
27166
|
+
"""
|
|
27167
|
+
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.
|
|
27168
|
+
"""
|
|
27169
|
+
return pulumi.get(self, "translog_buffer_interval")
|
|
27170
|
+
|
|
27171
|
+
@translog_buffer_interval.setter
|
|
27172
|
+
def translog_buffer_interval(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
27173
|
+
pulumi.set(self, "translog_buffer_interval", value)
|
|
27174
|
+
|
|
27175
|
+
@property
|
|
27176
|
+
@pulumi.getter(name="translogMaxReaders")
|
|
27177
|
+
def translog_max_readers(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
27178
|
+
"""
|
|
27179
|
+
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`.
|
|
27180
|
+
"""
|
|
27181
|
+
return pulumi.get(self, "translog_max_readers")
|
|
27182
|
+
|
|
27183
|
+
@translog_max_readers.setter
|
|
27184
|
+
def translog_max_readers(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
27185
|
+
pulumi.set(self, "translog_max_readers", value)
|
|
27186
|
+
|
|
27187
|
+
|
|
26871
27188
|
if not MYPY:
|
|
26872
27189
|
class OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgsDict(TypedDict):
|
|
26873
27190
|
level: NotRequired[pulumi.Input[builtins.str]]
|
|
@@ -27166,6 +27483,98 @@ class OpenSearchOpensearchUserConfigOpensearchDiskWatermarksArgs:
|
|
|
27166
27483
|
pulumi.set(self, "low", value)
|
|
27167
27484
|
|
|
27168
27485
|
|
|
27486
|
+
if not MYPY:
|
|
27487
|
+
class OpenSearchOpensearchUserConfigOpensearchRemoteStoreArgsDict(TypedDict):
|
|
27488
|
+
segment_pressure_bytes_lag_variance_factor: NotRequired[pulumi.Input[builtins.float]]
|
|
27489
|
+
"""
|
|
27490
|
+
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.
|
|
27491
|
+
"""
|
|
27492
|
+
segment_pressure_consecutive_failures_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
27493
|
+
"""
|
|
27494
|
+
The minimum consecutive failure count for activating remote segment backpressure. Defaults to 5.
|
|
27495
|
+
"""
|
|
27496
|
+
segment_pressure_enabled: NotRequired[pulumi.Input[builtins.bool]]
|
|
27497
|
+
"""
|
|
27498
|
+
Enables remote segment backpressure. Default is `true`.
|
|
27499
|
+
"""
|
|
27500
|
+
segment_pressure_time_lag_variance_factor: NotRequired[pulumi.Input[builtins.float]]
|
|
27501
|
+
"""
|
|
27502
|
+
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.
|
|
27503
|
+
"""
|
|
27504
|
+
elif False:
|
|
27505
|
+
OpenSearchOpensearchUserConfigOpensearchRemoteStoreArgsDict: TypeAlias = Mapping[str, Any]
|
|
27506
|
+
|
|
27507
|
+
@pulumi.input_type
|
|
27508
|
+
class OpenSearchOpensearchUserConfigOpensearchRemoteStoreArgs:
|
|
27509
|
+
def __init__(__self__, *,
|
|
27510
|
+
segment_pressure_bytes_lag_variance_factor: Optional[pulumi.Input[builtins.float]] = None,
|
|
27511
|
+
segment_pressure_consecutive_failures_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
27512
|
+
segment_pressure_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
27513
|
+
segment_pressure_time_lag_variance_factor: Optional[pulumi.Input[builtins.float]] = None):
|
|
27514
|
+
"""
|
|
27515
|
+
:param pulumi.Input[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.
|
|
27516
|
+
:param pulumi.Input[builtins.int] segment_pressure_consecutive_failures_limit: The minimum consecutive failure count for activating remote segment backpressure. Defaults to 5.
|
|
27517
|
+
:param pulumi.Input[builtins.bool] segment_pressure_enabled: Enables remote segment backpressure. Default is `true`.
|
|
27518
|
+
:param pulumi.Input[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.
|
|
27519
|
+
"""
|
|
27520
|
+
if segment_pressure_bytes_lag_variance_factor is not None:
|
|
27521
|
+
pulumi.set(__self__, "segment_pressure_bytes_lag_variance_factor", segment_pressure_bytes_lag_variance_factor)
|
|
27522
|
+
if segment_pressure_consecutive_failures_limit is not None:
|
|
27523
|
+
pulumi.set(__self__, "segment_pressure_consecutive_failures_limit", segment_pressure_consecutive_failures_limit)
|
|
27524
|
+
if segment_pressure_enabled is not None:
|
|
27525
|
+
pulumi.set(__self__, "segment_pressure_enabled", segment_pressure_enabled)
|
|
27526
|
+
if segment_pressure_time_lag_variance_factor is not None:
|
|
27527
|
+
pulumi.set(__self__, "segment_pressure_time_lag_variance_factor", segment_pressure_time_lag_variance_factor)
|
|
27528
|
+
|
|
27529
|
+
@property
|
|
27530
|
+
@pulumi.getter(name="segmentPressureBytesLagVarianceFactor")
|
|
27531
|
+
def segment_pressure_bytes_lag_variance_factor(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
27532
|
+
"""
|
|
27533
|
+
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.
|
|
27534
|
+
"""
|
|
27535
|
+
return pulumi.get(self, "segment_pressure_bytes_lag_variance_factor")
|
|
27536
|
+
|
|
27537
|
+
@segment_pressure_bytes_lag_variance_factor.setter
|
|
27538
|
+
def segment_pressure_bytes_lag_variance_factor(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
27539
|
+
pulumi.set(self, "segment_pressure_bytes_lag_variance_factor", value)
|
|
27540
|
+
|
|
27541
|
+
@property
|
|
27542
|
+
@pulumi.getter(name="segmentPressureConsecutiveFailuresLimit")
|
|
27543
|
+
def segment_pressure_consecutive_failures_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
27544
|
+
"""
|
|
27545
|
+
The minimum consecutive failure count for activating remote segment backpressure. Defaults to 5.
|
|
27546
|
+
"""
|
|
27547
|
+
return pulumi.get(self, "segment_pressure_consecutive_failures_limit")
|
|
27548
|
+
|
|
27549
|
+
@segment_pressure_consecutive_failures_limit.setter
|
|
27550
|
+
def segment_pressure_consecutive_failures_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
27551
|
+
pulumi.set(self, "segment_pressure_consecutive_failures_limit", value)
|
|
27552
|
+
|
|
27553
|
+
@property
|
|
27554
|
+
@pulumi.getter(name="segmentPressureEnabled")
|
|
27555
|
+
def segment_pressure_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
27556
|
+
"""
|
|
27557
|
+
Enables remote segment backpressure. Default is `true`.
|
|
27558
|
+
"""
|
|
27559
|
+
return pulumi.get(self, "segment_pressure_enabled")
|
|
27560
|
+
|
|
27561
|
+
@segment_pressure_enabled.setter
|
|
27562
|
+
def segment_pressure_enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
27563
|
+
pulumi.set(self, "segment_pressure_enabled", value)
|
|
27564
|
+
|
|
27565
|
+
@property
|
|
27566
|
+
@pulumi.getter(name="segmentPressureTimeLagVarianceFactor")
|
|
27567
|
+
def segment_pressure_time_lag_variance_factor(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
27568
|
+
"""
|
|
27569
|
+
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.
|
|
27570
|
+
"""
|
|
27571
|
+
return pulumi.get(self, "segment_pressure_time_lag_variance_factor")
|
|
27572
|
+
|
|
27573
|
+
@segment_pressure_time_lag_variance_factor.setter
|
|
27574
|
+
def segment_pressure_time_lag_variance_factor(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
27575
|
+
pulumi.set(self, "segment_pressure_time_lag_variance_factor", value)
|
|
27576
|
+
|
|
27577
|
+
|
|
27169
27578
|
if not MYPY:
|
|
27170
27579
|
class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgsDict(TypedDict):
|
|
27171
27580
|
mode: NotRequired[pulumi.Input[builtins.str]]
|
|
@@ -30592,7 +31001,7 @@ if not MYPY:
|
|
|
30592
31001
|
"""
|
|
30593
31002
|
pg_stat_monitor_enable: NotRequired[pulumi.Input[builtins.bool]]
|
|
30594
31003
|
"""
|
|
30595
|
-
Enable the pg*stat*monitor extension.
|
|
31004
|
+
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`.
|
|
30596
31005
|
"""
|
|
30597
31006
|
pg_version: NotRequired[pulumi.Input[builtins.str]]
|
|
30598
31007
|
"""
|
|
@@ -30640,7 +31049,7 @@ if not MYPY:
|
|
|
30640
31049
|
"""
|
|
30641
31050
|
shared_buffers_percentage: NotRequired[pulumi.Input[builtins.float]]
|
|
30642
31051
|
"""
|
|
30643
|
-
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`.
|
|
31052
|
+
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`.
|
|
30644
31053
|
"""
|
|
30645
31054
|
static_ips: NotRequired[pulumi.Input[builtins.bool]]
|
|
30646
31055
|
"""
|
|
@@ -30660,7 +31069,7 @@ if not MYPY:
|
|
|
30660
31069
|
"""
|
|
30661
31070
|
work_mem: NotRequired[pulumi.Input[builtins.int]]
|
|
30662
31071
|
"""
|
|
30663
|
-
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.
|
|
31072
|
+
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`.
|
|
30664
31073
|
"""
|
|
30665
31074
|
elif False:
|
|
30666
31075
|
PgPgUserConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -30715,7 +31124,7 @@ class PgPgUserConfigArgs:
|
|
|
30715
31124
|
:param pulumi.Input['PgPgUserConfigPgQualstatsArgs'] pg_qualstats: System-wide settings for the pg*qualstats extension
|
|
30716
31125
|
:param pulumi.Input[builtins.bool] pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
|
|
30717
31126
|
:param pulumi.Input[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`.
|
|
30718
|
-
:param pulumi.Input[builtins.bool] pg_stat_monitor_enable: Enable the pg*stat*monitor extension.
|
|
31127
|
+
:param pulumi.Input[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`.
|
|
30719
31128
|
:param pulumi.Input[builtins.str] pg_version: Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
|
|
30720
31129
|
:param pulumi.Input['PgPgUserConfigPgauditArgs'] pgaudit: System-wide settings for the pgaudit extension
|
|
30721
31130
|
:param pulumi.Input['PgPgUserConfigPgbouncerArgs'] pgbouncer: PGBouncer connection pooling settings
|
|
@@ -30727,12 +31136,12 @@ class PgPgUserConfigArgs:
|
|
|
30727
31136
|
:param pulumi.Input[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`.
|
|
30728
31137
|
:param pulumi.Input[builtins.bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
30729
31138
|
:param pulumi.Input[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`.
|
|
30730
|
-
:param pulumi.Input[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`.
|
|
31139
|
+
:param pulumi.Input[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`.
|
|
30731
31140
|
:param pulumi.Input[builtins.bool] static_ips: Use static public IP addresses.
|
|
30732
31141
|
:param pulumi.Input[builtins.str] synchronous_replication: Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
30733
31142
|
:param pulumi.Input['PgPgUserConfigTimescaledbArgs'] timescaledb: System-wide settings for the timescaledb extension
|
|
30734
31143
|
:param pulumi.Input[builtins.str] variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
30735
|
-
:param pulumi.Input[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.
|
|
31144
|
+
:param pulumi.Input[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`.
|
|
30736
31145
|
"""
|
|
30737
31146
|
if additional_backup_regions is not None:
|
|
30738
31147
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
@@ -30979,7 +31388,7 @@ class PgPgUserConfigArgs:
|
|
|
30979
31388
|
@pulumi.getter(name="pgStatMonitorEnable")
|
|
30980
31389
|
def pg_stat_monitor_enable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
30981
31390
|
"""
|
|
30982
|
-
Enable the pg*stat*monitor extension.
|
|
31391
|
+
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`.
|
|
30983
31392
|
"""
|
|
30984
31393
|
return pulumi.get(self, "pg_stat_monitor_enable")
|
|
30985
31394
|
|
|
@@ -31123,7 +31532,7 @@ class PgPgUserConfigArgs:
|
|
|
31123
31532
|
@pulumi.getter(name="sharedBuffersPercentage")
|
|
31124
31533
|
def shared_buffers_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
31125
31534
|
"""
|
|
31126
|
-
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`.
|
|
31535
|
+
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`.
|
|
31127
31536
|
"""
|
|
31128
31537
|
return pulumi.get(self, "shared_buffers_percentage")
|
|
31129
31538
|
|
|
@@ -31183,7 +31592,7 @@ class PgPgUserConfigArgs:
|
|
|
31183
31592
|
@pulumi.getter(name="workMem")
|
|
31184
31593
|
def work_mem(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
31185
31594
|
"""
|
|
31186
|
-
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.
|
|
31595
|
+
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`.
|
|
31187
31596
|
"""
|
|
31188
31597
|
return pulumi.get(self, "work_mem")
|
|
31189
31598
|
|
|
@@ -31437,63 +31846,63 @@ if not MYPY:
|
|
|
31437
31846
|
class PgPgUserConfigPgArgsDict(TypedDict):
|
|
31438
31847
|
autovacuum_analyze_scale_factor: NotRequired[pulumi.Input[builtins.float]]
|
|
31439
31848
|
"""
|
|
31440
|
-
Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE.
|
|
31849
|
+
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`.
|
|
31441
31850
|
"""
|
|
31442
31851
|
autovacuum_analyze_threshold: NotRequired[pulumi.Input[builtins.int]]
|
|
31443
31852
|
"""
|
|
31444
|
-
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50
|
|
31853
|
+
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is `50`.
|
|
31445
31854
|
"""
|
|
31446
31855
|
autovacuum_freeze_max_age: NotRequired[pulumi.Input[builtins.int]]
|
|
31447
31856
|
"""
|
|
31448
|
-
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.
|
|
31857
|
+
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`.
|
|
31449
31858
|
"""
|
|
31450
31859
|
autovacuum_max_workers: NotRequired[pulumi.Input[builtins.int]]
|
|
31451
31860
|
"""
|
|
31452
|
-
Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is
|
|
31861
|
+
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.
|
|
31453
31862
|
"""
|
|
31454
31863
|
autovacuum_naptime: NotRequired[pulumi.Input[builtins.int]]
|
|
31455
31864
|
"""
|
|
31456
|
-
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
31865
|
+
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
31457
31866
|
"""
|
|
31458
31867
|
autovacuum_vacuum_cost_delay: NotRequired[pulumi.Input[builtins.int]]
|
|
31459
31868
|
"""
|
|
31460
|
-
Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
31869
|
+
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).
|
|
31461
31870
|
"""
|
|
31462
31871
|
autovacuum_vacuum_cost_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
31463
31872
|
"""
|
|
31464
|
-
Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
31873
|
+
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).
|
|
31465
31874
|
"""
|
|
31466
31875
|
autovacuum_vacuum_scale_factor: NotRequired[pulumi.Input[builtins.float]]
|
|
31467
31876
|
"""
|
|
31468
|
-
Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM.
|
|
31877
|
+
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`.
|
|
31469
31878
|
"""
|
|
31470
31879
|
autovacuum_vacuum_threshold: NotRequired[pulumi.Input[builtins.int]]
|
|
31471
31880
|
"""
|
|
31472
|
-
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50
|
|
31881
|
+
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is `50`.
|
|
31473
31882
|
"""
|
|
31474
31883
|
bgwriter_delay: NotRequired[pulumi.Input[builtins.int]]
|
|
31475
31884
|
"""
|
|
31476
|
-
Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
31885
|
+
Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
31477
31886
|
"""
|
|
31478
31887
|
bgwriter_flush_after: NotRequired[pulumi.Input[builtins.int]]
|
|
31479
31888
|
"""
|
|
31480
|
-
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
|
|
31889
|
+
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`.
|
|
31481
31890
|
"""
|
|
31482
31891
|
bgwriter_lru_maxpages: NotRequired[pulumi.Input[builtins.int]]
|
|
31483
31892
|
"""
|
|
31484
|
-
In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing.
|
|
31893
|
+
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`.
|
|
31485
31894
|
"""
|
|
31486
31895
|
bgwriter_lru_multiplier: NotRequired[pulumi.Input[builtins.float]]
|
|
31487
31896
|
"""
|
|
31488
|
-
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
|
|
31897
|
+
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`.
|
|
31489
31898
|
"""
|
|
31490
31899
|
deadlock_timeout: NotRequired[pulumi.Input[builtins.int]]
|
|
31491
31900
|
"""
|
|
31492
|
-
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`.
|
|
31901
|
+
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`.
|
|
31493
31902
|
"""
|
|
31494
31903
|
default_toast_compression: NotRequired[pulumi.Input[builtins.str]]
|
|
31495
31904
|
"""
|
|
31496
|
-
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
31905
|
+
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`. Only available for PostgreSQL 14+.
|
|
31497
31906
|
"""
|
|
31498
31907
|
idle_in_transaction_session_timeout: NotRequired[pulumi.Input[builtins.int]]
|
|
31499
31908
|
"""
|
|
@@ -31505,7 +31914,7 @@ if not MYPY:
|
|
|
31505
31914
|
"""
|
|
31506
31915
|
log_autovacuum_min_duration: NotRequired[pulumi.Input[builtins.int]]
|
|
31507
31916
|
"""
|
|
31508
|
-
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
|
|
31917
|
+
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`.
|
|
31509
31918
|
"""
|
|
31510
31919
|
log_error_verbosity: NotRequired[pulumi.Input[builtins.str]]
|
|
31511
31920
|
"""
|
|
@@ -31525,59 +31934,59 @@ if not MYPY:
|
|
|
31525
31934
|
"""
|
|
31526
31935
|
max_files_per_process: NotRequired[pulumi.Input[builtins.int]]
|
|
31527
31936
|
"""
|
|
31528
|
-
PostgreSQL maximum number of files that can be open per process.
|
|
31937
|
+
PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart.
|
|
31529
31938
|
"""
|
|
31530
31939
|
max_locks_per_transaction: NotRequired[pulumi.Input[builtins.int]]
|
|
31531
31940
|
"""
|
|
31532
|
-
PostgreSQL maximum locks per transaction.
|
|
31941
|
+
PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
31533
31942
|
"""
|
|
31534
31943
|
max_logical_replication_workers: NotRequired[pulumi.Input[builtins.int]]
|
|
31535
31944
|
"""
|
|
31536
|
-
PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers).
|
|
31945
|
+
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.
|
|
31537
31946
|
"""
|
|
31538
31947
|
max_parallel_workers: NotRequired[pulumi.Input[builtins.int]]
|
|
31539
31948
|
"""
|
|
31540
|
-
Sets the maximum number of workers that the system can support for parallel queries.
|
|
31949
|
+
Sets the maximum number of workers that the system can support for parallel queries. The default is `8` (upstream default).
|
|
31541
31950
|
"""
|
|
31542
31951
|
max_parallel_workers_per_gather: NotRequired[pulumi.Input[builtins.int]]
|
|
31543
31952
|
"""
|
|
31544
|
-
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
31953
|
+
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is `2` (upstream default).
|
|
31545
31954
|
"""
|
|
31546
31955
|
max_pred_locks_per_transaction: NotRequired[pulumi.Input[builtins.int]]
|
|
31547
31956
|
"""
|
|
31548
|
-
PostgreSQL maximum predicate locks per transaction.
|
|
31957
|
+
PostgreSQL maximum predicate locks per transaction. The default is `64` (upstream default). Changing this parameter causes a service restart.
|
|
31549
31958
|
"""
|
|
31550
31959
|
max_prepared_transactions: NotRequired[pulumi.Input[builtins.int]]
|
|
31551
31960
|
"""
|
|
31552
|
-
PostgreSQL maximum prepared transactions.
|
|
31961
|
+
PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
31553
31962
|
"""
|
|
31554
31963
|
max_replication_slots: NotRequired[pulumi.Input[builtins.int]]
|
|
31555
31964
|
"""
|
|
31556
|
-
PostgreSQL maximum replication slots.
|
|
31965
|
+
PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
31557
31966
|
"""
|
|
31558
31967
|
max_slot_wal_keep_size: NotRequired[pulumi.Input[builtins.int]]
|
|
31559
31968
|
"""
|
|
31560
|
-
PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
31969
|
+
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.
|
|
31561
31970
|
"""
|
|
31562
31971
|
max_stack_depth: NotRequired[pulumi.Input[builtins.int]]
|
|
31563
31972
|
"""
|
|
31564
|
-
Maximum depth of the stack in bytes.
|
|
31973
|
+
Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
31565
31974
|
"""
|
|
31566
31975
|
max_standby_archive_delay: NotRequired[pulumi.Input[builtins.int]]
|
|
31567
31976
|
"""
|
|
31568
|
-
Max standby archive delay in milliseconds.
|
|
31977
|
+
Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
31569
31978
|
"""
|
|
31570
31979
|
max_standby_streaming_delay: NotRequired[pulumi.Input[builtins.int]]
|
|
31571
31980
|
"""
|
|
31572
|
-
Max standby streaming delay in milliseconds.
|
|
31981
|
+
Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
31573
31982
|
"""
|
|
31574
31983
|
max_wal_senders: NotRequired[pulumi.Input[builtins.int]]
|
|
31575
31984
|
"""
|
|
31576
|
-
PostgreSQL maximum WAL senders.
|
|
31985
|
+
PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
31577
31986
|
"""
|
|
31578
31987
|
max_worker_processes: NotRequired[pulumi.Input[builtins.int]]
|
|
31579
31988
|
"""
|
|
31580
|
-
Sets the maximum number of background processes that the system can support.
|
|
31989
|
+
Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
31581
31990
|
"""
|
|
31582
31991
|
password_encryption: NotRequired[pulumi.Input[builtins.str]]
|
|
31583
31992
|
"""
|
|
@@ -31585,7 +31994,7 @@ if not MYPY:
|
|
|
31585
31994
|
"""
|
|
31586
31995
|
pg_partman_bgw_dot_interval: NotRequired[pulumi.Input[builtins.int]]
|
|
31587
31996
|
"""
|
|
31588
|
-
Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
31997
|
+
Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
31589
31998
|
"""
|
|
31590
31999
|
pg_partman_bgw_dot_role: NotRequired[pulumi.Input[builtins.str]]
|
|
31591
32000
|
"""
|
|
@@ -31593,15 +32002,15 @@ if not MYPY:
|
|
|
31593
32002
|
"""
|
|
31594
32003
|
pg_stat_monitor_dot_pgsm_enable_query_plan: NotRequired[pulumi.Input[builtins.bool]]
|
|
31595
32004
|
"""
|
|
31596
|
-
Enables or disables query plan monitoring.
|
|
32005
|
+
Enables or disables query plan monitoring. Changing this parameter causes a service restart. Only available for PostgreSQL 13+.
|
|
31597
32006
|
"""
|
|
31598
32007
|
pg_stat_monitor_dot_pgsm_max_buckets: NotRequired[pulumi.Input[builtins.int]]
|
|
31599
32008
|
"""
|
|
31600
|
-
Sets the maximum number of buckets. Example: `10`.
|
|
32009
|
+
Sets the maximum number of buckets. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Example: `10`.
|
|
31601
32010
|
"""
|
|
31602
32011
|
pg_stat_statements_dot_track: NotRequired[pulumi.Input[builtins.str]]
|
|
31603
32012
|
"""
|
|
31604
|
-
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
|
|
32013
|
+
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`.
|
|
31605
32014
|
"""
|
|
31606
32015
|
temp_file_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
31607
32016
|
"""
|
|
@@ -31613,11 +32022,11 @@ if not MYPY:
|
|
|
31613
32022
|
"""
|
|
31614
32023
|
track_activity_query_size: NotRequired[pulumi.Input[builtins.int]]
|
|
31615
32024
|
"""
|
|
31616
|
-
Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
32025
|
+
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`.
|
|
31617
32026
|
"""
|
|
31618
32027
|
track_commit_timestamp: NotRequired[pulumi.Input[builtins.str]]
|
|
31619
32028
|
"""
|
|
31620
|
-
Enum: `off`, `on`. Record commit time of transactions.
|
|
32029
|
+
Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
31621
32030
|
"""
|
|
31622
32031
|
track_functions: NotRequired[pulumi.Input[builtins.str]]
|
|
31623
32032
|
"""
|
|
@@ -31625,7 +32034,7 @@ if not MYPY:
|
|
|
31625
32034
|
"""
|
|
31626
32035
|
track_io_timing: NotRequired[pulumi.Input[builtins.str]]
|
|
31627
32036
|
"""
|
|
31628
|
-
Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
32037
|
+
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.
|
|
31629
32038
|
"""
|
|
31630
32039
|
wal_sender_timeout: NotRequired[pulumi.Input[builtins.int]]
|
|
31631
32040
|
"""
|
|
@@ -31633,7 +32042,7 @@ if not MYPY:
|
|
|
31633
32042
|
"""
|
|
31634
32043
|
wal_writer_delay: NotRequired[pulumi.Input[builtins.int]]
|
|
31635
32044
|
"""
|
|
31636
|
-
WAL flush interval in milliseconds.
|
|
32045
|
+
WAL flush interval in milliseconds. The default is `200`. Setting this parameter to a lower value may negatively impact performance. Example: `50`.
|
|
31637
32046
|
"""
|
|
31638
32047
|
elif False:
|
|
31639
32048
|
PgPgUserConfigPgArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -31692,56 +32101,56 @@ class PgPgUserConfigPgArgs:
|
|
|
31692
32101
|
wal_sender_timeout: Optional[pulumi.Input[builtins.int]] = None,
|
|
31693
32102
|
wal_writer_delay: Optional[pulumi.Input[builtins.int]] = None):
|
|
31694
32103
|
"""
|
|
31695
|
-
:param pulumi.Input[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.
|
|
31696
|
-
:param pulumi.Input[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
|
|
31697
|
-
:param pulumi.Input[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.
|
|
31698
|
-
:param pulumi.Input[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
|
|
31699
|
-
:param pulumi.Input[builtins.int] autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
31700
|
-
:param pulumi.Input[builtins.int] autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
31701
|
-
:param pulumi.Input[builtins.int] autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
31702
|
-
:param pulumi.Input[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.
|
|
31703
|
-
:param pulumi.Input[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
|
|
31704
|
-
:param pulumi.Input[builtins.int] bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
31705
|
-
:param pulumi.Input[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
|
|
31706
|
-
:param pulumi.Input[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.
|
|
31707
|
-
:param pulumi.Input[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
|
|
31708
|
-
:param pulumi.Input[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`.
|
|
31709
|
-
:param pulumi.Input[builtins.str] default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
32104
|
+
:param pulumi.Input[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`.
|
|
32105
|
+
:param pulumi.Input[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`.
|
|
32106
|
+
:param pulumi.Input[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`.
|
|
32107
|
+
:param pulumi.Input[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.
|
|
32108
|
+
:param pulumi.Input[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`.
|
|
32109
|
+
:param pulumi.Input[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).
|
|
32110
|
+
:param pulumi.Input[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).
|
|
32111
|
+
:param pulumi.Input[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`.
|
|
32112
|
+
:param pulumi.Input[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`.
|
|
32113
|
+
:param pulumi.Input[builtins.int] bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
32114
|
+
:param pulumi.Input[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`.
|
|
32115
|
+
:param pulumi.Input[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`.
|
|
32116
|
+
:param pulumi.Input[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`.
|
|
32117
|
+
:param pulumi.Input[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`.
|
|
32118
|
+
:param pulumi.Input[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+.
|
|
31710
32119
|
:param pulumi.Input[builtins.int] idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
|
|
31711
32120
|
:param pulumi.Input[builtins.bool] jit: Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
31712
|
-
:param pulumi.Input[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
|
|
32121
|
+
:param pulumi.Input[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`.
|
|
31713
32122
|
:param pulumi.Input[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.
|
|
31714
32123
|
:param pulumi.Input[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.
|
|
31715
32124
|
:param pulumi.Input[builtins.int] log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
31716
32125
|
:param pulumi.Input[builtins.int] log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
31717
|
-
:param pulumi.Input[builtins.int] max_files_per_process: PostgreSQL maximum number of files that can be open per process.
|
|
31718
|
-
:param pulumi.Input[builtins.int] max_locks_per_transaction: PostgreSQL maximum locks per transaction.
|
|
31719
|
-
:param pulumi.Input[builtins.int] max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers).
|
|
31720
|
-
:param pulumi.Input[builtins.int] max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries.
|
|
31721
|
-
:param pulumi.Input[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.
|
|
31722
|
-
:param pulumi.Input[builtins.int] max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction.
|
|
31723
|
-
:param pulumi.Input[builtins.int] max_prepared_transactions: PostgreSQL maximum prepared transactions.
|
|
31724
|
-
:param pulumi.Input[builtins.int] max_replication_slots: PostgreSQL maximum replication slots.
|
|
31725
|
-
:param pulumi.Input[builtins.int] max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
31726
|
-
:param pulumi.Input[builtins.int] max_stack_depth: Maximum depth of the stack in bytes.
|
|
31727
|
-
:param pulumi.Input[builtins.int] max_standby_archive_delay: Max standby archive delay in milliseconds.
|
|
31728
|
-
:param pulumi.Input[builtins.int] max_standby_streaming_delay: Max standby streaming delay in milliseconds.
|
|
31729
|
-
:param pulumi.Input[builtins.int] max_wal_senders: PostgreSQL maximum WAL senders.
|
|
31730
|
-
:param pulumi.Input[builtins.int] max_worker_processes: Sets the maximum number of background processes that the system can support.
|
|
32126
|
+
:param pulumi.Input[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.
|
|
32127
|
+
:param pulumi.Input[builtins.int] max_locks_per_transaction: PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
32128
|
+
:param pulumi.Input[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.
|
|
32129
|
+
:param pulumi.Input[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).
|
|
32130
|
+
:param pulumi.Input[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).
|
|
32131
|
+
:param pulumi.Input[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.
|
|
32132
|
+
:param pulumi.Input[builtins.int] max_prepared_transactions: PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
32133
|
+
:param pulumi.Input[builtins.int] max_replication_slots: PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
32134
|
+
:param pulumi.Input[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.
|
|
32135
|
+
:param pulumi.Input[builtins.int] max_stack_depth: Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
32136
|
+
:param pulumi.Input[builtins.int] max_standby_archive_delay: Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
32137
|
+
:param pulumi.Input[builtins.int] max_standby_streaming_delay: Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
32138
|
+
:param pulumi.Input[builtins.int] max_wal_senders: PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
32139
|
+
:param pulumi.Input[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.
|
|
31731
32140
|
:param pulumi.Input[builtins.str] password_encryption: Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords. Default: `md5`.
|
|
31732
|
-
:param pulumi.Input[builtins.int] pg_partman_bgw_dot_interval: Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
32141
|
+
:param pulumi.Input[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`.
|
|
31733
32142
|
:param pulumi.Input[builtins.str] pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
|
|
31734
|
-
:param pulumi.Input[builtins.bool] pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring.
|
|
31735
|
-
:param pulumi.Input[builtins.int] pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets. Example: `10`.
|
|
31736
|
-
:param pulumi.Input[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
|
|
32143
|
+
:param pulumi.Input[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+.
|
|
32144
|
+
:param pulumi.Input[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`.
|
|
32145
|
+
:param pulumi.Input[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`.
|
|
31737
32146
|
:param pulumi.Input[builtins.int] temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Example: `5000000`.
|
|
31738
32147
|
:param pulumi.Input[builtins.str] timezone: PostgreSQL service timezone. Example: `Europe/Helsinki`.
|
|
31739
|
-
:param pulumi.Input[builtins.int] track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
31740
|
-
:param pulumi.Input[builtins.str] track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions.
|
|
32148
|
+
:param pulumi.Input[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`.
|
|
32149
|
+
:param pulumi.Input[builtins.str] track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
31741
32150
|
:param pulumi.Input[builtins.str] track_functions: Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
|
|
31742
|
-
:param pulumi.Input[builtins.str] track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
32151
|
+
:param pulumi.Input[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.
|
|
31743
32152
|
:param pulumi.Input[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`.
|
|
31744
|
-
:param pulumi.Input[builtins.int] wal_writer_delay: WAL flush interval in milliseconds.
|
|
32153
|
+
:param pulumi.Input[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`.
|
|
31745
32154
|
"""
|
|
31746
32155
|
if autovacuum_analyze_scale_factor is not None:
|
|
31747
32156
|
pulumi.set(__self__, "autovacuum_analyze_scale_factor", autovacuum_analyze_scale_factor)
|
|
@@ -31848,7 +32257,7 @@ class PgPgUserConfigPgArgs:
|
|
|
31848
32257
|
@pulumi.getter(name="autovacuumAnalyzeScaleFactor")
|
|
31849
32258
|
def autovacuum_analyze_scale_factor(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
31850
32259
|
"""
|
|
31851
|
-
Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE.
|
|
32260
|
+
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`.
|
|
31852
32261
|
"""
|
|
31853
32262
|
return pulumi.get(self, "autovacuum_analyze_scale_factor")
|
|
31854
32263
|
|
|
@@ -31860,7 +32269,7 @@ class PgPgUserConfigPgArgs:
|
|
|
31860
32269
|
@pulumi.getter(name="autovacuumAnalyzeThreshold")
|
|
31861
32270
|
def autovacuum_analyze_threshold(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
31862
32271
|
"""
|
|
31863
|
-
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50
|
|
32272
|
+
Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is `50`.
|
|
31864
32273
|
"""
|
|
31865
32274
|
return pulumi.get(self, "autovacuum_analyze_threshold")
|
|
31866
32275
|
|
|
@@ -31872,7 +32281,7 @@ class PgPgUserConfigPgArgs:
|
|
|
31872
32281
|
@pulumi.getter(name="autovacuumFreezeMaxAge")
|
|
31873
32282
|
def autovacuum_freeze_max_age(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
31874
32283
|
"""
|
|
31875
|
-
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.
|
|
32284
|
+
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`.
|
|
31876
32285
|
"""
|
|
31877
32286
|
return pulumi.get(self, "autovacuum_freeze_max_age")
|
|
31878
32287
|
|
|
@@ -31884,7 +32293,7 @@ class PgPgUserConfigPgArgs:
|
|
|
31884
32293
|
@pulumi.getter(name="autovacuumMaxWorkers")
|
|
31885
32294
|
def autovacuum_max_workers(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
31886
32295
|
"""
|
|
31887
|
-
Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is
|
|
32296
|
+
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.
|
|
31888
32297
|
"""
|
|
31889
32298
|
return pulumi.get(self, "autovacuum_max_workers")
|
|
31890
32299
|
|
|
@@ -31896,7 +32305,7 @@ class PgPgUserConfigPgArgs:
|
|
|
31896
32305
|
@pulumi.getter(name="autovacuumNaptime")
|
|
31897
32306
|
def autovacuum_naptime(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
31898
32307
|
"""
|
|
31899
|
-
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds
|
|
32308
|
+
Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
31900
32309
|
"""
|
|
31901
32310
|
return pulumi.get(self, "autovacuum_naptime")
|
|
31902
32311
|
|
|
@@ -31908,7 +32317,7 @@ class PgPgUserConfigPgArgs:
|
|
|
31908
32317
|
@pulumi.getter(name="autovacuumVacuumCostDelay")
|
|
31909
32318
|
def autovacuum_vacuum_cost_delay(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
31910
32319
|
"""
|
|
31911
|
-
Specifies the cost delay value that will be used in automatic VACUUM operations. If
|
|
32320
|
+
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).
|
|
31912
32321
|
"""
|
|
31913
32322
|
return pulumi.get(self, "autovacuum_vacuum_cost_delay")
|
|
31914
32323
|
|
|
@@ -31920,7 +32329,7 @@ class PgPgUserConfigPgArgs:
|
|
|
31920
32329
|
@pulumi.getter(name="autovacuumVacuumCostLimit")
|
|
31921
32330
|
def autovacuum_vacuum_cost_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
31922
32331
|
"""
|
|
31923
|
-
Specifies the cost limit value that will be used in automatic VACUUM operations. If
|
|
32332
|
+
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).
|
|
31924
32333
|
"""
|
|
31925
32334
|
return pulumi.get(self, "autovacuum_vacuum_cost_limit")
|
|
31926
32335
|
|
|
@@ -31932,7 +32341,7 @@ class PgPgUserConfigPgArgs:
|
|
|
31932
32341
|
@pulumi.getter(name="autovacuumVacuumScaleFactor")
|
|
31933
32342
|
def autovacuum_vacuum_scale_factor(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
31934
32343
|
"""
|
|
31935
|
-
Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM.
|
|
32344
|
+
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`.
|
|
31936
32345
|
"""
|
|
31937
32346
|
return pulumi.get(self, "autovacuum_vacuum_scale_factor")
|
|
31938
32347
|
|
|
@@ -31944,7 +32353,7 @@ class PgPgUserConfigPgArgs:
|
|
|
31944
32353
|
@pulumi.getter(name="autovacuumVacuumThreshold")
|
|
31945
32354
|
def autovacuum_vacuum_threshold(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
31946
32355
|
"""
|
|
31947
|
-
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50
|
|
32356
|
+
Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is `50`.
|
|
31948
32357
|
"""
|
|
31949
32358
|
return pulumi.get(self, "autovacuum_vacuum_threshold")
|
|
31950
32359
|
|
|
@@ -31956,7 +32365,7 @@ class PgPgUserConfigPgArgs:
|
|
|
31956
32365
|
@pulumi.getter(name="bgwriterDelay")
|
|
31957
32366
|
def bgwriter_delay(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
31958
32367
|
"""
|
|
31959
|
-
Specifies the delay between activity rounds for the background writer in milliseconds.
|
|
32368
|
+
Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
31960
32369
|
"""
|
|
31961
32370
|
return pulumi.get(self, "bgwriter_delay")
|
|
31962
32371
|
|
|
@@ -31968,7 +32377,7 @@ class PgPgUserConfigPgArgs:
|
|
|
31968
32377
|
@pulumi.getter(name="bgwriterFlushAfter")
|
|
31969
32378
|
def bgwriter_flush_after(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
31970
32379
|
"""
|
|
31971
|
-
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
|
|
32380
|
+
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`.
|
|
31972
32381
|
"""
|
|
31973
32382
|
return pulumi.get(self, "bgwriter_flush_after")
|
|
31974
32383
|
|
|
@@ -31980,7 +32389,7 @@ class PgPgUserConfigPgArgs:
|
|
|
31980
32389
|
@pulumi.getter(name="bgwriterLruMaxpages")
|
|
31981
32390
|
def bgwriter_lru_maxpages(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
31982
32391
|
"""
|
|
31983
|
-
In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing.
|
|
32392
|
+
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`.
|
|
31984
32393
|
"""
|
|
31985
32394
|
return pulumi.get(self, "bgwriter_lru_maxpages")
|
|
31986
32395
|
|
|
@@ -31992,7 +32401,7 @@ class PgPgUserConfigPgArgs:
|
|
|
31992
32401
|
@pulumi.getter(name="bgwriterLruMultiplier")
|
|
31993
32402
|
def bgwriter_lru_multiplier(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
31994
32403
|
"""
|
|
31995
|
-
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
|
|
32404
|
+
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`.
|
|
31996
32405
|
"""
|
|
31997
32406
|
return pulumi.get(self, "bgwriter_lru_multiplier")
|
|
31998
32407
|
|
|
@@ -32004,7 +32413,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32004
32413
|
@pulumi.getter(name="deadlockTimeout")
|
|
32005
32414
|
def deadlock_timeout(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32006
32415
|
"""
|
|
32007
|
-
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`.
|
|
32416
|
+
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`.
|
|
32008
32417
|
"""
|
|
32009
32418
|
return pulumi.get(self, "deadlock_timeout")
|
|
32010
32419
|
|
|
@@ -32016,7 +32425,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32016
32425
|
@pulumi.getter(name="defaultToastCompression")
|
|
32017
32426
|
def default_toast_compression(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
32018
32427
|
"""
|
|
32019
|
-
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns
|
|
32428
|
+
Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`. Only available for PostgreSQL 14+.
|
|
32020
32429
|
"""
|
|
32021
32430
|
return pulumi.get(self, "default_toast_compression")
|
|
32022
32431
|
|
|
@@ -32052,7 +32461,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32052
32461
|
@pulumi.getter(name="logAutovacuumMinDuration")
|
|
32053
32462
|
def log_autovacuum_min_duration(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32054
32463
|
"""
|
|
32055
|
-
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
|
|
32464
|
+
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`.
|
|
32056
32465
|
"""
|
|
32057
32466
|
return pulumi.get(self, "log_autovacuum_min_duration")
|
|
32058
32467
|
|
|
@@ -32112,7 +32521,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32112
32521
|
@pulumi.getter(name="maxFilesPerProcess")
|
|
32113
32522
|
def max_files_per_process(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32114
32523
|
"""
|
|
32115
|
-
PostgreSQL maximum number of files that can be open per process.
|
|
32524
|
+
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
32525
|
"""
|
|
32117
32526
|
return pulumi.get(self, "max_files_per_process")
|
|
32118
32527
|
|
|
@@ -32124,7 +32533,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32124
32533
|
@pulumi.getter(name="maxLocksPerTransaction")
|
|
32125
32534
|
def max_locks_per_transaction(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32126
32535
|
"""
|
|
32127
|
-
PostgreSQL maximum locks per transaction.
|
|
32536
|
+
PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
32128
32537
|
"""
|
|
32129
32538
|
return pulumi.get(self, "max_locks_per_transaction")
|
|
32130
32539
|
|
|
@@ -32136,7 +32545,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32136
32545
|
@pulumi.getter(name="maxLogicalReplicationWorkers")
|
|
32137
32546
|
def max_logical_replication_workers(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32138
32547
|
"""
|
|
32139
|
-
PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers).
|
|
32548
|
+
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.
|
|
32140
32549
|
"""
|
|
32141
32550
|
return pulumi.get(self, "max_logical_replication_workers")
|
|
32142
32551
|
|
|
@@ -32148,7 +32557,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32148
32557
|
@pulumi.getter(name="maxParallelWorkers")
|
|
32149
32558
|
def max_parallel_workers(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32150
32559
|
"""
|
|
32151
|
-
Sets the maximum number of workers that the system can support for parallel queries.
|
|
32560
|
+
Sets the maximum number of workers that the system can support for parallel queries. The default is `8` (upstream default).
|
|
32152
32561
|
"""
|
|
32153
32562
|
return pulumi.get(self, "max_parallel_workers")
|
|
32154
32563
|
|
|
@@ -32160,7 +32569,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32160
32569
|
@pulumi.getter(name="maxParallelWorkersPerGather")
|
|
32161
32570
|
def max_parallel_workers_per_gather(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32162
32571
|
"""
|
|
32163
|
-
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
|
|
32572
|
+
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is `2` (upstream default).
|
|
32164
32573
|
"""
|
|
32165
32574
|
return pulumi.get(self, "max_parallel_workers_per_gather")
|
|
32166
32575
|
|
|
@@ -32172,7 +32581,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32172
32581
|
@pulumi.getter(name="maxPredLocksPerTransaction")
|
|
32173
32582
|
def max_pred_locks_per_transaction(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32174
32583
|
"""
|
|
32175
|
-
PostgreSQL maximum predicate locks per transaction.
|
|
32584
|
+
PostgreSQL maximum predicate locks per transaction. The default is `64` (upstream default). Changing this parameter causes a service restart.
|
|
32176
32585
|
"""
|
|
32177
32586
|
return pulumi.get(self, "max_pred_locks_per_transaction")
|
|
32178
32587
|
|
|
@@ -32184,7 +32593,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32184
32593
|
@pulumi.getter(name="maxPreparedTransactions")
|
|
32185
32594
|
def max_prepared_transactions(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32186
32595
|
"""
|
|
32187
|
-
PostgreSQL maximum prepared transactions.
|
|
32596
|
+
PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart.
|
|
32188
32597
|
"""
|
|
32189
32598
|
return pulumi.get(self, "max_prepared_transactions")
|
|
32190
32599
|
|
|
@@ -32196,7 +32605,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32196
32605
|
@pulumi.getter(name="maxReplicationSlots")
|
|
32197
32606
|
def max_replication_slots(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32198
32607
|
"""
|
|
32199
|
-
PostgreSQL maximum replication slots.
|
|
32608
|
+
PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart.
|
|
32200
32609
|
"""
|
|
32201
32610
|
return pulumi.get(self, "max_replication_slots")
|
|
32202
32611
|
|
|
@@ -32208,7 +32617,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32208
32617
|
@pulumi.getter(name="maxSlotWalKeepSize")
|
|
32209
32618
|
def max_slot_wal_keep_size(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32210
32619
|
"""
|
|
32211
|
-
PostgreSQL maximum WAL size (MB) reserved for replication slots.
|
|
32620
|
+
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.
|
|
32212
32621
|
"""
|
|
32213
32622
|
return pulumi.get(self, "max_slot_wal_keep_size")
|
|
32214
32623
|
|
|
@@ -32220,7 +32629,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32220
32629
|
@pulumi.getter(name="maxStackDepth")
|
|
32221
32630
|
def max_stack_depth(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32222
32631
|
"""
|
|
32223
|
-
Maximum depth of the stack in bytes.
|
|
32632
|
+
Maximum depth of the stack in bytes. The default is `2097152` (upstream default).
|
|
32224
32633
|
"""
|
|
32225
32634
|
return pulumi.get(self, "max_stack_depth")
|
|
32226
32635
|
|
|
@@ -32232,7 +32641,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32232
32641
|
@pulumi.getter(name="maxStandbyArchiveDelay")
|
|
32233
32642
|
def max_standby_archive_delay(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32234
32643
|
"""
|
|
32235
|
-
Max standby archive delay in milliseconds.
|
|
32644
|
+
Max standby archive delay in milliseconds. The default is `30000` (upstream default).
|
|
32236
32645
|
"""
|
|
32237
32646
|
return pulumi.get(self, "max_standby_archive_delay")
|
|
32238
32647
|
|
|
@@ -32244,7 +32653,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32244
32653
|
@pulumi.getter(name="maxStandbyStreamingDelay")
|
|
32245
32654
|
def max_standby_streaming_delay(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32246
32655
|
"""
|
|
32247
|
-
Max standby streaming delay in milliseconds.
|
|
32656
|
+
Max standby streaming delay in milliseconds. The default is `30000` (upstream default).
|
|
32248
32657
|
"""
|
|
32249
32658
|
return pulumi.get(self, "max_standby_streaming_delay")
|
|
32250
32659
|
|
|
@@ -32256,7 +32665,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32256
32665
|
@pulumi.getter(name="maxWalSenders")
|
|
32257
32666
|
def max_wal_senders(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32258
32667
|
"""
|
|
32259
|
-
PostgreSQL maximum WAL senders.
|
|
32668
|
+
PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
32260
32669
|
"""
|
|
32261
32670
|
return pulumi.get(self, "max_wal_senders")
|
|
32262
32671
|
|
|
@@ -32268,7 +32677,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32268
32677
|
@pulumi.getter(name="maxWorkerProcesses")
|
|
32269
32678
|
def max_worker_processes(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32270
32679
|
"""
|
|
32271
|
-
Sets the maximum number of background processes that the system can support.
|
|
32680
|
+
Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
32272
32681
|
"""
|
|
32273
32682
|
return pulumi.get(self, "max_worker_processes")
|
|
32274
32683
|
|
|
@@ -32292,7 +32701,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32292
32701
|
@pulumi.getter(name="pgPartmanBgwDotInterval")
|
|
32293
32702
|
def pg_partman_bgw_dot_interval(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32294
32703
|
"""
|
|
32295
|
-
Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
|
|
32704
|
+
Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
32296
32705
|
"""
|
|
32297
32706
|
return pulumi.get(self, "pg_partman_bgw_dot_interval")
|
|
32298
32707
|
|
|
@@ -32316,7 +32725,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32316
32725
|
@pulumi.getter(name="pgStatMonitorDotPgsmEnableQueryPlan")
|
|
32317
32726
|
def pg_stat_monitor_dot_pgsm_enable_query_plan(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
32318
32727
|
"""
|
|
32319
|
-
Enables or disables query plan monitoring.
|
|
32728
|
+
Enables or disables query plan monitoring. Changing this parameter causes a service restart. Only available for PostgreSQL 13+.
|
|
32320
32729
|
"""
|
|
32321
32730
|
return pulumi.get(self, "pg_stat_monitor_dot_pgsm_enable_query_plan")
|
|
32322
32731
|
|
|
@@ -32328,7 +32737,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32328
32737
|
@pulumi.getter(name="pgStatMonitorDotPgsmMaxBuckets")
|
|
32329
32738
|
def pg_stat_monitor_dot_pgsm_max_buckets(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32330
32739
|
"""
|
|
32331
|
-
Sets the maximum number of buckets. Example: `10`.
|
|
32740
|
+
Sets the maximum number of buckets. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Example: `10`.
|
|
32332
32741
|
"""
|
|
32333
32742
|
return pulumi.get(self, "pg_stat_monitor_dot_pgsm_max_buckets")
|
|
32334
32743
|
|
|
@@ -32340,7 +32749,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32340
32749
|
@pulumi.getter(name="pgStatStatementsDotTrack")
|
|
32341
32750
|
def pg_stat_statements_dot_track(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
32342
32751
|
"""
|
|
32343
|
-
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
|
|
32752
|
+
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`.
|
|
32344
32753
|
"""
|
|
32345
32754
|
return pulumi.get(self, "pg_stat_statements_dot_track")
|
|
32346
32755
|
|
|
@@ -32376,7 +32785,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32376
32785
|
@pulumi.getter(name="trackActivityQuerySize")
|
|
32377
32786
|
def track_activity_query_size(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32378
32787
|
"""
|
|
32379
|
-
Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
32788
|
+
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`.
|
|
32380
32789
|
"""
|
|
32381
32790
|
return pulumi.get(self, "track_activity_query_size")
|
|
32382
32791
|
|
|
@@ -32388,7 +32797,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32388
32797
|
@pulumi.getter(name="trackCommitTimestamp")
|
|
32389
32798
|
def track_commit_timestamp(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
32390
32799
|
"""
|
|
32391
|
-
Enum: `off`, `on`. Record commit time of transactions.
|
|
32800
|
+
Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
32392
32801
|
"""
|
|
32393
32802
|
return pulumi.get(self, "track_commit_timestamp")
|
|
32394
32803
|
|
|
@@ -32412,7 +32821,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32412
32821
|
@pulumi.getter(name="trackIoTiming")
|
|
32413
32822
|
def track_io_timing(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
32414
32823
|
"""
|
|
32415
|
-
Enum: `off`, `on`. Enables timing of database I/O calls.
|
|
32824
|
+
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.
|
|
32416
32825
|
"""
|
|
32417
32826
|
return pulumi.get(self, "track_io_timing")
|
|
32418
32827
|
|
|
@@ -32436,7 +32845,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32436
32845
|
@pulumi.getter(name="walWriterDelay")
|
|
32437
32846
|
def wal_writer_delay(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
32438
32847
|
"""
|
|
32439
|
-
WAL flush interval in milliseconds.
|
|
32848
|
+
WAL flush interval in milliseconds. The default is `200`. Setting this parameter to a lower value may negatively impact performance. Example: `50`.
|
|
32440
32849
|
"""
|
|
32441
32850
|
return pulumi.get(self, "wal_writer_delay")
|
|
32442
32851
|
|
|
@@ -33333,7 +33742,7 @@ if not MYPY:
|
|
|
33333
33742
|
class PgPgUserConfigTimescaledbArgsDict(TypedDict):
|
|
33334
33743
|
max_background_workers: NotRequired[pulumi.Input[builtins.int]]
|
|
33335
33744
|
"""
|
|
33336
|
-
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`.
|
|
33745
|
+
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`.
|
|
33337
33746
|
"""
|
|
33338
33747
|
elif False:
|
|
33339
33748
|
PgPgUserConfigTimescaledbArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -33343,7 +33752,7 @@ class PgPgUserConfigTimescaledbArgs:
|
|
|
33343
33752
|
def __init__(__self__, *,
|
|
33344
33753
|
max_background_workers: Optional[pulumi.Input[builtins.int]] = None):
|
|
33345
33754
|
"""
|
|
33346
|
-
:param pulumi.Input[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`.
|
|
33755
|
+
:param pulumi.Input[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`.
|
|
33347
33756
|
"""
|
|
33348
33757
|
if max_background_workers is not None:
|
|
33349
33758
|
pulumi.set(__self__, "max_background_workers", max_background_workers)
|
|
@@ -33352,7 +33761,7 @@ class PgPgUserConfigTimescaledbArgs:
|
|
|
33352
33761
|
@pulumi.getter(name="maxBackgroundWorkers")
|
|
33353
33762
|
def max_background_workers(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
33354
33763
|
"""
|
|
33355
|
-
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`.
|
|
33764
|
+
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`.
|
|
33356
33765
|
"""
|
|
33357
33766
|
return pulumi.get(self, "max_background_workers")
|
|
33358
33767
|
|
|
@@ -42244,10 +42653,6 @@ if not MYPY:
|
|
|
42244
42653
|
"""
|
|
42245
42654
|
List of billing contact emails.
|
|
42246
42655
|
"""
|
|
42247
|
-
billing_currency: builtins.str
|
|
42248
|
-
"""
|
|
42249
|
-
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
42250
|
-
"""
|
|
42251
42656
|
billing_emails: Sequence[builtins.str]
|
|
42252
42657
|
"""
|
|
42253
42658
|
List of billing contact emails.
|
|
@@ -42260,6 +42665,10 @@ if not MYPY:
|
|
|
42260
42665
|
"""
|
|
42261
42666
|
Billing Group Name.
|
|
42262
42667
|
"""
|
|
42668
|
+
currency: builtins.str
|
|
42669
|
+
"""
|
|
42670
|
+
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
42671
|
+
"""
|
|
42263
42672
|
custom_invoice_text: builtins.str
|
|
42264
42673
|
"""
|
|
42265
42674
|
Extra billing text.
|
|
@@ -42288,10 +42697,10 @@ class GetOrganizationBillingGroupListBillingGroupArgs:
|
|
|
42288
42697
|
def __init__(__self__, *,
|
|
42289
42698
|
billing_address_id: builtins.str,
|
|
42290
42699
|
billing_contact_emails: Sequence[builtins.str],
|
|
42291
|
-
billing_currency: builtins.str,
|
|
42292
42700
|
billing_emails: Sequence[builtins.str],
|
|
42293
42701
|
billing_group_id: builtins.str,
|
|
42294
42702
|
billing_group_name: builtins.str,
|
|
42703
|
+
currency: builtins.str,
|
|
42295
42704
|
custom_invoice_text: builtins.str,
|
|
42296
42705
|
organization_id: builtins.str,
|
|
42297
42706
|
payment_method_id: builtins.str,
|
|
@@ -42300,10 +42709,10 @@ class GetOrganizationBillingGroupListBillingGroupArgs:
|
|
|
42300
42709
|
"""
|
|
42301
42710
|
:param builtins.str billing_address_id: Billing address ID.
|
|
42302
42711
|
:param Sequence[builtins.str] billing_contact_emails: List of billing contact emails.
|
|
42303
|
-
: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`.
|
|
42304
42712
|
:param Sequence[builtins.str] billing_emails: List of billing contact emails.
|
|
42305
42713
|
:param builtins.str billing_group_id: Billing group ID.
|
|
42306
42714
|
:param builtins.str billing_group_name: Billing Group Name.
|
|
42715
|
+
: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`.
|
|
42307
42716
|
:param builtins.str custom_invoice_text: Extra billing text.
|
|
42308
42717
|
:param builtins.str organization_id: Organization ID.
|
|
42309
42718
|
:param builtins.str payment_method_id: Payment method ID.
|
|
@@ -42312,10 +42721,10 @@ class GetOrganizationBillingGroupListBillingGroupArgs:
|
|
|
42312
42721
|
"""
|
|
42313
42722
|
pulumi.set(__self__, "billing_address_id", billing_address_id)
|
|
42314
42723
|
pulumi.set(__self__, "billing_contact_emails", billing_contact_emails)
|
|
42315
|
-
pulumi.set(__self__, "billing_currency", billing_currency)
|
|
42316
42724
|
pulumi.set(__self__, "billing_emails", billing_emails)
|
|
42317
42725
|
pulumi.set(__self__, "billing_group_id", billing_group_id)
|
|
42318
42726
|
pulumi.set(__self__, "billing_group_name", billing_group_name)
|
|
42727
|
+
pulumi.set(__self__, "currency", currency)
|
|
42319
42728
|
pulumi.set(__self__, "custom_invoice_text", custom_invoice_text)
|
|
42320
42729
|
pulumi.set(__self__, "organization_id", organization_id)
|
|
42321
42730
|
pulumi.set(__self__, "payment_method_id", payment_method_id)
|
|
@@ -42346,18 +42755,6 @@ class GetOrganizationBillingGroupListBillingGroupArgs:
|
|
|
42346
42755
|
def billing_contact_emails(self, value: Sequence[builtins.str]):
|
|
42347
42756
|
pulumi.set(self, "billing_contact_emails", value)
|
|
42348
42757
|
|
|
42349
|
-
@property
|
|
42350
|
-
@pulumi.getter(name="billingCurrency")
|
|
42351
|
-
def billing_currency(self) -> builtins.str:
|
|
42352
|
-
"""
|
|
42353
|
-
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
42354
|
-
"""
|
|
42355
|
-
return pulumi.get(self, "billing_currency")
|
|
42356
|
-
|
|
42357
|
-
@billing_currency.setter
|
|
42358
|
-
def billing_currency(self, value: builtins.str):
|
|
42359
|
-
pulumi.set(self, "billing_currency", value)
|
|
42360
|
-
|
|
42361
42758
|
@property
|
|
42362
42759
|
@pulumi.getter(name="billingEmails")
|
|
42363
42760
|
def billing_emails(self) -> Sequence[builtins.str]:
|
|
@@ -42394,6 +42791,18 @@ class GetOrganizationBillingGroupListBillingGroupArgs:
|
|
|
42394
42791
|
def billing_group_name(self, value: builtins.str):
|
|
42395
42792
|
pulumi.set(self, "billing_group_name", value)
|
|
42396
42793
|
|
|
42794
|
+
@property
|
|
42795
|
+
@pulumi.getter
|
|
42796
|
+
def currency(self) -> builtins.str:
|
|
42797
|
+
"""
|
|
42798
|
+
Acceptable currencies for a billing group. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
|
|
42799
|
+
"""
|
|
42800
|
+
return pulumi.get(self, "currency")
|
|
42801
|
+
|
|
42802
|
+
@currency.setter
|
|
42803
|
+
def currency(self, value: builtins.str):
|
|
42804
|
+
pulumi.set(self, "currency", value)
|
|
42805
|
+
|
|
42397
42806
|
@property
|
|
42398
42807
|
@pulumi.getter(name="customInvoiceText")
|
|
42399
42808
|
def custom_invoice_text(self) -> builtins.str:
|