AWS::MediaConvert::Preset

MediaConvert Preset

Resource Type definition for AWS::MediaConvert::Preset

Properties

5 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
SettingsJson
object
Required
Category
string
Description
string
Name
string
Create-only
Tags
object

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the output preset, such as arn:aws:mediaconvert:us-west-2:123456789012

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaConvert::Preset

Resources:
  MyResource:
    Type: AWS::MediaConvert::Preset
    Properties:
      SettingsJson: {}
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

mediaconvert:GetPresetmediaconvert:CreatePresetmediaconvert:TagResourcemediaconvert:ListTagsForResource

read

mediaconvert:GetPresetmediaconvert:ListTagsForResource

update

mediaconvert:UpdatePresetmediaconvert:ListTagsForResourcemediaconvert:TagResourcemediaconvert:UntagResource

delete

mediaconvert:GetPresetmediaconvert:DeletePreset

list

mediaconvert:ListPresets

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceMediaConvert
Properties6
Required1
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

Related Resources

External Links