AWS::MediaTailor::VodSource - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::MediaTailor::VodSource

The VOD source configuration parameters.

Syntax

To declare this entity in your 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 AWS 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.