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