AWS::MediaLive::Channel ArchiveOutputSettings
The archive output settings.
The parent of this entity is OutputSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ContainerSettings" :
ArchiveContainerSettings
, "Extension" :String
, "NameModifier" :String
}
YAML
ContainerSettings:
ArchiveContainerSettings
Extension:String
NameModifier: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