ExportDescription

Represents the properties of the exported table.

Types

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

Properties

Link copied to clipboard

The billable size of the table export.

Link copied to clipboard

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.

Link copied to clipboard

The time at which the export task completed.

Link copied to clipboard

The Amazon Resource Name (ARN) of the table export.

Link copied to clipboard

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

Link copied to clipboard

The name of the manifest file for the export task.

Link copied to clipboard

Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.

Link copied to clipboard

Point in time from which table data was exported.

Link copied to clipboard

The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.

Link copied to clipboard

Status code for the result of the failed export.

Link copied to clipboard

Export failure reason description.

Link copied to clipboard

Optional object containing the parameters specific to an incremental export.

Link copied to clipboard

The number of items exported.

Link copied to clipboard

The name of the Amazon S3 bucket containing the export.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the bucket containing the export.

Link copied to clipboard

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

Link copied to clipboard

Type of encryption used on the bucket where export data is 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 is stored (if applicable).

Link copied to clipboard

The time at which the export task began.

Link copied to clipboard

The Amazon Resource Name (ARN) of the table that was exported.

Link copied to clipboard

Unique ID of the table that was exported.

Functions

Link copied to clipboard
inline fun copy(block: ExportDescription.Builder.() -> Unit = {}): ExportDescription
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