This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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:RedshiftQueryEngineAwsDataCatalogStorageConfigurationRedshiftConfiguration:RedshiftQueryEngineRedshiftStorageConfigurationType: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_CATALOGUpdate requires: Replacement