Class: Aws::MediaPackageV2::Types::HarvestJob

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediapackagev2/types.rb

Overview

Represents a harvest job resource in MediaPackage v2, which is used to export content from an origin endpoint to an S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the harvest job.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#channel_group_nameString

The name of the channel group containing the channel associated with this harvest job.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#channel_nameString

The name of the channel associated with this harvest job.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time when the harvest job was created.

Returns:

  • (Time)


2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

An optional description of the harvest job.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#destinationTypes::Destination

The S3 destination where the harvested content will be placed.

Returns:



2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

An error message if the harvest job encountered any issues.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

The current version of the harvest job. Used for concurrency control.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#harvest_job_nameString

The name of the harvest job.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#harvested_manifestsTypes::HarvestedManifests

A list of manifests that are being or have been harvested.



2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The date and time when the harvest job was last modified.

Returns:

  • (Time)


2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#origin_endpoint_nameString

The name of the origin endpoint associated with this harvest job.

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_configurationTypes::HarvesterScheduleConfiguration

The configuration for when the harvest job is scheduled to run.



2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2248

class HarvestJob < Struct.new(
  :channel_group_name,
  :channel_name,
  :origin_endpoint_name,
  :destination,
  :harvest_job_name,
  :harvested_manifests,
  :description,
  :schedule_configuration,
  :arn,
  :created_at,
  :modified_at,
  :status,
  :error_message,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end