AWS::DynamoDB::ExportRepresents a completed or in-progress DynamoDB table export to S3.
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
S3Bucket | string | RequiredCreate-only |
TableArn | string | RequiredCreate-only |
ExportFormat | string | Create-only |
ExportType | string | Create-only |
S3BucketOwner | string | Create-only |
S3Prefix | string | Create-only |
S3SseAlgorithm | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
BilledSizeBytes | integer | The billable size of the table export. |
EndTime | string | The time at which the export task completed, in ISO 8601 format. |
ExportArn | string | The Amazon Resource Name (ARN) of the export. |
ExportId | string | The unique identifier of the export. |
ExportManifest | string | The name of the manifest file for the export task. |
ExportStatus | string | Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED. |
ExportTime | string | Point in time from which table data was exported, in ISO 8601 format. |
ItemCount | integer | The number of items exported. |
StartTime | string | The time at which the export task began, in ISO 8601 format. |
TableId | string | Unique ID of the table that was exported. |
TableName | string | The name of the table that was exported. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DynamoDB::Export
Resources:
MyResource:
Type: AWS::DynamoDB::Export
Properties:
TableArn: "arn:aws:service:region:account:resource"
S3Bucket: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
dynamodb:DescribeExportdynamodb:ListExportsEverything you need to know about DynamoDB on one page. HD quality, print-friendly.
Download Free InfographicExportArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ExportFormatExportTypeS3BucketS3BucketOwnerS3PrefixS3SseAlgorithmTableArn