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 of the updated data source.
 - 
  
    
      #data_source_configuration  ⇒ Types::DataSourceConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about the storage configuration of the data source.
 - 
  
    
      #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 to which the data source belongs.
 - 
  
    
      #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 of the updated data source.
      4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4115 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
Contains details about the storage configuration of the data source.
      4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4115 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.
      4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4115 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.
      4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4115 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 to which the data source belongs.
      4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4115 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.
      4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4115 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.
      4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4115 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.
      4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4115 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  |