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.
7937 7938 7939 7940 7941 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7937 class WebSourceConfiguration < Struct.new( :url_configuration) SENSITIVE = [] include Aws::Structure end |