IncrementalExportSpecification
Optional object containing the parameters specific to an incremental export.
Contents
Note
In the following list, the required parameters are described first.
- ExportFromTime
-
Time in the past which provides the inclusive start range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state including and after this point in time.
Type: Timestamp
Required: No
- ExportToTime
-
Time in the past which provides the exclusive end range for the export table's data, counted in seconds from the start of the Unix epoch. The incremental export will reflect the table's state just prior to this point in time. If this is not provided, the latest time with data available will be used.
Type: Timestamp
Required: No
- ExportViewType
-
The view type that was chosen for the export. Valid values are
NEW_AND_OLD_IMAGESandNEW_IMAGES. The default value isNEW_AND_OLD_IMAGES.NEW_AND_OLD_IMAGESexports both the new and old images of each changed item, whileNEW_IMAGESexports only the new (latest) image. The view type you choose determines the structure of each item in the output forinsert,update, anddeleteoperations. For details and examples of how each view type shapes the export output, see DynamoDB table export output format in the Amazon DynamoDB Developer Guide.Type: String
Valid Values:
NEW_IMAGE | NEW_AND_OLD_IMAGESRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: