

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/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 Amazon 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.amazonaws.cn/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.amazonaws.cn/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.amazonaws.cn/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 Amazon Elemental MediaTailor Resources](https://docs.amazonaws.cn/mediatailor/latest/ug/tagging.html).  
*Required*: No  
*Type*: Array of [Tag](aws-properties-mediatailor-livesource-tag.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/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.