Amazon MediaTailor · Example Payload

Mediatailor Api Schedule Entry Example

BroadcastingMedia ProcessingMedia

Mediatailor Api Schedule Entry Example is an example object payload from Amazon MediaTailor, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ApproximateDurationSecondsApproximateStartTimeArnChannelNameLiveSourceNameProgramNameScheduleAdBreaksScheduleEntryTypeSourceLocationNameVodSourceName

Example Payload

Raw ↑
{
  "ApproximateDurationSeconds": "example-value",
  "ApproximateStartTime": "example-value",
  "Arn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "ChannelName": "example-resource",
  "LiveSourceName": "example-resource",
  "ProgramName": "example-resource",
  "ScheduleAdBreaks": "example-value",
  "ScheduleEntryType": "STANDARD",
  "SourceLocationName": "example-resource",
  "VodSourceName": "example-resource"
}