@Stability(value=Stable)
public static interface CfnChannel.OutputDestinationProperty
extends software.amazon.jsii.JsiiSerializable
This entity is at the top level in the channel.
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.*;
OutputDestinationProperty outputDestinationProperty = OutputDestinationProperty.builder()
.id("id")
.mediaPackageSettings(List.of(MediaPackageOutputDestinationSettingsProperty.builder()
.channelId("channelId")
.build()))
.multiplexSettings(MultiplexProgramChannelDestinationSettingsProperty.builder()
.multiplexId("multiplexId")
.programName("programName")
.build())
.settings(List.of(OutputDestinationSettingsProperty.builder()
.passwordParam("passwordParam")
.streamName("streamName")
.url("url")
.username("username")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.OutputDestinationProperty.Builder
A builder for
CfnChannel.OutputDestinationProperty |
static class |
CfnChannel.OutputDestinationProperty.Jsii$Proxy
An implementation for
CfnChannel.OutputDestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.OutputDestinationProperty.Builder |
builder() |
default String |
getId()
The ID for this destination.
|
default Object |
getMediaPackageSettings()
The destination settings for a MediaPackage output.
|
default Object |
getMultiplexSettings()
Destination settings for a Multiplex output;
|
default Object |
getSettings()
The destination settings for an output.
|
@Stability(value=Stable) @Nullable default String getId()
@Stability(value=Stable) @Nullable default Object getMediaPackageSettings()
@Stability(value=Stable) @Nullable default Object getMultiplexSettings()
one destination for both encoders.
@Stability(value=Stable) @Nullable default Object getSettings()
@Stability(value=Stable) static CfnChannel.OutputDestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.