Live Source Args
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)