Interface CfnKnowledgeBase.KendraKnowledgeBaseConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBase.KendraKnowledgeBaseConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnKnowledgeBase
@Stability(Stable)
public static interface CfnKnowledgeBase.KendraKnowledgeBaseConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Settings for an Amazon Kendra knowledge base.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrock.*;
KendraKnowledgeBaseConfigurationProperty kendraKnowledgeBaseConfigurationProperty = KendraKnowledgeBaseConfigurationProperty.builder()
.kendraIndexArn("kendraIndexArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnKnowledgeBase.KendraKnowledgeBaseConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKendraIndexArn
The ARN of the Amazon Kendra index.- See Also:
-
builder
@Stability(Stable) static CfnKnowledgeBase.KendraKnowledgeBaseConfigurationProperty.Builder builder()
-