ExportTaskSummary
Provides details about an export task.
Contents
- destination
-
The Amazon S3 URI of the export task where data will be exported to.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Required: Yes
- format
-
The format of the export task.
Type: String
Valid Values:
PARQUET | CSV
Required: Yes
- graphId
-
The source graph identifier of the export task.
Type: String
Pattern:
g-[a-z0-9]{10}
Required: Yes
- kmsKeyIdentifier
-
The KMS key identifier of the export task.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}
Required: Yes
- roleArn
-
The ARN of the IAM role that will allow the data to be exported to the destination.
Type: String
Pattern:
arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*
Required: Yes
- status
-
The current status of the export task.
Type: String
Valid Values:
INITIALIZING | EXPORTING | SUCCEEDED | FAILED | CANCELLING | CANCELLED | DELETED
Required: Yes
- taskId
-
The unique identifier of the export task.
Type: String
Pattern:
t-[a-z0-9]{10}
Required: Yes
- parquetType
-
The parquet type of the export task.
Type: String
Valid Values:
COLUMNAR
Required: No
- statusReason
-
The reason that the export task has this status value.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: