

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::QuickSight::Analysis ForecastScenario
<a name="aws-properties-quicksight-analysis-forecastscenario"></a>

The forecast scenario of a forecast in the line chart.

## Syntax
<a name="aws-properties-quicksight-analysis-forecastscenario-syntax"></a>

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

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

```
{
  "[WhatIfPointScenario](#cfn-quicksight-analysis-forecastscenario-whatifpointscenario)" : WhatIfPointScenario,
  "[WhatIfRangeScenario](#cfn-quicksight-analysis-forecastscenario-whatifrangescenario)" : WhatIfRangeScenario
}
```

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

```
  [WhatIfPointScenario](#cfn-quicksight-analysis-forecastscenario-whatifpointscenario): 
    WhatIfPointScenario
  [WhatIfRangeScenario](#cfn-quicksight-analysis-forecastscenario-whatifrangescenario): 
    WhatIfRangeScenario
```

## Properties
<a name="aws-properties-quicksight-analysis-forecastscenario-properties"></a>

`WhatIfPointScenario`  <a name="cfn-quicksight-analysis-forecastscenario-whatifpointscenario"></a>
The what-if analysis forecast setup with the target date.  
*Required*: No  
*Type*: [WhatIfPointScenario](aws-properties-quicksight-analysis-whatifpointscenario.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WhatIfRangeScenario`  <a name="cfn-quicksight-analysis-forecastscenario-whatifrangescenario"></a>
The what-if analysis forecast setup with the date range.  
*Required*: No  
*Type*: [WhatIfRangeScenario](aws-properties-quicksight-analysis-whatifrangescenario.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)