NAME
Paws::DynamoDB::ExportDescription
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::DynamoDB::ExportDescription object:
$service_obj->Method(Att1 => { BilledSizeBytes => $value, ..., TableId => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::DynamoDB::ExportDescription object:
$result = $service_obj->Method(...);
$result->Att1->BilledSizeBytes
DESCRIPTION
Represents the properties of the exported table.
ATTRIBUTES
BilledSizeBytes => Int
The billable size of the table export.
ClientToken => Str
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.
EndTime => Str
The time at which the export task completed.
ExportArn => Str
The Amazon Resource Name (ARN) of the table export.
ExportFormat => Str
The format of the exported data. Valid values for ExportFormat
are DYNAMODB_JSON
or ION
.
ExportManifest => Str
The name of the manifest file for the export task.
ExportStatus => Str
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
ExportTime => Str
Point in time from which table data was exported.
FailureCode => Str
Status code for the result of the failed export.
FailureMessage => Str
Export failure reason description.
ItemCount => Int
The number of items exported.
S3Bucket => Str
The name of the Amazon S3 bucket containing the export.
S3BucketOwner => Str
The ID of the AWS account that owns the bucket containing the export.
S3Prefix => Str
The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.
S3SseAlgorithm => Str
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 AWS KMS managed keys
S3SseKmsKeyId => Str
The ID of the AWS KMS managed key used to encrypt the S3 bucket where export data is stored (if applicable).
StartTime => Str
The time at which the export task began.
TableArn => Str
The Amazon Resource Name (ARN) of the table that was exported.
TableId => Str
Unique ID of the table that was exported.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::DynamoDB
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues