LiveSourceArgs

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

Definition of AWS::MediaTailor::LiveSource Resource Type

Constructors

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

Functions

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

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
Link copied to clipboard
val sourceLocationName: Output<String>? = null
Link copied to clipboard
val tags: Output<List<LiveSourceTagArgs>>? = null

The tags to assign to the live source.