KnowledgeBaseNeptuneAnalyticsConfigurationArgs

data class KnowledgeBaseNeptuneAnalyticsConfigurationArgs(val fieldMapping: Output<KnowledgeBaseNeptuneAnalyticsFieldMappingArgs>, val graphArn: Output<String>) : ConvertibleToJava<KnowledgeBaseNeptuneAnalyticsConfigurationArgs>

Contains the configurations to use Neptune Analytics as Vector Store.

Constructors

constructor(fieldMapping: Output<KnowledgeBaseNeptuneAnalyticsFieldMappingArgs>, graphArn: Output<String>)

Properties

Link copied to clipboard

Contains the names of the fields to which to map information about the vector store.

Link copied to clipboard
val graphArn: Output<String>

ARN for Neptune Analytics graph database.

Functions

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