PrefetchSchedule

A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see Using ad prefetching in the MediaTailor User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the prefetch schedule.

Link copied to clipboard

Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks for single prefetch schedules. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.

Link copied to clipboard

The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.

Link copied to clipboard

The name of the playback configuration to create the prefetch schedule for.

Link copied to clipboard

The settings that determine how and when MediaTailor prefetches ads and inserts them into ad breaks.

Link copied to clipboard

A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).

Link copied to clipboard

The frequency that MediaTailor creates prefetch schedules. SINGLE indicates that this schedule applies to one ad break. RECURRING indicates that MediaTailor automatically creates a schedule for each ad avail in a live event.

Link copied to clipboard

An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.

Functions

Link copied to clipboard
inline fun copy(block: PrefetchSchedule.Builder.() -> Unit = {}): PrefetchSchedule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String