AWS::MediaTailor::LiveSourceDefinition of AWS::MediaTailor::LiveSource Resource Type
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
HttpPackageConfigurations | Array<HttpPackageConfiguration> | Required |
LiveSourceName | string | RequiredCreate-only |
SourceLocationName | 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 live source.</p> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaTailor::LiveSource
Resources:
MyResource:
Type: AWS::MediaTailor::LiveSource
Properties:
HttpPackageConfigurations: []
LiveSourceName: "my-livesourcename"
SourceLocationName: "my-sourcelocationname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
mediatailor:CreateLiveSourcemediatailor:DescribeLiveSourcemediatailor:TagResourcemediatailor:DescribeLiveSourcemediatailor:UpdateLiveSourcemediatailor:DescribeLiveSourcemediatailor:TagResourcemediatailor:UntagResourcemediatailor:DeleteLiveSourcemediatailor:DescribeLiveSourcemediatailor:ListLiveSourcesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterLiveSourceNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
LiveSourceNameSourceLocationName