This product is not supported for your selected Datadog site. ().

aws_mediapackage_v2_harvest_job

account_id

Type: STRING

arn

Type: STRING
Provider name: Arn
Description: The Amazon Resource Name (ARN) of the harvest job.

channel_group_name

Type: STRING
Provider name: ChannelGroupName
Description: The name of the channel group containing the channel associated with this harvest job.

channel_name

Type: STRING
Provider name: ChannelName
Description: The name of the channel associated with this harvest job.

created_at

Type: TIMESTAMP
Provider name: CreatedAt
Description: The date and time when the harvest job was created.

description

Type: STRING
Provider name: Description
Description: An optional description of the harvest job.

destination

Type: STRUCT
Provider name: Destination
Description: The S3 destination where the harvested content will be placed.

  • s3_destination
    Type: STRUCT
    Provider name: S3Destination
    Description: The configuration for exporting harvested content to an S3 bucket. This includes details such as the bucket name and destination path within the bucket.
    • bucket_name
      Type: STRING
      Provider name: BucketName
      Description: The name of an S3 bucket within which harvested content will be exported.
    • destination_path
      Type: STRING
      Provider name: DestinationPath
      Description: The path within the specified S3 bucket where the harvested content will be placed.

e_tag

Type: STRING
Provider name: ETag
Description: The current version of the harvest job. Used for concurrency control.

error_message

Type: STRING
Provider name: ErrorMessage
Description: An error message if the harvest job encountered any issues.

harvest_job_name

Type: STRING
Provider name: HarvestJobName
Description: The name of the harvest job.

harvested_manifests

Type: STRUCT
Provider name: HarvestedManifests
Description: A list of manifests that are being or have been harvested.

  • dash_manifests
    Type: UNORDERED_LIST_STRUCT
    Provider name: DashManifests
    Description: A list of harvested DASH manifests.
    • manifest_name
      Type: STRING
      Provider name: ManifestName
      Description: The name of the harvested DASH manifest.
  • hls_manifests
    Type: UNORDERED_LIST_STRUCT
    Provider name: HlsManifests
    Description: A list of harvested HLS manifests.
    • manifest_name
      Type: STRING
      Provider name: ManifestName
      Description: The name of the harvested HLS manifest.
  • low_latency_hls_manifests
    Type: UNORDERED_LIST_STRUCT
    Provider name: LowLatencyHlsManifests
    Description: A list of harvested Low-Latency HLS manifests.
    • manifest_name
      Type: STRING
      Provider name: ManifestName
      Description: The name of the harvested Low-Latency HLS manifest.

modified_at

Type: TIMESTAMP
Provider name: ModifiedAt
Description: The date and time when the harvest job was last modified.

origin_endpoint_name

Type: STRING
Provider name: OriginEndpointName
Description: The name of the origin endpoint associated with this harvest job.

schedule_configuration

Type: STRUCT
Provider name: ScheduleConfiguration
Description: The configuration for when the harvest job is scheduled to run.

  • end_time
    Type: TIMESTAMP
    Provider name: EndTime
    Description: The end time for the harvest job.
  • start_time
    Type: TIMESTAMP
    Provider name: StartTime
    Description: The start time for the harvest job.

status

Type: STRING
Provider name: Status
Description: The current status of the harvest job (e.g., QUEUED, IN_PROGRESS, CANCELLED, COMPLETED, FAILED).

tags

Type: UNORDERED_LIST_STRING