Class: Aws::BedrockAgent::Types::RedshiftQueryEngineStorageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::RedshiftQueryEngineStorageConfiguration
- 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
-
#aws_data_catalog_configuration ⇒ Types::RedshiftQueryEngineAwsDataCatalogStorageConfiguration
Specifies configurations for storage in Glue Data Catalog.
-
#redshift_configuration ⇒ Types::RedshiftQueryEngineRedshiftStorageConfiguration
Specifies configurations for storage in Amazon Redshift.
-
#type ⇒ String
The data storage service to use.
Instance Attribute Details
#aws_data_catalog_configuration ⇒ Types::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_configuration ⇒ Types::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 |
#type ⇒ String
The data storage service to use.
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 |