Class CfnKnowledgeBaseProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnKnowledgeBaseProps.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBaseProps
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBaseProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBaseProps
An implementation for
CfnKnowledgeBaseProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnKnowledgeBaseProps
CfnKnowledgeBaseProps.Builder, CfnKnowledgeBaseProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnKnowledgeBaseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnKnowledgeBaseProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe description of the knowledge base associated with the inline agent.final ObjectContains details about the embeddings configuration of the knowledge base.final StringgetName()The name of the knowledge base.final StringThe Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.final ObjectContains details about the storage configuration of the knowledge base.getTags()Metadata that you can assign to a resource as key-value pairs.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnKnowledgeBaseProps.Builder.
-
-
Method Details
-
getKnowledgeBaseConfiguration
Description copied from interface:CfnKnowledgeBasePropsContains details about the embeddings configuration of the knowledge base.Returns union: either
IResolvableorCfnKnowledgeBase.KnowledgeBaseConfigurationProperty- Specified by:
getKnowledgeBaseConfigurationin interfaceCfnKnowledgeBaseProps- See Also:
-
getName
Description copied from interface:CfnKnowledgeBasePropsThe name of the knowledge base.- Specified by:
getNamein interfaceCfnKnowledgeBaseProps- See Also:
-
getRoleArn
Description copied from interface:CfnKnowledgeBasePropsThe Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.- Specified by:
getRoleArnin interfaceCfnKnowledgeBaseProps- See Also:
-
getDescription
Description copied from interface:CfnKnowledgeBasePropsThe description of the knowledge base associated with the inline agent.- Specified by:
getDescriptionin interfaceCfnKnowledgeBaseProps- See Also:
-
getStorageConfiguration
Description copied from interface:CfnKnowledgeBasePropsContains details about the storage configuration of the knowledge base.Returns union: either
IResolvableorCfnKnowledgeBase.StorageConfigurationProperty- Specified by:
getStorageConfigurationin interfaceCfnKnowledgeBaseProps- See Also:
-
getTags
Description copied from interface:CfnKnowledgeBasePropsMetadata that you can assign to a resource as key-value pairs. For more information, see the following resources:.- Specified by:
getTagsin interfaceCfnKnowledgeBaseProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-