VodSourceArgs

data class VodSourceArgs(val httpPackageConfigurations: Output<List<VodSourceHttpPackageConfigurationArgs>>? = null, val sourceLocationName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val vodSourceName: Output<String>? = null) : ConvertibleToJava<VodSourceArgs>

Definition of AWS::MediaTailor::VodSource Resource Type

Constructors

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

Properties

Link copied to clipboard

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

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

The name of the source location that the VOD source is associated with.

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

The tags to assign to the VOD source.

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

The name of the VOD source.

Functions

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