Interface CfnOriginEndpoint.DashDvbFontDownloadProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnOriginEndpoint.DashDvbFontDownloadProperty.Jsii$Proxy
Enclosing class:
CfnOriginEndpoint

@Stability(Stable) public static interface CfnOriginEndpoint.DashDvbFontDownloadProperty extends software.amazon.jsii.JsiiSerializable
For use with DVB-DASH profiles only.

The settings for font downloads that you want AWS Elemental MediaPackage to pass through to the manifest.

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.mediapackagev2.*;
 DashDvbFontDownloadProperty dashDvbFontDownloadProperty = DashDvbFontDownloadProperty.builder()
         .fontFamily("fontFamily")
         .mimeType("mimeType")
         .url("url")
         .build();
 

See Also: