Interface CfnChannel.MediaPackageOutputSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.MediaPackageOutputSettingsProperty.Jsii$Proxy
- Enclosing class:
- CfnChannel
@Stability(Stable)
public static interface CfnChannel.MediaPackageOutputSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The settings for a MediaPackage output.
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.*; MediaPackageOutputSettingsProperty mediaPackageOutputSettingsProperty = MediaPackageOutputSettingsProperty.builder().build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.MediaPackageOutputSettingsProperty
static final class
An implementation forCfnChannel.MediaPackageOutputSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details