AWS::MediaTailor::Function

MediaTailor Function

Resource Type definition for AWS::MediaTailor::Function

Properties

7 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
FunctionId
string
RequiredCreate-only
FunctionType
string
Required
CustomOutputConfiguration
CustomOutputConfiguration
Description
string
HttpRequestConfiguration
HttpRequestConfiguration
SequentialExecutorConfiguration
SequentialExecutorConfiguration
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringThe ARN of the function.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaTailor::Function

Resources:
  MyResource:
    Type: AWS::MediaTailor::Function
    Properties:
      FunctionId: "my-functionid"
      FunctionType: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

mediatailor:PutFunctionmediatailor:GetFunctionmediatailor:TagResource

read

mediatailor:GetFunction

update

mediatailor:PutFunctionmediatailor:GetFunctionmediatailor:TagResourcemediatailor:UntagResource

delete

mediatailor:DeleteFunctionmediatailor:GetFunction

list

mediatailor:ListFunctions

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

ServiceMediaTailor
Properties8
Required2
TaggingSupported
Primary IDFunctionId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

FunctionId

External Links