Class CfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty
An implementation for
CfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty-
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.OpenSearchManagedClusterConfigurationProperty
CfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty.Builder, CfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty.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 Amazon Resource Name (ARN) of the OpenSearch domain.final StringThe endpoint URL the OpenSearch domain.final ObjectContains the names of the fields to which to map information about the vector store.final StringThe name of the vector store.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
protected Jsii$Proxy(CfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty.Builder.
-
-
Method Details
-
getDomainArn
Description copied from interface:CfnKnowledgeBase.OpenSearchManagedClusterConfigurationPropertyThe Amazon Resource Name (ARN) of the OpenSearch domain.- Specified by:
getDomainArnin interfaceCfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty- See Also:
-
getDomainEndpoint
Description copied from interface:CfnKnowledgeBase.OpenSearchManagedClusterConfigurationPropertyThe endpoint URL the OpenSearch domain.- Specified by:
getDomainEndpointin interfaceCfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty- See Also:
-
getFieldMapping
Description copied from interface:CfnKnowledgeBase.OpenSearchManagedClusterConfigurationPropertyContains the names of the fields to which to map information about the vector store.Returns union: either
IResolvableorCfnKnowledgeBase.OpenSearchManagedClusterFieldMappingProperty- Specified by:
getFieldMappingin interfaceCfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty- See Also:
-
getVectorIndexName
Description copied from interface:CfnKnowledgeBase.OpenSearchManagedClusterConfigurationPropertyThe name of the vector store.- Specified by:
getVectorIndexNamein interfaceCfnKnowledgeBase.OpenSearchManagedClusterConfigurationProperty- 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()
-