Class: Aws::BedrockAgent::Types::WebSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::WebSourceConfiguration
- Defined in:
- gems/aws-sdk-bedrockagent/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.
9080 9081 9082 9083 9084 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9080 class WebSourceConfiguration < Struct.new( :url_configuration) SENSITIVE = [] include Aws::Structure end |