Knowledge Base Args
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)