Class: Aws::Finspace::Types::KxDatabaseConfiguration

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

Overview

The configuration of data that is available for querying from this database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_configurationsArray<Types::KxDatabaseCacheConfiguration>

Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the cluster.



3305
3306
3307
3308
3309
3310
3311
3312
3313
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3305

class KxDatabaseConfiguration < Struct.new(
  :database_name,
  :cache_configurations,
  :changeset_id,
  :dataview_name,
  :dataview_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#changeset_idString

A unique identifier of the changeset that is associated with the cluster.

Returns:

  • (String)


3305
3306
3307
3308
3309
3310
3311
3312
3313
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3305

class KxDatabaseConfiguration < Struct.new(
  :database_name,
  :cache_configurations,
  :changeset_id,
  :dataview_name,
  :dataview_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the kdb database. When this parameter is specified in the structure, S3 with the whole database is included by default.

Returns:

  • (String)


3305
3306
3307
3308
3309
3310
3311
3312
3313
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3305

class KxDatabaseConfiguration < Struct.new(
  :database_name,
  :cache_configurations,
  :changeset_id,
  :dataview_name,
  :dataview_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#dataview_configurationTypes::KxDataviewConfiguration

The configuration of the dataview to be used with specified cluster.



3305
3306
3307
3308
3309
3310
3311
3312
3313
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3305

class KxDatabaseConfiguration < Struct.new(
  :database_name,
  :cache_configurations,
  :changeset_id,
  :dataview_name,
  :dataview_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#dataview_nameString

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

Returns:

  • (String)


3305
3306
3307
3308
3309
3310
3311
3312
3313
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3305

class KxDatabaseConfiguration < Struct.new(
  :database_name,
  :cache_configurations,
  :changeset_id,
  :dataview_name,
  :dataview_configuration)
  SENSITIVE = []
  include Aws::Structure
end