Builder
Properties
The number of the current attempts to execute the import task.
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.
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.
Contains details about the specified import task.
The parquet type of the import task.
The status of the import task:
The reason that the import task has this status value.
Functions
construct an aws.sdk.kotlin.services.neptunegraph.model.ImportTaskDetails inside the given block