Builder
Properties
Providing a ClientToken
makes the call to ImportTableInput
idempotent, meaning that multiple identical calls have the same effect as one single call.
Type of compression to be used on the input coming from the imported table.
The format of the source data. Valid values for ImportFormat
are CSV
, DYNAMODB_JSON
or ION
.
Additional properties that specify how the input is formatted,
The S3 bucket that provides the source for the import.
Parameters for the table to import the data into.
Functions
construct an aws.sdk.kotlin.services.dynamodb.model.InputFormatOptions inside the given block
construct an aws.sdk.kotlin.services.dynamodb.model.S3BucketSource inside the given block
construct an aws.sdk.kotlin.services.dynamodb.model.TableCreationParameters inside the given block