class Aws::DynamoDB::Types::ExportDescription


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ExportDescription AWS API Documentation
@return [Integer]
The number of items exported.
@!attribute [rw] item_count
@return [Integer]
The billable size of the table export.
@!attribute [rw] billed_size_bytes
@return [String]
‘DYNAMODB_JSON` or `ION`.
The format of the exported data. Valid values for `ExportFormat` are
@!attribute [rw] export_format
@return [String]
Export failure reason description.
@!attribute [rw] failure_message
@return [String]
Status code for the result of the failed export.
@!attribute [rw] failure_code
@return [String]
export data is stored (if applicable).
The ID of the KMS managed key used to encrypt the S3 bucket where
@!attribute [rw] s3_sse_kms_key_id
@return [String]
* `KMS` - server-side encryption with KMS managed keys
* `AES256` - server-side encryption with Amazon S3 managed keys
Valid values for `S3SseAlgorithm` are:
Type of encryption used on the bucket where export data is stored.
@!attribute [rw] s3_sse_algorithm
@return [String]
exported snapshot.
The Amazon S3 bucket prefix used as the file name and path of the
@!attribute [rw] s3_prefix
@return [String]
containing the export.
The ID of the Amazon Web Services account that owns the bucket
@!attribute [rw] s3_bucket_owner
@return [String]
The name of the Amazon S3 bucket containing the export.
@!attribute [rw] s3_bucket
@return [String]
single call.
meaning that multiple identical calls have the same effect as one
token makes calls to `ExportTableToPointInTimeInput` idempotent,
The client token that was provided for the export task. A client
@!attribute [rw] client_token
@return [Time]
Point in time from which table data was exported.
@!attribute [rw] export_time
@return [String]
Unique ID of the table that was exported.
@!attribute [rw] table_id
@return [String]
The Amazon Resource Name (ARN) of the table that was exported.
@!attribute [rw] table_arn
@return [String]
The name of the manifest file for the export task.
@!attribute [rw] export_manifest
@return [Time]
The time at which the export task completed.
@!attribute [rw] end_time
@return [Time]
The time at which the export task began.
@!attribute [rw] start_time
@return [String]
COMPLETED, or FAILED.
Export can be in one of the following states: IN_PROGRESS,
@!attribute [rw] export_status
@return [String]
The Amazon Resource Name (ARN) of the table export.
@!attribute [rw] export_arn
Represents the properties of the exported table.