Show / Hide Table of Contents

Class CfnKnowledgeBasePropsMixin.RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty

Contains configurations for storage in AWS Glue Data Catalog.

Inheritance
object
CfnKnowledgeBasePropsMixin.RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty
Implements
CfnKnowledgeBasePropsMixin.IRedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Bedrock
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnKnowledgeBasePropsMixin.RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty : CfnKnowledgeBasePropsMixin.IRedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty
Syntax (vb)
Public Class CfnKnowledgeBasePropsMixin.RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty Implements 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.CfnPropertyMixins.AWS.Bedrock;

             var redshiftQueryEngineAwsDataCatalogStorageConfigurationProperty = new RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty {
                 TableNames = new [] { "tableNames" }
             };

Synopsis

Constructors

RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty()

Contains configurations for storage in AWS Glue Data Catalog.

Properties

TableNames

A list of names of the tables to use.

Constructors

RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty()

Contains configurations for storage in AWS Glue Data Catalog.

public RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty()
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.CfnPropertyMixins.AWS.Bedrock;

             var redshiftQueryEngineAwsDataCatalogStorageConfigurationProperty = new RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty {
                 TableNames = new [] { "tableNames" }
             };

Properties

TableNames

A list of names of the tables to use.

public string[]? TableNames { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnKnowledgeBasePropsMixin.IRedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty
Back to top Generated by DocFX