ExportTask
Export task.
Contents
- creationDateTime
-
Export task creation datetime.
Type: String
Length Constraints: Minimum length of 19. Maximum length of 32.
Pattern:
^[1-9][0-9]*-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?Z$
Required: No
- endDateTime
-
Export task end datetime.
Type: String
Length Constraints: Minimum length of 19. Maximum length of 32.
Pattern:
^[1-9][0-9]*-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?Z$
Required: No
- exportID
-
Export task id.
Type: String
Length Constraints: Fixed length of 24.
Pattern:
^export-[0-9a-zA-Z]{17}$
Required: No
- progressPercentage
-
Export task progress percentage.
Type: Float
Required: No
- s3Bucket
-
Export task s3 bucket.
Type: String
Pattern:
^[a-zA-Z0-9.\-_]{1,255}$
Required: No
- s3BucketOwner
-
Export task s3 bucket owner.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
[0-9]{12,}
Required: No
- s3Key
-
Export task s3 key.
Type: String
Pattern:
^[^\x00]{1,1020}\.csv$
Required: No
- status
-
Export task status.
Type: String
Valid Values:
PENDING | STARTED | FAILED | SUCCEEDED
Required: No
- summary
-
Export task summary.
Type: ExportTaskSummary object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: