Class: Aws::MediaTailor::Types::RequestOutputItem

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

Overview

The output configuration for this channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dash_playlist_settingsTypes::DashPlaylistSettings

DASH manifest configuration parameters.

Returns:



5251
5252
5253
5254
5255
5256
5257
5258
# File 'lib/aws-sdk-mediatailor/types.rb', line 5251

class RequestOutputItem < Struct.new(
  :dash_playlist_settings,
  :hls_playlist_settings,
  :manifest_name,
  :source_group)
  SENSITIVE = []
  include Aws::Structure
end

#hls_playlist_settingsTypes::HlsPlaylistSettings

HLS playlist configuration parameters.

Returns:



5251
5252
5253
5254
5255
5256
5257
5258
# File 'lib/aws-sdk-mediatailor/types.rb', line 5251

class RequestOutputItem < Struct.new(
  :dash_playlist_settings,
  :hls_playlist_settings,
  :manifest_name,
  :source_group)
  SENSITIVE = []
  include Aws::Structure
end

#manifest_nameString

The name of the manifest for the channel. The name appears in the PlaybackUrl.

Returns:



5251
5252
5253
5254
5255
5256
5257
5258
# File 'lib/aws-sdk-mediatailor/types.rb', line 5251

class RequestOutputItem < Struct.new(
  :dash_playlist_settings,
  :hls_playlist_settings,
  :manifest_name,
  :source_group)
  SENSITIVE = []
  include Aws::Structure
end

#source_groupString

A string used to match which HttpPackageConfiguration is used for each VodSource.

Returns:



5251
5252
5253
5254
5255
5256
5257
5258
# File 'lib/aws-sdk-mediatailor/types.rb', line 5251

class RequestOutputItem < Struct.new(
  :dash_playlist_settings,
  :hls_playlist_settings,
  :manifest_name,
  :source_group)
  SENSITIVE = []
  include Aws::Structure
end