DeliveryStreamBufferingHintsArgs

data class DeliveryStreamBufferingHintsArgs(val intervalInSeconds: Output<Int>? = null, val sizeInMbs: Output<Int>? = null) : ConvertibleToJava<DeliveryStreamBufferingHintsArgs>

Constructors

Link copied to clipboard
fun DeliveryStreamBufferingHintsArgs(intervalInSeconds: Output<Int>? = null, sizeInMbs: Output<Int>? = null)

Functions

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

Properties

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