Seleziona le tue preferenze relative ai cookie

Utilizziamo cookie essenziali e strumenti simili necessari per fornire il nostro sito e i nostri servizi. Utilizziamo i cookie prestazionali per raccogliere statistiche anonime in modo da poter capire come i clienti utilizzano il nostro sito e apportare miglioramenti. I cookie essenziali non possono essere disattivati, ma puoi fare clic su \"Personalizza\" o \"Rifiuta\" per rifiutare i cookie prestazionali.

Se sei d'accordo, AWS e le terze parti approvate utilizzeranno i cookie anche per fornire utili funzionalità del sito, ricordare le tue preferenze e visualizzare contenuti pertinenti, inclusa la pubblicità pertinente. Per continuare senza accettare questi cookie, fai clic su \"Continua\" o \"Rifiuta\". Per effettuare scelte più dettagliate o saperne di più, fai clic su \"Personalizza\".

cancel-export-task

Modalità Focus
cancel-export-task - Neptune Analytics
Questa pagina non è tradotta nella tua lingua. Richiedi traduzione

The cancel-export-task command allows you to cancel an ongoing export task that was started using the start-export-task command.

cancel-export-task syntax

aws neptune-graph cancel-export-task \ --task-identifier <taskId> \ --region <region>

cancel-export-task inputs

  • --task-identifier <taskId> - The unique identifier of the export task you want to cancel.

  • --region <region> - The AWS region where the Neptune Analytics graph is located.

cancel-export-task output

{ // The unique identifier of the Neptune Analytics graph that was exported "graphId": "$GRAPH_ID", // The ARN of the IAM role that was used to grant Neptune Analytics the necessary permissions to access the Amazon S3 bucket for the export "roleArn": "$arn", // The unique identifier of the export task "taskId": "$taskId", // The current status of the export task, // which is one of "SUCCEEDED"/"FAILED" etc. "status": "SUCCEEDED", // The output format of the exported data, which is "PARQUET"/"CSV". "format": "PARQUET", // The Amazon S3 location where the exported data was written "destination": "$s3-url", // The AWS KMS key used for server-side encryption of the exported data in Amazon S3 "kmsKeyIdentifier": "$kms_key", // The type of Parquet file generated, which is "COLUMNAR". "parquetType": "COLUMNAR", // If there is an error, a reason will be provided. "statusReason" }

In questa pagina

PrivacyCondizioni del sitoPreferenze cookie
© 2025, Amazon Web Services, Inc. o società affiliate. Tutti i diritti riservati.