Class: Aws::MediaLive::Types::MediaPackageOutputDestinationSettings

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

Overview

Note:

When making an API call, you may pass MediaPackageOutputDestinationSettings data as a hash:

{
  channel_id: "__stringMin1",
}

MediaPackage Output Destination Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idString

ID of the channel in MediaPackage that is the destination for this output group. You do not need to specify the individual inputs in MediaPackage; MediaLive will handle the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same region.

Returns:

  • (String)


12262
12263
12264
12265
12266
# File 'lib/aws-sdk-medialive/types.rb', line 12262

class MediaPackageOutputDestinationSettings < Struct.new(
  :channel_id)
  SENSITIVE = []
  include Aws::Structure
end