PlaybackConfigurationBumperArgs

data class PlaybackConfigurationBumperArgs(val endUrl: Output<String>? = null, val startUrl: Output<String>? = null) : ConvertibleToJava<PlaybackConfigurationBumperArgs>

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: Output<String>? = null, startUrl: Output<String>? = null)

Properties

Link copied to clipboard
val endUrl: Output<String>? = null

The URL for the end bumper asset.

Link copied to clipboard
val startUrl: Output<String>? = null

The URL for the start bumper asset.

Functions

Link copied to clipboard
open override fun toJava(): PlaybackConfigurationBumperArgs