Class: Aws::MediaTailor::Types::HttpPackageConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediatailor/types.rb

Overview

The HTTP package configuration properties for the requested VOD source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pathString

The relative path to the URL for this VOD source. This is combined with ‘SourceLocation::HttpConfiguration::BaseUrl` to form a valid URL.

Returns:

  • (String)


2360
2361
2362
2363
2364
2365
2366
# File 'lib/aws-sdk-mediatailor/types.rb', line 2360

class HttpPackageConfiguration < Struct.new(
  :path,
  :source_group,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#source_groupString

The name of the source group. This has to match one of the ‘Channel::Outputs::SourceGroup`.

Returns:

  • (String)


2360
2361
2362
2363
2364
2365
2366
# File 'lib/aws-sdk-mediatailor/types.rb', line 2360

class HttpPackageConfiguration < Struct.new(
  :path,
  :source_group,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The streaming protocol for this package configuration. Supported values are ‘HLS` and `DASH`.

Returns:

  • (String)


2360
2361
2362
2363
2364
2365
2366
# File 'lib/aws-sdk-mediatailor/types.rb', line 2360

class HttpPackageConfiguration < Struct.new(
  :path,
  :source_group,
  :type)
  SENSITIVE = []
  include Aws::Structure
end