Class CfnKnowledgeBaseMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBaseMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBaseMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBaseMixinProps
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBaseMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBaseMixinProps
An implementation for
CfnKnowledgeBaseMixinProps-
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.cfnpropertymixins.services.bedrock.CfnKnowledgeBaseMixinProps
CfnKnowledgeBaseMixinProps.Builder, CfnKnowledgeBaseMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnKnowledgeBaseMixinProps.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 theCfnKnowledgeBaseMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnKnowledgeBaseMixinPropsThe description of the knowledge base associated with the inline agent.- Specified by:
getDescriptionin interfaceCfnKnowledgeBaseMixinProps- See Also:
-
getKnowledgeBaseConfiguration
Description copied from interface:CfnKnowledgeBaseMixinPropsContains details about the embeddings configuration of the knowledge base.Returns union: either
IResolvableorCfnKnowledgeBasePropsMixin.KnowledgeBaseConfigurationProperty- Specified by:
getKnowledgeBaseConfigurationin interfaceCfnKnowledgeBaseMixinProps- See Also:
-
getName
Description copied from interface:CfnKnowledgeBaseMixinPropsThe name of the knowledge base.- Specified by:
getNamein interfaceCfnKnowledgeBaseMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnKnowledgeBaseMixinPropsThe Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.- Specified by:
getRoleArnin interfaceCfnKnowledgeBaseMixinProps- See Also:
-
getStorageConfiguration
Description copied from interface:CfnKnowledgeBaseMixinPropsContains details about the storage configuration of the knowledge base.Returns union: either
IResolvableorCfnKnowledgeBasePropsMixin.StorageConfigurationProperty- Specified by:
getStorageConfigurationin interfaceCfnKnowledgeBaseMixinProps- See Also:
-
getTags
Description copied from interface:CfnKnowledgeBaseMixinPropsMetadata that you can assign to a resource as key-value pairs. For more information, see the following resources:.- Specified by:
getTagsin interfaceCfnKnowledgeBaseMixinProps- 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()
-