ChannelSlateSourceArgs

data class ChannelSlateSourceArgs(val sourceLocationName: Output<String>? = null, val vodSourceName: Output<String>? = null) : ConvertibleToJava<ChannelSlateSourceArgs>

Slate VOD source configuration.

Constructors

Link copied to clipboard
constructor(sourceLocationName: Output<String>? = null, vodSourceName: Output<String>? = null)

Properties

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

The name of the source location where the slate VOD source is stored.

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

The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.

Functions

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