Knowledge Base Args
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
Properties
Link copied to clipboard
val serverSideEncryptionConfiguration: Output<KnowledgeBaseServerSideEncryptionConfigurationArgs>? = null