Interface CfnKnowledgeBasePolicyMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBasePolicyMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-08-10T14:51:16.590Z")
@Stability(Stable)
public interface CfnKnowledgeBasePolicyMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnKnowledgeBasePolicyPropsMixin.
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.bedrock.*;
Object policyDocument;
CfnKnowledgeBasePolicyMixinProps cfnKnowledgeBasePolicyMixinProps = CfnKnowledgeBasePolicyMixinProps.builder()
.knowledgeBaseId("knowledgeBaseId")
.policyDocument(policyDocument)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnKnowledgeBasePolicyMixinPropsstatic final classAn implementation forCfnKnowledgeBasePolicyMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKnowledgeBaseId
The unique identifier of the knowledge base.- See Also:
-
getPolicyDocument
The IAM policy document defining access permissions for the knowledge base.- See Also:
-
builder
-