Class: Aws::Finspace::Types::KxDatabaseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::KxDatabaseConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#cache_configurations ⇒ Array<Types::KxDatabaseCacheConfiguration>
Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the cluster.
-
#changeset_id ⇒ String
A unique identifier of the changeset that is associated with the cluster.
-
#database_name ⇒ String
The name of the kdb database.
-
#dataview_configuration ⇒ Types::KxDataviewConfiguration
The configuration of the dataview to be used with specified cluster.
-
#dataview_name ⇒ String
The name of the dataview to be used for caching historical data on disk.
Instance Attribute Details
#cache_configurations ⇒ Array<Types::KxDatabaseCacheConfiguration>
Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the cluster.
3321 3322 3323 3324 3325 3326 3327 3328 3329 |
# File 'lib/aws-sdk-finspace/types.rb', line 3321 class KxDatabaseConfiguration < Struct.new( :database_name, :cache_configurations, :changeset_id, :dataview_name, :dataview_configuration) SENSITIVE = [] include Aws::Structure end |
#changeset_id ⇒ String
A unique identifier of the changeset that is associated with the cluster.
3321 3322 3323 3324 3325 3326 3327 3328 3329 |
# File 'lib/aws-sdk-finspace/types.rb', line 3321 class KxDatabaseConfiguration < Struct.new( :database_name, :cache_configurations, :changeset_id, :dataview_name, :dataview_configuration) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the kdb database. When this parameter is specified in the structure, S3 with the whole database is included by default.
3321 3322 3323 3324 3325 3326 3327 3328 3329 |
# File 'lib/aws-sdk-finspace/types.rb', line 3321 class KxDatabaseConfiguration < Struct.new( :database_name, :cache_configurations, :changeset_id, :dataview_name, :dataview_configuration) SENSITIVE = [] include Aws::Structure end |
#dataview_configuration ⇒ Types::KxDataviewConfiguration
The configuration of the dataview to be used with specified cluster.
3321 3322 3323 3324 3325 3326 3327 3328 3329 |
# File 'lib/aws-sdk-finspace/types.rb', line 3321 class KxDatabaseConfiguration < Struct.new( :database_name, :cache_configurations, :changeset_id, :dataview_name, :dataview_configuration) SENSITIVE = [] include Aws::Structure end |
#dataview_name ⇒ String
The name of the dataview to be used for caching historical data on disk.
3321 3322 3323 3324 3325 3326 3327 3328 3329 |
# File 'lib/aws-sdk-finspace/types.rb', line 3321 class KxDatabaseConfiguration < Struct.new( :database_name, :cache_configurations, :changeset_id, :dataview_name, :dataview_configuration) SENSITIVE = [] include Aws::Structure end |