Class: Aws::TimestreamWrite::Types::CreateBatchLoadTaskRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::CreateBatchLoadTaskRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-timestreamwrite/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:client_token]
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
**A suitable default value is auto-generated.** You should normally not need to pass this option.
 - #data_model_configuration ⇒ Types::DataModelConfiguration
 - 
  
    
      #data_source_configuration  ⇒ Types::DataSourceConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Defines configuration details about the data source for a batch load task.
 - #record_version ⇒ Integer
 - 
  
    
      #report_configuration  ⇒ Types::ReportConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Report configuration for a batch load task.
 - 
  
    
      #target_database_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Target Timestream database for a batch load task.
 - 
  
    
      #target_table_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Target Timestream table for a batch load task.
 
Instance Attribute Details
#client_token ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
      218 219 220 221 222 223 224 225 226 227 228  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 218 class CreateBatchLoadTaskRequest < Struct.new( :client_token, :data_model_configuration, :data_source_configuration, :report_configuration, :target_database_name, :target_table_name, :record_version) SENSITIVE = [:client_token] include Aws::Structure end  | 
  
#data_model_configuration ⇒ Types::DataModelConfiguration
      218 219 220 221 222 223 224 225 226 227 228  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 218 class CreateBatchLoadTaskRequest < Struct.new( :client_token, :data_model_configuration, :data_source_configuration, :report_configuration, :target_database_name, :target_table_name, :record_version) SENSITIVE = [:client_token] include Aws::Structure end  | 
  
#data_source_configuration ⇒ Types::DataSourceConfiguration
Defines configuration details about the data source for a batch load task.
      218 219 220 221 222 223 224 225 226 227 228  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 218 class CreateBatchLoadTaskRequest < Struct.new( :client_token, :data_model_configuration, :data_source_configuration, :report_configuration, :target_database_name, :target_table_name, :record_version) SENSITIVE = [:client_token] include Aws::Structure end  | 
  
#record_version ⇒ Integer
      218 219 220 221 222 223 224 225 226 227 228  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 218 class CreateBatchLoadTaskRequest < Struct.new( :client_token, :data_model_configuration, :data_source_configuration, :report_configuration, :target_database_name, :target_table_name, :record_version) SENSITIVE = [:client_token] include Aws::Structure end  | 
  
#report_configuration ⇒ Types::ReportConfiguration
Report configuration for a batch load task. This contains details about where error reports are stored.
      218 219 220 221 222 223 224 225 226 227 228  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 218 class CreateBatchLoadTaskRequest < Struct.new( :client_token, :data_model_configuration, :data_source_configuration, :report_configuration, :target_database_name, :target_table_name, :record_version) SENSITIVE = [:client_token] include Aws::Structure end  | 
  
#target_database_name ⇒ String
Target Timestream database for a batch load task.
      218 219 220 221 222 223 224 225 226 227 228  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 218 class CreateBatchLoadTaskRequest < Struct.new( :client_token, :data_model_configuration, :data_source_configuration, :report_configuration, :target_database_name, :target_table_name, :record_version) SENSITIVE = [:client_token] include Aws::Structure end  | 
  
#target_table_name ⇒ String
Target Timestream table for a batch load task.
      218 219 220 221 222 223 224 225 226 227 228  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 218 class CreateBatchLoadTaskRequest < Struct.new( :client_token, :data_model_configuration, :data_source_configuration, :report_configuration, :target_database_name, :target_table_name, :record_version) SENSITIVE = [:client_token] include Aws::Structure end  |