Class: Aws::BedrockAgent::Types::WebSourceConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::WebSourceConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
The configuration of the URL/URLs for the web content that you want to crawl. You should be authorized to crawl the URLs.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #url_configuration  ⇒ Types::UrlConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration of the URL/URLs.
 
Instance Attribute Details
#url_configuration ⇒ Types::UrlConfiguration
The configuration of the URL/URLs.
      7874 7875 7876 7877 7878  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7874 class WebSourceConfiguration < Struct.new( :url_configuration) SENSITIVE = [] include Aws::Structure end  |