class Aws::MediaTailor::Types::CreateVodSourceRequest


@see docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateVodSourceRequest AWS API Documentation
@return [String]
@!attribute [rw] vod_source_name
@return [Hash<String,String>]
The tags to assign to the VOD source.
@!attribute [rw] tags
@return [String]
@!attribute [rw] source_location_name
@return [Array<Types::HttpPackageConfiguration>]
source.
An array of HTTP package configuration parameters for this VOD
@!attribute [rw] http_package_configurations
}
vod_source_name: “__string”, # required
},
“__string” => “__string”,
tags: {
source_location_name: “__string”, # required
],
},
type: “DASH”, # required, accepts DASH, HLS
source_group: “__string”, # required
path: “__string”, # required
{
http_package_configurations: [ # required
{
data as a hash:
@note When making an API call, you may pass CreateVodSourceRequest
The VOD source configuration parameters.