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 ObjectA value that indicates whether the graph has deletion protection enabled.final StringThe graph name.final NumberThe provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.final ObjectSpecifies whether or not the graph can be reachable over the internet.final NumberThe number of replicas in other AZs.getTags()Adds metadata tags to the new graph.final ObjectSpecifies the number of dimensions for vector embeddings that will be loaded into the graph.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:CfnGraphPropsThe provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.Min = 16
- Specified by:
getProvisionedMemoryin interfaceCfnGraphProps- See Also:
-
getDeletionProtection
Description copied from interface:CfnGraphPropsA value that indicates whether the graph has deletion protection enabled.The graph can't be deleted when deletion protection is enabled.
Returns union: either
BooleanorIResolvable- Specified by:
getDeletionProtectionin interfaceCfnGraphProps- See Also:
-
getGraphName
Description copied from interface:CfnGraphPropsThe graph name. For example:my-graph-1.The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.
If you don't specify a graph name, a unique graph name is generated for you using the prefix
graph-for, followed by a combination ofStack Nameand aUUID.- Specified by:
getGraphNamein interfaceCfnGraphProps- See Also:
-
getPublicConnectivity
Description copied from interface:CfnGraphPropsSpecifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated.When the graph is publicly available, its domain name system (DNS) endpoint resolves to the public IP address from the internet. When the graph isn't publicly available, you need to create a
PrivateGraphEndpointin 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.
If enabling public connectivity for the first time, there will be a delay while it is enabled.
Returns union: either
BooleanorIResolvable- Specified by:
getPublicConnectivityin interfaceCfnGraphProps- See Also:
-
getReplicaCount
Description copied from interface:CfnGraphPropsThe number of replicas in other AZs.Default: If not specified, the default value is 1.
- Specified by:
getReplicaCountin interfaceCfnGraphProps- See Also:
-
getTags
Description copied from interface:CfnGraphPropsAdds metadata tags to the new graph.These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.
- Specified by:
getTagsin interfaceCfnGraphProps- See Also:
-
getVectorSearchConfiguration
Description copied from interface:CfnGraphPropsSpecifies the number of dimensions for vector embeddings that will be loaded into the graph.The value is specified as
dimension=value. Max = 65,535Returns union: either
IResolvableorCfnGraph.VectorSearchConfigurationProperty- 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()
-