Interface CfnChannelPropsMixin.MediaPackageV2DestinationSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.MediaPackageV2DestinationSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static interface CfnChannelPropsMixin.MediaPackageV2DestinationSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.medialive.*;
MediaPackageV2DestinationSettingsProperty mediaPackageV2DestinationSettingsProperty = MediaPackageV2DestinationSettingsProperty.builder()
.audioGroupId("audioGroupId")
.audioRenditionSets("audioRenditionSets")
.hlsAutoSelect("hlsAutoSelect")
.hlsDefault("hlsDefault")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnChannelPropsMixin.MediaPackageV2DestinationSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAudioGroupId
- See Also:
-
getAudioRenditionSets
- See Also:
-
getHlsAutoSelect
- See Also:
-
getHlsDefault
- See Also:
-
builder
@Stability(Stable) static CfnChannelPropsMixin.MediaPackageV2DestinationSettingsProperty.Builder builder()
-