AWS::MediaLive::Channel InputSpecification - AWS CloudFormation

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 AWS 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