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::MediaLive::Channel ArchiveOutputSettings
The archive output settings.
The parent of this entity is OutputSettings.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ContainerSettings" :ArchiveContainerSettings, "Extension" :String, "NameModifier" :String}
YAML
ContainerSettings:ArchiveContainerSettingsExtension:StringNameModifier:String
Properties
ContainerSettings- 
                    
The settings that are specific to the container type of the file.
Required: No
Type: ArchiveContainerSettings
Update requires: No interruption
 Extension- 
                    
The output file extension. If excluded, this is auto-selected from the container type.
Required: No
Type: String
Update requires: No interruption
 NameModifier- 
                    
A string that is concatenated to the end of the destination file name. The string is required for multiple outputs of the same type.
Required: No
Type: String
Update requires: No interruption