JobEntry

class JobEntry

AWS Data Exchange Jobs are asynchronous import or export operations used to create or copy assets. A data set owner can both import and export as they see fit. Someone with an entitlement to a data set can only export. Jobs are deleted 90 days after they are created.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN for the job.

Link copied to clipboard

The date and time that the job was created, in ISO 8601 format.

Link copied to clipboard

Details of the operation to be performed by the job, such as export destination details or import source details.

Link copied to clipboard

Errors for jobs.

Link copied to clipboard
val id: String

The unique identifier for the job.

Link copied to clipboard

The state of the job.

Link copied to clipboard
val type: Type

The job type.

Link copied to clipboard

The date and time that the job was last updated, in ISO 8601 format.

Functions

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