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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb

Overview

Configuration parameters for a new HarvestJob

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeString

The end of the time-window which will be harvested

Returns:

  • (String)


1144
1145
1146
1147
1148
1149
1150
1151
1152
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1144

class HarvestJobCreateParameters < Struct.new(
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

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)


1144
1145
1146
1147
1148
1149
1150
1151
1152
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1144

class HarvestJobCreateParameters < Struct.new(
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#origin_endpoint_idString

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

Returns:

  • (String)


1144
1145
1146
1147
1148
1149
1150
1151
1152
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1144

class HarvestJobCreateParameters < Struct.new(
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#s3_destinationTypes::S3Destination

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



1144
1145
1146
1147
1148
1149
1150
1151
1152
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1144

class HarvestJobCreateParameters < Struct.new(
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

The start of the time-window which will be harvested

Returns:

  • (String)


1144
1145
1146
1147
1148
1149
1150
1151
1152
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1144

class HarvestJobCreateParameters < Struct.new(
  :end_time,
  :id,
  :origin_endpoint_id,
  :s3_destination,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end