Live Event Preview Args
data class LiveEventPreviewArgs(val accessControl: Output<LiveEventPreviewAccessControlArgs>? = null, val alternativeMediaId: Output<String>? = null, val endpoints: Output<List<LiveEventEndpointArgs>>? = null, val previewLocator: Output<String>? = null, val streamingPolicyName: Output<String>? = null) : ConvertibleToJava<LiveEventPreviewArgs>
Live event preview settings.
Constructors
Link copied to clipboard
fun LiveEventPreviewArgs(accessControl: Output<LiveEventPreviewAccessControlArgs>? = null, alternativeMediaId: Output<String>? = null, endpoints: Output<List<LiveEventEndpointArgs>>? = null, previewLocator: Output<String>? = null, streamingPolicyName: Output<String>? = null)
Functions
Properties
Link copied to clipboard
An alternative media identifier associated with the streaming locator created for the preview. This value is specified at creation time and cannot be updated. The identifier can be used in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.