KnowledgeBaseArgs

data class KnowledgeBaseArgs(val description: Output<String>? = null, val knowledgeBaseConfiguration: Output<KnowledgeBaseConfigurationArgs>? = null, val name: Output<String>? = null, val roleArn: Output<String>? = null, val storageConfiguration: Output<KnowledgeBaseStorageConfigurationArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<KnowledgeBaseArgs>

Definition of AWS::Bedrock::KnowledgeBase Resource Type

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, knowledgeBaseConfiguration: Output<KnowledgeBaseConfigurationArgs>? = null, name: Output<String>? = null, roleArn: Output<String>? = null, storageConfiguration: Output<KnowledgeBaseStorageConfigurationArgs>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

Description of the Resource.

Link copied to clipboard

Contains details about the embeddings configuration of the knowledge base.

Link copied to clipboard
val name: Output<String>? = null

The name of the knowledge base.

Link copied to clipboard
val roleArn: Output<String>? = null

The ARN of the IAM role with permissions to invoke API operations on the knowledge base. The ARN must begin with AmazonBedrockExecutionRoleForKnowledgeBase_

Link copied to clipboard

Contains details about the storage configuration of the knowledge base.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

Functions

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