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:
|
S3BucketSource |
The S3 bucket that provides the source for the import.
TYPE:
|
TableCreationParameters |
Parameters for the table to import the data into.
TYPE:
|
ClientToken |
Providing a ClientToken makes the call idempotent.
TYPE:
|
InputCompressionType |
Type of compression to be used on the input coming from the imported table.
TYPE:
|
InputFormatOptions |
Additional properties that specify how the input is formatted.
TYPE:
|
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:
|
ImportTableDescription
class-attribute
instance-attribute
ImportTableDescription = None