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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_data_catalog_configuration ⇒ Types::RedshiftQueryEngineAwsDataCatalogStorageConfiguration

Specifies configurations for storage in Glue Data Catalog.



9965
9966
9967
9968
9969
9970
9971
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9965

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

#redshift_configuration ⇒ Types::RedshiftQueryEngineRedshiftStorageConfiguration

Specifies configurations for storage in Amazon Redshift.



9965
9966
9967
9968
9969
9970
9971
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9965

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

#type ⇒ String

The data storage service to use.

Returns:

  • (String)


9965
9966
9967
9968
9969
9970
9971
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9965

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