Class: Aws::BedrockAgent::Types::DataSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DataSource
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains details about a data source.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the data source was created.
 - 
  
    
      #data_deletion_policy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data deletion policy for the data source.
 - 
  
    
      #data_source_configuration  ⇒ Types::DataSourceConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The connection configuration for the data source.
 - 
  
    
      #data_source_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the data source.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the data source.
 - 
  
    
      #failure_reasons  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The detailed reasons on the failure to delete a data source.
 - 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the knowledge base to which the data source belongs.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the data source.
 - 
  
    
      #server_side_encryption_configuration  ⇒ Types::ServerSideEncryptionConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about the configuration of the server-side encryption.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the data source.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the data source was last updated.
 - 
  
    
      #vector_ingestion_configuration  ⇒ Types::VectorIngestionConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about how to ingest the documents in the data source.
 
Instance Attribute Details
#created_at ⇒ Time
The time at which the data source was created.
      2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2290 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#data_deletion_policy ⇒ String
The data deletion policy for the data source.
      2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2290 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#data_source_configuration ⇒ Types::DataSourceConfiguration
The connection configuration for the data source.
      2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2290 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#data_source_id ⇒ String
The unique identifier of the data source.
      2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2290 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the data source.
      2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2290 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#failure_reasons ⇒ Array<String>
The detailed reasons on the failure to delete a data source.
      2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2290 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to which the data source belongs.
      2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2290 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the data source.
      2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2290 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Contains details about the configuration of the server-side encryption.
      2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2290 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the data source. The following statuses are possible:
- 
Available – The data source has been created and is ready for ingestion into the knowledge base.
 - 
Deleting – The data source is being deleted.
 
      2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2290 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The time at which the data source was last updated.
      2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2290 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Contains details about how to ingest the documents in the data source.
      2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2290 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  |