AWS::MediaTailor::VodSource
The VOD source configuration parameters.
Syntax
To declare this entity in your AWS 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
-
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.