Uses of Interface
software.amazon.awscdk.services.wisdom.IKnowledgeBaseRef
Packages that use IKnowledgeBaseRef
-
Uses of IKnowledgeBaseRef in software.amazon.awscdk.services.wisdom
Subinterfaces of IKnowledgeBaseRef in software.amazon.awscdk.services.wisdomModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIKnowledgeBaseRef
.Classes in software.amazon.awscdk.services.wisdom that implement IKnowledgeBaseRefModifier and TypeClassDescriptionclass
Specifies a knowledge base.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.wisdom that return IKnowledgeBaseRefModifier and TypeMethodDescriptionstatic IKnowledgeBaseRef
CfnKnowledgeBase.fromKnowledgeBaseArn
(software.constructs.Construct scope, String id, String arn) Creates a new IKnowledgeBaseRef from an ARN.static IKnowledgeBaseRef
CfnKnowledgeBase.fromKnowledgeBaseId
(software.constructs.Construct scope, String id, String knowledgeBaseId) Creates a new IKnowledgeBaseRef from a knowledgeBaseId.