Interface CfnChannel.MediaPackageOutputDestinationSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.MediaPackageOutputDestinationSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.MediaPackageOutputDestinationSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Destination settings for a MediaPackage output.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.MediaPackageOutputDestinationSettingsProperty
static final class
An implementation forCfnChannel.MediaPackageOutputDestinationSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelId
The ID of the channel in MediaPackage that is the destination for this output group.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.
-
builder
@Stability(Stable) static CfnChannel.MediaPackageOutputDestinationSettingsProperty.Builder builder()
-