Seleccione sus preferencias de cookies

Usamos cookies esenciales y herramientas similares que son necesarias para proporcionar nuestro sitio y nuestros servicios. Usamos cookies de rendimiento para recopilar estadísticas anónimas para que podamos entender cómo los clientes usan nuestro sitio y hacer mejoras. Las cookies esenciales no se pueden desactivar, pero puede hacer clic en “Personalizar” o “Rechazar” para rechazar las cookies de rendimiento.

Si está de acuerdo, AWS y los terceros aprobados también utilizarán cookies para proporcionar características útiles del sitio, recordar sus preferencias y mostrar contenido relevante, incluida publicidad relevante. Para aceptar o rechazar todas las cookies no esenciales, haga clic en “Aceptar” o “Rechazar”. Para elegir opciones más detalladas, haga clic en “Personalizar”.

Working with ARNs in Neptune Analytics graph

Modo de enfoque
Working with ARNs in Neptune Analytics graph - Neptune Analytics
Esta página no se ha traducido a su idioma. Solicitar traducción

You can get the ARN of a Neptune Analytics graph resource by using the AWS Management Console or the AWS CLI.

Console:

  1. For Graphs: Go to your graph page in the Neptune console and look for the “Resource ARN” field.

  2. For graph snapshots: Go to your graph page in the Neptune console and look for the "Snapshot ARN" field.

AWS CLI

To get an ARN from the AWS CLI for a particular Neptune Analytics graph resource, you use the get command for that resource. The following table shows each AWS CLI command, and the ARN property used with the command to get an ARN.

Resource AWS CLI command ARN property

Graph

get-graph

arn

GraphSnapshot

get-graph-snapshot

arn

As an example, running the following command:

aws neptune-graph get-graph --graph-id g-vgebxfyat7 --query "arn"

would return "arn:aws:neptune-graph:us-east-1:123456789012:graph/g-vgebxfyat7".

PrivacidadTérminos del sitioPreferencias de cookies
© 2025, Amazon Web Services, Inc o sus afiliados. Todos los derechos reservados.