SyntheticTaskMonitorConfStreamArgs

data class SyntheticTaskMonitorConfStreamArgs(val customHeaderContent: Output<Map<String, Any>>? = null, val playerType: Output<Int>? = null, val streamAddressType: Output<Int>? = null, val streamMonitorTimeout: Output<Int>? = null, val streamType: Output<Int>? = null, val targetUrl: Output<String>? = null, val whiteList: Output<String>? = null) : ConvertibleToJava<SyntheticTaskMonitorConfStreamArgs>

Constructors

Link copied to clipboard
constructor(customHeaderContent: Output<Map<String, Any>>? = null, playerType: Output<Int>? = null, streamAddressType: Output<Int>? = null, streamMonitorTimeout: Output<Int>? = null, streamType: Output<Int>? = null, targetUrl: Output<String>? = null, whiteList: Output<String>? = null)

Properties

Link copied to clipboard
val customHeaderContent: Output<Map<String, Any>>? = null
Link copied to clipboard
val playerType: Output<Int>? = null
Link copied to clipboard
val streamAddressType: Output<Int>? = null
Link copied to clipboard
val streamMonitorTimeout: Output<Int>? = null
Link copied to clipboard
val streamType: Output<Int>? = null
Link copied to clipboard
val targetUrl: Output<String>? = null
Link copied to clipboard
val whiteList: Output<String>? = null

Functions

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