@Stability(value=Stable)
public static interface CfnChannel.MediaPackageOutputDestinationSettingsProperty
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.*;
MediaPackageOutputDestinationSettingsProperty mediaPackageOutputDestinationSettingsProperty = MediaPackageOutputDestinationSettingsProperty.builder()
.channelId("channelId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.MediaPackageOutputDestinationSettingsProperty.Builder
A builder for
CfnChannel.MediaPackageOutputDestinationSettingsProperty |
static class |
CfnChannel.MediaPackageOutputDestinationSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.MediaPackageOutputDestinationSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.MediaPackageOutputDestinationSettingsProperty.Builder |
builder() |
default String |
getChannelId()
The ID of the channel in MediaPackage that is the destination for this output group.
|
@Stability(value=Stable) @Nullable default String getChannelId()
You don't need to specify the individual inputs in MediaPackage; MediaLive handles the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same Region.
@Stability(value=Stable) static CfnChannel.MediaPackageOutputDestinationSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.