DynamoDB Export

DynamoDB Export in AWS provides details about an ongoing or completed export of table data to Amazon S3. It allows you to track the status, progress, and configuration of the export, including information such as the export destination, start and end times, and any errors encountered. This helps monitor and manage data exports for backup, analytics, or migration purposes.

aws.dynamodb_export

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
billed_size_bytescoreint64The billable size of the table export.
client_tokencorestringThe 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.
end_timecoretimestampThe time at which the export task completed.
export_arncorestringThe Amazon Resource Name (ARN) of the table export.
export_formatcorestringThe format of the exported data. Valid values for ExportFormat are DYNAMODB_JSON or ION.
export_manifestcorestringThe name of the manifest file for the export task.
export_statuscorestringExport can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
export_timecoretimestampPoint in time from which table data was exported.
export_typecorestringThe type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.
failure_codecorestringStatus code for the result of the failed export.
failure_messagecorestringExport failure reason description.
incremental_export_specificationcorejsonOptional object containing the parameters specific to an incremental export.
item_countcoreint64The number of items exported.
s3_bucketcorestringThe name of the Amazon S3 bucket containing the export.
s3_bucket_ownercorestringThe ID of the Amazon Web Services account that owns the bucket containing the export.
s3_prefixcorestringThe Amazon S3 bucket prefix used as the file name and path of the exported snapshot.
s3_sse_algorithmcorestringType of encryption used on the bucket where export data is stored. Valid values for S3SseAlgorithm are: AES256 - server-side encryption with Amazon S3 managed keys KMS - server-side encryption with KMS managed keys
s3_sse_kms_key_idcorestringThe ID of the KMS managed key used to encrypt the S3 bucket where export data is stored (if applicable).
start_timecoretimestampThe time at which the export task began.
table_arncorestringThe Amazon Resource Name (ARN) of the table that was exported.
table_idcorestringUnique ID of the table that was exported.
tagscorehstore