Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryengineawsdatacatalogstorageconfiguration.html

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.

Properties

TableNames

A list of names of the tables to use.

string[]? TableNames { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryengineawsdatacatalogstorageconfiguration.html#cfn-bedrock-knowledgebase-redshiftqueryengineawsdatacatalogstorageconfiguration-tablenames

Back to top Generated by DocFX