Class: Aws::MediaLive::Types::MultiplexProgramChannelDestinationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MultiplexProgramChannelDestinationSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Multiplex Program Input Destination Settings for outputting a Channel to a Multiplex
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#multiplex_id ⇒ String
The ID of the Multiplex that the encoder is providing output to.
-
#program_name ⇒ String
The program name of the Multiplex program that the encoder is providing output to.
Instance Attribute Details
#multiplex_id ⇒ String
The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances. The Multiplex must be in the same region as the Channel.
9809 9810 9811 9812 9813 9814 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9809 class MultiplexProgramChannelDestinationSettings < Struct.new( :multiplex_id, :program_name) SENSITIVE = [] include Aws::Structure end |
#program_name ⇒ String
The program name of the Multiplex program that the encoder is providing output to.
9809 9810 9811 9812 9813 9814 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9809 class MultiplexProgramChannelDestinationSettings < Struct.new( :multiplex_id, :program_name) SENSITIVE = [] include Aws::Structure end |