Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnKnowledgeBasePropsMixin.Builder
Packages that use CfnKnowledgeBasePropsMixin.Builder
-
Uses of CfnKnowledgeBasePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.wisdom
Methods in software.amazon.awscdk.cfnpropertymixins.services.wisdom that return CfnKnowledgeBasePropsMixin.BuilderModifier and TypeMethodDescriptionCfnKnowledgeBasePropsMixin.Builder.create()CfnKnowledgeBasePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnKnowledgeBasePropsMixin.Builder.description(String description) The description.CfnKnowledgeBasePropsMixin.Builder.knowledgeBaseType(String knowledgeBaseType) The type of knowledge base.The name of the knowledge base.CfnKnowledgeBasePropsMixin.Builder.renderingConfiguration(CfnKnowledgeBasePropsMixin.RenderingConfigurationProperty renderingConfiguration) Information about how to render the content.CfnKnowledgeBasePropsMixin.Builder.renderingConfiguration(IResolvable renderingConfiguration) Information about how to render the content.CfnKnowledgeBasePropsMixin.Builder.serverSideEncryptionConfiguration(CfnKnowledgeBasePropsMixin.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration) This customer managed key must have a policy that allowskms:CreateGrantandkms:DescribeKeypermissions to the IAM identity using the key to invoke Wisdom.CfnKnowledgeBasePropsMixin.Builder.serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration) This customer managed key must have a policy that allowskms:CreateGrantandkms:DescribeKeypermissions to the IAM identity using the key to invoke Wisdom.CfnKnowledgeBasePropsMixin.Builder.sourceConfiguration(CfnKnowledgeBasePropsMixin.SourceConfigurationProperty sourceConfiguration) The source of the knowledge base content.CfnKnowledgeBasePropsMixin.Builder.sourceConfiguration(IResolvable sourceConfiguration) The source of the knowledge base content.The tags used to organize, track, or control access for this resource.CfnKnowledgeBasePropsMixin.Builder.vectorIngestionConfiguration(CfnKnowledgeBasePropsMixin.VectorIngestionConfigurationProperty vectorIngestionConfiguration) Contains details about how to ingest the documents in a data source.CfnKnowledgeBasePropsMixin.Builder.vectorIngestionConfiguration(IResolvable vectorIngestionConfiguration) Contains details about how to ingest the documents in a data source.