CreateGraphRequest
class CreateGraphRequest
Types
Properties
Link copied to clipboard
Indicates whether or not to enable deletion protection on the graph. The graph can’t be deleted when deletion protection is enabled. (true
or false
).
Link copied to clipboard
Specifies a KMS key to use to encrypt data in the new graph.
Link copied to clipboard
The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 16
Link copied to clipboard
Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true
to enable, or false
to disable.
Link copied to clipboard
The number of replicas in other AZs. Min =0, Max = 2, Default = 1.
Link copied to clipboard
Specifies the number of dimensions for vector embeddings that will be loaded into the graph. The value is specified as dimension=
value. Max = 65,535