@Stability(value=Stable)
public static interface CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is OutputDestination.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.*;
MultiplexProgramChannelDestinationSettingsProperty multiplexProgramChannelDestinationSettingsProperty = MultiplexProgramChannelDestinationSettingsProperty.builder()
.multiplexId("multiplexId")
.programName("programName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Builder
|
static class |
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.MultiplexProgramChannelDestinationSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Builder |
builder() |
default String |
getMultiplexId()
The ID of the Multiplex that the encoder is providing output to.
|
default String |
getProgramName()
The program name of the Multiplex program that the encoder is providing output to.
|
@Stability(value=Stable) @Nullable default String getMultiplexId()
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.
@Stability(value=Stable) @Nullable default String getProgramName()
@Stability(value=Stable) static CfnChannel.MultiplexProgramChannelDestinationSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.