AWS::MediaTailor::VodSource - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaTailor::VodSource

The VOD source configuration parameters.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::MediaTailor::VodSource", "Properties" : { "HttpPackageConfigurations" : [ HttpPackageConfiguration, ... ], "SourceLocationName" : String, "Tags" : [ Tag, ... ], "VodSourceName" : String } }

YAML

Type: AWS::MediaTailor::VodSource Properties: HttpPackageConfigurations: - HttpPackageConfiguration SourceLocationName: String Tags: - Tag VodSourceName: String

Properties

HttpPackageConfigurations

The HTTP package configurations for the VOD source.

Required: Yes

Type: Array of HttpPackageConfiguration

Update requires: No interruption

SourceLocationName

The name of the source location that the VOD source is associated with.

Required: Yes

Type: String

Update requires: Replacement

Tags

The tags assigned to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging Amazon Elemental MediaTailor Resources.

Required: No

Type: Array of Tag

Update requires: No interruption

VodSourceName

The name of the VOD source.

Required: Yes

Type: String

Update requires: Replacement

Return values

Ref

Fn::GetAtt

Arn

Property description not available.