BatchImport

The batch import job details.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the batch import job.

Link copied to clipboard

Timestamp of when batch import job completed.

Link copied to clipboard

The name of the event type.

Link copied to clipboard

The number of records that failed to import.

Link copied to clipboard

The reason batch import job failed.

Link copied to clipboard

The ARN of the IAM role to use for this job request.

Link copied to clipboard

The Amazon S3 location of your data file for batch import.

Link copied to clipboard

The ID of the batch import job.

Link copied to clipboard

The Amazon S3 location of your output file.

Link copied to clipboard

The number of records processed by batch import job.

Link copied to clipboard

Timestamp of when the batch import job started.

Link copied to clipboard

The status of the batch import job.

Link copied to clipboard

The total number of records in the batch import job.

Functions

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