AWS::DynamoDB::Table InputFormatOptions - 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 InputFormatOptions

The format options for the data that was imported into the target table. There is one value, CsvOption.

Syntax

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

JSON

{ "Csv" : Csv }

YAML

Csv: Csv

Properties

Csv

The options for imported source files in CSV format. The values are Delimiter and HeaderList.

Required: No

Type: Csv

Update requires: Replacement