Vod Source Args
data class VodSourceArgs(val httpPackageConfigurations: Output<List<VodSourceHttpPackageConfigurationArgs>>? = null, val sourceLocationName: Output<String>? = null, val tags: Output<List<VodSourceTagArgs>>? = null, val vodSourceName: Output<String>? = null) : ConvertibleToJava<VodSourceArgs>
Definition of AWS::MediaTailor::VodSource Resource Type
Constructors
Link copied to clipboard
fun VodSourceArgs(httpPackageConfigurations: Output<List<VodSourceHttpPackageConfigurationArgs>>? = null, sourceLocationName: Output<String>? = null, tags: Output<List<VodSourceTagArgs>>? = null, vodSourceName: Output<String>? = null)