v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434174156.5 KB

Updates the configuration of a specified Neptune Analytics graph

patch/graphs/{graphIdentifier}

Path parameters

graphIdentifierstring required

The unique identifier of the Neptune Analytics graph.

Request body

publicConnectivityboolean

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (<code>true</code> to enable, or <code>false</code> to disable.

provisionedMemoryinteger
<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p> <p>Min = 16</p>
deletionProtectionboolean

A value that indicates whether the graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled.

Response

Success

idstring required

The unique identifier of the graph.

namestring required

The name of the graph.

arnstring required

The ARN associated with the graph.

status'CREATING' | 'AVAILABLE' | 'DELETING' | 'RESETTING' | 'UPDATING' | 'SNAPSHOTTING' | 'FAILED' | 'IMPORTING' | 'STARTING' | 'STOPPING' | 'STOPPED'

The status of the graph.

statusReasonstring

The reason that the graph has this status.

createTimestring date-time

The time at which the graph was created.

provisionedMemoryinteger

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

endpointstring

The graph endpoint.

publicConnectivityboolean

If <code>true</code>, the graph has a public endpoint, otherwise not.

replicaCountinteger

The number of replicas for the graph.

kmsKeyIdentifierstring

The ID of the KMS key used to encrypt and decrypt graph data.

sourceSnapshotIdstring

The ID of the snapshot from which the graph was created, if any.

deletionProtectionboolean

If <code>true</code>, deletion protection is enabled for the graph.

buildNumberstring

The build number of the graph.