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()
.mediaPackageV2DestinationSettings(MediaPackageV2DestinationSettingsProperty.builder()
.audioGroupId("audioGroupId")
.audioRenditionSets("audioRenditionSets")
.hlsAutoSelect("hlsAutoSelect")
.hlsDefault("hlsDefault")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.MediaPackageOutputSettingsPropertystatic final classAn implementation forCfnChannel.MediaPackageOutputSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnChannel.MediaPackageV2DestinationSettingsPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMediaPackageV2DestinationSettings
Returns union: eitherIResolvableorCfnChannel.MediaPackageV2DestinationSettingsProperty- See Also:
-
builder
-