interface RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnKnowledgeBasePropsMixin.RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnKnowledgeBasePropsMixin_RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnKnowledgeBasePropsMixin.RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnKnowledgeBasePropsMixin.RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnKnowledgeBasePropsMixin » RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty |
Contains configurations for storage in AWS Glue Data Catalog.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const redshiftQueryEngineAwsDataCatalogStorageConfigurationProperty: bedrock_mixins.CfnKnowledgeBasePropsMixin.RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty = {
tableNames: ['tableNames'],
};
Properties
| Name | Type | Description |
|---|---|---|
| table | string[] | A list of names of the tables to use. |
tableNames?
Type:
string[]
(optional)
A list of names of the tables to use.

.NET
Go
Java
Python
TypeScript