Class: Aws::BedrockAgent::Types::DataSourceConfiguration

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

Overview

Specifies a raw data source location to ingest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_configurationTypes::S3DataSourceConfiguration

Configures an S3 data source location.



1141
1142
1143
1144
1145
1146
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1141

class DataSourceConfiguration < Struct.new(
  :type,
  :s3_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the data source location.

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1141

class DataSourceConfiguration < Struct.new(
  :type,
  :s3_configuration)
  SENSITIVE = []
  include Aws::Structure
end