Class: Aws::Finspace::Types::CreateKxDataviewResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Finspace::Types::CreateKxDataviewResponse
 
- Defined in:
- gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #auto_update  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The option to select whether you want to apply all the future additions and corrections automatically to the dataview when you ingest new changesets. 
- 
  
    
      #availability_zone_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the availability zones. 
- 
  
    
      #az_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of availability zones you want to assign per volume. 
- 
  
    
      #changeset_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the changeset. 
- 
  
    
      #created_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp at which the dataview was created in FinSpace. 
- 
  
    
      #database_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the database where you want to create a dataview. 
- 
  
    
      #dataview_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the dataview. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the dataview. 
- 
  
    
      #environment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the kdb environment, where you want to create the dataview. 
- 
  
    
      #last_modified_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The last time that the dataview was updated in FinSpace. 
- 
  
    
      #read_write  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns True if the dataview is created as writeable and False otherwise. 
- 
  
    
      #segment_configurations  ⇒ Array<Types::KxDataviewSegmentConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration that contains the database path of the data that you want to place on each selected volume. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of dataview creation. 
Instance Attribute Details
#auto_update ⇒ Boolean
The option to select whether you want to apply all the future additions and corrections automatically to the dataview when you ingest new changesets. The default value is false.
| 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1053 class CreateKxDataviewResponse < Struct.new( :dataview_name, :database_name, :environment_id, :az_mode, :availability_zone_id, :changeset_id, :segment_configurations, :description, :auto_update, :read_write, :created_timestamp, :last_modified_timestamp, :status) SENSITIVE = [] include Aws::Structure end | 
#availability_zone_id ⇒ String
The identifier of the availability zones.
| 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1053 class CreateKxDataviewResponse < Struct.new( :dataview_name, :database_name, :environment_id, :az_mode, :availability_zone_id, :changeset_id, :segment_configurations, :description, :auto_update, :read_write, :created_timestamp, :last_modified_timestamp, :status) SENSITIVE = [] include Aws::Structure end | 
#az_mode ⇒ String
The number of availability zones you want to assign per volume.
Currently, FinSpace only supports SINGLE for volumes. This places
dataview in a single AZ.
| 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1053 class CreateKxDataviewResponse < Struct.new( :dataview_name, :database_name, :environment_id, :az_mode, :availability_zone_id, :changeset_id, :segment_configurations, :description, :auto_update, :read_write, :created_timestamp, :last_modified_timestamp, :status) SENSITIVE = [] include Aws::Structure end | 
#changeset_id ⇒ String
A unique identifier for the changeset.
| 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1053 class CreateKxDataviewResponse < Struct.new( :dataview_name, :database_name, :environment_id, :az_mode, :availability_zone_id, :changeset_id, :segment_configurations, :description, :auto_update, :read_write, :created_timestamp, :last_modified_timestamp, :status) SENSITIVE = [] include Aws::Structure end | 
#created_timestamp ⇒ Time
The timestamp at which the dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
| 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1053 class CreateKxDataviewResponse < Struct.new( :dataview_name, :database_name, :environment_id, :az_mode, :availability_zone_id, :changeset_id, :segment_configurations, :description, :auto_update, :read_write, :created_timestamp, :last_modified_timestamp, :status) SENSITIVE = [] include Aws::Structure end | 
#database_name ⇒ String
The name of the database where you want to create a dataview.
| 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1053 class CreateKxDataviewResponse < Struct.new( :dataview_name, :database_name, :environment_id, :az_mode, :availability_zone_id, :changeset_id, :segment_configurations, :description, :auto_update, :read_write, :created_timestamp, :last_modified_timestamp, :status) SENSITIVE = [] include Aws::Structure end | 
#dataview_name ⇒ String
A unique identifier for the dataview.
| 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1053 class CreateKxDataviewResponse < Struct.new( :dataview_name, :database_name, :environment_id, :az_mode, :availability_zone_id, :changeset_id, :segment_configurations, :description, :auto_update, :read_write, :created_timestamp, :last_modified_timestamp, :status) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
A description of the dataview.
| 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1053 class CreateKxDataviewResponse < Struct.new( :dataview_name, :database_name, :environment_id, :az_mode, :availability_zone_id, :changeset_id, :segment_configurations, :description, :auto_update, :read_write, :created_timestamp, :last_modified_timestamp, :status) SENSITIVE = [] include Aws::Structure end | 
#environment_id ⇒ String
A unique identifier for the kdb environment, where you want to create the dataview.
| 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1053 class CreateKxDataviewResponse < Struct.new( :dataview_name, :database_name, :environment_id, :az_mode, :availability_zone_id, :changeset_id, :segment_configurations, :description, :auto_update, :read_write, :created_timestamp, :last_modified_timestamp, :status) SENSITIVE = [] include Aws::Structure end | 
#last_modified_timestamp ⇒ Time
The last time that the dataview was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
| 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1053 class CreateKxDataviewResponse < Struct.new( :dataview_name, :database_name, :environment_id, :az_mode, :availability_zone_id, :changeset_id, :segment_configurations, :description, :auto_update, :read_write, :created_timestamp, :last_modified_timestamp, :status) SENSITIVE = [] include Aws::Structure end | 
#read_write ⇒ Boolean
Returns True if the dataview is created as writeable and False otherwise.
| 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1053 class CreateKxDataviewResponse < Struct.new( :dataview_name, :database_name, :environment_id, :az_mode, :availability_zone_id, :changeset_id, :segment_configurations, :description, :auto_update, :read_write, :created_timestamp, :last_modified_timestamp, :status) SENSITIVE = [] include Aws::Structure end | 
#segment_configurations ⇒ Array<Types::KxDataviewSegmentConfiguration>
The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
| 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1053 class CreateKxDataviewResponse < Struct.new( :dataview_name, :database_name, :environment_id, :az_mode, :availability_zone_id, :changeset_id, :segment_configurations, :description, :auto_update, :read_write, :created_timestamp, :last_modified_timestamp, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of dataview creation.
- CREATING– The dataview creation is in progress.
- UPDATING– The dataview is in the process of being updated.
- ACTIVE– The dataview is active.
| 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1053 class CreateKxDataviewResponse < Struct.new( :dataview_name, :database_name, :environment_id, :az_mode, :availability_zone_id, :changeset_id, :segment_configurations, :description, :auto_update, :read_write, :created_timestamp, :last_modified_timestamp, :status) SENSITIVE = [] include Aws::Structure end |