Class CfnGraphProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGraphProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGraphProps
CfnGraphProps-
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.neptunegraph.CfnGraphProps
CfnGraphProps.Builder, CfnGraphProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGraphProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGraphProps.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 ObjectValue that indicates whether the Graph has deletion protection enabled.final StringContains a user-supplied name for the Graph.final NumberMemory for the Graph.final ObjectSpecifies whether the Graph can be reached over the internet.final NumberSpecifies the number of replicas you want when finished.getTags()The tags associated with this graph.final ObjectThe vector search configuration.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 theCfnGraphProps.Builder.
-
-
Method Details
-
getProvisionedMemory
Description copied from interface:CfnGraphPropsMemory for the Graph.- Specified by:
getProvisionedMemoryin interfaceCfnGraphProps- See Also:
-
getDeletionProtection
Description copied from interface:CfnGraphPropsValue that indicates whether the Graph has deletion protection enabled.The graph can't be deleted when deletion protection is enabled.
Default: If not specified, the default value is true.
- Specified by:
getDeletionProtectionin interfaceCfnGraphProps- See Also:
-
getGraphName
Description copied from interface:CfnGraphPropsContains a user-supplied name for the Graph.If you don't specify a name, we generate a unique Graph Name using a combination of Stack Name and a UUID comprising of 4 characters.
Important: If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
- Specified by:
getGraphNamein interfaceCfnGraphProps- See Also:
-
getPublicConnectivity
Description copied from interface:CfnGraphPropsSpecifies whether the Graph can be reached over the internet. Access to all graphs requires IAM authentication.When the Graph is publicly reachable, its Domain Name System (DNS) endpoint resolves to the public IP address from the internet.
When the Graph isn't publicly reachable, you need to create a PrivateGraphEndpoint in a given VPC to ensure the DNS name resolves to a private IP address that is reachable from the VPC.
Default: If not specified, the default value is false.
- Specified by:
getPublicConnectivityin interfaceCfnGraphProps- See Also:
-
getReplicaCount
Description copied from interface:CfnGraphPropsSpecifies the number of replicas you want when finished. All replicas will be provisioned in different availability zones.Replica Count should always be less than or equal to 2.
Default: If not specified, the default value is 1.
- Specified by:
getReplicaCountin interfaceCfnGraphProps- See Also:
-
getTags
Description copied from interface:CfnGraphPropsThe tags associated with this graph.- Specified by:
getTagsin interfaceCfnGraphProps- See Also:
-
getVectorSearchConfiguration
Description copied from interface:CfnGraphPropsThe vector search configuration.- Specified by:
getVectorSearchConfigurationin interfaceCfnGraphProps- 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()
-