Interface CfnAssistantAssociationPropsMixin.ExternalBedrockKnowledgeBaseConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAssistantAssociationPropsMixin.ExternalBedrockKnowledgeBaseConfigProperty.Jsii$Proxy
- Enclosing class:
CfnAssistantAssociationPropsMixin
@Stability(Stable)
public static interface CfnAssistantAssociationPropsMixin.ExternalBedrockKnowledgeBaseConfigProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for an external Bedrock 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.cfnpropertymixins.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 forCfnAssistantAssociationPropsMixin.ExternalBedrockKnowledgeBaseConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessRoleArn
The Amazon Resource Name (ARN) of the IAM role used to access the external Bedrock knowledge base.- See Also:
-
getBedrockKnowledgeBaseArn
The Amazon Resource Name (ARN) of the external Bedrock knowledge base.- See Also:
-
builder
@Stability(Stable) static CfnAssistantAssociationPropsMixin.ExternalBedrockKnowledgeBaseConfigProperty.Builder builder()
-