ExportTableToPointInTimeRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Providing a ClientToken makes the call to ExportTableToPointInTimeInput idempotent, meaning that multiple identical calls have the same effect as one single call.

Link copied to clipboard

The format for the exported data. Valid values for ExportFormat are DYNAMODB_JSON or ION.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Optional object containing the parameters specific to an incremental export.

Link copied to clipboard

The name of the Amazon S3 bucket to export the snapshot to.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the bucket the export will be stored in.

Link copied to clipboard

The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.

Link copied to clipboard

Type of encryption used on the bucket where export data will be stored. Valid values for S3SseAlgorithm are:

Link copied to clipboard

The ID of the KMS managed key used to encrypt the S3 bucket where export data will be stored (if applicable).

Link copied to clipboard

The Amazon Resource Name (ARN) associated with the table to export.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String