AWS::MediaLive::Channel InputSpecification - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaLive::Channel InputSpecification

The input specification for this channel. It specifies the key characteristics of the inputs for this channel: the maximum bitrate, the resolution, and the codec.

This entity is at the top level in the channel.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Codec" : String, "MaximumBitrate" : String, "Resolution" : String }

YAML

Codec: String MaximumBitrate: String Resolution: String

Properties

Codec

The codec to include in the input specification for this channel.

Required: No

Type: String

Update requires: No interruption

MaximumBitrate

The maximum input bitrate for any input attached to this channel.

Required: No

Type: String

Update requires: No interruption

Resolution

The resolution for any input attached to this channel.

Required: No

Type: String

Update requires: No interruption