Class: Aws::BedrockAgent::Types::WebDataSourceConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

The configuration details for the web data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_configurationTypes::WebCrawlerConfiguration

The Web Crawler configuration details for the web data source.



7934
7935
7936
7937
7938
7939
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7934

class WebDataSourceConfiguration < Struct.new(
  :crawler_configuration,
  :source_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#source_configurationTypes::WebSourceConfiguration

The source configuration details for the web data source.



7934
7935
7936
7937
7938
7939
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7934

class WebDataSourceConfiguration < Struct.new(
  :crawler_configuration,
  :source_configuration)
  SENSITIVE = []
  include Aws::Structure
end