CreateHarvestJobResponse

The response object returned after creating a harvest job.

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 created harvest job.

Link copied to clipboard

The name of the channel group containing the channel from which content is being harvested.

Link copied to clipboard

The name of the channel from which content is being harvested.

Link copied to clipboard

The date and time the harvest job was created.

Link copied to clipboard

The description of the harvest job, if provided.

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 creation failed.

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 will be harvested.

Link copied to clipboard

The name of the created harvest job.

Link copied to clipboard

The date and time the harvest job was last modified.

Link copied to clipboard

The name of the origin endpoint from which content is being harvested.

Link copied to clipboard

The configuration for when the harvest job will run, including start and end times.

Link copied to clipboard

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

Link copied to clipboard

A collection of tags associated with the harvest job.

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