GetImportTaskResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of the current attempt to execute the import task.

Link copied to clipboard

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

Link copied to clipboard

The unique identifier of the Neptune Analytics graph.

Link copied to clipboard

Contains options for controlling the import process. For example, if the failOnError key is set to false, the import skips problem data and attempts to continue (whereas if set to true, the default, or if omitted, the import operation halts immediately when an error is encountered.

Link copied to clipboard

Contains details about the specified import task.

Link copied to clipboard

The ARN of the IAM role that will allow access to the data that is to be imported.

Link copied to clipboard

A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot

Link copied to clipboard

The status of the import task:

Link copied to clipboard

The reason that the import task has this status value.

Link copied to clipboard

The unique identifier of the import task.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String