Interface CfnChannel.MediaPackageV2DestinationSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.MediaPackageV2DestinationSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.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.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 class
A builder forCfnChannel.MediaPackageV2DestinationSettingsProperty
static final class
An implementation forCfnChannel.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
-