Class: Aws::BedrockAgent::Types::RedshiftQueryEngineStorageConfiguration

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

Overview

Contains configurations for Amazon Redshift data storage. Specify the data storage service to use in the ‘type` field and include the corresponding field. For more information, see [Build a knowledge base by connecting to a structured data source] in the Amazon Bedrock User Guide.

[1]: docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-build-structured.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_data_catalog_configurationTypes::RedshiftQueryEngineAwsDataCatalogStorageConfiguration

Specifies configurations for storage in Glue Data Catalog.



9229
9230
9231
9232
9233
9234
9235
# File 'lib/aws-sdk-bedrockagent/types.rb', line 9229

class RedshiftQueryEngineStorageConfiguration < Struct.new(
  :type,
  :aws_data_catalog_configuration,
  :redshift_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#redshift_configurationTypes::RedshiftQueryEngineRedshiftStorageConfiguration

Specifies configurations for storage in Amazon Redshift.



9229
9230
9231
9232
9233
9234
9235
# File 'lib/aws-sdk-bedrockagent/types.rb', line 9229

class RedshiftQueryEngineStorageConfiguration < Struct.new(
  :type,
  :aws_data_catalog_configuration,
  :redshift_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The data storage service to use.

Returns:

  • (String)


9229
9230
9231
9232
9233
9234
9235
# File 'lib/aws-sdk-bedrockagent/types.rb', line 9229

class RedshiftQueryEngineStorageConfiguration < Struct.new(
  :type,
  :aws_data_catalog_configuration,
  :redshift_configuration)
  SENSITIVE = []
  include Aws::Structure
end