pulumi-aiven 6.14.0a1711735334__py3-none-any.whl → 6.14.0a1712399718__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 CHANGED
@@ -14120,10 +14120,10 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
14120
14120
  :param pulumi.Input[int] http_max_header_size: The max size of allowed headers, in bytes.
14121
14121
  :param pulumi.Input[int] http_max_initial_line_length: The max length of an HTTP URL, in bytes.
14122
14122
  :param pulumi.Input[int] indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations.
14123
- :param pulumi.Input[int] indices_memory_index_buffer_size: Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
14123
+ :param pulumi.Input[int] indices_memory_index_buffer_size: Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
14124
14124
  :param pulumi.Input[int] indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index*buffer*size. Maximum amount of heap used for query cache, an absolute indices.memory.index*buffer*size maximum hard limit.
14125
14125
  :param pulumi.Input[int] indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index*buffer*size. Minimum amount of heap used for query cache, an absolute indices.memory.index*buffer*size minimal hard limit.
14126
- :param pulumi.Input[int] indices_queries_cache_size: Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
14126
+ :param pulumi.Input[int] indices_queries_cache_size: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
14127
14127
  :param pulumi.Input[int] indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
14128
14128
  :param pulumi.Input[int] indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
14129
14129
  :param pulumi.Input[int] indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2.
@@ -14395,7 +14395,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
14395
14395
  @pulumi.getter(name="indicesMemoryIndexBufferSize")
14396
14396
  def indices_memory_index_buffer_size(self) -> Optional[pulumi.Input[int]]:
14397
14397
  """
14398
- Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
14398
+ Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
14399
14399
  """
14400
14400
  return pulumi.get(self, "indices_memory_index_buffer_size")
14401
14401
 
@@ -14431,7 +14431,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
14431
14431
  @pulumi.getter(name="indicesQueriesCacheSize")
14432
14432
  def indices_queries_cache_size(self) -> Optional[pulumi.Input[int]]:
14433
14433
  """
14434
- Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
14434
+ Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
14435
14435
  """
14436
14436
  return pulumi.get(self, "indices_queries_cache_size")
14437
14437
 
@@ -15989,12 +15989,12 @@ class PgPgUserConfigArgs:
15989
15989
  :param pulumi.Input[str] recovery_target_time: Recovery target time when forking a service. This has effect only when a new service is being created.
15990
15990
  :param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
15991
15991
  :param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
