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();
 

See Also: