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 FeatureActivations
Settings to enable specific features. You can't configure these features until you have enabled them in the channel.
The parent of this entity is EncoderSettings.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "InputPrepareScheduleActions" :String, "OutputStaticImageOverlayScheduleActions" :String}
YAML
InputPrepareScheduleActions:StringOutputStaticImageOverlayScheduleActions:String
Properties
InputPrepareScheduleActions-
Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.
Required: No
Type: String
Update requires: No interruption
OutputStaticImageOverlayScheduleActions-
Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule updates to display/clear/modify image overlays on an output-by-output basis.
Required: No
Type: String
Update requires: No interruption