LiveSourceArgs

data class LiveSourceArgs(val httpPackageConfigurations: Output<List<LiveSourceHttpPackageConfigurationArgs>>? = null, val liveSourceName: Output<String>? = null, val sourceLocationName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<LiveSourceArgs>

Definition of AWS::MediaTailor::LiveSource Resource Type

Constructors

Link copied to clipboard
constructor(httpPackageConfigurations: Output<List<LiveSourceHttpPackageConfigurationArgs>>? = null, liveSourceName: Output<String>? = null, sourceLocationName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

A list of HTTP package configuration parameters for this live source.

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

The name that's used to refer to a live source.

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

The name of the source location.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags to assign to the live source.

Functions

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