LiveEventPreviewArgs

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
constructor(alternativeMediaId: Output<String>? = null, endpoints: Output<List<LiveEventPreviewEndpointArgs>>? = null, ipAccessControlAllows: Output<List<LiveEventPreviewIpAccessControlAllowArgs>>? = null, previewLocator: Output<String>? = null, streamingPolicyName: Output<String>? = null)

Properties

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

An alternative media identifier associated with the streaming locator created for the preview. The identifier can be used in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the Streaming Policy specified in the streaming_policy_name field.

Link copied to clipboard
Link copied to clipboard

One or more ip_access_control_allow blocks as defined above.

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. Changing this forces a new resource to be created.

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

The name of streaming policy used for the live event preview. Changing this forces a new resource to be created.

Functions

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