ImportTaskSummary
Details about an import task.
Contents
- roleArn
-
The ARN of the IAM role that will allow access to the data that is to be imported.
Type: String
Pattern:
arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*
Required: Yes
- source
-
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
Type: String
Required: Yes
- status
-
Status of the import task.
Type: String
Valid Values:
INITIALIZING | EXPORTING | ANALYZING_DATA | IMPORTING | REPROVISIONING | ROLLING_BACK | SUCCEEDED | FAILED | CANCELLING | CANCELLED | DELETED
Required: Yes
- taskId
-
The unique identifier of the import task.
Type: String
Pattern:
t-[a-z0-9]{10}
Required: Yes
- format
-
Specifies the format of S3 data to be imported. Valid values are
CSV
, which identifies the Gremlin CSV format orOPENCYPHER
, which identies the openCypher load format.Type: String
Valid Values:
CSV | OPEN_CYPHER | PARQUET | NTRIPLES
Required: No
- graphId
-
The unique identifier of the Neptune Analytics graph.
Type: String
Pattern:
g-[a-z0-9]{10}
Required: No
- parquetType
-
The parquet type of the import task.
Type: String
Valid Values:
COLUMNAR
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: