ImportTableDescription

Represents the properties of the table being imported into.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client token that was provided for the import task. Reusing the client token on retry makes a call to ImportTable idempotent.

Link copied to clipboard

The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.

Link copied to clipboard

The time at which the creation of the table associated with this import task completed.

Link copied to clipboard

The number of errors occurred on importing the source file into the target table.

Link copied to clipboard

The error code corresponding to the failure that the import job ran into during execution.

Link copied to clipboard

The error message corresponding to the failure that the import job ran into during execution.

Link copied to clipboard

The Amazon Resource Number (ARN) corresponding to the import request.

Link copied to clipboard

The number of items successfully imported into the new table.

Link copied to clipboard

The status of the import.

Link copied to clipboard

The compression options for the data that has been imported into the target table. The values are NONE, GZIP, or ZSTD.

Link copied to clipboard

The format of the source data going into the target table.

Link copied to clipboard

The format options for the data that was imported into the target table. There is one value, CsvOption.

Link copied to clipboard

The total number of items processed from the source file.

Link copied to clipboard

The total size of data processed from the source file, in Bytes.

Link copied to clipboard

Values for the S3 bucket the source file is imported from. Includes bucket name (required), key prefix (optional) and bucket account owner ID (optional).

Link copied to clipboard

The time when this import task started.

Link copied to clipboard

The Amazon Resource Number (ARN) of the table being imported into.

Link copied to clipboard

The parameters for the new table that is being imported into.

Link copied to clipboard

The table id corresponding to the table created by import table process.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String