HarvestJob

Represents a harvest job resource in MediaPackage v2, which is used to export content from an origin endpoint to an S3 bucket.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the harvest job.

Link copied to clipboard

The name of the channel group containing the channel associated with this harvest job.

Link copied to clipboard

The name of the channel associated with this harvest job.

Link copied to clipboard

The date and time when the harvest job was created.

Link copied to clipboard

An optional description of the harvest job.

Link copied to clipboard

The S3 destination where the harvested content will be placed.

Link copied to clipboard

An error message if the harvest job encountered any issues.

Link copied to clipboard
val eTag: String?

The current version of the harvest job. Used for concurrency control.

Link copied to clipboard

A list of manifests that are being or have been harvested.

Link copied to clipboard

The name of the harvest job.

Link copied to clipboard

The date and time when the harvest job was last modified.

Link copied to clipboard

The name of the origin endpoint associated with this harvest job.

Link copied to clipboard

The configuration for when the harvest job is scheduled to run.

Link copied to clipboard

The current status of the harvest job (e.g., QUEUED, IN_PROGRESS, CANCELLED, COMPLETED, FAILED).

Functions

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