You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaPackage::Types::HarvestJobCreateParameters

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Configuration parameters for a new HarvestJob

Instance Attribute Summary collapse

Instance Attribute Details

#end_time ⇒ String

The end of the time-window which will be harvested

Returns:

  • (String) —

    The end of the time-window which will be harvested.

#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

Returns:

  • (String) —

    The ID of the HarvestJob.

#origin_endpoint_id ⇒ String

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

Returns:

  • (String) —

    The ID of the OriginEndpoint that the HarvestJob will harvest from.

#s3_destination ⇒ Types::S3Destination

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

Returns:

  • (Types::S3Destination) —

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

#start_time ⇒ String

The start of the time-window which will be harvested

Returns:

  • (String) —

    The start of the time-window which will be harvested.