This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaPackageV2::OriginEndpoint DashDvbFontDownload
For use with DVB-DASH profiles only. The settings for font downloads that you want AWS Elemental MediaPackage to pass through to the manifest.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FontFamily" :
String
, "MimeType" :String
, "Url" :String
}
YAML
FontFamily:
String
MimeType:String
Url:String
Properties
FontFamily
-
The
fontFamily
name for subtitles, as described in EBU-TT-D Subtitling Distribution Format. Required: No
Type: String
Minimum:
1
Maximum:
256
Update requires: No interruption
MimeType
-
The
mimeType
of the resource that's at the font download URL.For information about font MIME types, see the MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks
document. Required: No
Type: String
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_/-]*[a-zA-Z0-9]$
Minimum:
1
Maximum:
256
Update requires: No interruption
Url
-
The URL for downloading fonts for subtitles.
Required: No
Type: String
Minimum:
1
Maximum:
2048
Update requires: No interruption