Class: Aws::BedrockAgent::Types::CreateDataSourceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::CreateDataSourceRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
 - 
  
    
      #data_deletion_policy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data deletion policy assigned to the data source.
 - 
  
    
      #data_source_configuration  ⇒ Types::DataSourceConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains metadata about where the data source is stored.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the data source.
 - 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the knowledge base to which to add the data source.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the data source.
 - 
  
    
      #server_side_encryption_configuration  ⇒ Types::ServerSideEncryptionConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about the server-side encryption for the data source.
 - 
  
    
      #vector_ingestion_configuration  ⇒ Types::VectorIngestionConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about how to ingest the documents in the data source.
 
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see [Ensuring idempotency].
**A suitable default value is auto-generated.** You should normally not need to pass this option.
[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
      1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1286 class CreateDataSourceRequest < Struct.new( :client_token, :data_deletion_policy, :data_source_configuration, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#data_deletion_policy ⇒ String
The data deletion policy assigned to the data source.
      1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1286 class CreateDataSourceRequest < Struct.new( :client_token, :data_deletion_policy, :data_source_configuration, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#data_source_configuration ⇒ Types::DataSourceConfiguration
Contains metadata about where the data source is stored.
      1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1286 class CreateDataSourceRequest < Struct.new( :client_token, :data_deletion_policy, :data_source_configuration, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A description of the data source.
      1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1286 class CreateDataSourceRequest < Struct.new( :client_token, :data_deletion_policy, :data_source_configuration, :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 to add the data source.
      1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1286 class CreateDataSourceRequest < Struct.new( :client_token, :data_deletion_policy, :data_source_configuration, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the data source.
      1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1286 class CreateDataSourceRequest < Struct.new( :client_token, :data_deletion_policy, :data_source_configuration, :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 the server-side encryption for the data source.
      1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1286 class CreateDataSourceRequest < Struct.new( :client_token, :data_deletion_policy, :data_source_configuration, :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.
      1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1286 class CreateDataSourceRequest < Struct.new( :client_token, :data_deletion_policy, :data_source_configuration, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end  |