PlaybackConfigurationBumper

data class PlaybackConfigurationBumper(val endUrl: String? = null, val startUrl: String? = null)

The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers (https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html).

Constructors

Link copied to clipboard
constructor(endUrl: String? = null, startUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endUrl: String? = null

The URL for the end bumper asset.

Link copied to clipboard
val startUrl: String? = null

The URL for the start bumper asset.