KnowledgeBaseArgs

data class KnowledgeBaseArgs(val description: Output<String>? = null, val knowledgeBaseType: Output<KnowledgeBaseType>? = null, val name: Output<String>? = null, val renderingConfiguration: Output<KnowledgeBaseRenderingConfigurationArgs>? = null, val serverSideEncryptionConfiguration: Output<KnowledgeBaseServerSideEncryptionConfigurationArgs>? = null, val sourceConfiguration: Output<KnowledgeBaseSourceConfigurationArgs>? = null, val tags: Output<List<KnowledgeBaseTagArgs>>? = null) : ConvertibleToJava<KnowledgeBaseArgs>

Definition of AWS::Wisdom::KnowledgeBase Resource Type

Constructors

Link copied to clipboard
fun KnowledgeBaseArgs(description: Output<String>? = null, knowledgeBaseType: Output<KnowledgeBaseType>? = null, name: Output<String>? = null, renderingConfiguration: Output<KnowledgeBaseRenderingConfigurationArgs>? = null, serverSideEncryptionConfiguration: Output<KnowledgeBaseServerSideEncryptionConfigurationArgs>? = null, sourceConfiguration: Output<KnowledgeBaseSourceConfigurationArgs>? = null, tags: Output<List<KnowledgeBaseTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<KnowledgeBaseTagArgs>>? = null