Class: Aws::BedrockAgent::Types::UrlConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::UrlConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
The configuration of web URLs that you want to crawl. You should be authorized to crawl the URLs.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #seed_urls  ⇒ Array<Types::SeedUrl> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
One or more seed or starting point URLs.
 
Instance Attribute Details
#seed_urls ⇒ Array<Types::SeedUrl>
One or more seed or starting point URLs.
      7811 7812 7813 7814 7815  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7811 class UrlConfiguration < Struct.new( :seed_urls) SENSITIVE = [] include Aws::Structure end  |