v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434174156.5 KB

Creates a new Neptune Analytics graph.

post/graphs

Request body

graphNamestring required
<p>A name for the new Neptune Analytics graph to be created.</p> <p>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. Only lowercase letters are allowed.</p>
tagsobject

Adds 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.

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.

kmsKeyIdentifierstring

Specifies a KMS key to use to encrypt data in the new graph.

replicaCountinteger
<p>The number of replicas in other AZs. Min =0, Max = 2, Default = 1.</p> <important> <p> Additional charges equivalent to the m-NCUs selected for the graph apply for each replica. </p> </important>
deletionProtectionboolean

Indicates whether or not to enable deletion protection on the graph. The graph can’t be deleted when deletion protection is enabled. (<code>true</code> or <code>false</code>).

provisionedMemoryinteger required

The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 16

Response

Success

idstring required

The ID of the graph.

namestring required
<p>The graph name. For example: <code>my-graph-1</code>.</p> <p>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. Only lowercase letters are allowed.</p>
arnstring required

The ARN of the graph.

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

The current status of the graph.

statusReasonstring

The reason the status was given.

createTimestring date-time

The time when the graph was created.

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

The graph endpoint.

publicConnectivityboolean
<p>Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated.</p> <note> <p>If enabling public connectivity for the first time, there will be a delay while it is enabled.</p> </note>
replicaCountinteger
<p>The number of replicas in other AZs.</p> <p>Default: If not specified, the default value is 1.</p>
kmsKeyIdentifierstring

Specifies the KMS key used to encrypt data in the new graph.

sourceSnapshotIdstring

The ID of the source graph.

deletionProtectionboolean

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

buildNumberstring

The build number of the graph software.