GraphSummary
Summary details about a graph.
Contents
- arn
-
The ARN associated with the graph.
Type: String
Required: Yes
- id
-
The unique identifier of the graph.
Type: String
Pattern:
g-[a-z0-9]{10}
Required: Yes
- name
-
The name of the graph.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
(?!g-)[a-z][a-z0-9]*(-[a-z0-9]+)*
Required: Yes
- deletionProtection
-
If
true
, deletion protection is enabled for the graph.Type: Boolean
Required: No
- endpoint
-
The graph endpoint.
Type: String
Required: No
- kmsKeyIdentifier
-
The ID of the KMS key used to encrypt and decrypt graph data.
Type: String
Required: No
- provisionedMemory
-
The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.
Type: Integer
Valid Range: Minimum value of 16. Maximum value of 24576.
Required: No
- publicConnectivity
-
If
true
, the graph has a public endpoint, otherwise not.Type: Boolean
Required: No
- replicaCount
-
The number of replicas for the graph.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 2.
Required: No
- status
-
The status of the graph.
Type: String
Valid Values:
CREATING | AVAILABLE | DELETING | RESETTING | UPDATING | SNAPSHOTTING | FAILED | IMPORTING
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: