class Aws::MediaTailor::Types::CreateVodSourceRequest

The VOD source configuration parameters.

@note When making an API call, you may pass CreateVodSourceRequest

data as a hash:

    {
      http_package_configurations: [ # required
        {
          path: "__string", # required
          source_group: "__string", # required
          type: "DASH", # required, accepts DASH, HLS
        },
      ],
      source_location_name: "__string", # required
      tags: {
        "__string" => "__string",
      },
      vod_source_name: "__string", # required
    }

@!attribute [rw] http_package_configurations

An array of HTTP package configuration parameters for this VOD
source.
@return [Array<Types::HttpPackageConfiguration>]

@!attribute [rw] source_location_name

@return [String]

@!attribute [rw] tags

The tags to assign to the VOD source.
@return [Hash<String,String>]

@!attribute [rw] vod_source_name

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateVodSourceRequest AWS API Documentation

Constants

SENSITIVE