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: