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

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

Instance Attribute Details

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