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