ExportDescription
Represents the properties of the exported table.
Types
Properties
The billable size of the table export.
The client token that was provided for the export task. A client token makes calls to ExportTableToPointInTimeInput
idempotent, meaning that multiple identical calls have the same effect as one single call.
The format of the exported data. Valid values for ExportFormat
are DYNAMODB_JSON
or ION
.
The name of the manifest file for the export task.
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
Point in time from which table data was exported.
The type of export that was performed. Valid values are FULL_EXPORT
or INCREMENTAL_EXPORT
.
Status code for the result of the failed export.
Export failure reason description.
Optional object containing the parameters specific to an incremental export.
The ID of the Amazon Web Services account that owns the bucket containing the export.
Type of encryption used on the bucket where export data is stored. Valid values for S3SseAlgorithm
are:
The ID of the KMS managed key used to encrypt the S3 bucket where export data is stored (if applicable).