Class: Aws::Types::InfluxDBv3EnterpriseParameters
- Inherits:
-
Object
- Object
- Aws::Types::InfluxDBv3EnterpriseParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_sync_interval ⇒ Types::Duration
Returns the value of attribute catalog_sync_interval.
-
#compaction_check_interval ⇒ Types::Duration
Returns the value of attribute compaction_check_interval.
-
#compaction_cleanup_wait ⇒ Types::Duration
Returns the value of attribute compaction_cleanup_wait.
-
#compaction_gen_2_duration ⇒ Types::Duration
Returns the value of attribute compaction_gen_2_duration.
-
#compaction_max_num_files_per_plan ⇒ ::Integer
Returns the value of attribute compaction_max_num_files_per_plan.
-
#compaction_multipliers ⇒ ::String
Returns the value of attribute compaction_multipliers.
-
#compaction_row_limit ⇒ ::Integer
Returns the value of attribute compaction_row_limit.
-
#data_fusion_config ⇒ ::String
Returns the value of attribute data_fusion_config.
-
#data_fusion_max_parquet_fanout ⇒ ::Integer
Returns the value of attribute data_fusion_max_parquet_fanout.
-
#data_fusion_num_threads ⇒ ::Integer
Returns the value of attribute data_fusion_num_threads.
-
#data_fusion_runtime_disable_lifo_slot ⇒ Boolean
Returns the value of attribute data_fusion_runtime_disable_lifo_slot.
-
#data_fusion_runtime_event_interval ⇒ ::Integer
Returns the value of attribute data_fusion_runtime_event_interval.
-
#data_fusion_runtime_global_queue_interval ⇒ ::Integer
Returns the value of attribute data_fusion_runtime_global_queue_interval.
-
#data_fusion_runtime_max_blocking_threads ⇒ ::Integer
Returns the value of attribute data_fusion_runtime_max_blocking_threads.
-
#data_fusion_runtime_max_io_events_per_tick ⇒ ::Integer
Returns the value of attribute data_fusion_runtime_max_io_events_per_tick.
-
#data_fusion_runtime_thread_keep_alive ⇒ Types::Duration
Returns the value of attribute data_fusion_runtime_thread_keep_alive.
-
#data_fusion_runtime_thread_priority ⇒ ::Integer
Returns the value of attribute data_fusion_runtime_thread_priority.
-
#data_fusion_runtime_type ⇒ "multi-thread", "multi-thread-alt"
Returns the value of attribute data_fusion_runtime_type.
-
#data_fusion_use_cached_parquet_loader ⇒ Boolean
Returns the value of attribute data_fusion_use_cached_parquet_loader.
-
#dedicated_compactor ⇒ Boolean
Returns the value of attribute dedicated_compactor.
-
#delete_grace_period ⇒ Types::Duration
Returns the value of attribute delete_grace_period.
-
#disable_parquet_mem_cache ⇒ Boolean
Returns the value of attribute disable_parquet_mem_cache.
-
#distinct_cache_eviction_interval ⇒ Types::Duration
Returns the value of attribute distinct_cache_eviction_interval.
-
#distinct_value_cache_disable_from_history ⇒ Boolean
Returns the value of attribute distinct_value_cache_disable_from_history.
-
#exec_mem_pool_bytes ⇒ Types::PercentOrAbsoluteLong
Returns the value of attribute exec_mem_pool_bytes.
-
#force_snapshot_mem_threshold ⇒ Types::PercentOrAbsoluteLong
Returns the value of attribute force_snapshot_mem_threshold.
-
#gen1_duration ⇒ Types::Duration
Returns the value of attribute gen1_duration.
-
#gen1_lookback_duration ⇒ Types::Duration
Returns the value of attribute gen1_lookback_duration.
-
#hard_delete_default_duration ⇒ Types::Duration
Returns the value of attribute hard_delete_default_duration.
-
#ingest_query_instances ⇒ ::Integer
Returns the value of attribute ingest_query_instances.
-
#last_cache_eviction_interval ⇒ Types::Duration
Returns the value of attribute last_cache_eviction_interval.
-
#last_value_cache_disable_from_history ⇒ Boolean
Returns the value of attribute last_value_cache_disable_from_history.
-
#log_filter ⇒ ::String
Returns the value of attribute log_filter.
-
#log_format ⇒ "full"
Returns the value of attribute log_format.
-
#max_http_request_size ⇒ ::Integer
Returns the value of attribute max_http_request_size.
-
#parquet_mem_cache_prune_interval ⇒ Types::Duration
Returns the value of attribute parquet_mem_cache_prune_interval.
-
#parquet_mem_cache_prune_percentage ⇒ ::Float
Returns the value of attribute parquet_mem_cache_prune_percentage.
-
#parquet_mem_cache_query_path_duration ⇒ Types::Duration
Returns the value of attribute parquet_mem_cache_query_path_duration.
-
#parquet_mem_cache_size ⇒ Types::PercentOrAbsoluteLong
Returns the value of attribute parquet_mem_cache_size.
-
#plugin_repository_secret_arn ⇒ ::String
Returns the value of attribute plugin_repository_secret_arn.
-
#plugin_repository_url ⇒ ::String
Returns the value of attribute plugin_repository_url.
-
#preemptive_cache_age ⇒ Types::Duration
Returns the value of attribute preemptive_cache_age.
-
#query_file_limit ⇒ ::Integer
Returns the value of attribute query_file_limit.
-
#query_log_size ⇒ ::Integer
Returns the value of attribute query_log_size.
-
#query_only_instances ⇒ ::Integer
Returns the value of attribute query_only_instances.
-
#replication_interval ⇒ Types::Duration
Returns the value of attribute replication_interval.
-
#retention_check_interval ⇒ Types::Duration
Returns the value of attribute retention_check_interval.
-
#snapshotted_wal_files_to_keep ⇒ ::Integer
Returns the value of attribute snapshotted_wal_files_to_keep.
-
#table_index_cache_concurrency_limit ⇒ ::Integer
Returns the value of attribute table_index_cache_concurrency_limit.
-
#table_index_cache_max_entries ⇒ ::Integer
Returns the value of attribute table_index_cache_max_entries.
-
#wal_max_write_buffer_size ⇒ ::Integer
Returns the value of attribute wal_max_write_buffer_size.
-
#wal_replay_concurrency_limit ⇒ ::Integer
Returns the value of attribute wal_replay_concurrency_limit.
-
#wal_replay_fail_on_error ⇒ Boolean
Returns the value of attribute wal_replay_fail_on_error.
-
#wal_snapshot_size ⇒ ::Integer
Returns the value of attribute wal_snapshot_size.
Instance Attribute Details
#catalog_sync_interval ⇒ Types::Duration
Returns the value of attribute catalog_sync_interval.
603 604 605 |
# File 'sig/types.rbs', line 603 def catalog_sync_interval @catalog_sync_interval end |
#compaction_check_interval ⇒ Types::Duration
Returns the value of attribute compaction_check_interval.
599 600 601 |
# File 'sig/types.rbs', line 599 def compaction_check_interval @compaction_check_interval end |
#compaction_cleanup_wait ⇒ Types::Duration
Returns the value of attribute compaction_cleanup_wait.
598 599 600 |
# File 'sig/types.rbs', line 598 def compaction_cleanup_wait @compaction_cleanup_wait end |
#compaction_gen_2_duration ⇒ Types::Duration
Returns the value of attribute compaction_gen_2_duration.
596 597 598 |
# File 'sig/types.rbs', line 596 def compaction_gen_2_duration @compaction_gen_2_duration end |
#compaction_max_num_files_per_plan ⇒ ::Integer
Returns the value of attribute compaction_max_num_files_per_plan.
595 596 597 |
# File 'sig/types.rbs', line 595 def compaction_max_num_files_per_plan @compaction_max_num_files_per_plan end |
#compaction_multipliers ⇒ ::String
Returns the value of attribute compaction_multipliers.
597 598 599 |
# File 'sig/types.rbs', line 597 def compaction_multipliers @compaction_multipliers end |
#compaction_row_limit ⇒ ::Integer
Returns the value of attribute compaction_row_limit.
594 595 596 |
# File 'sig/types.rbs', line 594 def compaction_row_limit @compaction_row_limit end |
#data_fusion_config ⇒ ::String
Returns the value of attribute data_fusion_config.
565 566 567 |
# File 'sig/types.rbs', line 565 def data_fusion_config @data_fusion_config end |
#data_fusion_max_parquet_fanout ⇒ ::Integer
Returns the value of attribute data_fusion_max_parquet_fanout.
563 564 565 |
# File 'sig/types.rbs', line 563 def data_fusion_max_parquet_fanout @data_fusion_max_parquet_fanout end |
#data_fusion_num_threads ⇒ ::Integer
Returns the value of attribute data_fusion_num_threads.
554 555 556 |
# File 'sig/types.rbs', line 554 def data_fusion_num_threads @data_fusion_num_threads end |
#data_fusion_runtime_disable_lifo_slot ⇒ Boolean
Returns the value of attribute data_fusion_runtime_disable_lifo_slot.
556 557 558 |
# File 'sig/types.rbs', line 556 def data_fusion_runtime_disable_lifo_slot @data_fusion_runtime_disable_lifo_slot end |
#data_fusion_runtime_event_interval ⇒ ::Integer
Returns the value of attribute data_fusion_runtime_event_interval.
557 558 559 |
# File 'sig/types.rbs', line 557 def data_fusion_runtime_event_interval @data_fusion_runtime_event_interval end |
#data_fusion_runtime_global_queue_interval ⇒ ::Integer
Returns the value of attribute data_fusion_runtime_global_queue_interval.
558 559 560 |
# File 'sig/types.rbs', line 558 def data_fusion_runtime_global_queue_interval @data_fusion_runtime_global_queue_interval end |
#data_fusion_runtime_max_blocking_threads ⇒ ::Integer
Returns the value of attribute data_fusion_runtime_max_blocking_threads.
559 560 561 |
# File 'sig/types.rbs', line 559 def data_fusion_runtime_max_blocking_threads @data_fusion_runtime_max_blocking_threads end |
#data_fusion_runtime_max_io_events_per_tick ⇒ ::Integer
Returns the value of attribute data_fusion_runtime_max_io_events_per_tick.
560 561 562 |
# File 'sig/types.rbs', line 560 def data_fusion_runtime_max_io_events_per_tick @data_fusion_runtime_max_io_events_per_tick end |
#data_fusion_runtime_thread_keep_alive ⇒ Types::Duration
Returns the value of attribute data_fusion_runtime_thread_keep_alive.
561 562 563 |
# File 'sig/types.rbs', line 561 def data_fusion_runtime_thread_keep_alive @data_fusion_runtime_thread_keep_alive end |
#data_fusion_runtime_thread_priority ⇒ ::Integer
Returns the value of attribute data_fusion_runtime_thread_priority.
562 563 564 |
# File 'sig/types.rbs', line 562 def data_fusion_runtime_thread_priority @data_fusion_runtime_thread_priority end |
#data_fusion_runtime_type ⇒ "multi-thread", "multi-thread-alt"
Returns the value of attribute data_fusion_runtime_type.
555 556 557 |
# File 'sig/types.rbs', line 555 def data_fusion_runtime_type @data_fusion_runtime_type end |
#data_fusion_use_cached_parquet_loader ⇒ Boolean
Returns the value of attribute data_fusion_use_cached_parquet_loader.
564 565 566 |
# File 'sig/types.rbs', line 564 def data_fusion_use_cached_parquet_loader @data_fusion_use_cached_parquet_loader end |
#dedicated_compactor ⇒ Boolean
Returns the value of attribute dedicated_compactor.
593 594 595 |
# File 'sig/types.rbs', line 593 def dedicated_compactor @dedicated_compactor end |
#delete_grace_period ⇒ Types::Duration
Returns the value of attribute delete_grace_period.
587 588 589 |
# File 'sig/types.rbs', line 587 def delete_grace_period @delete_grace_period end |
#disable_parquet_mem_cache ⇒ Boolean
Returns the value of attribute disable_parquet_mem_cache.
574 575 576 |
# File 'sig/types.rbs', line 574 def disable_parquet_mem_cache @disable_parquet_mem_cache end |
#distinct_cache_eviction_interval ⇒ Types::Duration
Returns the value of attribute distinct_cache_eviction_interval.
577 578 579 |
# File 'sig/types.rbs', line 577 def distinct_cache_eviction_interval @distinct_cache_eviction_interval end |
#distinct_value_cache_disable_from_history ⇒ Boolean
Returns the value of attribute distinct_value_cache_disable_from_history.
601 602 603 |
# File 'sig/types.rbs', line 601 def distinct_value_cache_disable_from_history @distinct_value_cache_disable_from_history end |
#exec_mem_pool_bytes ⇒ Types::PercentOrAbsoluteLong
Returns the value of attribute exec_mem_pool_bytes.
579 580 581 |
# File 'sig/types.rbs', line 579 def exec_mem_pool_bytes @exec_mem_pool_bytes end |
#force_snapshot_mem_threshold ⇒ Types::PercentOrAbsoluteLong
Returns the value of attribute force_snapshot_mem_threshold.
567 568 569 |
# File 'sig/types.rbs', line 567 def force_snapshot_mem_threshold @force_snapshot_mem_threshold end |
#gen1_duration ⇒ Types::Duration
Returns the value of attribute gen1_duration.
578 579 580 |
# File 'sig/types.rbs', line 578 def gen1_duration @gen1_duration end |
#gen1_lookback_duration ⇒ Types::Duration
Returns the value of attribute gen1_lookback_duration.
585 586 587 |
# File 'sig/types.rbs', line 585 def gen1_lookback_duration @gen1_lookback_duration end |
#hard_delete_default_duration ⇒ Types::Duration
Returns the value of attribute hard_delete_default_duration.
588 589 590 |
# File 'sig/types.rbs', line 588 def hard_delete_default_duration @hard_delete_default_duration end |
#ingest_query_instances ⇒ ::Integer
Returns the value of attribute ingest_query_instances.
591 592 593 |
# File 'sig/types.rbs', line 591 def ingest_query_instances @ingest_query_instances end |
#last_cache_eviction_interval ⇒ Types::Duration
Returns the value of attribute last_cache_eviction_interval.
576 577 578 |
# File 'sig/types.rbs', line 576 def last_cache_eviction_interval @last_cache_eviction_interval end |
#last_value_cache_disable_from_history ⇒ Boolean
Returns the value of attribute last_value_cache_disable_from_history.
600 601 602 |
# File 'sig/types.rbs', line 600 def last_value_cache_disable_from_history @last_value_cache_disable_from_history end |
#log_filter ⇒ ::String
Returns the value of attribute log_filter.
552 553 554 |
# File 'sig/types.rbs', line 552 def log_filter @log_filter end |
#log_format ⇒ "full"
Returns the value of attribute log_format.
553 554 555 |
# File 'sig/types.rbs', line 553 def log_format @log_format end |
#max_http_request_size ⇒ ::Integer
Returns the value of attribute max_http_request_size.
566 567 568 |
# File 'sig/types.rbs', line 566 def max_http_request_size @max_http_request_size end |
#parquet_mem_cache_prune_interval ⇒ Types::Duration
Returns the value of attribute parquet_mem_cache_prune_interval.
573 574 575 |
# File 'sig/types.rbs', line 573 def parquet_mem_cache_prune_interval @parquet_mem_cache_prune_interval end |
#parquet_mem_cache_prune_percentage ⇒ ::Float
Returns the value of attribute parquet_mem_cache_prune_percentage.
572 573 574 |
# File 'sig/types.rbs', line 572 def parquet_mem_cache_prune_percentage @parquet_mem_cache_prune_percentage end |
#parquet_mem_cache_query_path_duration ⇒ Types::Duration
Returns the value of attribute parquet_mem_cache_query_path_duration.
575 576 577 |
# File 'sig/types.rbs', line 575 def parquet_mem_cache_query_path_duration @parquet_mem_cache_query_path_duration end |
#parquet_mem_cache_size ⇒ Types::PercentOrAbsoluteLong
Returns the value of attribute parquet_mem_cache_size.
580 581 582 |
# File 'sig/types.rbs', line 580 def parquet_mem_cache_size @parquet_mem_cache_size end |
#plugin_repository_secret_arn ⇒ ::String
Returns the value of attribute plugin_repository_secret_arn.
590 591 592 |
# File 'sig/types.rbs', line 590 def plugin_repository_secret_arn @plugin_repository_secret_arn end |
#plugin_repository_url ⇒ ::String
Returns the value of attribute plugin_repository_url.
589 590 591 |
# File 'sig/types.rbs', line 589 def plugin_repository_url @plugin_repository_url end |
#preemptive_cache_age ⇒ Types::Duration
Returns the value of attribute preemptive_cache_age.
571 572 573 |
# File 'sig/types.rbs', line 571 def preemptive_cache_age @preemptive_cache_age end |
#query_file_limit ⇒ ::Integer
Returns the value of attribute query_file_limit.
550 551 552 |
# File 'sig/types.rbs', line 550 def query_file_limit @query_file_limit end |
#query_log_size ⇒ ::Integer
Returns the value of attribute query_log_size.
551 552 553 |
# File 'sig/types.rbs', line 551 def query_log_size @query_log_size end |
#query_only_instances ⇒ ::Integer
Returns the value of attribute query_only_instances.
592 593 594 |
# File 'sig/types.rbs', line 592 def query_only_instances @query_only_instances end |
#replication_interval ⇒ Types::Duration
Returns the value of attribute replication_interval.
602 603 604 |
# File 'sig/types.rbs', line 602 def replication_interval @replication_interval end |
#retention_check_interval ⇒ Types::Duration
Returns the value of attribute retention_check_interval.
586 587 588 |
# File 'sig/types.rbs', line 586 def retention_check_interval @retention_check_interval end |
#snapshotted_wal_files_to_keep ⇒ ::Integer
Returns the value of attribute snapshotted_wal_files_to_keep.
570 571 572 |
# File 'sig/types.rbs', line 570 def snapshotted_wal_files_to_keep @snapshotted_wal_files_to_keep end |
#table_index_cache_concurrency_limit ⇒ ::Integer
Returns the value of attribute table_index_cache_concurrency_limit.
584 585 586 |
# File 'sig/types.rbs', line 584 def table_index_cache_concurrency_limit @table_index_cache_concurrency_limit end |
#table_index_cache_max_entries ⇒ ::Integer
Returns the value of attribute table_index_cache_max_entries.
583 584 585 |
# File 'sig/types.rbs', line 583 def table_index_cache_max_entries @table_index_cache_max_entries end |
#wal_max_write_buffer_size ⇒ ::Integer
Returns the value of attribute wal_max_write_buffer_size.
569 570 571 |
# File 'sig/types.rbs', line 569 def wal_max_write_buffer_size @wal_max_write_buffer_size end |
#wal_replay_concurrency_limit ⇒ ::Integer
Returns the value of attribute wal_replay_concurrency_limit.
582 583 584 |
# File 'sig/types.rbs', line 582 def wal_replay_concurrency_limit @wal_replay_concurrency_limit end |
#wal_replay_fail_on_error ⇒ Boolean
Returns the value of attribute wal_replay_fail_on_error.
581 582 583 |
# File 'sig/types.rbs', line 581 def wal_replay_fail_on_error @wal_replay_fail_on_error end |
#wal_snapshot_size ⇒ ::Integer
Returns the value of attribute wal_snapshot_size.
568 569 570 |
# File 'sig/types.rbs', line 568 def wal_snapshot_size @wal_snapshot_size end |