class Aws::MediaPackage::Types::CreateHarvestJobRequest

@note When making an API call, you may pass CreateHarvestJobRequest

data as a hash:

    {
      end_time: "__string", # required
      id: "__string", # required
      origin_endpoint_id: "__string", # required
      s3_destination: { # required
        bucket_name: "__string", # required
        manifest_key: "__string", # required
        role_arn: "__string", # required
      },
      start_time: "__string", # required
    }

@!attribute [rw] end_time

@return [String]

@!attribute [rw] id

@return [String]

@!attribute [rw] origin_endpoint_id

@return [String]

@!attribute [rw] s3_destination

Configuration parameters for where in an S3 bucket to place the
harvested content
@return [Types::S3Destination]

@!attribute [rw] start_time

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/CreateHarvestJobRequest AWS API Documentation

Constants

SENSITIVE