class Aws::DynamoDB::Types::ExportTableToPointInTimeInput


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ExportTableToPointInTimeInput AWS API Documentation
@return [Types::IncrementalExportSpecification]
export.
Optional object containing the parameters specific to an incremental
@!attribute [rw] incremental_export_specification
@return [String]
IncrementalExportSpecification must also be used.
value is FULL_EXPORT. If INCREMENTAL_EXPORT is provided, the
Valid values are FULL_EXPORT or INCREMENTAL_EXPORT. The default
Choice of whether to execute as a full export or incremental export.
@!attribute [rw] export_type
@return [String]
are ‘DYNAMODB_JSON` or `ION`.
The format for the exported data. Valid values for `ExportFormat`
@!attribute [rw] export_format
@return [String]
export data will be 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
stored. Valid values for `S3SseAlgorithm` are:
Type of encryption used on the bucket where export data will be
@!attribute [rw] s3_sse_algorithm
@return [String]
exported snapshot.
The Amazon S3 bucket prefix to use as the file name and path of the
@!attribute [rw] s3_prefix
@return [String]
</note>
in another account.
<note markdown=“1”> S3BucketOwner is a required parameter when exporting to a S3 bucket
export will be stored in.
The ID of the Amazon Web Services account that owns the bucket the
@!attribute [rw] s3_bucket_owner
@return [String]
The name of the Amazon S3 bucket to export the snapshot to.
@!attribute [rw] s3_bucket
@return [String]
not need to pass this option.
**A suitable default value is auto-generated.** You should normally
returns an `ImportConflictException`.
other parameters within the 8-hour idempotency window, DynamoDB
If you submit a request with the same client token but a change in
result might not be idempotent.
request with the same client token for more than 8 hours, or the
client token is treated as a new request. Do not resubmit the same
uses it is completed. After 8 hours, any request with the same
A client token is valid for 8 hours after the first request that
identical calls have the same effect as one single call.
`ExportTableToPointInTimeInput` idempotent, meaning that multiple
Providing a `ClientToken` makes the call to
@!attribute [rw] client_token
@return [Time]
snapshot of the table’s state at this point in time.
from the start of the Unix epoch. The table export will be a
Time in the past from which to export table data, counted in seconds
@!attribute [rw] export_time
@return [String]
The Amazon Resource Name (ARN) associated with the table to export.
@!attribute [rw] table_arn