LiveEventPreviewArgs

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
constructor(accessControl: Output<LiveEventPreviewAccessControlArgs>? = null, alternativeMediaId: Output<String>? = null, endpoints: Output<List<LiveEventEndpointArgs>>? = null, previewLocator: Output<String>? = null, streamingPolicyName: Output<String>? = null)

Properties

Link copied to clipboard

The access control for live event preview.

Link copied to clipboard
val alternativeMediaId: Output<String>? = null

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.

Link copied to clipboard
val endpoints: Output<List<LiveEventEndpointArgs>>? = null

The endpoints for preview. Do not share the preview URL with the live event audience.

Link copied to clipboard
val previewLocator: Output<String>? = null

The identifier of the preview locator in Guid format. Specifying this at creation time allows the caller to know the preview locator url before the event is created. If omitted, the service will generate a random identifier. This value cannot be updated once the live event is created.

Link copied to clipboard
val streamingPolicyName: Output<String>? = null

The name of streaming policy used for the live event preview. This value is specified at creation time and cannot be updated.

Functions

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