aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

AWS::MediaConvert::Preset "The following property in '/SettingsJson/AudioDescriptions/0/CodecSettings' isn't supported: FlacSettings." #1828

Closed seagyn closed 10 months ago

seagyn commented 10 months ago

Name of the resource

AWS::MediaConvert::Preset

Resource Name

No response

Issue Description

When trying to create a preset via Cloudformation using no container and the FLAC codec I get the following error:

The following resource(s) failed to create: [OutputPreset]. Rollback requested by user." "The following property in '/SettingsJson/AudioDescriptions/0/CodecSettings' isn't supported: FlacSettings.

This is the config I passed to it (YAML) based on the settings from a manually created Preset in the Console.

CodecSettings:
   FlacSettings:
      bitDepth: 24
      channels: 2
      sampleRate: 44100
  Codec: FLAC

Expected Behavior

Expected the ability to create a Flac based preset.

Observed Behavior

Errors without creating the preset.

Test Cases

NA

Other Details

No response

seagyn commented 9 months ago

Negative, not sure what completed means but still same things:

The following property in '/SettingsJson/AudioDescriptions/0/CodecSettings' isn't supported: FlacSettings

summaarum commented 9 months ago

Confirming, the issue still remains.

summaarum commented 9 months ago

@cfn-github-issues-bot Hey, this one is still acute!