Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
aws_dynamodb_export
Type: STRING
Type: INT64
Provider name: BilledSizeBytes
Description: The billable size of the table export.
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.
Type: TIMESTAMP
Provider name: EndTime
Description: The time at which the export task completed.
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
.
Type: STRING
Provider name: ExportManifest
Description: The name of the manifest file for the export task.
Type: STRING
Provider name: ExportStatus
Description: Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
Type: TIMESTAMP
Provider name: ExportTime
Description: Point in time from which table data was exported.
Type: STRING
Provider name: ExportType
Description: The type of export that was performed. Valid values are FULL_EXPORT
or INCREMENTAL_EXPORT
.
Type: STRING
Provider name: FailureCode
Description: Status code for the result of the failed export.
Type: STRING
Provider name: FailureMessage
Description: Export failure reason description.
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
.
Type: INT64
Provider name: ItemCount
Description: The number of items exported.
Type: STRING
Provider name: S3Bucket
Description: The name of the Amazon S3 bucket containing the export.
Type: STRING
Provider name: S3BucketOwner
Description: The ID of the Amazon Web Services account that owns the bucket containing the export.
Type: STRING
Provider name: S3Prefix
Description: The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.
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
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).
Type: TIMESTAMP
Provider name: StartTime
Description: The time at which the export task began.
Type: STRING
Provider name: TableArn
Description: The Amazon Resource Name (ARN) of the table that was exported.
Type: STRING
Provider name: TableId
Description: Unique ID of the table that was exported.
Type: UNORDERED_LIST_STRING