@Stability(value=Stable)
public static interface CfnChannel.MultiplexOutputSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getDestination()
Destination is a Multiplex.
|
@Stability(value=Stable) @Nullable default Object getDestination()
@Stability(value=Stable) static CfnChannel.MultiplexOutputSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.