Class: Aws::BedrockAgent::Types::S3DataSourceConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::S3DataSourceConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Configures an S3 data source location.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bucket_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A S3 bucket ARN.
 - 
  
    
      #inclusion_prefixes  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of S3 prefixes.
 
Instance Attribute Details
#bucket_arn ⇒ String
A S3 bucket ARN
      2794 2795 2796 2797 2798 2799  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2794 class S3DataSourceConfiguration < Struct.new( :bucket_arn, :inclusion_prefixes) SENSITIVE = [] include Aws::Structure end  | 
  
#inclusion_prefixes ⇒ Array<String>
A list of S3 prefixes.
      2794 2795 2796 2797 2798 2799  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2794 class S3DataSourceConfiguration < Struct.new( :bucket_arn, :inclusion_prefixes) SENSITIVE = [] include Aws::Structure end  |