Class CfnKnowledgeBase.MongoDbAtlasConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.MongoDbAtlasConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBase.MongoDbAtlasConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBase.MongoDbAtlasConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBase.MongoDbAtlasConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBase.MongoDbAtlasConfigurationProperty
An implementation for
CfnKnowledgeBase.MongoDbAtlasConfigurationProperty-
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.CfnKnowledgeBase.MongoDbAtlasConfigurationProperty
CfnKnowledgeBase.MongoDbAtlasConfigurationProperty.Builder, CfnKnowledgeBase.MongoDbAtlasConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnKnowledgeBase.MongoDbAtlasConfigurationProperty.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 collection name of the knowledge base in MongoDB Atlas.final StringThe Amazon Resource Name (ARN) of the secret that you created in AWS Secrets Manager that contains user credentials for your MongoDB Atlas cluster.final StringThe database name in your MongoDB Atlas cluster for your knowledge base.final StringThe endpoint URL of your MongoDB Atlas cluster for your knowledge base.final StringThe name of the VPC endpoint service in your account that is connected to your MongoDB Atlas cluster.final ObjectContains the names of the fields to which to map information about the vector store.final StringThe name of the text search index in the MongoDB collection.final StringThe name of the MongoDB Atlas vector search index.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 theCfnKnowledgeBase.MongoDbAtlasConfigurationProperty.Builder.
-
-
Method Details
-
getCollectionName
Description copied from interface:CfnKnowledgeBase.MongoDbAtlasConfigurationPropertyThe collection name of the knowledge base in MongoDB Atlas.- Specified by:
getCollectionNamein interfaceCfnKnowledgeBase.MongoDbAtlasConfigurationProperty- See Also:
-
getCredentialsSecretArn
Description copied from interface:CfnKnowledgeBase.MongoDbAtlasConfigurationPropertyThe Amazon Resource Name (ARN) of the secret that you created in AWS Secrets Manager that contains user credentials for your MongoDB Atlas cluster.- Specified by:
getCredentialsSecretArnin interfaceCfnKnowledgeBase.MongoDbAtlasConfigurationProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnKnowledgeBase.MongoDbAtlasConfigurationPropertyThe database name in your MongoDB Atlas cluster for your knowledge base.- Specified by:
getDatabaseNamein interfaceCfnKnowledgeBase.MongoDbAtlasConfigurationProperty- See Also:
-
getEndpoint
Description copied from interface:CfnKnowledgeBase.MongoDbAtlasConfigurationPropertyThe endpoint URL of your MongoDB Atlas cluster for your knowledge base.- Specified by:
getEndpointin interfaceCfnKnowledgeBase.MongoDbAtlasConfigurationProperty- See Also:
-
getFieldMapping
Description copied from interface:CfnKnowledgeBase.MongoDbAtlasConfigurationPropertyContains the names of the fields to which to map information about the vector store.Returns union: either
IResolvableorCfnKnowledgeBase.MongoDbAtlasFieldMappingProperty- Specified by:
getFieldMappingin interfaceCfnKnowledgeBase.MongoDbAtlasConfigurationProperty- See Also:
-
getVectorIndexName
Description copied from interface:CfnKnowledgeBase.MongoDbAtlasConfigurationPropertyThe name of the MongoDB Atlas vector search index.- Specified by:
getVectorIndexNamein interfaceCfnKnowledgeBase.MongoDbAtlasConfigurationProperty- See Also:
-
getEndpointServiceName
Description copied from interface:CfnKnowledgeBase.MongoDbAtlasConfigurationPropertyThe name of the VPC endpoint service in your account that is connected to your MongoDB Atlas cluster.- Specified by:
getEndpointServiceNamein interfaceCfnKnowledgeBase.MongoDbAtlasConfigurationProperty- See Also:
-
getTextIndexName
Description copied from interface:CfnKnowledgeBase.MongoDbAtlasConfigurationPropertyThe name of the text search index in the MongoDB collection.This is required for using the hybrid search feature.
- Specified by:
getTextIndexNamein interfaceCfnKnowledgeBase.MongoDbAtlasConfigurationProperty- 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()
-