AWS::MediaTailor::LiveSource - 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::LiveSource

Live source configuration parameters.

Syntax

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

Tags

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 Amazon Elemental MediaTailor Resources.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.