Class: Aws::BedrockAgent::Types::WebSourceConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#url_configurationTypes::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