ImportSummary

Summary information about the source file for the import.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.

Link copied to clipboard

The time at which this import task ended. (Does this include the successful complete creation of the table it was imported to?)

Link copied to clipboard

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

Link copied to clipboard

The status of the import operation.

Link copied to clipboard

The format of the source data. Valid values are CSV, DYNAMODB_JSON or ION.

Link copied to clipboard

The path and S3 bucket of the source file that is being imported. This includes the S3Bucket (required), S3KeyPrefix (optional) and S3BucketOwner (optional if the bucket is owned by the requester).

Link copied to clipboard

The time at which this import task began.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ImportSummary.Builder.() -> Unit = {}): ImportSummary
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