15992
- :param pulumi.Input[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%. This setting adjusts the shared_buffers configuration value.
15992
+ :param pulumi.Input[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.
15993
15993
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
15994
15994
  :param pulumi.Input[str] synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication.
15995
15995
  :param pulumi.Input['PgPgUserConfigTimescaledbArgs'] timescaledb: System-wide settings for the timescaledb extension
15996
15996
  :param pulumi.Input[str] variant: Variant of the PostgreSQL service, may affect the features that are exposed by default.
15997
- :param pulumi.Input[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. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
15997
+ :param pulumi.Input[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. Default is 1MB + 0.075% of total RAM (up to 32MB).
15998
15998
  """
15999
15999
  if additional_backup_regions is not None:
16000
16000
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
@@ -16389,7 +16389,7 @@ class PgPgUserConfigArgs:
16389
16389
  @pulumi.getter(name="sharedBuffersPercentage")
16390
16390
  def shared_buffers_percentage(self) -> Optional[pulumi.Input[float]]:
16391
16391
  """
16392
- Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
16392
+ 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.
16393
16393
  """
16394
16394
  return pulumi.get(self, "shared_buffers_percentage")
16395
16395
 
@@ -16449,7 +16449,7 @@ class PgPgUserConfigArgs:
16449
16449
  @pulumi.getter(name="workMem")
16450
16450
  def work_mem(self) -> Optional[pulumi.Input[int]]:
16451
16451
  """
16452
- Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
16452
+ Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB).
16453
16453
  """
16454
16454
  return pulumi.get(self, "work_mem")
16455
16455
 
@@ -16682,14 +16682,14 @@ class PgPgUserConfigPgArgs:
16682
16682
  wal_sender_timeout: Optional[pulumi.Input[int]] = None,
16683
16683
  wal_writer_delay: Optional[pulumi.Input[int]] = None):
16684
16684
  """
16685
- :param pulumi.Input[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. The default is 0.2 (20%!o(MISSING)f table size).
16685
+ :param pulumi.Input[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. The default is 0.2 (20% of table size).
16686
16686
  :param pulumi.Input[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 tuples.
16687
16687
  :param pulumi.Input[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. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
16688
16688
  :param pulumi.Input[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 three. This parameter can only be set at server start.
16689
16689
  :param pulumi.Input[int] autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
16690
16690
  :param pulumi.Input[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 value is 20 milliseconds.
16691
16691
  :param pulumi.Input[int] autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum*cost*limit value will be used.
16692
- :param pulumi.Input[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. The default is 0.2 (20%!o(MISSING)f table size).
16692
+ :param pulumi.Input[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. The default is 0.2 (20% of table size).
16693
16693
  :param pulumi.Input[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 tuples.
16694
16694
  :param pulumi.Input[int] bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
16695
16695
  :param pulumi.Input[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, default is 512. Setting of 0 disables forced writeback.
@@ -16835,7 +16835,7 @@ class PgPgUserConfigPgArgs:
16835
16835
  @pulumi.getter(name="autovacuumAnalyzeScaleFactor")
16836
16836
  def autovacuum_analyze_scale_factor(self) -> Optional[pulumi.Input[float]]:
16837
16837
  """
16838
- Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
16838
+ Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size).
16839
16839
  """
16840
16840
  return pulumi.get(self, "autovacuum_analyze_scale_factor")
16841
16841
 
@@ -16919,7 +16919,7 @@ class PgPgUserConfigPgArgs:
16919
16919
  @pulumi.getter(name="autovacuumVacuumScaleFactor")
16920
16920
  def autovacuum_vacuum_scale_factor(self) -> Optional[pulumi.Input[float]]:
16921
16921
  """
16922
- Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
16922
+ Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size).
16923
16923
  """
16924
16924
  return pulumi.get(self, "autovacuum_vacuum_scale_factor")
16925
16925
 
pulumi_aiven/outputs.py CHANGED
@@ -13568,10 +13568,10 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
13568
13568
  :param int http_max_header_size: The max size of allowed headers, in bytes.
13569
13569
  :param int http_max_initial_line_length: The max length of an HTTP URL, in bytes.
13570
13570
  :param int indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations.
13571
- :param int indices_memory_index_buffer_size: Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
13571
+ :param int indices_memory_index_buffer_size: Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
13572
13572
  :param int indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index*buffer*size. Maximum amount of heap used for query cache, an absolute indices.memory.index*buffer*size maximum hard limit.
13573
13573
  :param int indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index*buffer*size. Minimum amount of heap used for query cache, an absolute indices.memory.index*buffer*size minimal hard limit.
13574
- :param int indices_queries_cache_size: Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
13574
+ :param int indices_queries_cache_size: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
13575
13575
  :param int indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
13576
13576
  :param int indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
13577
13577
  :param int indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2.
@@ -13791,7 +13791,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
13791
13791
  @pulumi.getter(name="indicesMemoryIndexBufferSize")
13792
13792
  def indices_memory_index_buffer_size(self) -> Optional[int]:
13793
13793
  """
13794
- Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
13794
+ Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
13795
13795
  """
13796
13796
  return pulumi.get(self, "indices_memory_index_buffer_size")
13797
13797
 
@@ -13815,7 +13815,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
13815
13815
  @pulumi.getter(name="indicesQueriesCacheSize")
13816
13816
  def indices_queries_cache_size(self) -> Optional[int]:
13817
13817
  """
13818
- Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
13818
+ Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
13819
13819
  """
13820
13820
  return pulumi.get(self, "indices_queries_cache_size")
13821
13821
 
@@ -15287,12 +15287,12 @@ class PgPgUserConfig(dict):
15287
15287
  :param str recovery_target_time: Recovery target time when forking a service. This has effect only when a new service is being created.
15288
15288
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
15289
15289
  :param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
15290
- :param 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%. This setting adjusts the shared_buffers configuration value.
15290
+ :param 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.
15291
15291
  :param bool static_ips: Use static public IP addresses.
15292
15292
  :param str synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication.
15293
15293
  :param 'PgPgUserConfigTimescaledbArgs' timescaledb: System-wide settings for the timescaledb extension
15294
15294
  :param str variant: Variant of the PostgreSQL service, may affect the features that are exposed by default.
15295
- :param 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. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
15295
+ :param 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. Default is 1MB + 0.075% of total RAM (up to 32MB).
15296
15296
  """
15297
15297
  if additional_backup_regions is not None:
15298
15298
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
@@ -15577,7 +15577,7 @@ class PgPgUserConfig(dict):
15577
15577
  @pulumi.getter(name="sharedBuffersPercentage")
15578
15578
  def shared_buffers_percentage(self) -> Optional[float]:
15579
15579
  """
15580
- Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
15580
+ 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.
15581
15581
  """
15582
15582
  return pulumi.get(self, "shared_buffers_percentage")
15583
15583
 
@@ -15617,7 +15617,7 @@ class PgPgUserConfig(dict):
15617
15617
  @pulumi.getter(name="workMem")
15618
15618
  def work_mem(self) -> Optional[int]:
15619
15619
  """
15620
- Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
15620
+ Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB).
15621
15621
  """
15622
15622
  return pulumi.get(self, "work_mem")
15623
15623
 
@@ -15932,14 +15932,14 @@ class PgPgUserConfigPg(dict):
15932
15932
  wal_sender_timeout: Optional[int] = None,
15933
15933
  wal_writer_delay: Optional[int] = None):
15934
15934
  """
15935
- :param 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. The default is 0.2 (20%!o(MISSING)f table size).
15935
+ :param 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. The default is 0.2 (20% of table size).
15936
15936
  :param 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 tuples.
15937
15937
  :param 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. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
15938
15938
  :param 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 three. This parameter can only be set at server start.
15939
15939
  :param int autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
15940
15940
  :param 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 value is 20 milliseconds.
15941
15941
  :param int autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum*cost*limit value will be used.
15942
- :param 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. The default is 0.2 (20%!o(MISSING)f table size).
15942
+ :param 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. The default is 0.2 (20% of table size).
15943
15943
  :param 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 tuples.
15944
15944
  :param int bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
15945
15945
  :param 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, default is 512. Setting of 0 disables forced writeback.
@@ -16085,7 +16085,7 @@ class PgPgUserConfigPg(dict):
16085
16085
  @pulumi.getter(name="autovacuumAnalyzeScaleFactor")
16086
16086
  def autovacuum_analyze_scale_factor(self) -> Optional[float]:
16087
16087
  """
16088
- Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
16088
+ Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size).
16089
16089
  """
16090
16090
  return pulumi.get(self, "autovacuum_analyze_scale_factor")
16091
16091
 
@@ -16141,7 +16141,7 @@ class PgPgUserConfigPg(dict):
16141
16141
  @pulumi.getter(name="autovacuumVacuumScaleFactor")
16142
16142
  def autovacuum_vacuum_scale_factor(self) -> Optional[float]:
16143
16143
  """
16144
- Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
16144
+ Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size).
16145
16145
  """
16146
16146
  return pulumi.get(self, "autovacuum_vacuum_scale_factor")
16147
16147
 
@@ -31972,10 +31972,10 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
31972
31972
  :param int http_max_header_size: The max size of allowed headers, in bytes.
31973
31973
  :param int http_max_initial_line_length: The max length of an HTTP URL, in bytes.
31974
31974
  :param int indices_fielddata_cache_size: Relative amount. Maximum amount of heap memory used for field data cache. This is an expert setting; decreasing the value too much will increase overhead of loading field data; too much memory used for field data cache will decrease amount of heap available for other operations.
31975
- :param int indices_memory_index_buffer_size: Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
31975
+ :param int indices_memory_index_buffer_size: Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
31976
31976
  :param int indices_memory_max_index_buffer_size: Absolute value. Default is unbound. Doesn't work without indices.memory.index_buffer_size. Maximum amount of heap used for query cache, an absolute indices.memory.index_buffer_size maximum hard limit.
31977
31977
  :param int indices_memory_min_index_buffer_size: Absolute value. Default is 48mb. Doesn't work without indices.memory.index_buffer_size. Minimum amount of heap used for query cache, an absolute indices.memory.index_buffer_size minimal hard limit.
31978
- :param int indices_queries_cache_size: Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
31978
+ :param int indices_queries_cache_size: Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
31979
31979
  :param int indices_query_bool_max_clause_count: Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
31980
31980
  :param int indices_recovery_max_bytes_per_sec: Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb.
31981
31981
  :param int indices_recovery_max_concurrent_file_chunks: Number of file chunks sent in parallel for each recovery. Defaults to 2.
@@ -32195,7 +32195,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
32195
32195
  @pulumi.getter(name="indicesMemoryIndexBufferSize")
32196
32196
  def indices_memory_index_buffer_size(self) -> Optional[int]:
32197
32197
  """
32198
- Percentage value. Default is 10%! (MISSING)Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
32198
+ Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
32199
32199
  """
32200
32200
  return pulumi.get(self, "indices_memory_index_buffer_size")
32201
32201
 
@@ -32219,7 +32219,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
32219
32219
  @pulumi.getter(name="indicesQueriesCacheSize")
32220
32220
  def indices_queries_cache_size(self) -> Optional[int]:
32221
32221
  """
32222
- Percentage value. Default is 10%! (MISSING)Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
32222
+ Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionality.
32223
32223
  """
32224
32224
  return pulumi.get(self, "indices_queries_cache_size")
32225
32225
 
@@ -33219,12 +33219,12 @@ class GetPgPgUserConfigResult(dict):
33219
33219
  :param str recovery_target_time: Recovery target time when forking a service. This has effect only when a new service is being created.
33220
33220
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
33221
33221
  :param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created.
33222
- :param 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%. This setting adjusts the shared_buffers configuration value.
33222
+ :param 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.
33223
33223
  :param bool static_ips: Use static public IP addresses.
33224
33224
  :param str synchronous_replication: Synchronous replication type. Note that the service plan also needs to support synchronous replication.
33225
33225
  :param 'GetPgPgUserConfigTimescaledbArgs' timescaledb: System-wide settings for the timescaledb extension
33226
33226
  :param str variant: Variant of the PostgreSQL service, may affect the features that are exposed by default.
33227
- :param 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. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
33227
+ :param 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. Default is 1MB + 0.075% of total RAM (up to 32MB).
33228
33228
  """
33229
33229
  if additional_backup_regions is not None:
33230
33230
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
@@ -33509,7 +33509,7 @@ class GetPgPgUserConfigResult(dict):
33509
33509
  @pulumi.getter(name="sharedBuffersPercentage")
33510
33510
  def shared_buffers_percentage(self) -> Optional[float]:
33511
33511
  """
33512
- Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
33512
+ 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.
33513
33513
  """
33514
33514
  return pulumi.get(self, "shared_buffers_percentage")
33515
33515
 
@@ -33549,7 +33549,7 @@ class GetPgPgUserConfigResult(dict):
33549
33549
  @pulumi.getter(name="workMem")
33550
33550
  def work_mem(self) -> Optional[int]:
33551
33551
  """
33552
- Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
33552
+ Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB).
33553
33553
  """
33554
33554
  return pulumi.get(self, "work_mem")
33555
33555
 
@@ -33738,14 +33738,14 @@ class GetPgPgUserConfigPgResult(dict):
33738
33738
  wal_sender_timeout: Optional[int] = None,
33739
33739
  wal_writer_delay: Optional[int] = None):
33740
33740
  """
33741
- :param 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. The default is 0.2 (20%!o(MISSING)f table size).
33741
+ :param 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. The default is 0.2 (20% of table size).
33742
33742
  :param 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 tuples.
33743
33743
  :param 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. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
33744
33744
  :param 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 three. This parameter can only be set at server start.
33745
33745
  :param int autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
33746
33746
  :param 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 value is 20 milliseconds.
33747
33747
  :param int autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used.
33748
- :param 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. The default is 0.2 (20%!o(MISSING)f table size).
33748
+ :param 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. The default is 0.2 (20% of table size).
33749
33749
  :param 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 tuples.
33750
33750
  :param int bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
33751
33751
  :param 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, default is 512. Setting of 0 disables forced writeback.
@@ -33891,7 +33891,7 @@ class GetPgPgUserConfigPgResult(dict):
33891
33891
  @pulumi.getter(name="autovacuumAnalyzeScaleFactor")
33892
33892
  def autovacuum_analyze_scale_factor(self) -> Optional[float]:
33893
33893
  """
33894
- Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
33894
+ Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size).
33895
33895
  """
33896
33896
  return pulumi.get(self, "autovacuum_analyze_scale_factor")
33897
33897
 
@@ -33947,7 +33947,7 @@ class GetPgPgUserConfigPgResult(dict):
33947
33947
  @pulumi.getter(name="autovacuumVacuumScaleFactor")
33948
33948
  def autovacuum_vacuum_scale_factor(self) -> Optional[float]:
33949
33949
  """
33950
- Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
33950
+ Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size).
33951
33951
  """
33952
33952
  return pulumi.get(self, "autovacuum_vacuum_scale_factor")
33953
33953
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_aiven
3
- Version: 6.14.0a1711735334
3
+ Version: 6.14.0a1712399718
4
4
  Summary: A Pulumi package for creating and managing Aiven cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1,5 +1,5 @@
1
1
  pulumi_aiven/__init__.py,sha256=6sfOeGhPMewe-c18YxiNqWS-lk8QjDv4Yc7ohAGw45o,17360
2
- pulumi_aiven/_inputs.py,sha256=xLUxAyXuG5-X4XZodE05lTDuPxvhQmyPtUpzgAsTlbw,1000540
2
+ pulumi_aiven/_inputs.py,sha256=M08vxoV7hFAIf6_bT9eKAyxZA6sXHOUNzTIQJTuatcw,1000462
3
3
  pulumi_aiven/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
4
4
  pulumi_aiven/account.py,sha256=EDXHwYwBPKQfXZ3nhX7FtiBUaZ8IrFGqxhYmpz3PdB8,18384
5
5
  pulumi_aiven/account_authentication.py,sha256=6s9zWxFgt5f-R0o3pf0Hnux7_He54kryZG7QFYxTt0c,36871
@@ -125,7 +125,7 @@ pulumi_aiven/organization_user.py,sha256=9vicoZ4qa66zCHFBcueX9aZHrugopcs-Y0H6qhP
125
125
  pulumi_aiven/organization_user_group.py,sha256=sMxD4oU31oRj1lFbx5PCKD5TjJWMkfwZz7FRjZd81wA,14836
126
126
  pulumi_aiven/organization_user_group_member.py,sha256=2rQWs-A8iypKMiNVT9KpdhUAvcPFh3pSpCCculfNdcY,14270
127
127
  pulumi_aiven/organizational_unit.py,sha256=XjV-h-th2IyEvL8lYPkeASvCUMpGlBdK-0yL5DiVnjE,11553
128
- pulumi_aiven/outputs.py,sha256=GH4yWhPB-E2ag1J54KGrk0JExQ8ORNvOB2lg1wmwqxY,1646572
128
+ pulumi_aiven/outputs.py,sha256=s2lvtsP2TyOmubtlVOZHTu92iOMJPdd9gqrGWC9IwYc,1646416
129
129
  pulumi_aiven/pg.py,sha256=x1q8nU_So6EHUd7pqkS70HTmzdohNkXCv1BfF49f0XU,75510
130
130
  pulumi_aiven/pg_database.py,sha256=jtrYc0R4PnJrGcIIEe9G6CwYtItb1guLmmAouE78pgY,22329
131
131
  pulumi_aiven/pg_user.py,sha256=NIX0RTJ6tYxQM4tvEzjIKEN8OLexZmJqJhD3PPBMcmg,21020
@@ -144,7 +144,7 @@ pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=xETQveFiuh-xWF1unAq1fHqr6l
144
144
  pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
145
145
  pulumi_aiven/config/__init__.pyi,sha256=i0kRcMqRhHZqXZfs-7cXU-bEhaP2QAJDGjuUhIMDgqY,465
146
146
  pulumi_aiven/config/vars.py,sha256=hQgM94csEU3YnUsOUTPc-JvxssBTpi2DURZx6QWdLUk,658
147
- pulumi_aiven-6.14.0a1711735334.dist-info/METADATA,sha256=dFk88Yi7ksn9hBM5VBruhJkaMuEIV-i2GAS_tqMv10o,2532
148
- pulumi_aiven-6.14.0a1711735334.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
149
- pulumi_aiven-6.14.0a1711735334.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
150
- pulumi_aiven-6.14.0a1711735334.dist-info/RECORD,,
147
+ pulumi_aiven-6.14.0a1712399718.dist-info/METADATA,sha256=sGCnyeNaEgTGCqT5TRb8UPAd8DEd4OYuZ4Z92wkGnW4,2532
148
+ pulumi_aiven-6.14.0a1712399718.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
149
+ pulumi_aiven-6.14.0a1712399718.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
150
+ pulumi_aiven-6.14.0a1712399718.dist-info/RECORD,,