Class: Aws::BedrockAgent::Types::WebDataSourceConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::WebDataSourceConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
The configuration details for the web data source.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #crawler_configuration  ⇒ Types::WebCrawlerConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Web Crawler configuration details for the web data source.
 - 
  
    
      #source_configuration  ⇒ Types::WebSourceConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source configuration details for the web data source.
 
Instance Attribute Details
#crawler_configuration ⇒ Types::WebCrawlerConfiguration
The Web Crawler configuration details for the web data source.
      7858 7859 7860 7861 7862 7863  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7858 class WebDataSourceConfiguration < Struct.new( :crawler_configuration, :source_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#source_configuration ⇒ Types::WebSourceConfiguration
The source configuration details for the web data source.
      7858 7859 7860 7861 7862 7863  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7858 class WebDataSourceConfiguration < Struct.new( :crawler_configuration, :source_configuration) SENSITIVE = [] include Aws::Structure end  |