AWS::MediaTailor::FunctionResource Type definition for AWS::MediaTailor::Function
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FunctionId | string | RequiredCreate-only |
FunctionType | string | Required |
CustomOutputConfiguration | CustomOutputConfiguration | |
Description | string | |
HttpRequestConfiguration | HttpRequestConfiguration | |
SequentialExecutorConfiguration | SequentialExecutorConfiguration | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the function. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
mediatailor:PutFunctionmediatailor:GetFunctionmediatailor:TagResourcemediatailor:GetFunctionmediatailor:PutFunctionmediatailor:GetFunctionmediatailor:TagResourcemediatailor:UntagResourcemediatailor:DeleteFunctionmediatailor:GetFunctionmediatailor:ListFunctionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterFunctionIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FunctionId