AWS::Bedrock::KnowledgeBase RedshiftQueryEngineStorageConfiguration
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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AwsDataCatalogConfiguration" :
RedshiftQueryEngineAwsDataCatalogStorageConfiguration
, "RedshiftConfiguration" :RedshiftQueryEngineRedshiftStorageConfiguration
, "Type" :String
}
YAML
AwsDataCatalogConfiguration:
RedshiftQueryEngineAwsDataCatalogStorageConfiguration
RedshiftConfiguration:RedshiftQueryEngineRedshiftStorageConfiguration
Type:String
Properties
AwsDataCatalogConfiguration
-
Specifies configurations for storage in Amazon Glue Data Catalog.
Required: No
Type: RedshiftQueryEngineAwsDataCatalogStorageConfiguration
Update requires: Replacement
RedshiftConfiguration
-
Specifies configurations for storage in Amazon Redshift.
Required: No
Type: RedshiftQueryEngineRedshiftStorageConfiguration
Update requires: Replacement
Type
-
The data storage service to use.
Required: Yes
Type: String
Allowed values:
REDSHIFT | AWS_DATA_CATALOG
Update requires: Replacement