Live Event Input Args
data class LiveEventInputArgs(val accessControl: Output<LiveEventInputAccessControlArgs>? = null, val accessToken: Output<String>? = null, val endpoints: Output<List<LiveEventEndpointArgs>>? = null, val keyFrameIntervalDuration: Output<String>? = null, val streamingProtocol: Output<Either<String, LiveEventInputProtocol>>) : ConvertibleToJava<LiveEventInputArgs>
The live event input.
Constructors
Link copied to clipboard
fun LiveEventInputArgs(accessControl: Output<LiveEventInputAccessControlArgs>? = null, accessToken: Output<String>? = null, endpoints: Output<List<LiveEventEndpointArgs>>? = null, keyFrameIntervalDuration: Output<String>? = null, streamingProtocol: Output<Either<String, LiveEventInputProtocol>>)