AWS::MediaTailor::LiveSource
Live source configuration parameters.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MediaTailor::LiveSource", "Properties" : { "HttpPackageConfigurations" :
[ HttpPackageConfiguration, ... ]
, "LiveSourceName" :String
, "SourceLocationName" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::MediaTailor::LiveSource Properties: HttpPackageConfigurations:
- HttpPackageConfiguration
LiveSourceName:String
SourceLocationName:String
Tags:- Tag
Properties
HttpPackageConfigurations
-
The HTTP package configurations for the live source.
Required: Yes
Type: Array of HttpPackageConfiguration
Update requires: No interruption
LiveSourceName
-
The name that's used to refer to a live source.
Required: Yes
Type: String
Update requires: Replacement
SourceLocationName
-
The name of the source location.
Required: Yes
Type: String
Update requires: Replacement
-
The tags assigned to the live 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
Return values
Ref
Fn::GetAtt
Arn
Property description not available.