Interface CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty.Jsii$Proxy
- Enclosing class:
CfnAssistantAssociation
@Stability(Stable)
public static interface CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty
extends software.amazon.jsii.JsiiSerializable
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.wisdom.*;
ExternalBedrockKnowledgeBaseConfigProperty externalBedrockKnowledgeBaseConfigProperty = ExternalBedrockKnowledgeBaseConfigProperty.builder()
.accessRoleArn("accessRoleArn")
.bedrockKnowledgeBaseArn("bedrockKnowledgeBaseArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessRoleArn
- See Also:
-
getBedrockKnowledgeBaseArn
- See Also:
-
builder
@Stability(Stable) static CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty.Builder builder()
-