View a markdown version of this page

AWS::MediaLive::Offering ReservationResourceSpecification - AWS CloudFormation

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::Offering ReservationResourceSpecification

Resource configuration (codec, resolution, bitrate, ...)

Syntax

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

JSON

{ "ChannelClass" : String, "Codec" : String, "MaximumBitrate" : String, "MaximumFramerate" : String, "Resolution" : String, "ResourceType" : String, "SpecialFeature" : String, "VideoQuality" : String }

YAML

ChannelClass: String Codec: String MaximumBitrate: String MaximumFramerate: String Resolution: String ResourceType: String SpecialFeature: String VideoQuality: String

Properties

ChannelClass

Channel class, e.g. 'STANDARD'

Required: No

Type: String

Allowed values: STANDARD | SINGLE_PIPELINE

Update requires: No interruption

Codec

Codec, e.g. 'AVC'

Required: No

Type: String

Allowed values: MPEG2 | AVC | HEVC | AUDIO | LINK | AV1

Update requires: No interruption

MaximumBitrate

Maximum bitrate, e.g. 'MAX_20_MBPS'

Required: No

Type: String

Allowed values: MAX_10_MBPS | MAX_20_MBPS | MAX_50_MBPS

Update requires: No interruption

MaximumFramerate

Maximum framerate, e.g. 'MAX_30_FPS' (Outputs only)

Required: No

Type: String

Allowed values: MAX_30_FPS | MAX_60_FPS

Update requires: No interruption

Resolution

Resolution, e.g. 'HD'

Required: No

Type: String

Allowed values: SD | HD | FHD | UHD

Update requires: No interruption

ResourceType

Resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'

Required: No

Type: String

Allowed values: INPUT | OUTPUT | MULTIPLEX | CHANNEL

Update requires: No interruption

SpecialFeature

Special feature, e.g. 'AUDIO_NORMALIZATION' (Channels only)

Required: No

Type: String

Allowed values: ADVANCED_AUDIO | AUDIO_NORMALIZATION | MGHD | MGUHD

Update requires: No interruption

VideoQuality

Video quality, e.g. 'STANDARD' (Outputs only)

Required: No

Type: String

Allowed values: STANDARD | ENHANCED | PREMIUM

Update requires: No interruption