CreateHarvestJobRequest

Configuration parameters used to create a new HarvestJob.

Types

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

Properties

Link copied to clipboard

The end of the time-window which will be harvested

Link copied to clipboard
val id: String?

The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted

Link copied to clipboard

The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.

Link copied to clipboard

Configuration parameters for where in an S3 bucket to place the harvested content

Link copied to clipboard

The start of the time-window which will be harvested

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