This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MediaPackage::OriginEndpoint CmafPackage
Parameters for Common Media Application Format (CMAF) packaging.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Encryption" :CmafEncryption, "HlsManifests" :[ HlsManifest, ... ], "SegmentDurationSeconds" :Integer, "SegmentPrefix" :String, "StreamSelection" :StreamSelection}
YAML
Encryption:CmafEncryptionHlsManifests:- HlsManifestSegmentDurationSeconds:IntegerSegmentPrefix:StringStreamSelection:StreamSelection
Properties
- Encryption
- 
                    Parameters for encrypting content. Required: No Type: CmafEncryption Update requires: No interruption 
- HlsManifests
- 
                    A list of HLS manifest configurations that are available from this endpoint. Required: No Type: Array of HlsManifest Update requires: No interruption 
- SegmentDurationSeconds
- 
                    Duration (in seconds) of each segment. Actual segments are rounded to the nearest multiple of the source segment duration. Required: No Type: Integer Update requires: No interruption 
- SegmentPrefix
- 
                    An optional custom string that is prepended to the name of each segment. If not specified, the segment prefix defaults to the ChannelId. Required: No Type: String Update requires: No interruption 
- StreamSelection
- 
                    Limitations for outputs from the endpoint, based on the video bitrate. Required: No Type: StreamSelection Update requires: No interruption