GetPrefetchScheduleResponse

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

The configuration settings for how and when MediaTailor consumes prefetched ads from the ad decision server for single prefetch schedules. Each consumption configuration contains an end time and an optional start time that define the consumption window. Prefetch schedules automatically expire no earlier than seven days after the end time.

Link copied to clipboard
val name: String?

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 configuration that defines how and when MediaTailor performs ad prefetching in a live event.

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
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