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:StringCodec:StringMaximumBitrate:StringMaximumFramerate:StringResolution:StringResourceType:StringSpecialFeature:StringVideoQuality:String
Properties
ChannelClass-
Channel class, e.g. 'STANDARD'
Required: No
Type: String
Allowed values:
STANDARD | SINGLE_PIPELINEUpdate requires: No interruption
Codec-
Codec, e.g. 'AVC'
Required: No
Type: String
Allowed values:
MPEG2 | AVC | HEVC | AUDIO | LINK | AV1Update 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_MBPSUpdate requires: No interruption
MaximumFramerate-
Maximum framerate, e.g. 'MAX_30_FPS' (Outputs only)
Required: No
Type: String
Allowed values:
MAX_30_FPS | MAX_60_FPSUpdate requires: No interruption
Resolution-
Resolution, e.g. 'HD'
Required: No
Type: String
Allowed values:
SD | HD | FHD | UHDUpdate requires: No interruption
ResourceType-
Resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
Required: No
Type: String
Allowed values:
INPUT | OUTPUT | MULTIPLEX | CHANNELUpdate requires: No interruption
SpecialFeature-
Special feature, e.g. 'AUDIO_NORMALIZATION' (Channels only)
Required: No
Type: String
Allowed values:
ADVANCED_AUDIO | AUDIO_NORMALIZATION | MGHD | MGUHDUpdate requires: No interruption
VideoQuality-
Video quality, e.g. 'STANDARD' (Outputs only)
Required: No
Type: String
Allowed values:
STANDARD | ENHANCED | PREMIUMUpdate requires: No interruption