Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data MultiplexProgramChannelDestinationSettings = MultiplexProgramChannelDestinationSettings' {
- multiplexId :: Maybe Text
- programName :: Maybe Text
- newMultiplexProgramChannelDestinationSettings :: MultiplexProgramChannelDestinationSettings
- multiplexProgramChannelDestinationSettings_multiplexId :: Lens' MultiplexProgramChannelDestinationSettings (Maybe Text)
- multiplexProgramChannelDestinationSettings_programName :: Lens' MultiplexProgramChannelDestinationSettings (Maybe Text)
Documentation
data MultiplexProgramChannelDestinationSettings Source #
Multiplex Program Input Destination Settings for outputting a Channel to a Multiplex
See: newMultiplexProgramChannelDestinationSettings
smart constructor.
MultiplexProgramChannelDestinationSettings' | |
|
Instances
newMultiplexProgramChannelDestinationSettings :: MultiplexProgramChannelDestinationSettings Source #
Create a value of MultiplexProgramChannelDestinationSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:multiplexId:MultiplexProgramChannelDestinationSettings'
, multiplexProgramChannelDestinationSettings_multiplexId
- 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.
$sel:programName:MultiplexProgramChannelDestinationSettings'
, multiplexProgramChannelDestinationSettings_programName
- The program name of the Multiplex program that the encoder is providing
output to.
multiplexProgramChannelDestinationSettings_multiplexId :: Lens' MultiplexProgramChannelDestinationSettings (Maybe Text) Source #
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.
multiplexProgramChannelDestinationSettings_programName :: Lens' MultiplexProgramChannelDestinationSettings (Maybe Text) Source #
The program name of the Multiplex program that the encoder is providing output to.