class Aws::MediaTailor::Types::HttpPackageConfiguration

The HTTP package configuration properties for the requested VOD source.

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

data as a hash:

    {
      path: "__string", # required
      source_group: "__string", # required
      type: "DASH", # required, accepts DASH, HLS
    }

@!attribute [rw] path

The relative path to the URL for this VOD source. This is combined
with SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.
@return [String]

@!attribute [rw] source_group

The name of the source group. This has to match one of the
Channel::Outputs::SourceGroup.
@return [String]

@!attribute [rw] type

The streaming protocol for this package configuration. Supported
values are HLS and DASH.
@return [String]

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

Constants

SENSITIVE