public static interface CfnChannel.MultiplexOutputSettingsProperty
The parent of this entity is OutputSettings.
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.*; MultiplexOutputSettingsProperty multiplexOutputSettingsProperty = MultiplexOutputSettingsProperty.builder() .destination(OutputLocationRefProperty.builder() .destinationRefId("destinationRefId") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.MultiplexOutputSettingsProperty.Builder
A builder for
CfnChannel.MultiplexOutputSettingsProperty |
static class |
CfnChannel.MultiplexOutputSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.MultiplexOutputSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.MultiplexOutputSettingsProperty.Builder |
builder() |
default java.lang.Object |
getDestination()
Destination is a Multiplex.
|
default java.lang.Object getDestination()
static CfnChannel.MultiplexOutputSettingsProperty.Builder builder()