Class: Aws::BedrockAgent::Types::UpdateDataSourceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::UpdateDataSourceRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_deletion_policy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data deletion policy for the data source that you want to update.
 - 
  
    
      #data_source_configuration  ⇒ Types::DataSourceConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The connection configuration for the data source that you want to update.
 - 
  
    
      #data_source_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the data source.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a new description for the data source.
 - 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the knowledge base for the data source.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a new name for the data source.
 - 
  
    
      #server_side_encryption_configuration  ⇒ Types::ServerSideEncryptionConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about server-side encryption of the data source.
 - 
  
    
      #vector_ingestion_configuration  ⇒ Types::VectorIngestionConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about how to ingest the documents in the data source.
 
Instance Attribute Details
#data_deletion_policy ⇒ String
The data deletion policy for the data source that you want to update.
      7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7300 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#data_source_configuration ⇒ Types::DataSourceConfiguration
The connection configuration for the data source that you want to update.
      7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7300 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#data_source_id ⇒ String
The unique identifier of the data source.
      7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7300 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Specifies a new description for the data source.
      7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7300 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base for the data source.
      7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7300 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
Specifies a new name for the data source.
      7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7300 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Contains details about server-side encryption of the data source.
      7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7300 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :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.
      7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7300 class UpdateDataSourceRequest < Struct.new( :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  |