このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。
aws_dynamodb_export
account_id
Type: STRING
billed_size_bytes
Type: INT64
Provider name: BilledSizeBytes
Description: The billable size of the table export.
client_token
Type: STRING
Provider name: ClientToken
Description: 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.
end_time
Type: TIMESTAMP
Provider name: EndTime
Description: The time at which the export task completed.
export_arn
Type: STRING
Provider name: ExportArn
Description: The Amazon Resource Name (ARN) of the table export.
Type: STRING
Provider name: ExportFormat
Description: The format of the exported data. Valid values for ExportFormat
are DYNAMODB_JSON
or ION
.
export_manifest
Type: STRING
Provider name: ExportManifest
Description: The name of the manifest file for the export task.
export_status
Type: STRING
Provider name: ExportStatus
Description: Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
export_time
Type: TIMESTAMP
Provider name: ExportTime
Description: Point in time from which table data was exported.
export_type
Type: STRING
Provider name: ExportType
Description: The type of export that was performed. Valid values are FULL_EXPORT
or INCREMENTAL_EXPORT
.
failure_code
Type: STRING
Provider name: FailureCode
Description: Status code for the result of the failed export.
failure_message
Type: STRING
Provider name: FailureMessage
Description: Export failure reason description.
incremental_export_specification
Type: STRUCT
Provider name: IncrementalExportSpecification
Description: Optional object containing the parameters specific to an incremental export.
export_from_time
Type: TIMESTAMP
Provider name: ExportFromTime
Description: 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.
export_to_time
Type: TIMESTAMP
Provider name: ExportToTime
Description: 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.
export_view_type
Type: STRING
Provider name: ExportViewType
Description: The view type that was chosen for the export. Valid values are NEW_AND_OLD_IMAGES
and NEW_IMAGES
. The default value is NEW_AND_OLD_IMAGES
.
item_count
Type: INT64
Provider name: ItemCount
Description: The number of items exported.
s3_bucket
Type: STRING
Provider name: S3Bucket
Description: The name of the Amazon S3 bucket containing the export.
s3_bucket_owner
Type: STRING
Provider name: S3BucketOwner
Description: The ID of the Amazon Web Services account that owns the bucket containing the export.
s3_prefix
Type: STRING
Provider name: S3Prefix
Description: The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.
s3_sse_algorithm
Type: STRING
Provider name: S3SseAlgorithm
Description: Type of encryption used on the bucket where export data is stored. Valid values for S3SseAlgorithm
are:
AES256
- server-side encryption with Amazon S3 managed keysKMS
- server-side encryption with KMS managed keys
s3_sse_kms_key_id
Type: STRING
Provider name: S3SseKmsKeyId
Description: The ID of the KMS managed key used to encrypt the S3 bucket where export data is stored (if applicable).
start_time
Type: TIMESTAMP
Provider name: StartTime
Description: The time at which the export task began.
table_arn
Type: STRING
Provider name: TableArn
Description: The Amazon Resource Name (ARN) of the table that was exported.
table_id
Type: STRING
Provider name: TableId
Description: Unique ID of the table that was exported.
Type: UNORDERED_LIST_STRING