

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::MediaTailor::LiveSource
<a name="aws-resource-mediatailor-livesource"></a>

Live source configuration parameters.

## Syntax
<a name="aws-resource-mediatailor-livesource-syntax"></a>

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

### JSON
<a name="aws-resource-mediatailor-livesource-syntax.json"></a>

```
{
  "Type" : "AWS::MediaTailor::LiveSource",
  "Properties" : {
      "[HttpPackageConfigurations](#cfn-mediatailor-livesource-httppackageconfigurations)" : [ HttpPackageConfiguration, ... ],
      "[LiveSourceName](#cfn-mediatailor-livesource-livesourcename)" : String,
      "[SourceLocationName](#cfn-mediatailor-livesource-sourcelocationname)" : String,
      "[Tags](#cfn-mediatailor-livesource-tags)" : [ Tag, ... ]
    }
}
```

### YAML
<a name="aws-resource-mediatailor-livesource-syntax.yaml"></a>

```
Type: AWS::MediaTailor::LiveSource
Properties:
  [HttpPackageConfigurations](#cfn-mediatailor-livesource-httppackageconfigurations): 
    - HttpPackageConfiguration
  [LiveSourceName](#cfn-mediatailor-livesource-livesourcename): String
  [SourceLocationName](#cfn-mediatailor-livesource-sourcelocationname): String
  [Tags](#cfn-mediatailor-livesource-tags): 
    - Tag
```

## Properties
<a name="aws-resource-mediatailor-livesource-properties"></a>

`HttpPackageConfigurations`  <a name="cfn-mediatailor-livesource-httppackageconfigurations"></a>
The HTTP package configurations for the live source.  
*Required*: Yes  
*Type*: Array of [HttpPackageConfiguration](aws-properties-mediatailor-livesource-httppackageconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LiveSourceName`  <a name="cfn-mediatailor-livesource-livesourcename"></a>
The name that's used to refer to a live source.  
*Required*: Yes  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SourceLocationName`  <a name="cfn-mediatailor-livesource-sourcelocationname"></a>
The name of the source location.  
*Required*: Yes  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Tags`  <a name="cfn-mediatailor-livesource-tags"></a>
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](https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html).  
*Required*: No  
*Type*: Array of [Tag](aws-properties-mediatailor-livesource-tag.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## Return values
<a name="aws-resource-mediatailor-livesource-return-values"></a>

### Ref
<a name="aws-resource-mediatailor-livesource-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-mediatailor-livesource-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-mediatailor-livesource-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
Property description not available.

# AWS::MediaTailor::LiveSource HttpPackageConfiguration
<a name="aws-properties-mediatailor-livesource-httppackageconfiguration"></a>

The HTTP package configuration properties for the requested VOD source.

## Syntax
<a name="aws-properties-mediatailor-livesource-httppackageconfiguration-syntax"></a>

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

### JSON
<a name="aws-properties-mediatailor-livesource-httppackageconfiguration-syntax.json"></a>

```
{
  "[Path](#cfn-mediatailor-livesource-httppackageconfiguration-path)" : String,
  "[SourceGroup](#cfn-mediatailor-livesource-httppackageconfiguration-sourcegroup)" : String,
  "[Type](#cfn-mediatailor-livesource-httppackageconfiguration-type)" : String
}
```

### YAML
<a name="aws-properties-mediatailor-livesource-httppackageconfiguration-syntax.yaml"></a>

```
  [Path](#cfn-mediatailor-livesource-httppackageconfiguration-path): String
  [SourceGroup](#cfn-mediatailor-livesource-httppackageconfiguration-sourcegroup): String
  [Type](#cfn-mediatailor-livesource-httppackageconfiguration-type): String
```

## Properties
<a name="aws-properties-mediatailor-livesource-httppackageconfiguration-properties"></a>

`Path`  <a name="cfn-mediatailor-livesource-httppackageconfiguration-path"></a>
The relative path to the URL for this VOD source. This is combined with `SourceLocation::HttpConfiguration::BaseUrl` to form a valid URL.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceGroup`  <a name="cfn-mediatailor-livesource-httppackageconfiguration-sourcegroup"></a>
The name of the source group. This has to match one of the `Channel::Outputs::SourceGroup`.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-mediatailor-livesource-httppackageconfiguration-type"></a>
The streaming protocol for this package configuration. Supported values are `HLS` and `DASH`.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `DASH | HLS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaTailor::LiveSource Tag
<a name="aws-properties-mediatailor-livesource-tag"></a>

One tag that you want to add to the specified resource. A tag consists of a `Key` (a name for the tag) and a Value.

## Syntax
<a name="aws-properties-mediatailor-livesource-tag-syntax"></a>

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

### JSON
<a name="aws-properties-mediatailor-livesource-tag-syntax.json"></a>

```
{
  "[Key](#cfn-mediatailor-livesource-tag-key)" : String,
  "[Value](#cfn-mediatailor-livesource-tag-value)" : String
}
```

### YAML
<a name="aws-properties-mediatailor-livesource-tag-syntax.yaml"></a>

```
  [Key](#cfn-mediatailor-livesource-tag-key): String
  [Value](#cfn-mediatailor-livesource-tag-value): String
```

## Properties
<a name="aws-properties-mediatailor-livesource-tag-properties"></a>

`Key`  <a name="cfn-mediatailor-livesource-tag-key"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-mediatailor-livesource-tag-value"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)