Class: Aws::BedrockAgent::Types::WebDataSourceConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockAgent::Types::WebDataSourceConfiguration
 
- Defined in:
- gems/aws-sdk-bedrockagent/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.
| 11710 11711 11712 11713 11714 11715 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11710 class WebDataSourceConfiguration < Struct.new( :source_configuration, :crawler_configuration) SENSITIVE = [] include Aws::Structure end | 
#source_configuration ⇒ Types::WebSourceConfiguration
The source configuration details for the web data source.
| 11710 11711 11712 11713 11714 11715 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11710 class WebDataSourceConfiguration < Struct.new( :source_configuration, :crawler_configuration) SENSITIVE = [] include Aws::Structure end |