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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.MongoDbAtlasConfigurationPropertyCfnKnowledgeBase.MongoDbAtlasConfigurationProperty.Builder, CfnKnowledgeBase.MongoDbAtlasConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnKnowledgeBase.MongoDbAtlasConfigurationProperty.Builder.
 
- 
- 
Method Details- 
getCollectionNameDescription copied from interface:CfnKnowledgeBase.MongoDbAtlasConfigurationPropertyThe collection name of the knowledge base in MongoDB Atlas.- Specified by:
- getCollectionNamein interface- CfnKnowledgeBase.MongoDbAtlasConfigurationProperty
- See Also:
 
- 
getCredentialsSecretArnDescription 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 interface- CfnKnowledgeBase.MongoDbAtlasConfigurationProperty
- See Also:
 
- 
getDatabaseNameDescription copied from interface:CfnKnowledgeBase.MongoDbAtlasConfigurationPropertyThe database name in your MongoDB Atlas cluster for your knowledge base.- Specified by:
- getDatabaseNamein interface- CfnKnowledgeBase.MongoDbAtlasConfigurationProperty
- See Also:
 
- 
getEndpointDescription copied from interface:CfnKnowledgeBase.MongoDbAtlasConfigurationPropertyThe endpoint URL of your MongoDB Atlas cluster for your knowledge base.- Specified by:
- getEndpointin interface- CfnKnowledgeBase.MongoDbAtlasConfigurationProperty
- See Also:
 
- 
getFieldMappingDescription 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 interface- CfnKnowledgeBase.MongoDbAtlasConfigurationProperty
- See Also:
 
- 
getVectorIndexNameDescription copied from interface:CfnKnowledgeBase.MongoDbAtlasConfigurationPropertyThe name of the MongoDB Atlas vector search index.- Specified by:
- getVectorIndexNamein interface- CfnKnowledgeBase.MongoDbAtlasConfigurationProperty
- See Also:
 
- 
getEndpointServiceNameDescription 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 interface- CfnKnowledgeBase.MongoDbAtlasConfigurationProperty
- See Also:
 
- 
getTextIndexNameDescription 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 interface- CfnKnowledgeBase.MongoDbAtlasConfigurationProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-