This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaLive::Channel OutputDestination
Configuration information for an output.
This entity is at the top level in the channel.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Id" :String, "LogicalInterfaceNames" :[ String, ... ], "MediaPackageSettings" :[ MediaPackageOutputDestinationSettings, ... ], "MultiplexSettings" :MultiplexProgramChannelDestinationSettings, "Settings" :[ OutputDestinationSettings, ... ], "SrtSettings" :[ SrtOutputDestinationSettings, ... ]}
YAML
Id:StringLogicalInterfaceNames:- StringMediaPackageSettings:- MediaPackageOutputDestinationSettingsMultiplexSettings:MultiplexProgramChannelDestinationSettingsSettings:- OutputDestinationSettingsSrtSettings:- SrtOutputDestinationSettings
Properties
Id-
The ID for this destination.
Required: No
Type: String
Update requires: No interruption
LogicalInterfaceNamesProperty description not available.
Required: No
Type: Array of String
Update requires: No interruption
MediaPackageSettings-
The destination settings for a MediaPackage output.
Required: No
Type: Array of MediaPackageOutputDestinationSettings
Update requires: No interruption
MultiplexSettings-
Destination settings for a Multiplex output; one destination for both encoders.
Required: No
Type: MultiplexProgramChannelDestinationSettings
Update requires: No interruption
Settings-
The destination settings for an output.
Required: No
Type: Array of OutputDestinationSettings
Update requires: No interruption
SrtSettingsProperty description not available.
Required: No
Type: Array of SrtOutputDestinationSettings
Update requires: No interruption