ExportTableToPointInTimeRequest
Types
Properties
Providing a ClientToken
makes the call to ExportTableToPointInTimeInput
idempotent, meaning that multiple identical calls have the same effect as one single call.
The format for the exported data. Valid values for ExportFormat
are DYNAMODB_JSON
or ION
.
Time in the past from which to export table data, counted in seconds from the start of the Unix epoch. The table export will be a snapshot of the table's state at this point in time.
Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT. The default value is FULL_EXPORT. If INCREMENTAL_EXPORT is provided, the IncrementalExportSpecification must also be used.
Optional object containing the parameters specific to an incremental export.
The ID of the Amazon Web Services account that owns the bucket the export will be stored in.
Type of encryption used on the bucket where export data will be stored. Valid values for S3SseAlgorithm
are:
The ID of the KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).