Class CfnGraphMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGraphMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGraphMixinProps
CfnGraphMixinProps-
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.neptunegraph.CfnGraphMixinProps
CfnGraphMixinProps.Builder, CfnGraphMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGraphMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGraphMixinProps.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 theCfnGraphMixinProps.Builder.
-
-
Method Details
-
getDeletionProtection
Description copied from interface:CfnGraphMixinPropsA 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 interfaceCfnGraphMixinProps- See Also:
-
getGraphName
Description copied from interface:CfnGraphMixinPropsThe 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 interfaceCfnGraphMixinProps- See Also:
-
getProvisionedMemory
Description copied from interface:CfnGraphMixinPropsThe provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.Min = 16
- Specified by:
getProvisionedMemoryin interfaceCfnGraphMixinProps- See Also:
-
getPublicConnectivity
Description copied from interface:CfnGraphMixinPropsSpecifies 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 interfaceCfnGraphMixinProps- See Also:
-
getReplicaCount
Description copied from interface:CfnGraphMixinPropsThe number of replicas in other AZs.Default: If not specified, the default value is 1.
- Specified by:
getReplicaCountin interfaceCfnGraphMixinProps- See Also:
-
getTags
Description copied from interface:CfnGraphMixinPropsAdds 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 interfaceCfnGraphMixinProps- See Also:
-
getVectorSearchConfiguration
Description copied from interface:CfnGraphMixinPropsSpecifies 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
IResolvableorCfnGraphPropsMixin.VectorSearchConfigurationProperty- Specified by:
getVectorSearchConfigurationin interfaceCfnGraphMixinProps- 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()
-