AWS::DynamoDB::Table ImportSourceSpecification - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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