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 SrtGroupSettings
Srt Group Settings
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "InputLossAction" :String}
YAML
InputLossAction:String
Properties
InputLossAction-
Specifies behavior of last resort when input video is lost, and no more backup inputs are available. When dropTs is selected the entire transport stream will stop being emitted. When dropProgram is selected the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or, when emitProgram is chosen the transport stream will continue to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.
Required: No
Type: String
Update requires: No interruption