interface RedshiftQueryEngineRedshiftStorageConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnKnowledgeBasePropsMixin.RedshiftQueryEngineRedshiftStorageConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnKnowledgeBasePropsMixin_RedshiftQueryEngineRedshiftStorageConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.RedshiftQueryEngineRedshiftStorageConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnKnowledgeBasePropsMixin.RedshiftQueryEngineRedshiftStorageConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnKnowledgeBasePropsMixin » RedshiftQueryEngineRedshiftStorageConfigurationProperty |
Contains configurations for storage in Amazon Redshift.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const redshiftQueryEngineRedshiftStorageConfigurationProperty: bedrock.CfnKnowledgeBasePropsMixin.RedshiftQueryEngineRedshiftStorageConfigurationProperty = {
databaseName: 'databaseName',
};
Properties
| Name | Type | Description |
|---|---|---|
| database | string | The name of the Amazon Redshift database. |
databaseName?
Type:
string
(optional)
The name of the Amazon Redshift database.

.NET
Go
Java
Python
TypeScript