AWS::DynamoDB::Table ImportSourceSpecification - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::DynamoDB::Table ImportSourceSpecification

Specifies the properties of data being imported from the S3 bucket source to the table.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

InputCompressionType

Type of compression to be used on the input coming from the imported table.

Required: No

Type: String

Allowed values: GZIP | ZSTD | NONE

Update requires: Replacement

InputFormat

The format of the source data. Valid values for ImportFormat are CSV, DYNAMODB_JSON or ION.

Required: Yes

Type: String

Allowed values: DYNAMODB_JSON | ION | CSV

Update requires: Replacement

InputFormatOptions

Additional properties that specify how the input is formatted,

Required: No

Type: InputFormatOptions

Update requires: Replacement

S3BucketSource

The S3 bucket that provides the source for the import.

Required: Yes

Type: S3BucketSource

Update requires: Replacement