ChannelTimeShiftConfigurationArgs

data class ChannelTimeShiftConfigurationArgs(val maxTimeDelaySeconds: Output<Double>) : ConvertibleToJava<ChannelTimeShiftConfigurationArgs>

The configuration for time-shifted viewing.

Constructors

Link copied to clipboard
constructor(maxTimeDelaySeconds: Output<Double>)

Properties

Link copied to clipboard

The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).

Functions

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