KnowledgeBaseSqlKnowledgeBaseConfigurationArgs

data class KnowledgeBaseSqlKnowledgeBaseConfigurationArgs(val redshiftConfiguration: Output<KnowledgeBaseRedshiftConfigurationArgs>? = null, val type: Output<KnowledgeBaseQueryEngineType>) : ConvertibleToJava<KnowledgeBaseSqlKnowledgeBaseConfigurationArgs>

Configurations for a SQL knowledge base

Constructors

constructor(redshiftConfiguration: Output<KnowledgeBaseRedshiftConfigurationArgs>? = null, type: Output<KnowledgeBaseQueryEngineType>)

Properties

Link copied to clipboard

Specifies configurations for a knowledge base connected to an Amazon Redshift database.

Link copied to clipboard

The type of SQL database to connect to the knowledge base.

Functions

Link copied to clipboard
open override fun toJava(): KnowledgeBaseSqlKnowledgeBaseConfigurationArgs