Live Event Input Args
data class LiveEventInputArgs(val accessToken: Output<String>? = null, val endpoints: Output<List<LiveEventInputEndpointArgs>>? = null, val ipAccessControlAllows: Output<List<LiveEventInputIpAccessControlAllowArgs>>? = null, val keyFrameIntervalDuration: Output<String>? = null, val streamingProtocol: Output<String>? = null) : ConvertibleToJava<LiveEventInputArgs>
Constructors
Link copied to clipboard
fun LiveEventInputArgs(accessToken: Output<String>? = null, endpoints: Output<List<LiveEventInputEndpointArgs>>? = null, ipAccessControlAllows: Output<List<LiveEventInputIpAccessControlAllowArgs>>? = null, keyFrameIntervalDuration: Output<String>? = null, streamingProtocol: Output<String>? = null)