Interface CfnKnowledgeBasePropsMixin.IRedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty
Contains configurations for storage in AWS Glue Data Catalog.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnKnowledgeBasePropsMixin.IRedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty
Syntax (vb)
Public Interface CfnKnowledgeBasePropsMixin.IRedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var redshiftQueryEngineAwsDataCatalogStorageConfigurationProperty = new RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty {
TableNames = new [] { "tableNames" }
};
Synopsis
Properties
| TableNames | A list of names of the tables to use. |