

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::QuickSight::Template ForecastConfiguration
<a name="aws-properties-quicksight-template-forecastconfiguration"></a>

The forecast configuration that is used in a line chart's display properties.

## Syntax
<a name="aws-properties-quicksight-template-forecastconfiguration-syntax"></a>

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

### JSON
<a name="aws-properties-quicksight-template-forecastconfiguration-syntax.json"></a>

```
{
  "[ForecastProperties](#cfn-quicksight-template-forecastconfiguration-forecastproperties)" : TimeBasedForecastProperties,
  "[Scenario](#cfn-quicksight-template-forecastconfiguration-scenario)" : ForecastScenario
}
```

### YAML
<a name="aws-properties-quicksight-template-forecastconfiguration-syntax.yaml"></a>

```
  [ForecastProperties](#cfn-quicksight-template-forecastconfiguration-forecastproperties): 
    TimeBasedForecastProperties
  [Scenario](#cfn-quicksight-template-forecastconfiguration-scenario): 
    ForecastScenario
```

## Properties
<a name="aws-properties-quicksight-template-forecastconfiguration-properties"></a>

`ForecastProperties`  <a name="cfn-quicksight-template-forecastconfiguration-forecastproperties"></a>
The forecast properties setup of a forecast in the line chart.  
*Required*: No  
*Type*: [TimeBasedForecastProperties](aws-properties-quicksight-template-timebasedforecastproperties.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scenario`  <a name="cfn-quicksight-template-forecastconfiguration-scenario"></a>
The forecast scenario of a forecast in the line chart.  
*Required*: No  
*Type*: [ForecastScenario](aws-properties-quicksight-template-forecastscenario.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)