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 DashProgramInformation
Details about the content that you want MediaPackage to pass through in the manifest to the playback device.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Copyright" :
String
, "LanguageCode" :String
, "MoreInformationUrl" :String
, "Source" :String
, "Title" :String
}
YAML
Copyright:
String
LanguageCode:String
MoreInformationUrl:String
Source:String
Title:String
Properties
Copyright
-
A copyright statement about the content.
Required: No
Type: String
Minimum:
1
Maximum:
2048
Update requires: No interruption
LanguageCode
-
The language code for this manifest.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_-]*[a-zA-Z0-9]$
Minimum:
2
Maximum:
5
Update requires: No interruption
MoreInformationUrl
-
An absolute URL that contains more information about this content.
Required: No
Type: String
Minimum:
1
Maximum:
2048
Update requires: No interruption
Source
-
Information about the content provider.
Required: No
Type: String
Minimum:
1
Maximum:
2048
Update requires: No interruption
Title
-
The title for the manifest.
Required: No
Type: String
Minimum:
1
Maximum:
2048
Update requires: No interruption