class Aws::MediaTailor::Types::RequestOutputItem

The ouput configuration for this channel.

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

data as a hash:

    {
      dash_playlist_settings: {
        manifest_window_seconds: 1,
        min_buffer_time_seconds: 1,
        min_update_period_seconds: 1,
        suggested_presentation_delay_seconds: 1,
      },
      hls_playlist_settings: {
        manifest_window_seconds: 1,
      },
      manifest_name: "__string", # required
      source_group: "__string", # required
    }

@!attribute [rw] dash_playlist_settings

DASH manifest configuration parameters.
@return [Types::DashPlaylistSettings]

@!attribute [rw] hls_playlist_settings

HLS playlist configuration parameters.
@return [Types::HlsPlaylistSettings]

@!attribute [rw] manifest_name

The name of the manifest for the channel. The name appears in the
PlaybackUrl.
@return [String]

@!attribute [rw] source_group

A string used to match which HttpPackageConfiguration is used for
each VodSource.
@return [String]

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

Constants

SENSITIVE