AWS::MediaTailor::VodSourceDefinition of AWS::MediaTailor::VodSource Resource Type
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
HttpPackageConfigurations | Array<HttpPackageConfiguration> | Required |
SourceLocationName | string | RequiredCreate-only |
VodSourceName | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | <p>The ARN of the VOD source.</p> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaTailor::VodSource
Resources:
MyResource:
Type: AWS::MediaTailor::VodSource
Properties:
HttpPackageConfigurations: []
SourceLocationName: "my-sourcelocationname"
VodSourceName: "my-vodsourcename"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
mediatailor:CreateVodSourcemediatailor:DescribeVodSourcemediatailor:TagResourcemediatailor:DescribeVodSourcemediatailor:DescribeVodSourcemediatailor:TagResourcemediatailor:UntagResourcemediatailor:UpdateVodSourcemediatailor:DeleteVodSourcemediatailor:DescribeVodSourcemediatailor:ListVodSourcesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSourceLocationNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SourceLocationNameVodSourceName