Live Event Preview Args
data class LiveEventPreviewArgs(val alternativeMediaId: Output<String>? = null, val endpoints: Output<List<LiveEventPreviewEndpointArgs>>? = null, val ipAccessControlAllows: Output<List<LiveEventPreviewIpAccessControlAllowArgs>>? = null, val previewLocator: Output<String>? = null, val streamingPolicyName: Output<String>? = null) : ConvertibleToJava<LiveEventPreviewArgs>
Constructors
Link copied to clipboard
fun LiveEventPreviewArgs(alternativeMediaId: Output<String>? = null, endpoints: Output<List<LiveEventPreviewEndpointArgs>>? = null, ipAccessControlAllows: Output<List<LiveEventPreviewIpAccessControlAllowArgs>>? = null, previewLocator: Output<String>? = null, streamingPolicyName: Output<String>? = null)