Skip to content

Import table

async_boto.validation.dynamodb.import_table

ImportTableRequest

Bases: BaseModel

Request model for the ImportTable operation.

ATTRIBUTE DESCRIPTION
InputFormat

The format of the source data.

TYPE: Literal['CSV', 'DYNAMODB_JSON', 'ION']

S3BucketSource

The S3 bucket that provides the source for the import.

TYPE: S3BucketSource

TableCreationParameters

Parameters for the table to import the data into.

TYPE: TableCreationParameters

ClientToken

Providing a ClientToken makes the call idempotent.

TYPE: Optional[str]

InputCompressionType

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

TYPE: Optional[Literal['GZIP', 'ZSTD', 'NONE']]

InputFormatOptions

Additional properties that specify how the input is formatted.

TYPE: Optional[InputFormatOptions]

InputFormat instance-attribute

InputFormat

S3BucketSource instance-attribute

S3BucketSource

TableCreationParameters instance-attribute

TableCreationParameters

ClientToken class-attribute instance-attribute

ClientToken = None

InputCompressionType class-attribute instance-attribute

InputCompressionType = None

InputFormatOptions class-attribute instance-attribute

InputFormatOptions = None

ImportTableResponse

Bases: BaseModel

Response model for the ImportTable operation.

ATTRIBUTE DESCRIPTION
ImportTableDescription

Represents the properties of the table created for the import, and parameters of the import.

TYPE: Optional[ImportTableDescription]

ImportTableDescription class-attribute instance-attribute

ImportTableDescription = None