Class: Aws::Finspace::Types::KxDatabaseCacheConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

The structure of database cache configuration that is used for mapping database paths to cache types in clusters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_typeString

The type of disk cache. This parameter is used to map the database path to cache storage. The valid values are:

  • CACHE_1000 – This type provides at least 1000 MB/s disk access throughput.

^

Returns:

  • (String)


3268
3269
3270
3271
3272
3273
3274
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3268

class KxDatabaseCacheConfiguration < Struct.new(
  :cache_type,
  :db_paths,
  :dataview_name)
  SENSITIVE = []
  include Aws::Structure
end

#dataview_nameString

The name of the dataview to be used for caching historical data on disk.

Returns:

  • (String)


3268
3269
3270
3271
3272
3273
3274
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3268

class KxDatabaseCacheConfiguration < Struct.new(
  :cache_type,
  :db_paths,
  :dataview_name)
  SENSITIVE = []
  include Aws::Structure
end

#db_pathsArray<String>

Specifies the portions of database that will be loaded into the cache for access.

Returns:

  • (Array<String>)


3268
3269
3270
3271
3272
3273
3274
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3268

class KxDatabaseCacheConfiguration < Struct.new(
  :cache_type,
  :db_paths,
  :dataview_name)
  SENSITIVE = []
  include Aws::Structure
end