ImportTableDescription
Represents the properties of the table being imported into.
Types
Properties
The client token that was provided for the import task. Reusing the client token on retry makes a call to ImportTable
idempotent.
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.
The number of errors occurred on importing the source file into the target table.
The error code corresponding to the failure that the import job ran into during execution.
The error message corresponding to the failure that the import job ran into during execution.
The number of items successfully imported into the new table.
The status of the import.
The compression options for the data that has been imported into the target table. The values are NONE, GZIP, or ZSTD.
The format of the source data going into the target table.
The format options for the data that was imported into the target table. There is one value, CsvOption.
The total number of items processed from the source file.
The total size of data processed from the source file, in Bytes.
Values for the S3 bucket the source file is imported from. Includes bucket name (required), key prefix (optional) and bucket account owner ID (optional).
The parameters for the new table that is being imported into.