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: