ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsBasicPutSettingsArgs

data class ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsBasicPutSettingsArgs(val connectionRetryInterval: Output<Int>? = null, val filecacheDuration: Output<Int>? = null, val numRetries: Output<Int>? = null, val restartDelay: Output<Int>? = null) : ConvertibleToJava<ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsHlsCdnSettingHlsBasicPutSettingsArgs>

Constructors

constructor(connectionRetryInterval: Output<Int>? = null, filecacheDuration: Output<Int>? = null, numRetries: Output<Int>? = null, restartDelay: Output<Int>? = null)

Properties

Link copied to clipboard
val connectionRetryInterval: Output<Int>? = null

Number of seconds to wait before retrying connection to the flash media server if the connection is lost.

Link copied to clipboard
val filecacheDuration: Output<Int>? = null
Link copied to clipboard
val numRetries: Output<Int>? = null

Number of retry attempts.

Link copied to clipboard
val restartDelay: Output<Int>? = null

Number of seconds to wait until a restart is initiated.

Functions

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