Uses of Class
software.amazon.awscdk.services.dynamodb.InputFormat
-
Uses of InputFormat in software.amazon.awscdk.services.dynamodb
Modifier and TypeMethodDescriptionstatic InputFormat
InputFormat.csv()
CSV format.static InputFormat
InputFormat.csv
(CsvOptions options) CSV format.static InputFormat
InputFormat.dynamoDBJson()
DynamoDB JSON format.ImportSourceSpecification.getInputFormat()
The format of the imported data.final InputFormat
ImportSourceSpecification.Jsii$Proxy.getInputFormat()
static InputFormat
InputFormat.ion()
Amazon Ion format.Modifier and TypeMethodDescriptionImportSourceSpecification.Builder.inputFormat
(InputFormat inputFormat) Sets the value ofImportSourceSpecification.getInputFormat()